chore: ansible ioc/service master restart
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

This commit is contained in:
Benjamin Labrecque
2026-07-07 17:14:20 +02:00
parent bd5fcc5368
commit f57b4e4ec7
5 changed files with 33 additions and 5 deletions
+1 -1
View File
@@ -8,6 +8,6 @@ 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>" \
--extra-vars="agebd_env=dev new_service_dir_name=<service dir name>" \
-v
```