1
0
Fork 0
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:
Jerry Vonau 2017-09-19 21:56:37 -05:00
parent 9f45d12972
commit dfab9635bc
3 changed files with 3 additions and 0 deletions

View file

@ -8,5 +8,6 @@
- vars/local_vars.yml - vars/local_vars.yml
roles: roles:
- { role: netvars, tags: ['netvars'] }
- { role: 1-prep, tags: ['prep','platform','base'] } - { role: 1-prep, tags: ['prep','platform','base'] }
- { role: openvpn, tags: ['openvpn'] } - { role: openvpn, tags: ['openvpn'] }

View file

@ -9,6 +9,7 @@
- /etc/iiab/config_vars.yml - /etc/iiab/config_vars.yml
roles: roles:
- { role: netvars, tags: ['netvars'] }
- { role: 1-prep, tags: ['prep','platform','base'] } - { role: 1-prep, tags: ['prep','platform','base'] }
- { role: 2-common, tags: ['common','base'] } - { role: 2-common, tags: ['common','base'] }
- { role: 3-base-server, tags: ['base'] } - { role: 3-base-server, tags: ['base'] }

View file

@ -1,2 +1,3 @@
- include: roles/1-prep/tasks/computed_vars.yml - include: roles/1-prep/tasks/computed_vars.yml
- include: roles/1-prep/tasks/detected_network.yml - include: roles/1-prep/tasks/detected_network.yml
when: not installing