fedora-ansible/playbooks/koji/make_builder.yml

26 lines
646 B
YAML

# create a new koji builder
# NOTE: should be used with --limit most of the time
# NOTE: make sure there is room/space for this builder on the buildvmhost
# NOTE: most of these vars come from group_vars/buildvm or from hostvars
- name: make koji builder(s)
hosts: buildvm
user: root
gather_facts: False
vars_files:
- /srv/web/infra/ansible/vars/global.yml
- ${private}/vars.yml
- ${vars}/${ansible_distribution}.yml
tasks:
- include: $tasks/virt_instance_create.yml
- name: ping the host
ping: msg="pingy"
# include postinstall playbook
#- include: /srv/web/infra/ansible/playbooks/koji/config_builder.yml