hellofresh / ansible-consul

Ansible Role to install and configure consul
MIT License
15 stars 12 forks source link

Add support for provisioning AMI images #43

Closed antonu17 closed 5 years ago

antonu17 commented 5 years ago

What this PR changes

When the role is used to provision AMI image, ensure the following variables are set to these specific values

consul_start_service: false         # Required: Prevent consul from starting at provision time
consul_node_name: auto              # Required: read node name from cloud meta-data
consul_network_bind: auto           # Required: read private IP from cloud meta-data
consul_network_autobind: false      # Required: disable provision time IP address discovery
consul_node_name_prefix: "service-" # Optional: node name prefix
abebars commented 5 years ago

+1

Approved with Zappr Approved with Zappr

caitlyncampbell commented 5 years ago

+1

Approved with Zappr

karinayatchenko commented 5 years ago

+1

Approved with Zappr