starting work on gw group
This commit is contained in:
parent
81df3e7c10
commit
7d45cde22e
6 changed files with 92 additions and 0 deletions
13
playbooks/gw.yml
Normal file
13
playbooks/gw.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
- import_playbook: "include/vm-create.yml myhosts=gw"
|
||||
|
||||
- name: configure instance
|
||||
hosts: gw
|
||||
user: root
|
||||
gather_facts: true
|
||||
|
||||
vars_files:
|
||||
- /srv/ansible-private/vars.yml
|
||||
|
||||
roles:
|
||||
- base
|
Loading…
Add table
Add a link
Reference in a new issue