diff --git a/tasks/configure.yml b/tasks/configure.yml index 3f437d0..cd73c11 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -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