mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-11-11 00:11:25 +00:00
18 lines
606 B
YAML
18 lines
606 B
YAML
---
|
|
# rabbitmq settings
|
|
rabbitmq_tls_ca_cert: "/etc/pki/tls/certs/ca-bundle.crt"
|
|
rabbitmq_tls_cert: "/etc/pki/tls/certs/{{ ansible_fqdn }}.crt"
|
|
rabbitmq_tls_key: "/etc/pki/tls/private/{{ ansible_fqdn }}.key"
|
|
|
|
# These should be in a vault, with a different value. Generated by:
|
|
# dd if=/dev/urandom bs=30 count=1 | base64
|
|
#rabbitmq_cookie: ...
|
|
|
|
# Admin passwords - these should be in a vault
|
|
#rabbitmq_admin_password: ...
|
|
|
|
# rabbitmq cluster list and information should be defined in hostvars to ensure
|
|
# that the configuration is idempotent.
|
|
#rabbitmq_cluster_staging_list:
|
|
#rabbitmq_cluster_staging_name:
|