Add ns02.home.foo.sh host

This commit is contained in:
Timo Makinen 2020-09-03 17:59:43 +00:00
parent 69c17d7e12
commit c9f3b7d0b7
5 changed files with 81 additions and 0 deletions

15
playbooks/ns.yml Normal file
View 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