diff options
author | Stephen Smoogen <smooge@redhat.com> | 2017-05-01 17:02:19 +0000 |
---|---|---|
committer | Stephen Smoogen <smooge@redhat.com> | 2017-05-01 17:02:19 +0000 |
commit | 45576fa4dd91b62b7a555ea58c0ae2615ccc48e0 (patch) | |
tree | e0c343086026a921f3b47724b6ec46f818c3faf6 | |
parent | 58b45ad368557991164466ad5c7428e87466d416 (diff) | |
download | ansible-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.yml | 2 | ||||
-rw-r--r-- | playbooks/groups/noc.yml | 2 |
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 |