create os based groups and move all os variables to group variables
This commit is contained in:
parent
612644e92a
commit
04e7eb07c9
7 changed files with 19 additions and 20 deletions
|
@ -3,9 +3,6 @@
|
|||
hosts: "{{myhosts}}"
|
||||
gather_facts: false
|
||||
|
||||
vars_files:
|
||||
- "../../vars/{{ os_type }}.yml"
|
||||
|
||||
vars:
|
||||
letters: "{{ 'bcdefghijklmnopqrstuvwxyz'|list }}"
|
||||
vmhost_uri: "qemu+ssh://root@{{ vmhost }}/system"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue