mirror of
https://github.com/rocky-linux/ansible-role-kojihub.git
synced 2024-11-01 11:01:23 +00:00
10 lines
355 B
Plaintext
10 lines
355 B
Plaintext
|
[rockymsg]
|
||
|
host = {{ koji_hub_plugin_mqtt_host }}
|
||
|
port = 8883
|
||
|
tls_cert = {{ koji_hub_plugin_mqtt_tls_cert }}
|
||
|
tls_key = {{ koji_hub_plugin_mqtt_tls_key }}
|
||
|
ca_cert = {{ koji_hub_plugin_mqtt_ca }}
|
||
|
tls_insecure = False
|
||
|
tls_version = 2
|
||
|
exclude_tags = {% for tag in koji_hub_plugin_mqtt_excluded_tags %}{{ tag }}{%- if not loop.last -%},{% endif %}{% endfor %}
|