add reminder

This commit is contained in:
Antonio J. Delgado 2022-11-04 18:13:14 +02:00
parent a4620d9bb5
commit 0db6d4d79b

View file

@ -35,6 +35,10 @@
src: /etc/wireguard/publickey
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
cron:
name: Ping VPN server