feature: add install ioc ansible playbook
Deploy bin / deploy (push) Successful in 3s
Deploy service MASTER / deploy (push) Failing after 2s

This commit is contained in:
Benjamin Labrecque
2026-07-06 13:20:40 +02:00
parent e6335149bc
commit bd188f069e
5 changed files with 58 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# Ansible
## Running a playbook manually
Set vars on command line:
```
cd ansible
ansible-playbook install-ioc.yml -i hosts.yml --extra-vars="service_id=000 service_name_lower=master service_name_upper=MASTER"
```