Remove container_name reference
This commit removes the container_name var reference from defaults/main.yml, and replaces it with ansible_hostname instead. This helps when installing this role on a non-OpenStack-Ansible deployment which does not have container_name set. Change-Id: I7da72c45b50bff5722e1e5c1900c8aa56759eb7f
This commit is contained in:
1 changed files with 1 additions and 1 deletions
@@ -62,7 +62,7 @@ rabbitmq_ssl_ca_cert: /etc/rabbitmq/rabbitmq-ca.pem
# SSL certificate for RabbitMQ when this playbook runs. You can also change
# the subject of the self-signed certificate here if you prefer.
rabbitmq_ssl_self_signed_regen:false
rabbitmq_ssl_self_signed_subject:"/C=US/ST=Texas/L=San Antonio/O=IT/CN={{ container_name }}"
rabbitmq_ssl_self_signed_subject:"/C=US/ST=Texas/L=San Antonio/O=IT/CN={{ ansible_hostname }}"
# Define user-provided SSL certificates in:
# /etc/openstack_deploy/user_variables.yml
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.