diff --git a/roles/sage905.mineos/tasks/main.yml b/roles/sage905.mineos/tasks/main.yml index d34630d..7f1ebee 100755 --- a/roles/sage905.mineos/tasks/main.yml +++ b/roles/sage905.mineos/tasks/main.yml @@ -15,6 +15,15 @@ when: ansible_os_family == 'RedHat' +- name: enable LDAP enumeration in SSSD + ini_file: + section: domain/idm.toal.ca + path: /etc/sssd/sssd.conf + value: enumerate=yes + state: present + backup: yes # not required. Create a backup file including the timestamp information so you can get the original file back if you somehow clobbered it incorrectly. + create: no + # - name: Create minecraft group # become: true # group: name=minecraft state=present system=yes