mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
speed up ./install-support to install OpenVPN alone
This commit is contained in:
parent
9912711ec1
commit
8635dbee7b
1 changed files with 2 additions and 3 deletions
|
@ -1,4 +1,3 @@
|
|||
---
|
||||
- hosts: all
|
||||
become: yes
|
||||
|
||||
|
@ -10,5 +9,5 @@
|
|||
roles:
|
||||
- { role: 0-init, tags: ['0-init'] }
|
||||
#- { role: 1-prep, tags: ['1-prep', 'platform', 'base'] }
|
||||
- { role: 1-prep, tags: ['1-prep'] }
|
||||
#- { role: openvpn, tags: ['openvpn'] } # no longer nec, as 1-prep calls role openvpn (2018-09-19)
|
||||
#- { role: 1-prep, tags: ['1-prep'] }
|
||||
- { role: openvpn, tags: ['openvpn'] }
|
||||
|
|
Loading…
Reference in a new issue