Add nas02.home.foo.sh host

This commit is contained in:
Timo Makinen 2020-09-04 08:32:31 +00:00
parent f920c8f09a
commit 9a2cd1e646
4 changed files with 33 additions and 0 deletions

14
playbooks/nas.yml Normal file
View 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