fix: dont expose redis and cleanup downloads

This commit is contained in:
Aravinth Manivannan 2023-12-09 02:52:24 +05:30
parent 908f96b51a
commit eb586633ec
Signed by: realaravinth
GPG key ID: F8F50389936984FF

View file

@ -72,15 +72,7 @@
force: true force: true
mode: "0755" mode: "0755"
# - name: Delete download dir - name: Delete download dir
# ansible.builtin.file: ansible.builtin.file:
# path: /tmp/cache-lib path: /tmp/cache-lib
# state: absent state: absent
- name: Allow port 6379 for redis
become: true
community.general.ufw:
state: enabled
rule: allow
proto: tcp
port: "6379"