summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Smoogen <smooge@redhat.com>2017-05-01 17:02:19 +0000
committerStephen Smoogen <smooge@redhat.com>2017-05-01 17:02:19 +0000
commit45576fa4dd91b62b7a555ea58c0ae2615ccc48e0 (patch)
treee0c343086026a921f3b47724b6ec46f818c3faf6
parent58b45ad368557991164466ad5c7428e87466d416 (diff)
downloadansible-45576fa4dd91b62b7a555ea58c0ae2615ccc48e0.tar.gz
ansible-45576fa4dd91b62b7a555ea58c0ae2615ccc48e0.tar.xz
ansible-45576fa4dd91b62b7a555ea58c0ae2615ccc48e0.zip
and I put the wrong thing in the wrong host
-rw-r--r--playbooks/groups/noc-new.yml2
-rw-r--r--playbooks/groups/noc.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/playbooks/groups/noc-new.yml b/playbooks/groups/noc-new.yml
index f5818504f..e60dd2a40 100644
--- a/playbooks/groups/noc-new.yml
+++ b/playbooks/groups/noc-new.yml
@@ -56,5 +56,5 @@
roles:
- { role: dhcp_server, when: datacenter == 'phx2' }
- { role: tftp_server, when: datacenter == 'phx2' }
- - nagios/server
+ - nagios_server
- fedmsg/base
diff --git a/playbooks/groups/noc.yml b/playbooks/groups/noc.yml
index d41a2ff66..90acfa7e4 100644
--- a/playbooks/groups/noc.yml
+++ b/playbooks/groups/noc.yml
@@ -54,5 +54,5 @@
roles:
- { role: dhcp_server, when: datacenter == 'phx2' }
- { role: tftp_server, when: datacenter == 'phx2' }
- - nagios_server
+ - nagios/server
- fedmsg/base