From 6a136b9b98bf06a95804bc2b487276da56748c00 Mon Sep 17 00:00:00 2001 From: Opnxng Date: Mon, 13 Nov 2023 21:06:52 +0800 Subject: [PATCH] Updated ufw role --- .gitignore | 1 + .vscode/settings.json | 6 ------ roles/ufw-opnxng/tasks/main.yaml | 6 +++++- 3 files changed, 6 insertions(+), 7 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index 386bd03..ef0110e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ vars/secrets.yaml production .hidden +.vscode \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index dd49c55..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "launch": { - "configurations": [], - "compounds": [] - } -} \ No newline at end of file diff --git a/roles/ufw-opnxng/tasks/main.yaml b/roles/ufw-opnxng/tasks/main.yaml index b2fbd0d..eb2069c 100644 --- a/roles/ufw-opnxng/tasks/main.yaml +++ b/roles/ufw-opnxng/tasks/main.yaml @@ -66,4 +66,8 @@ - name: UFW enable community.general.ufw: - state: enabled \ No newline at end of file + state: enabled + +- name: UFW reload + community.general.ufw: + state: reloaded