Point noc.yml playbook at new staging noc01 also.
This commit is contained in:
parent
448574f31b
commit
a377bd883b
1 changed files with 3 additions and 3 deletions
|
@ -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
|
- name: make the box be real
|
||||||
hosts: nagios
|
hosts: nagios:nagios-stg
|
||||||
user: root
|
user: root
|
||||||
gather_facts: True
|
gather_facts: True
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
handlers:
|
handlers:
|
||||||
- include: "{{ handlers }}/restart_services.yml"
|
- include: "{{ handlers }}/restart_services.yml"
|
||||||
|
|
||||||
- name: deploy service-specific config
|
- name: deploy service-specific config (just for production)
|
||||||
hosts: nagios
|
hosts: nagios
|
||||||
user: root
|
user: root
|
||||||
gather_facts: True
|
gather_facts: True
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue