1
0
Fork 0
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:
A Holt 2019-05-09 17:59:04 -04:00 committed by GitHub
parent 9912711ec1
commit 8635dbee7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'] }