alliance-boreale/ansible/site.yml
Dan Allaire 0029f80823
Some checks are pending
CI / yaml-lint (push) Waiting to run
CI / ssot-export (push) Waiting to run
CI / tests (push) Waiting to run
CI / docs (push) Waiting to run
setup initial pour l'automatisation avec ansible
2025-10-31 16:39:09 -04:00

13 lines
345 B
YAML

---
- name: Déployer les services de l'Alliance Boréale
hosts: all
become: yes
vars:
offline_mode: "{{ offline_mode | default(false) }}"
roles:
- role: netbox
when: "'netbox' in group_names"
# - role: powerdns
# when: "'powerdns' in group_names"
# - role: keycloak
# when: "'keycloak' in group_names"