Add relay01 and relay02 hosts

This commit is contained in:
Timo Makinen 2021-09-01 18:15:22 +00:00
parent ca03926094
commit e6a6e32755
5 changed files with 101 additions and 0 deletions

15
playbooks/relay.yml Normal file
View file

@ -0,0 +1,15 @@
---
- import_playbook: "include/deploy-kvm-guest.yml myhosts=relay"
- name: configure instance
hosts: relay
user: root
gather_facts: true
vars_files:
- "{{ ansible_private }}/vars.yml"
roles:
- base
- ifstated
- relayd