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

This commit is contained in:
Benjamin Labrecque
2026-07-07 16:20:05 +02:00
parent 33b07b47de
commit f7b205cac3
2 changed files with 6 additions and 3 deletions
+2 -2
View File
@@ -7,5 +7,5 @@
- name: Deploy and Restart Master Service
import_playbook: ../plays/service/service-deploy-and-restart-master.yml
- name: Install and Restart New IOC
import_playbook: ../plays/ioc/ioc-install-and-restart.yml
# - name: Install and Restart New IOC
# import_playbook: ../plays/ioc/ioc-install-and-restart.yml
+4 -1
View File
@@ -6,5 +6,8 @@ Set vars on command line:
```
cd ansible
ansible-playbook add-new-service.yml -i hosts.yml --extra-vars="agebd_env=dev"
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
```