diff --git a/roles/common/tasks/main.yml b/roles/common/tasks/main.yml index 3ac66a613f50fdf118d5c86d966e8cb2453915e7..1fda4cbf3aa20fc14a882c0762b94bff1cb2f4c2 100644 --- a/roles/common/tasks/main.yml +++ b/roles/common/tasks/main.yml @@ -45,4 +45,7 @@ - name: Disable remote login authentication via password lineinfile: dest="/etc/ssh/sshd_config" state=present regexp="^PasswordAuthentication" line="PasswordAuthentication no" notify: - - Restart SSH \ No newline at end of file + - Restart SSH + +- name: Allow users to traverse directories to TLS private key files + file: path=/etc/ssl/private/ mode=o+x \ No newline at end of file