Add nas02.home.foo.sh host
This commit is contained in:
parent
f920c8f09a
commit
9a2cd1e646
4 changed files with 33 additions and 0 deletions
14
playbooks/nas.yml
Normal file
14
playbooks/nas.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
- import_playbook: "include/deploy-kvm-guest.yml myhosts=nas"
|
||||
|
||||
- name: configure instance
|
||||
hosts: nas
|
||||
user: root
|
||||
gather_facts: true
|
||||
|
||||
vars_files:
|
||||
- "{{ ansible_private }}/vars.yml"
|
||||
|
||||
roles:
|
||||
- base
|
||||
- zfs
|
Loading…
Add table
Add a link
Reference in a new issue