By accelerating U235 together very fast one can get atomix boom.
This commit is contained in:
parent
b23d1c39d6
commit
991d343802
1 changed files with 7 additions and 4 deletions
|
@ -2,8 +2,8 @@
|
||||||
# I am guessing that this box will be like other hw boxes.
|
# I am guessing that this box will be like other hw boxes.
|
||||||
#
|
#
|
||||||
|
|
||||||
- name: make koji builder(s) on raw hw
|
- name: Build an atomic server.
|
||||||
hosts: buildhw;buildppc;buildarm:bkernel
|
hosts: atomic01.qa.fedoraproject.org
|
||||||
user: root
|
user: root
|
||||||
gather_facts: True
|
gather_facts: True
|
||||||
|
|
||||||
|
@ -14,11 +14,14 @@
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- base
|
- base
|
||||||
|
- fas_client
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- include: "{{ tasks }}/yumrepos.yml"
|
|
||||||
- include: "{{ tasks }}/hosts.yml"
|
- include: "{{ tasks }}/hosts.yml"
|
||||||
|
- include: "{{ tasks }}/yumrepos.yml"
|
||||||
|
- include: "{{ tasks }}/2fa_client.yml"
|
||||||
|
- include: "{{ tasks }}/motd.yml"
|
||||||
|
- include: "{{ tasks }}/sudo.yml"
|
||||||
|
|
||||||
handlers:
|
handlers:
|
||||||
- include: "{{ handlers }}/restart_services.yml"
|
- include: "{{ handlers }}/restart_services.yml"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue