aboutsummaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2022-03-15 20:03:43 +0000
committerGravatar Joe Banks <[email protected]>2022-03-15 20:03:43 +0000
commitd2cb45df24b42dcdebe749680ee3603a2db351b2 (patch)
tree474f631b0dd957a253b613fc057eee832ca5ea73 /roles
parentAdd new logs tooling to root playbook (diff)
Add wireguard rule to allow all internal traffic
Diffstat (limited to 'roles')
-rw-r--r--roles/ufw/vars/main.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/roles/ufw/vars/main.yml b/roles/ufw/vars/main.yml
index 14ba58b..da156e5 100644
--- a/roles/ufw/vars/main.yml
+++ b/roles/ufw/vars/main.yml
@@ -1 +1,6 @@
-rules: []
+rules:
+ - comment: Allow internal traffic
+ interface: wg0
+ direction: in
+ rule: allow
+ from_ip: 10.0.0.0/8