aboutsummaryrefslogtreecommitdiffstats
path: root/roles/linux_desktop/tasks/freeipa.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/linux_desktop/tasks/freeipa.yml')
-rw-r--r--roles/linux_desktop/tasks/freeipa.yml12
1 files changed, 5 insertions, 7 deletions
diff --git a/roles/linux_desktop/tasks/freeipa.yml b/roles/linux_desktop/tasks/freeipa.yml
index be7761d..cae5149 100644
--- a/roles/linux_desktop/tasks/freeipa.yml
+++ b/roles/linux_desktop/tasks/freeipa.yml
@@ -1,9 +1,9 @@
-- name: create lightdm HBAC service
+- name: create sddm HBAC service
ipahbacsvc:
ipaadmin_principal: '{{ ipa_user }}'
ipaadmin_password: '{{ ipa_pass }}'
- name: lightdm
- description: LightDM Display Manager
+ name: sddm
+ description: SDDM
state: present
run_once: yes
@@ -31,13 +31,11 @@
ipaadmin_principal: '{{ ipa_user }}'
ipaadmin_password: '{{ ipa_pass }}'
name: allow_gdm_on_linux_desktops
- description: Allow login to GDM on linux desktops
+ description: Allow login to SDDM on linux desktops
hostgroup:
- '{{ linux_desktop_hbac_hostgroup }}'
group:
- '{{ linux_desktop_access_group }}'
hbacsvc:
- - gdm
- - gdm-password
- - lightdm
+ - sddm
run_once: yes