It runs the maintenance playbook and then all other non-initial setup roles, which aren't covered by the maintenance playbook.
16 lines
280 B
YAML
16 lines
280 B
YAML
all:
|
|
hosts:
|
|
cit-ansible-test:
|
|
ansible_host: 94.130.99.215
|
|
ansible_user: cit
|
|
children:
|
|
Debian_Hosts:
|
|
hosts:
|
|
cit-ansible-test:
|
|
Debian_12_Hosts:
|
|
hosts:
|
|
cit-ansible-test:
|
|
Docker_Hosts:
|
|
hosts:
|
|
cit-ansible-test:
|