You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ansible/vars/common.yaml
+1-1
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ rpm_source: internet
18
18
# rpmsdirectory: Location on the target machines.
19
19
rpmsdirectory: /hubrpms
20
20
# ca_certs: Options are 'internal', 'selfsigned' or 'supplied' for whether to generate internal certificates or sign the CSRs. Internal means the hub generates certificates and is recommended. Selfsigned means ansible with sign the certificates (this is only really for testing the 'supplied' variant). Supplied means you must sign the CSRs and supply the certificates - the job will pause for you to do this.
21
-
ca_certs: selfsigned
21
+
ca_certs: internal
22
22
# ldap_enabled: Get ansible to configure ldap for you. See ldap.yaml to configure it.
23
23
ldap_enabled: false
24
24
# Passphrase for when we are selfsigining certificates only.
0 commit comments