From 0db6d4d79bf88b4a70b9ff5fa8f336cc1111ace4 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Fri, 4 Nov 2022 18:13:14 +0200 Subject: [PATCH] add reminder --- tasks/configure.yml | 4 ++++ 1 file changed, 4 insertions(+) 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