1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 19:22:24 +00:00
iiab/run-one-role.yml

14 lines
286 B
YAML
Raw Normal View History

2018-04-03 15:56:34 +00:00
---
- hosts: all
become: yes
vars_files:
- vars/default_vars.yml
2019-05-09 03:25:20 +00:00
- "vars/{{ ansible_local.local_facts.os_ver }}.yml"
2018-07-19 21:22:09 +00:00
- /etc/iiab/local_vars.yml
2019-10-24 16:15:25 +00:00
- /etc/iiab/iiab_state.yml
2018-04-03 15:56:34 +00:00
roles:
2018-09-03 04:01:24 +00:00
- { role: 0-init, tags: ['0-init'] }
- { role: "{{ role_to_run }}", tags: ['run'] }