Files
it-ansible/playbooks/everything.yaml
Julian Schacher 016f821c54 Introduce everything playbook, which runs all non-initial setup roles
It runs the maintenance playbook and then all other non-initial setup
roles, which aren't covered by the maintenance playbook.
2024-01-31 16:37:47 +01:00

8 lines
169 B
YAML

- name: Run maintenance playbook
ansible.builtin.import_playbook: maintenance.yaml
- name: Ensure Docker for Docker_Hosts
hosts: Docker_Hosts
roles:
- docker