mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 03:05:34 +00:00
more runroles
This commit is contained in:
parent
8fa5f18547
commit
9f3dcfab16
2 changed files with 11 additions and 0 deletions
0
runroles
Normal file → Executable file
0
runroles
Normal file → Executable file
11
runroles-base.yml
Normal file
11
runroles-base.yml
Normal 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 }
|
Loading…
Reference in a new issue