create os based groups and move all os variables to group variables

This commit is contained in:
Timo Makinen 2019-05-22 23:28:25 +03:00
parent 612644e92a
commit 04e7eb07c9
7 changed files with 19 additions and 20 deletions

View file

@ -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"