Add ci-runner hosts
This commit is contained in:
parent
4ed4edfa54
commit
8571e94324
4 changed files with 27 additions and 0 deletions
13
playbooks/ci-runner.yml
Normal file
13
playbooks/ci-runner.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
- name: Deploy KVM virtual machines
|
||||
ansible.builtin.import_playbook: include/deploy-kvm-guest.yml
|
||||
vars:
|
||||
myhosts: cirunner
|
||||
|
||||
- name: Configure instance
|
||||
hosts: cirunner
|
||||
user: root
|
||||
gather_facts: true
|
||||
|
||||
roles:
|
||||
- base
|
Loading…
Add table
Add a link
Reference in a new issue