Add atl01.vultr.foo.sh host
This commit is contained in:
parent
905e7f8485
commit
4b49e9e486
3 changed files with 9 additions and 2 deletions
|
@ -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