mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Update main.yml
This commit is contained in:
parent
061047950e
commit
6f9bd1d14f
1 changed files with 2 additions and 2 deletions
|
@ -154,7 +154,7 @@
|
||||||
# /etc/iiab/openvpn_handle to xscenet.net -- and
|
# /etc/iiab/openvpn_handle to xscenet.net -- and
|
||||||
# "systemctl restart openvpn@xscenet" was failing completely (no matter how
|
# "systemctl restart openvpn@xscenet" was failing completely (no matter how
|
||||||
# many times it was run) to transmit /etc/iiab/openvpn_handle to xscenet.net
|
# many times it was run) to transmit /etc/iiab/openvpn_handle to xscenet.net
|
||||||
- name: Enable & (Re)Start PARENT service openvpn (it starts CHILD service openvpn@xscenet & tunnel)
|
- name: Enable & (Re)Start PARENT service openvpn, which (re)starts CHILD service openvpn@xscenet (& actual tunnel)
|
||||||
systemd:
|
systemd:
|
||||||
name: openvpn
|
name: openvpn
|
||||||
daemon_reload: yes
|
daemon_reload: yes
|
||||||
|
@ -177,7 +177,7 @@
|
||||||
state: absent
|
state: absent
|
||||||
when: not openvpn_enabled or not openvpn_cron_enabled
|
when: not openvpn_enabled or not openvpn_cron_enabled
|
||||||
|
|
||||||
- name: Disable & Stop PARENT service openvpn (it stops CHILD service openvpn@xscenet & tunnel)
|
- name: Disable & Stop PARENT service openvpn, which stops CHILD service openvpn@xscenet (& actual tunnel)
|
||||||
systemd:
|
systemd:
|
||||||
name: openvpn
|
name: openvpn
|
||||||
enabled: no
|
enabled: no
|
||||||
|
|
Loading…
Reference in a new issue