mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
Clarify we run just 3 roles (not all of 1-prep)
This commit is contained in:
parent
9f392cb5d9
commit
57b8b61400
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ fi
|
||||||
if grep -q '^openvpn_install: True' /etc/iiab/local_vars.yml; then
|
if grep -q '^openvpn_install: True' /etc/iiab/local_vars.yml; then
|
||||||
echo -e "Your IIAB installation appears normal, with OpenVPN already installed...\n"
|
echo -e "Your IIAB installation appears normal, with OpenVPN already installed...\n"
|
||||||
else
|
else
|
||||||
echo -e "Please wait a few minutes as IIAB Stage 1 (1-prep) & OpenVPN are installed...\n"
|
echo -e "Plz wait a few minutes as sshd, iiab-admin & OpenVPN are confirmed/installed...\n"
|
||||||
if grep -q '^openvpn_install:' /etc/iiab/local_vars.yml; then
|
if grep -q '^openvpn_install:' /etc/iiab/local_vars.yml; then
|
||||||
sed -i "s/^openvpn_install:.*/openvpn_install: True/" /etc/iiab/local_vars.yml
|
sed -i "s/^openvpn_install:.*/openvpn_install: True/" /etc/iiab/local_vars.yml
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue