From a5bd83543f341af6f480dbae02197ab344b409f0 Mon Sep 17 00:00:00 2001 From: nazunalika Date: Sat, 21 Aug 2021 17:49:53 -0700 Subject: [PATCH] I think this syncs the ipa keys --- ansible/playbooks/templates/etc/gitlab/rocky_gitlab.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/playbooks/templates/etc/gitlab/rocky_gitlab.rb b/ansible/playbooks/templates/etc/gitlab/rocky_gitlab.rb index 56f0859..16cf16e 100644 --- a/ansible/playbooks/templates/etc/gitlab/rocky_gitlab.rb +++ b/ansible/playbooks/templates/etc/gitlab/rocky_gitlab.rb @@ -44,7 +44,7 @@ gitlab_rails['ldap_servers'] = YAML.load <<-'EOS' user_filter: '{{ gitlab_ldap_user_filter }}' group_base: '{{ gitlab_ldap_group_dn }}' admin_group: '{{ gitlab_ldap_admin_group }}' - sync_ssh_keys: true + sync_ssh_keys: 'ipaSshPubKey' attributes: username: ['uid'] email: ['mail']