Add relay01 and relay02 hosts
This commit is contained in:
parent
ca03926094
commit
e6a6e32755
5 changed files with 101 additions and 0 deletions
15
playbooks/relay.yml
Normal file
15
playbooks/relay.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue