Don't use the roles variable, it does not work yet
This commit is contained in:
parent
440c84cc59
commit
16cc8ecc02
1 changed files with 7 additions and 7 deletions
|
@ -29,12 +29,12 @@
|
||||||
- ${vars}/${ansible_distribution}.yml
|
- ${vars}/${ansible_distribution}.yml
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- ${roles}/base
|
- /srv/web/infra/ansible/roles/base
|
||||||
- ${roles}/rkhunter
|
- /srv/web/infra/ansible/roles/rkhunter
|
||||||
- ${roles}/denyhosts
|
- /srv/web/infra/ansible/roles/denyhosts
|
||||||
- ${roles}/nagios_client
|
- /srv/web/infra/ansible/roles/nagios_client
|
||||||
- ${roles}/fas_client
|
- /srv/web/infra/ansible/roles/fas_client
|
||||||
- ${roles}/yum-cron
|
- /srv/web/infra/ansible/roles/yum-cron
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
# this is how you include other task lists
|
# this is how you include other task lists
|
||||||
|
@ -102,7 +102,7 @@
|
||||||
- ${vars}/${ansible_distribution}.yml
|
- ${vars}/${ansible_distribution}.yml
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- ${roles}/mailman
|
- /srv/web/infra/ansible/roles/mailman
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: server front page
|
- name: server front page
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue