mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Update redhat_subscriptions 'server_insecure' docs (#3373)
'server_insecure' maps to the subscription-manager config (/etc/rhsm/rhsm.conf) value for 'insecure' key in the 'server' stanza. The 'insecure' configures if the https connection to 'server_hostname' is verified as having been issued by a CA in 'ca_cert_dir' trust store. Previous documentation indicating it disables https and enables http was inaccurate. Connection to server_hostname always uses https.
This commit is contained in:
@@ -36,7 +36,7 @@ options:
|
|||||||
default: Current value from C(/etc/rhsm/rhsm.conf) is the default
|
default: Current value from C(/etc/rhsm/rhsm.conf) is the default
|
||||||
server_insecure:
|
server_insecure:
|
||||||
description:
|
description:
|
||||||
- Allow traffic over insecure http
|
- Enable or disable https server certificate verification when connecting to C(server_hostname)
|
||||||
required: False
|
required: False
|
||||||
default: Current value from C(/etc/rhsm/rhsm.conf) is the default
|
default: Current value from C(/etc/rhsm/rhsm.conf) is the default
|
||||||
rhsm_baseurl:
|
rhsm_baseurl:
|
||||||
|
|||||||
Reference in New Issue
Block a user