mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
koji-hub: add koji_riscv to playbook
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -5,12 +5,12 @@
|
||||
---
|
||||
- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml"
|
||||
vars:
|
||||
myhosts: "koji_stg:koji"
|
||||
myhosts: "koji_stg:koji:koji_riscv"
|
||||
|
||||
# Once the instance exists, configure it.
|
||||
|
||||
- name: Make koji_hub server system
|
||||
hosts: koji_stg:koji
|
||||
hosts: koji_stg:koji:koji_riscv
|
||||
user: root
|
||||
gather_facts: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user