From a377bd883bc4419c0342b59ee8b2e7abc7a62782 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 3 Mar 2016 21:29:41 +0000 Subject: [PATCH] Point noc.yml playbook at new staging noc01 also. --- playbooks/groups/noc.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/playbooks/groups/noc.yml b/playbooks/groups/noc.yml index aebf467059..1d426ad4d0 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" +- include: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=nagios:nagios-stg" - name: make the box be real - hosts: nagios + hosts: nagios:nagios-stg user: root gather_facts: True @@ -32,7 +32,7 @@ handlers: - include: "{{ handlers }}/restart_services.yml" -- name: deploy service-specific config +- name: deploy service-specific config (just for production) hosts: nagios user: root gather_facts: True