From 7d113fcddd341f1e4b04ceb2785087d50b8e1556 Mon Sep 17 00:00:00 2001 From: Dmitry Ilvokhin Date: Sun, 24 Aug 2025 13:31:38 +0100 Subject: Add wireguard configuration to dotfiles role This is a simple role that works only for one host. There are multiple complications that I should keep in mind in the future. * There is should be a way to install dotfiles on boxes without GPG key there. So, files with secrets in them should be gated. * Wireguard configuration should be per host. Each host should have it is own private key. --- roles/wgconfig/defaults/main.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 roles/wgconfig/defaults/main.yml (limited to 'roles/wgconfig/defaults') diff --git a/roles/wgconfig/defaults/main.yml b/roles/wgconfig/defaults/main.yml new file mode 100644 index 0000000..0d5634b --- /dev/null +++ b/roles/wgconfig/defaults/main.yml @@ -0,0 +1,3 @@ +wgconfig_user: d +wgconfig_group: d +wgconfig_homedir: /home/{{ wgconfig_user }} -- cgit v1.2.3-70-g09d2