From 8635dbee7b1a268aa2e328023250d9320ac91b96 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 9 May 2019 17:59:04 -0400 Subject: [PATCH] speed up ./install-support to install OpenVPN alone --- iiab-support.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/iiab-support.yml b/iiab-support.yml index 170d0cf24..15f2500bb 100644 --- a/iiab-support.yml +++ b/iiab-support.yml @@ -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'] }