diff --git a/playbooks/groups/qadevel-stg.yml b/playbooks/groups/qadevel-stg.yml index 3944934b4e..23bd453e6e 100644 --- a/playbooks/groups/qadevel-stg.yml +++ b/playbooks/groups/qadevel-stg.yml @@ -30,15 +30,15 @@ - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml roles: - - { role: base, tags:['base'] } - - { role: rkhunter, tags:['rkhunter'] } - - { role: nagios_client, tags:['nagios_client'] } + - { role: base, tags: ['base'] } + - { role: rkhunter, tags: ['rkhunter'] } + - { role: nagios_client, tags: ['nagios_client'] } - hosts - - { role: fas_client, tags:['fas_client'] } - - { role: collectd/base, tags:['collectd_base'] } - - { role: yum-cron, tags:['yumcron'] } - - { role: sudo, tags:['sudo'] } - - { role: phabricator, tags:['phabricator'] } + - { role: fas_client, tags: ['fas_client'] } + - { role: collectd/base, tags: ['collectd_base'] } + - { role: yum-cron, tags: ['yumcron'] } + - { role: sudo, tags: ['sudo'] } + - { role: phabricator, tags: ['phabricator'] } tasks: # this is how you include other task lists diff --git a/playbooks/groups/qadevel.yml b/playbooks/groups/qadevel.yml index e9952c2493..a029d976ba 100644 --- a/playbooks/groups/qadevel.yml +++ b/playbooks/groups/qadevel.yml @@ -30,14 +30,14 @@ - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml roles: - - { role: base, tags:['base'] } - - { role: rkhunter, tags:['rkhunter'] } - - { role: nagios_client, tags:['nagios_client'] } + - { role: base, tags: ['base'] } + - { role: rkhunter, tags: ['rkhunter'] } + - { role: nagios_client, tags: ['nagios_client'] } - hosts - - { role: fas_client, tags:['fas_client'] } - - { role: collectd/base, tags:['collectd_base'] } - - { role: yum-cron, tags:['yumcron'] } - - { role: sudo, tags:['sudo'] } + - { role: fas_client, tags: ['fas_client'] } + - { role: collectd/base, tags: ['collectd_base'] } + - { role: yum-cron, tags: ['yumcron'] } + - { role: sudo, tags: ['sudo'] } tasks: # this is how you include other task lists diff --git a/playbooks/groups/resultsdb-prod.yml b/playbooks/groups/resultsdb-prod.yml index 3dff1f5a00..a1d8cf79ee 100644 --- a/playbooks/groups/resultsdb-prod.yml +++ b/playbooks/groups/resultsdb-prod.yml @@ -30,14 +30,14 @@ - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml roles: - - { role: base, tags:['base'] } - - { role: rkhunter, tags:['rkhunter'] } - - { role: nagios_client, tags:['nagios_client'] } - - { role: hosts, tags:['hosts']} - - { role: fas_client, tags:['fas_client'] } - - { role: collectd/base, tags:['collectd_base'] } - - { role: yum-cron, tags:['yumcron'] } - - { role: sudo, tags:['sudo'] } + - { role: base, tags: ['base'] } + - { role: rkhunter, tags: ['rkhunter'] } + - { role: nagios_client, tags: ['nagios_client'] } + - { role: hosts, tags: ['hosts']} + - { role: fas_client, tags: ['fas_client'] } + - { role: collectd/base, tags: ['collectd_base'] } + - { role: yum-cron, tags: ['yumcron'] } + - { role: sudo, tags: ['sudo'] } - role: openvpn/client tasks: diff --git a/playbooks/groups/resultsdb-stg.yml b/playbooks/groups/resultsdb-stg.yml index b49c27fc52..dd5f919cc1 100644 --- a/playbooks/groups/resultsdb-stg.yml +++ b/playbooks/groups/resultsdb-stg.yml @@ -30,14 +30,14 @@ - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml roles: - - { role: base, tags:['base'] } - - { role: rkhunter, tags:['rkhunter'] } - - { role: nagios_client, tags:['nagios_client'] } - - { role: hosts, tags:['hosts']} - - { role: fas_client, tags:['fas_client'] } - - { role: collectd/base, tags:['collectd_base'] } - - { role: yum-cron, tags:['yumcron'] } - - { role: sudo, tags:['sudo'] } + - { role: base, tags: ['base'] } + - { role: rkhunter, tags: ['rkhunter'] } + - { role: nagios_client, tags: ['nagios_client'] } + - { role: hosts, tags: ['hosts']} + - { role: fas_client, tags: ['fas_client'] } + - { role: collectd/base, tags: ['collectd_base'] } + - { role: yum-cron, tags: ['yumcron'] } + - { role: sudo, tags: ['sudo'] } - { role: taskotron/resultsdb-backend, tags: ['resultsdb-be'] } - { role: taskotron/resultsdb-frontend, tags: ['resultsdb-fe'] } diff --git a/playbooks/groups/taskotron-dev-clients.yml b/playbooks/groups/taskotron-dev-clients.yml index 86a9af76a3..71d0bbc693 100644 --- a/playbooks/groups/taskotron-dev-clients.yml +++ b/playbooks/groups/taskotron-dev-clients.yml @@ -30,14 +30,14 @@ - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml roles: - - { role: base, tags:['base'] } - - { role: rkhunter, tags:['rkhunter'] } - - { role: nagios_client, tags:['nagios_client'] } - - { role: hosts, tags:['hosts']} - - { role: fas_client, tags:['fas_client'] } - - { role: collectd/base, tags:['collectd_base'] } - - { role: yum-cron, tags:['yumcron'] } - - { role: sudo, tags:['sudo'] } + - { role: base, tags: ['base'] } + - { role: rkhunter, tags: ['rkhunter'] } + - { role: nagios_client, tags: ['nagios_client'] } + - { role: hosts, tags: ['hosts']} + - { role: fas_client, tags: ['fas_client'] } + - { role: collectd/base, tags: ['collectd_base'] } + - { role: yum-cron, tags: ['yumcron'] } + - { role: sudo, tags: ['sudo'] } tasks: # this is how you include other task lists diff --git a/playbooks/groups/taskotron-dev.yml b/playbooks/groups/taskotron-dev.yml index dd478b5e59..25edd43a12 100644 --- a/playbooks/groups/taskotron-dev.yml +++ b/playbooks/groups/taskotron-dev.yml @@ -30,14 +30,14 @@ - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml roles: - - { role: base, tags:['base'] } - - { role: rkhunter, tags:['rkhunter'] } - - { role: nagios_client, tags:['nagios_client'] } - - { role: hosts, tags:['hosts']} - - { role: fas_client, tags:['fas_client'] } - - { role: collectd/base, tags:['collectd_base'] } - - { role: yum-cron, tags:['yumcron'] } - - { role: sudo, tags:['sudo'] } + - { role: base, tags: ['base'] } + - { role: rkhunter, tags: ['rkhunter'] } + - { role: nagios_client, tags: ['nagios_client'] } + - { role: hosts, tags: ['hosts']} + - { role: fas_client, tags: ['fas_client'] } + - { role: collectd/base, tags: ['collectd_base'] } + - { role: yum-cron, tags: ['yumcron'] } + - { role: sudo, tags: ['sudo'] } tasks: # this is how you include other task lists diff --git a/playbooks/groups/taskotron-prod-clients.yml b/playbooks/groups/taskotron-prod-clients.yml index a0411421aa..5589d03de0 100644 --- a/playbooks/groups/taskotron-prod-clients.yml +++ b/playbooks/groups/taskotron-prod-clients.yml @@ -30,14 +30,14 @@ - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml roles: - - { role: base, tags:['base'] } - - { role: rkhunter, tags:['rkhunter'] } - - { role: nagios_client, tags:['nagios_client'] } - - { role: hosts, tags:['hosts']} - - { role: fas_client, tags:['fas_client'] } - - { role: collectd/base, tags:['collectd_base'] } - - { role: yum-cron, tags:['yumcron'] } - - { role: sudo, tags:['sudo'] } + - { role: base, tags: ['base'] } + - { role: rkhunter, tags: ['rkhunter'] } + - { role: nagios_client, tags: ['nagios_client'] } + - { role: hosts, tags: ['hosts']} + - { role: fas_client, tags: ['fas_client'] } + - { role: collectd/base, tags: ['collectd_base'] } + - { role: yum-cron, tags: ['yumcron'] } + - { role: sudo, tags: ['sudo'] } tasks: # this is how you include other task lists diff --git a/playbooks/groups/taskotron-prod.yml b/playbooks/groups/taskotron-prod.yml index 2740d69866..6a04cceb70 100644 --- a/playbooks/groups/taskotron-prod.yml +++ b/playbooks/groups/taskotron-prod.yml @@ -30,16 +30,16 @@ - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml roles: - - { role: base, tags:['base'] } - - { role: rkhunter, tags:['rkhunter'] } - - { role: nagios_client, tags:['nagios_client'] } - - { role: hosts, tags:['hosts']} - - { role: fas_client, tags:['fas_client'] } - - { role: collectd/base, tags:['collectd_base'] } - - { role: yum-cron, tags:['yumcron'] } - - { role: sudo, tags:['sudo'] } + - { role: base, tags: ['base'] } + - { role: rkhunter, tags: ['rkhunter'] } + - { role: nagios_client, tags: ['nagios_client'] } + - { role: hosts, tags: ['hosts']} + - { role: fas_client, tags: ['fas_client'] } + - { role: collectd/base, tags: ['collectd_base'] } + - { role: yum-cron, tags: ['yumcron'] } + - { role: sudo, tags: ['sudo'] } - { role: openvpn/client, - when: env != "staging", tags:['openvpn_client'] } + when: env != "staging", tags: ['openvpn_client'] } tasks: # this is how you include other task lists diff --git a/playbooks/groups/taskotron-stg-clients.yml b/playbooks/groups/taskotron-stg-clients.yml index e246fcf832..b66cdc4dd2 100644 --- a/playbooks/groups/taskotron-stg-clients.yml +++ b/playbooks/groups/taskotron-stg-clients.yml @@ -30,14 +30,14 @@ - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml roles: - - { role: base, tags:['base'] } - - { role: rkhunter, tags:['rkhunter'] } - - { role: nagios_client, tags:['nagios_client'] } - - { role: hosts, tags:['hosts']} - - { role: fas_client, tags:['fas_client'] } - - { role: collectd/base, tags:['collectd_base'] } - - { role: yum-cron, tags:['yumcron'] } - - { role: sudo, tags:['sudo'] } + - { role: base, tags: ['base'] } + - { role: rkhunter, tags: ['rkhunter'] } + - { role: nagios_client, tags: ['nagios_client'] } + - { role: hosts, tags: ['hosts']} + - { role: fas_client, tags: ['fas_client'] } + - { role: collectd/base, tags: ['collectd_base'] } + - { role: yum-cron, tags: ['yumcron'] } + - { role: sudo, tags: ['sudo'] } tasks: # this is how you include other task lists diff --git a/playbooks/groups/taskotron-stg.yml b/playbooks/groups/taskotron-stg.yml index 5992173ed9..a42abb41d0 100644 --- a/playbooks/groups/taskotron-stg.yml +++ b/playbooks/groups/taskotron-stg.yml @@ -30,14 +30,14 @@ - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml roles: - - { role: base, tags:['base'] } - - { role: rkhunter, tags:['rkhunter'] } - - { role: nagios_client, tags:['nagios_client'] } - - { role: hosts, tags:['hosts']} - - { role: fas_client, tags:['fas_client'] } - - { role: collectd/base, tags:['collectd_base'] } - - { role: yum-cron, tags:['yumcron'] } - - { role: sudo, tags:['sudo'] } + - { role: base, tags: ['base'] } + - { role: rkhunter, tags: ['rkhunter'] } + - { role: nagios_client, tags: ['nagios_client'] } + - { role: hosts, tags: ['hosts']} + - { role: fas_client, tags: ['fas_client'] } + - { role: collectd/base, tags: ['collectd_base'] } + - { role: yum-cron, tags: ['yumcron'] } + - { role: sudo, tags: ['sudo'] } tasks: # this is how you include other task lists