commit ed590c53d30808237242f0eb48f0080b87962737
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Sat Apr 6 00:44:04 2019 +0200
Revert "Add koji-hub"
This reverts commit dda21513e3b3a5baabc41122c62673e3051925a9.
playbooks/groups/koji-hub.yml | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/playbooks/groups/koji-hub.yml b/playbooks/groups/koji-hub.yml
index de4d143..c1f3b6f 100644
--- a/playbooks/groups/koji-hub.yml
+++ b/playbooks/groups/koji-hub.yml
@@ -2,7 +2,7 @@
# NOTE: should be used with --limit most of the time
# NOTE: most of these vars_path come from group_vars/koji-hub or from hostvars
-#- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml
myhosts=koji-stg:koji"
+- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml
myhosts=koji-stg:koji"
# Once the instance exists, configure it.
@@ -23,14 +23,14 @@
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
roles:
-# - base
+ - base
- rkhunter
- nagios/client
- hosts
- fas_client
-# - collectd/base
+ - collectd/base
- apache
-# - fedmsg/base
+ - fedmsg/base
- { role: nfs/server, when: env == "staging" }
# - { role: keepalived, when: env == "production" and
inventory_hostname.startswith('koji') }
- role: nfs/client
Show replies by date