Add vmhost02.home.foo.sh
This commit is contained in:
parent
aac14db657
commit
0ae634aed2
3 changed files with 18 additions and 0 deletions
11
playbooks/vmhost.yml
Normal file
11
playbooks/vmhost.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
- name: configure instance
|
||||
hosts: vmhost
|
||||
user: root
|
||||
gather_facts: true
|
||||
|
||||
vars_files:
|
||||
- "{{ ansible_private }}/vars.yml"
|
||||
|
||||
roles:
|
||||
- base
|
Loading…
Add table
Add a link
Reference in a new issue