From a63afc8031847cc65d8694d4231656a17d78de4a Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Wed, 24 Sep 2014 23:54:10 +0000 Subject: [PATCH] adding tag to hosts role on all taskotron and resultsdb groups --- playbooks/groups/resultsdb-dev.yml | 2 +- playbooks/groups/resultsdb-prod.yml | 2 +- playbooks/groups/resultsdb-stg.yml | 2 +- playbooks/groups/taskotron-dev-clients.yml | 2 +- playbooks/groups/taskotron-dev.yml | 2 +- playbooks/groups/taskotron-prod-clients.yml | 2 +- playbooks/groups/taskotron-stg-clients.yml | 2 +- playbooks/groups/taskotron-stg.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/playbooks/groups/resultsdb-dev.yml b/playbooks/groups/resultsdb-dev.yml index 33dac1c069..3d3f9823de 100644 --- a/playbooks/groups/resultsdb-dev.yml +++ b/playbooks/groups/resultsdb-dev.yml @@ -35,7 +35,7 @@ - { role: base, tags:['base'] } - { role: rkhunter, tags:['rkhunter'] } - { role: nagios_client, tags:['nagios_client'] } - - hosts + - { role: hosts, tags:['hosts']} - { role: fas_client, tags:['fas_client'] } - { role: collectd/base, tags:['collectd_base'] } - { role: yum-cron, tags:['yumcron'] } diff --git a/playbooks/groups/resultsdb-prod.yml b/playbooks/groups/resultsdb-prod.yml index 87e57ea861..21cb090af5 100644 --- a/playbooks/groups/resultsdb-prod.yml +++ b/playbooks/groups/resultsdb-prod.yml @@ -35,7 +35,7 @@ - { role: base, tags:['base'] } - { role: rkhunter, tags:['rkhunter'] } - { role: nagios_client, tags:['nagios_client'] } - - hosts + - { role: hosts, tags:['hosts']} - { role: fas_client, tags:['fas_client'] } - { role: collectd/base, tags:['collectd_base'] } - { role: yum-cron, tags:['yumcron'] } diff --git a/playbooks/groups/resultsdb-stg.yml b/playbooks/groups/resultsdb-stg.yml index c4fc52cf09..0f5031350f 100644 --- a/playbooks/groups/resultsdb-stg.yml +++ b/playbooks/groups/resultsdb-stg.yml @@ -35,7 +35,7 @@ - { role: base, tags:['base'] } - { role: rkhunter, tags:['rkhunter'] } - { role: nagios_client, tags:['nagios_client'] } - - hosts + - { role: hosts, tags:['hosts']} - { role: fas_client, tags:['fas_client'] } - { role: collectd/base, tags:['collectd_base'] } - { role: yum-cron, tags:['yumcron'] } diff --git a/playbooks/groups/taskotron-dev-clients.yml b/playbooks/groups/taskotron-dev-clients.yml index 6938e35294..eca9f16f52 100644 --- a/playbooks/groups/taskotron-dev-clients.yml +++ b/playbooks/groups/taskotron-dev-clients.yml @@ -35,7 +35,7 @@ - { role: base, tags:['base'] } - { role: rkhunter, tags:['rkhunter'] } - { role: nagios_client, tags:['nagios_client'] } - - hosts + - { role: hosts, tags:['hosts']} - { role: fas_client, tags:['fas_client'] } - { role: collectd/base, tags:['collectd_base'] } - { role: yum-cron, tags:['yumcron'] } diff --git a/playbooks/groups/taskotron-dev.yml b/playbooks/groups/taskotron-dev.yml index e207f4a4cf..57e1b59c93 100644 --- a/playbooks/groups/taskotron-dev.yml +++ b/playbooks/groups/taskotron-dev.yml @@ -35,7 +35,7 @@ - { role: base, tags:['base'] } - { role: rkhunter, tags:['rkhunter'] } - { role: nagios_client, tags:['nagios_client'] } - - hosts + - { role: hosts, tags:['hosts']} - { role: fas_client, tags:['fas_client'] } - { role: collectd/base, tags:['collectd_base'] } - { role: yum-cron, tags:['yumcron'] } diff --git a/playbooks/groups/taskotron-prod-clients.yml b/playbooks/groups/taskotron-prod-clients.yml index 17fdb33d76..4c2d4993d4 100644 --- a/playbooks/groups/taskotron-prod-clients.yml +++ b/playbooks/groups/taskotron-prod-clients.yml @@ -35,7 +35,7 @@ - { role: base, tags:['base'] } - { role: rkhunter, tags:['rkhunter'] } - { role: nagios_client, tags:['nagios_client'] } - - hosts + - { role: hosts, tags:['hosts']} - { role: fas_client, tags:['fas_client'] } - { role: collectd/base, tags:['collectd_base'] } - { role: yum-cron, tags:['yumcron'] } diff --git a/playbooks/groups/taskotron-stg-clients.yml b/playbooks/groups/taskotron-stg-clients.yml index 054316ac84..579e7a87f0 100644 --- a/playbooks/groups/taskotron-stg-clients.yml +++ b/playbooks/groups/taskotron-stg-clients.yml @@ -35,7 +35,7 @@ - { role: base, tags:['base'] } - { role: rkhunter, tags:['rkhunter'] } - { role: nagios_client, tags:['nagios_client'] } - - hosts + - { role: hosts, tags:['hosts']} - { role: fas_client, tags:['fas_client'] } - { role: collectd/base, tags:['collectd_base'] } - { role: yum-cron, tags:['yumcron'] } diff --git a/playbooks/groups/taskotron-stg.yml b/playbooks/groups/taskotron-stg.yml index 649a64abe1..0ecca7adcc 100644 --- a/playbooks/groups/taskotron-stg.yml +++ b/playbooks/groups/taskotron-stg.yml @@ -35,7 +35,7 @@ - { role: base, tags:['base'] } - { role: rkhunter, tags:['rkhunter'] } - { role: nagios_client, tags:['nagios_client'] } - - hosts + - { role: hosts, tags:['hosts']} - { role: fas_client, tags:['fas_client'] } - { role: collectd/base, tags:['collectd_base'] } - { role: yum-cron, tags:['yumcron'] }