caktus / tequila-common

Ansible role for setting up users, keys, directories, and a firewall for a Django server
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

ssl_dir gets changed on every deploy #4

Closed vkurup closed 6 years ago

vkurup commented 6 years ago

ssl_dir is set to mode 700 (project_user/project_user) in this module and then set to 644 (root/www-data) in tequila-nginx, so it gets changed twice on every deploy.

I'd vote for removing the task from this module and leaving it to be managed by tequila-nginx.

If that sounds OK, I can create a PR.