We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e630d commit ae16669Copy full SHA for ae16669
environments/.stackhpc/inventory/extra_groups
@@ -31,3 +31,7 @@ compute
31
[squid:children]
32
# Install squid into fat image
33
builder
34
+
35
+[sssd:children]
36
+# Install sssd into fat image
37
+builder
environments/.stackhpc/inventory/group_vars/builder.yml
@@ -1 +1,2 @@
1
#update_enable: false # Can uncomment for speed debugging non-update related build issues
2
+sssd_install_ldap: true # include sssd-ldap package in fatimage
0 commit comments