Files
hla_framework_bd/docs/ansible.md
T
Benjamin Labrecque c96600cd85
Deploy bin / deploy (push) Successful in 2s
Deploy, build and restart MASTER / deploy (push) Successful in 2s
Deploy agebd python package / deploy (push) Successful in 2s
docs: ansible
2026-07-07 11:09:45 +02:00

10 lines
167 B
Markdown

# Ansible
## Running a playbook manually
Set vars on command line:
```
cd ansible
ansible-playbook add-new-service.yml -i hosts.yml --extra-vars="agebd_env=dev"
```