aboutsummaryrefslogtreecommitdiffstats
path: root/roles/space_server/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/space_server/tasks/main.yml')
-rw-r--r--roles/space_server/tasks/main.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/roles/space_server/tasks/main.yml b/roles/space_server/tasks/main.yml
index b19e8a3..829481b 100644
--- a/roles/space_server/tasks/main.yml
+++ b/roles/space_server/tasks/main.yml
@@ -34,6 +34,17 @@
tags:
- ssh
+- name: Disable pam_sss plugin
+ replace:
+ path: '/etc/pam.d/{{ item }}'
+ regexp: '^([^#].*pam_sss\.so.*)'
+ replace: '#\1'
+ with_items:
+ - system-auth
+ - password-auth
+ tags:
+ - pam
+
- import_tasks: kernel.yml
tags: kernel
- import_tasks: gettys.yml