Disable bugzilla2fedmsg prod instances so the check/diff script can run. Comment a few items.

This commit is contained in:
Kevin Fenzi 2014-06-21 16:06:45 +00:00
parent 3b40f9c1ab
commit 9ac7e0dd64
3 changed files with 9 additions and 9 deletions

View file

@ -96,8 +96,8 @@ bodhi02.phx2.fedoraproject.org
[bodhi-stg]
bodhi01.stg.phx2.fedoraproject.org
[bugzilla2fedmsg]
bugzilla2fedmsg01.phx2.fedoraproject.org
#[bugzilla2fedmsg]
#bugzilla2fedmsg01.phx2.fedoraproject.org
[bugzilla2fedmsg-stg]
bugzilla2fedmsg01.stg.phx2.fedoraproject.org

View file

@ -4,7 +4,7 @@
# NOTE: most of these vars_path come from group_vars/mirrorlist or from hostvars
- name: make bugzilla2fedmsg server
hosts: bugzilla2fedmsg;bugzilla2fedmsg-stg
hosts: bugzilla2fedmsg-stg
user: root
gather_facts: False
@ -20,7 +20,7 @@
- include: "{{ handlers }}/restart_services.yml"
- name: dole out the generic configuration
hosts: bugzilla2fedmsg;bugzilla2fedmsg-stg
hosts: bugzilla2fedmsg-stg
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
@ -32,13 +32,13 @@
roles:
- base
# - rkhunter
- denyhosts
- rkhunter
# - denyhosts
- nagios_client
- fas_client
- sudo
#- collectd/base
#- fedmsg/base
- collectd/base
- fedmsg/base
tasks:
- include: "{{ tasks }}/hosts.yml"

View file

@ -16,7 +16,7 @@
roles:
- base
- rkhunter
- denyhosts
# - denyhosts
- nagios_client
- fas_client
- collectd/base