mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
Update main.yml
This commit is contained in:
parent
547ebad4a6
commit
3777f3221d
1 changed files with 5 additions and 1 deletions
|
@ -79,11 +79,15 @@
|
||||||
register: stat
|
register: stat
|
||||||
|
|
||||||
|
|
||||||
# AUG 2018: Unexplainably, this stanza had to be placed underneath ANY
|
# AUGUST 2018: Unexplainably, this stanza had to be placed underneath ANY
|
||||||
# "lineinfile: ... state: absent" stanza to make openvpn_handle propagate
|
# "lineinfile: ... state: absent" stanza to make openvpn_handle propagate
|
||||||
# properly to xscenet.net (monitoring ncat's erroneous handle parameter by
|
# properly to xscenet.net (monitoring ncat's erroneous handle parameter by
|
||||||
# observing "systemctl status openvpn@xscenet" helped trace the [primary?]
|
# observing "systemctl status openvpn@xscenet" helped trace the [primary?]
|
||||||
# bug to roles/openvpn/templates/announcer [far better now if not perfect?])
|
# bug to roles/openvpn/templates/announcer [far better now if not perfect?])
|
||||||
|
# Earlier "./runrole openvpn" had to be run twice to transmit
|
||||||
|
# /etc/iiab/openvpn_handle to xscenet.net -- and
|
||||||
|
# "systemctl restart openvpn@xscenet" was failing completely (no matter how
|
||||||
|
# many times it was run) to transmit /etc/iiab/openvpn_handle to xscenet.net
|
||||||
- name: Enable & (Re)Start openvpn@xscenet tunnel
|
- name: Enable & (Re)Start openvpn@xscenet tunnel
|
||||||
systemd:
|
systemd:
|
||||||
name: openvpn@xscenet.service
|
name: openvpn@xscenet.service
|
||||||
|
|
Loading…
Reference in a new issue