From 991d343802391f17665a9720417862ef130d008d Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Wed, 11 Jun 2014 17:48:22 +0000 Subject: [PATCH] By accelerating U235 together very fast one can get atomix boom. --- playbooks/groups/atomic.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/playbooks/groups/atomic.yml b/playbooks/groups/atomic.yml index 0cf0d5a83f..30a421ceef 100644 --- a/playbooks/groups/atomic.yml +++ b/playbooks/groups/atomic.yml @@ -2,8 +2,8 @@ # I am guessing that this box will be like other hw boxes. # -- name: make koji builder(s) on raw hw - hosts: buildhw;buildppc;buildarm:bkernel +- name: Build an atomic server. + hosts: atomic01.qa.fedoraproject.org user: root gather_facts: True @@ -14,11 +14,14 @@ roles: - base - + - fas_client tasks: - - include: "{{ tasks }}/yumrepos.yml" - include: "{{ tasks }}/hosts.yml" + - include: "{{ tasks }}/yumrepos.yml" + - include: "{{ tasks }}/2fa_client.yml" + - include: "{{ tasks }}/motd.yml" + - include: "{{ tasks }}/sudo.yml" handlers: - include: "{{ handlers }}/restart_services.yml"