add reminder
This commit is contained in:
parent
a4620d9bb5
commit
0db6d4d79b
1 changed files with 4 additions and 0 deletions
|
@ -35,6 +35,10 @@
|
||||||
src: /etc/wireguard/publickey
|
src: /etc/wireguard/publickey
|
||||||
register: public_key
|
register: public_key
|
||||||
|
|
||||||
|
- name: Show public key reminder
|
||||||
|
debug:
|
||||||
|
msg: "Remember to add this host '{{ ansible_host }}'' public key to the inventory '{{ public_key.content | b64decode }}'"
|
||||||
|
|
||||||
- name: Ensure cron to ping VPN server exists
|
- name: Ensure cron to ping VPN server exists
|
||||||
cron:
|
cron:
|
||||||
name: Ping VPN server
|
name: Ping VPN server
|
||||||
|
|
Loading…
Reference in a new issue