Add ns02.home.foo.sh host
This commit is contained in:
parent
69c17d7e12
commit
c9f3b7d0b7
5 changed files with 81 additions and 0 deletions
15
playbooks/ns.yml
Normal file
15
playbooks/ns.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
- import_playbook: "include/vm-create.yml myhosts=ns"
|
||||
|
||||
- name: configure instance
|
||||
hosts: ns
|
||||
user: root
|
||||
gather_facts: true
|
||||
|
||||
vars_files:
|
||||
- "{{ ansible_private }}/vars.yml"
|
||||
|
||||
roles:
|
||||
- base
|
||||
- ifstated
|
||||
- nsd
|
Loading…
Add table
Add a link
Reference in a new issue