1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00
iiab/iiab-network.yml

14 lines
285 B
YAML
Raw Normal View History

2017-05-27 18:09:50 +00:00
---
- hosts: all
become: yes
vars_files:
- vars/default_vars.yml
- vars/{{ ansible_local.local_facts.os_ver }}.yml
2018-07-19 21:21:30 +00:00
- /etc/iiab/local_vars.yml
- /etc/iiab/config_vars.yml
2017-05-27 18:09:50 +00:00
roles:
2018-09-03 04:00:53 +00:00
- { role: 0-init, tags: ['network'] }
- { role: network, tags: ['network','base'] }