summaryrefslogtreecommitdiff
path: root/roles/wgconfig/defaults/main.yml
diff options
context:
space:
mode:
authorDmitry Ilvokhin <d@ilvokhin.com>2025-08-24 13:31:38 +0100
committerDmitry Ilvokhin <d@ilvokhin.com>2025-08-24 13:31:38 +0100
commit7d113fcddd341f1e4b04ceb2785087d50b8e1556 (patch)
treea8f8e8c288c13badf9eb061bbc67c899916bc6a3 /roles/wgconfig/defaults/main.yml
parent461b380f51b6aca3113f581378846e4902bea6fe (diff)
downloadinfra-7d113fcddd341f1e4b04ceb2785087d50b8e1556.tar.gz
infra-7d113fcddd341f1e4b04ceb2785087d50b8e1556.tar.bz2
infra-7d113fcddd341f1e4b04ceb2785087d50b8e1556.zip
Add wireguard configuration to dotfiles roleHEADmaster
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.
Diffstat (limited to 'roles/wgconfig/defaults/main.yml')
-rw-r--r--roles/wgconfig/defaults/main.yml3
1 files changed, 3 insertions, 0 deletions
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 }}