aboutsummaryrefslogtreecommitdiffstats
path: root/roles/local_homedirs/tasks/main.yml
diff options
context:
space:
mode:
authorStonewall Jackson <stonewall@sacredheartsc.com>2023-04-19 00:11:46 -0400
committerStonewall Jackson <stonewall@sacredheartsc.com>2023-04-19 00:11:46 -0400
commit791817db8b9d34a11fd72759f1373e7481286cfe (patch)
tree091e2aab38e617d4ac1112942fc4828914381bce /roles/local_homedirs/tasks/main.yml
parent5e9ad61dae8fe4e1beeb572b2ddaf1cee9addbef (diff)
downloadselfhosted-791817db8b9d34a11fd72759f1373e7481286cfe.tar.gz
selfhosted-791817db8b9d34a11fd72759f1373e7481286cfe.zip
local_homedirs: kwallet fixes
Diffstat (limited to 'roles/local_homedirs/tasks/main.yml')
-rw-r--r--roles/local_homedirs/tasks/main.yml22
1 files changed, 0 insertions, 22 deletions
diff --git a/roles/local_homedirs/tasks/main.yml b/roles/local_homedirs/tasks/main.yml
index 2a5859f..7e90959 100644
--- a/roles/local_homedirs/tasks/main.yml
+++ b/roles/local_homedirs/tasks/main.yml
@@ -26,20 +26,6 @@
when: local_homedir_sefcontext.changed
tags: selinux
-- name: copy kwallet script
- copy:
- src: '{{ local_homedir_kwallet_script[1:] }}'
- dest: '{{ local_homedir_kwallet_script }}'
- mode: 0555
- setype: xdm_unconfined_exec_t
-
-- name: set xdm_unconfined_exec_t sefcontext on kwallet script
- sefcontext:
- target: '{{ local_homedir_kwallet_script }}'
- state: present
- setype: xdm_unconfined_exec_t
- tags: selinux
-
- name: copy profile script
copy:
src: etc/profile.d/local-homedirs.sh
@@ -79,14 +65,6 @@
- auth optional pam_env.so conffile={{ local_homedir_pam_env_path }}
when: "'sddm' in ansible_facts.packages"
-- name: modify sddm PAM configuration for kwallet
- lineinfile:
- path: /etc/pam.d/sddm
- line: auth optional pam_exec.so {{ local_homedir_kwallet_script }}
- insertafter: auth\s+optional\s+pam_kwallet\.so$
- state: present
- when: "'sddm' in ansible_facts.packages"
-
- name: modify pam configs for sshd
lineinfile:
path: /etc/pam.d/sshd