It runs the maintenance playbook and then all other non-initial setup roles, which aren't covered by the maintenance playbook.
8 lines
169 B
YAML
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
|