From 95fe82d1cc3dbe2bb1bf8dbb0be784eef932f7e8 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Mon, 9 Jan 2017 18:59:25 +0000 Subject: [PATCH] remove nagios-stg from the noc playbook for the time being as we are needing to develop it in sep playbook. --- playbooks/groups/noc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/groups/noc.yml b/playbooks/groups/noc.yml index 2e34549902..026396ba84 100644 --- a/playbooks/groups/noc.yml +++ b/playbooks/groups/noc.yml @@ -1,7 +1,7 @@ -- include: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=nagios:nagios-stg" +- include: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=nagios" - name: make the box be real - hosts: nagios:nagios-stg + hosts: nagios user: root gather_facts: True