aboutsummaryrefslogtreecommitdiff
path: root/main.yaml
diff options
context:
space:
mode:
authorheqnx <root@heqnx.com>2025-06-27 14:36:04 +0300
committerheqnx <root@heqnx.com>2025-06-27 14:36:04 +0300
commitcb3dc22df728272ad05de3684eb8dc672654a05e (patch)
tree4c3ddd6505b82d4559ced35232e3ea028b70da1d /main.yaml
parent12756a89c2089f696c9e05bf8c95a093e25521a4 (diff)
downloadansible-pve-host-cb3dc22df728272ad05de3684eb8dc672654a05e.tar.gz
ansible-pve-host-cb3dc22df728272ad05de3684eb8dc672654a05e.zip
added conditional dnsmasq setup for vmbr1 and ufw filter rules; fixed a couple of issues by removing /etc/pve/priv, no need for modifying it
Diffstat (limited to 'main.yaml')
-rw-r--r--main.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.yaml b/main.yaml
index 7c7e60f..0653698 100644
--- a/main.yaml
+++ b/main.yaml
@@ -7,5 +7,6 @@
- import_tasks: tasks/preflight.yaml
- import_tasks: tasks/pve_setup.yaml
- import_tasks: tasks/pve_configure.yaml
+ - import_tasks: tasks/dnsmasq_setup.yaml
- import_tasks: tasks/harden.yaml
- import_tasks: tasks/wg_setup.yaml