This Ansible role handle the first configuration and the scaling of a Consul Cluster (both client & server side).
The supported OS are:
- Centos 7
- RHEL 7
Required:
- NTPD configured
- Firewall configuration according with the consul documentations => http://consul.io/docs/install/index.html
Use the settings in the default directory or override trough the variables in the invocating playbook.
This plabook can be used to create and scale a consul cluster.
No other roles is needed for a standard installation and management.
Example:
- hosts: servers
roles:
- { role: consul_management }
=================================================================================
© 2017 - Present, Isham Araia.
Consul Cluster Manager is released under an MIT-style license; see LICENSE for details.
Isham Araia