1
0
Fork 0
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:
A Holt 2018-08-13 21:17:51 -04:00 committed by GitHub
parent 547ebad4a6
commit 3777f3221d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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