mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-23 18:10:17 +08:00
Point noc.yml playbook at new staging noc01 also.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user