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:
parent
29b2737082
commit
9f45d12972
3 changed files with 4 additions and 1 deletions
|
@ -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'] }
|
||||||
|
|
1
roles/netvars/defaults/main.yml
Symbolic link
1
roles/netvars/defaults/main.yml
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
/opt/iiab/iiab/roles/1-prep/defaults/main.yml
|
2
roles/netvars/tasks/main.yml
Normal file
2
roles/netvars/tasks/main.yml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
- include: roles/1-prep/tasks/computed_vars.yml
|
||||||
|
- include: roles/1-prep/tasks/detected_network.yml
|
Loading…
Add table
Add a link
Reference in a new issue