1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

replacement for a7a5f36... use netvars

This commit is contained in:
Jerry Vonau 2017-09-13 08:37:52 -05:00
parent 29b2737082
commit 9f45d12972
3 changed files with 4 additions and 1 deletions

View file

@ -9,5 +9,5 @@
- /etc/iiab/config_vars.yml - /etc/iiab/config_vars.yml
roles: roles:
- { role: 1-prep, tags: ['prep','platform','base'] } - { role: netvars, tags: ['network'] }
- { role: network, tags: ['network','base'] } - { role: network, tags: ['network','base'] }

View file

@ -0,0 +1 @@
/opt/iiab/iiab/roles/1-prep/defaults/main.yml

View file

@ -0,0 +1,2 @@
- include: roles/1-prep/tasks/computed_vars.yml
- include: roles/1-prep/tasks/detected_network.yml