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.
This commit is contained in:
@@ -10,3 +10,6 @@ all:
|
|||||||
Debian_12_Hosts:
|
Debian_12_Hosts:
|
||||||
hosts:
|
hosts:
|
||||||
cit-ansible-test:
|
cit-ansible-test:
|
||||||
|
Docker_Hosts:
|
||||||
|
hosts:
|
||||||
|
cit-ansible-test:
|
||||||
|
|||||||
7
playbooks/everything.yaml
Normal file
7
playbooks/everything.yaml
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
- name: Run maintenance playbook
|
||||||
|
ansible.builtin.import_playbook: maintenance.yaml
|
||||||
|
|
||||||
|
- name: Ensure Docker for Docker_Hosts
|
||||||
|
hosts: Docker_Hosts
|
||||||
|
roles:
|
||||||
|
- docker
|
||||||
Reference in New Issue
Block a user