diff --git a/infrastructure/server-setup/tasks/traefik.yml b/infrastructure/server-setup/tasks/traefik.yml index 304d15b6c..3e307c797 100644 --- a/infrastructure/server-setup/tasks/traefik.yml +++ b/infrastructure/server-setup/tasks/traefik.yml @@ -4,15 +4,14 @@ state: touch owner: root group: application - # Owner has rwx, group r, others no permissions - mode: '0740' + # Owner has rw, others no permissions + mode: '0600' - name: 'Create certs directory for traefik' file: path: /data/traefik/certs state: directory - mode: '700' owner: root group: application # Owner has rwx, group r, others no permissions - mode: '0740' \ No newline at end of file + mode: '0740'