mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
Update iiab-handle.j2
This commit is contained in:
parent
902131ccd4
commit
afa51daaee
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
# Interactive script writes openvpn_handle file, to identify client to server
|
||||
# Interactive script (over)writes /etc/iiab/openvpn_handle file, identifying client to server
|
||||
|
||||
echo -e '\n\nPLEASE INSTEAD CHANGE VARIABLE openvpn_handle IN /etc/iiab/local_vars.yml'
|
||||
echo -e '\n\nCORRECT METHOD: CHANGE VARIABLE openvpn_handle IN /etc/iiab/local_vars.yml'
|
||||
echo -e 'THEN RUN "cd /opt/iiab/iiab" THEN "./runrole openvpn"\n'
|
||||
|
||||
read -p "Or, for a temporary solution until the next time Ansible is run, what OpenVPN handle do you want to use? " ans
|
||||
|
|
Loading…
Reference in a new issue