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

14 lines
247 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
- /etc/iiab/local_vars.yml
- /etc/iiab/iiab_state.yml
2017-05-27 18:09:50 +00:00
roles:
- { role: 0-init }
- { role: network }