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
|
||||
gather_facts: True
|
||||
|
||||
roles:
|
||||
- /srv/web/infra/ansible/roles/badges-frontend
|
||||
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
- ${private}/vars.yml
|
||||
|
@ -37,6 +34,7 @@
|
|||
- /srv/web/infra/ansible/roles/denyhosts
|
||||
- /srv/web/infra/ansible/roles/nagios_client
|
||||
- /srv/web/infra/ansible/roles/fas_client
|
||||
- /srv/web/infra/ansible/roles/badges-frontend
|
||||
|
||||
tasks:
|
||||
- include: $tasks/hosts.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue