Role duplicate roles declaration into one.
This commit is contained in:
parent
cbbd2ed615
commit
06b7bffd02
1 changed files with 1 additions and 3 deletions
|
@ -24,9 +24,6 @@
|
||||||
user: root
|
user: root
|
||||||
gather_facts: True
|
gather_facts: True
|
||||||
|
|
||||||
roles:
|
|
||||||
- /srv/web/infra/ansible/roles/badges-frontend
|
|
||||||
|
|
||||||
vars_files:
|
vars_files:
|
||||||
- /srv/web/infra/ansible/vars/global.yml
|
- /srv/web/infra/ansible/vars/global.yml
|
||||||
- ${private}/vars.yml
|
- ${private}/vars.yml
|
||||||
|
@ -37,6 +34,7 @@
|
||||||
- /srv/web/infra/ansible/roles/denyhosts
|
- /srv/web/infra/ansible/roles/denyhosts
|
||||||
- /srv/web/infra/ansible/roles/nagios_client
|
- /srv/web/infra/ansible/roles/nagios_client
|
||||||
- /srv/web/infra/ansible/roles/fas_client
|
- /srv/web/infra/ansible/roles/fas_client
|
||||||
|
- /srv/web/infra/ansible/roles/badges-frontend
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- include: $tasks/hosts.yml
|
- include: $tasks/hosts.yml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue