mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
add the not installing option to netvars
This commit is contained in:
parent
9f45d12972
commit
dfab9635bc
3 changed files with 3 additions and 0 deletions
|
@ -8,5 +8,6 @@
|
|||
- vars/local_vars.yml
|
||||
|
||||
roles:
|
||||
- { role: netvars, tags: ['netvars'] }
|
||||
- { role: 1-prep, tags: ['prep','platform','base'] }
|
||||
- { role: openvpn, tags: ['openvpn'] }
|
||||
|
|
1
iiab.yml
1
iiab.yml
|
@ -9,6 +9,7 @@
|
|||
- /etc/iiab/config_vars.yml
|
||||
|
||||
roles:
|
||||
- { role: netvars, tags: ['netvars'] }
|
||||
- { role: 1-prep, tags: ['prep','platform','base'] }
|
||||
- { role: 2-common, tags: ['common','base'] }
|
||||
- { role: 3-base-server, tags: ['base'] }
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
- include: roles/1-prep/tasks/computed_vars.yml
|
||||
- include: roles/1-prep/tasks/detected_network.yml
|
||||
when: not installing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue