starting work on gw group

This commit is contained in:
Timo Makinen 2019-05-22 23:53:35 +03:00
parent 81df3e7c10
commit 7d45cde22e
6 changed files with 92 additions and 0 deletions

13
playbooks/gw.yml Normal file
View 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