Add atl01.vultr.foo.sh host
This commit is contained in:
parent
905e7f8485
commit
4b49e9e486
3 changed files with 9 additions and 2 deletions
2
host_vars/atl01.vultr.foo.sh.yml
Normal file
2
host_vars/atl01.vultr.foo.sh.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
network_carp_interfaces: []
|
4
hosts
4
hosts
|
@ -22,6 +22,7 @@ log01.home.foo.sh
|
|||
|
||||
[ns]
|
||||
ns02.home.foo.sh
|
||||
atl01.vultr.foo.sh
|
||||
|
||||
[proxy]
|
||||
proxy01.home.foo.sh
|
||||
|
@ -30,6 +31,9 @@ proxy02.home.foo.sh
|
|||
[vmhost]
|
||||
vmhost02.home.foo.sh
|
||||
|
||||
[vultr]
|
||||
atl01.vultr.foo.sh
|
||||
|
||||
[centos8:children]
|
||||
adm
|
||||
vmhost
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
- import_playbook: "include/deploy-kvm-guest.yml myhosts=ns"
|
||||
- import_playbook: "include/deploy-kvm-guest.yml myhosts=ns:!vultr"
|
||||
|
||||
- name: configure instance
|
||||
hosts: ns
|
||||
|
@ -11,5 +11,6 @@
|
|||
|
||||
roles:
|
||||
- base
|
||||
- ifstated
|
||||
- nsd
|
||||
- role: ifstated
|
||||
when: "'vultr' not in group_names"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue