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

13 lines
308 B
Markdown

# 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="repo_root=${{ github.workspace }} agebd_env=dev service_dir_name=<service dir name>" \
-v
```