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] [bodhi-stg]
bodhi01.stg.phx2.fedoraproject.org bodhi01.stg.phx2.fedoraproject.org
[bugzilla2fedmsg] #[bugzilla2fedmsg]
bugzilla2fedmsg01.phx2.fedoraproject.org #bugzilla2fedmsg01.phx2.fedoraproject.org
[bugzilla2fedmsg-stg] [bugzilla2fedmsg-stg]
bugzilla2fedmsg01.stg.phx2.fedoraproject.org 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 # NOTE: most of these vars_path come from group_vars/mirrorlist or from hostvars
- name: make bugzilla2fedmsg server - name: make bugzilla2fedmsg server
hosts: bugzilla2fedmsg;bugzilla2fedmsg-stg hosts: bugzilla2fedmsg-stg
user: root user: root
gather_facts: False gather_facts: False
@ -20,7 +20,7 @@
- include: "{{ handlers }}/restart_services.yml" - include: "{{ handlers }}/restart_services.yml"
- name: dole out the generic configuration - name: dole out the generic configuration
hosts: bugzilla2fedmsg;bugzilla2fedmsg-stg hosts: bugzilla2fedmsg-stg
user: root user: root
gather_facts: True gather_facts: True
accelerate: "{{ accelerated }}" accelerate: "{{ accelerated }}"
@ -32,13 +32,13 @@
roles: roles:
- base - base
# - rkhunter - rkhunter
- denyhosts # - denyhosts
- nagios_client - nagios_client
- fas_client - fas_client
- sudo - sudo
#- collectd/base - collectd/base
#- fedmsg/base - fedmsg/base
tasks: tasks:
- include: "{{ tasks }}/hosts.yml" - include: "{{ tasks }}/hosts.yml"

View file

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