1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 03:05:34 +00:00

more runroles

This commit is contained in:
Tim Moody 2020-02-05 08:42:57 -05:00
parent 8fa5f18547
commit 9f3dcfab16
2 changed files with 11 additions and 0 deletions

0
runroles Normal file → Executable file
View file

11
runroles-base.yml Normal file
View file

@ -0,0 +1,11 @@
---
- hosts: all
become: yes
vars_files:
- vars/default_vars.yml
- vars/{{ ansible_local.local_facts.os_ver }}.yml
- /etc/iiab/local_vars.yml
roles:
- { role: 0-init }