Files
hla_framework_bd/docs/ansible.md
T
Benjamin Labrecque f57b4e4ec7
Deploy bin / deploy (push) Successful in 4s
Deploy, build and restart MASTER / deploy (push) Successful in 1s
Deploy agebd python package / deploy (push) Successful in 2s
chore: ansible ioc/service master restart
2026-07-07 17:14:20 +02:00

278 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 new_service_dir_name=<service dir name>" \
            -v