Files
hla_framework_bd/docs/ansible.md
T
Benjamin Labrecque 07f5842c61
Deploy bin / deploy (push) Successful in 1s
Deploy, build and restart MASTER / deploy (push) Successful in 1s
Deploy agebd python package / deploy (push) Successful in 1s
chore: ansible ioc/service master restart
2026-07-07 16:36:26 +02:00

274 B

Ansible

Running a playbook manually

Set vars on command line:

cd ansible
ansible-playbook ansible/playbooks/add-new-service.yml \
            -i ansible/hosts.yml \
            --extra-vars="agebd_env=dev service_dir_name=<service dir name>" \
            -v