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

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