diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-09-23 13:47:36 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-09-23 13:47:36 +0200 |
| commit | 5488d45efdea22ebb269e767145a6f26d7bc2dbb (patch) | |
| tree | a4a5310f1cae15c0e0991c6be84318ce83d7f181 /roles/nginx | |
| parent | 5ca49036e4db6d8df53f3c53b957f29575799958 (diff) | |
Remove SSL directory management from nginx
Let the linux distros manage the ssl directories and it's permissions
instead of introducing complex logic to match the original created
permissions by the distro install
Diffstat (limited to 'roles/nginx')
| -rw-r--r-- | roles/nginx/tasks/main.yml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/roles/nginx/tasks/main.yml b/roles/nginx/tasks/main.yml index 8b3a47df..7af4515d 100644 --- a/roles/nginx/tasks/main.yml +++ b/roles/nginx/tasks/main.yml @@ -20,16 +20,6 @@ - "/etc/nginx/conf.d" - "/etc/nginx/modules-enabled" - "/var/log/nginx" - - "/etc/ssl/certs" - -- name: "Ensure SSL private directory has correct permissions" - become: true - ansible.builtin.file: - path: "/etc/ssl/private" - state: "directory" - owner: "root" - group: "root" - mode: "0700" - name: "Check if SSL certificate exists" become: true |
