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.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/roles/linux_desktop/tasks/freeipa.yml b/roles/linux_desktop/tasks/freeipa.yml
index f7a09e1..be7761d 100644
--- a/roles/linux_desktop/tasks/freeipa.yml
+++ b/roles/linux_desktop/tasks/freeipa.yml
@@ -1,3 +1,12 @@
+- name: create lightdm HBAC service
+ ipahbacsvc:
+ ipaadmin_principal: '{{ ipa_user }}'
+ ipaadmin_password: '{{ ipa_pass }}'
+ name: lightdm
+ description: LightDM Display Manager
+ state: present
+ run_once: yes
+
- name: create linux-desktops hostgroup
ipahostgroup:
ipaadmin_principal: '{{ ipa_user }}'
@@ -30,4 +39,5 @@
hbacsvc:
- gdm
- gdm-password
+ - lightdm
run_once: yes