aboutsummaryrefslogtreecommitdiffstats
path: root/roles/linux_desktop/tasks/freeipa.yml
diff options
context:
space:
mode:
authorStonewall Jackson <stonewall@sacredheartsc.com>2023-03-31 20:34:42 -0400
committerStonewall Jackson <stonewall@sacredheartsc.com>2023-03-31 20:34:42 -0400
commit3f41f3f08ab3558eecaaaf97694f5b7268440809 (patch)
tree0b83b37a78c623b9c5545bf4e92890b9506d06a6 /roles/linux_desktop/tasks/freeipa.yml
parent49f9fd75bde8f305281c88e4629c8f5fb4e6a188 (diff)
downloadselfhosted-3f41f3f08ab3558eecaaaf97694f5b7268440809.tar.gz
selfhosted-3f41f3f08ab3558eecaaaf97694f5b7268440809.zip
linux_desktop: remove MATE, add qogir theme
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