From 9ac7e0dd6426cfc7aacc3371724a3867e702978c Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 21 Jun 2014 16:06:45 +0000 Subject: [PATCH] Disable bugzilla2fedmsg prod instances so the check/diff script can run. Comment a few items. --- inventory/inventory | 4 ++-- playbooks/groups/bugzilla2fedmsg.yml | 12 ++++++------ playbooks/groups/virthost.yml | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/inventory/inventory b/inventory/inventory index b3c2e2e9c5..3c6aad9ec0 100644 --- a/inventory/inventory +++ b/inventory/inventory @@ -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 diff --git a/playbooks/groups/bugzilla2fedmsg.yml b/playbooks/groups/bugzilla2fedmsg.yml index 41f382d8eb..9ef479d3d1 100644 --- a/playbooks/groups/bugzilla2fedmsg.yml +++ b/playbooks/groups/bugzilla2fedmsg.yml @@ -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" diff --git a/playbooks/groups/virthost.yml b/playbooks/groups/virthost.yml index 384deabfa8..f918c53f2f 100644 --- a/playbooks/groups/virthost.yml +++ b/playbooks/groups/virthost.yml @@ -16,7 +16,7 @@ roles: - base - rkhunter - - denyhosts +# - denyhosts - nagios_client - fas_client - collectd/base