From 30f6f1f3ee72a9f70026af285e560ca24d2a7a57 Mon Sep 17 00:00:00 2001 From: Viyurz Date: Sat, 2 Mar 2024 12:03:14 +0100 Subject: [PATCH] Move nftables to its own playbook. --- playbooks/update-nftables.yml | 5 +++++ playbooks/update-services.yml | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 playbooks/update-nftables.yml diff --git a/playbooks/update-nftables.yml b/playbooks/update-nftables.yml new file mode 100644 index 0000000..3c726a7 --- /dev/null +++ b/playbooks/update-nftables.yml @@ -0,0 +1,5 @@ +- name: Include variables files & load nftables.conf + hosts: localhost + roles: + - include-vars + - nftables diff --git a/playbooks/update-services.yml b/playbooks/update-services.yml index 7556b77..f0fa342 100644 --- a/playbooks/update-services.yml +++ b/playbooks/update-services.yml @@ -1,8 +1,7 @@ -- name: Include variables files & load nftables.conf +- name: Include variables files hosts: localhost roles: - include-vars - - nftables - name: Update project(s) hosts: localhost