0
0

Updated ufw role

This commit is contained in:
Opnxng 2023-11-13 21:06:52 +08:00
parent 56386d48c0
commit 6a136b9b98
3 changed files with 6 additions and 7 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
vars/secrets.yaml
production
.hidden
.vscode

View File

@ -1,6 +0,0 @@
{
"launch": {
"configurations": [],
"compounds": []
}
}

View File

@ -66,4 +66,8 @@
- name: UFW enable
community.general.ufw:
state: enabled
state: enabled
- name: UFW reload
community.general.ufw:
state: reloaded