Add atl01.vultr.foo.sh host

This commit is contained in:
Timo Makinen 2020-09-03 19:37:06 +00:00
parent 905e7f8485
commit 4b49e9e486
3 changed files with 9 additions and 2 deletions

View file

@ -0,0 +1,2 @@
---
network_carp_interfaces: []

4
hosts
View file

@ -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

View file

@ -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"