mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 04:22:18 +08:00
Target the buildarm-stg group in this playbook.
I think the reason it wasn't in there to begin with is that the two nodes in the group were originally provisioned as production arm builders which were then later repurposed for staging. They were... forgotten. ;P
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# NOTE: most of these vars_path come from group_vars/buildhw or from hostvars
|
||||
|
||||
- name: make koji builder(s) on raw hw
|
||||
hosts: buildhw:buildppc:buildarm:buildaarch64:buildppc64:bkernel
|
||||
hosts: buildhw:buildppc:buildarm:buildarm-stg:buildaarch64:buildppc64:bkernel
|
||||
remote_user: root
|
||||
gather_facts: True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user