ansible-role-etcd icon indicating copy to clipboard operation
ansible-role-etcd copied to clipboard

Ansible role for installing etcd cluster

Results 2 ansible-role-etcd issues
Sort by recently updated
recently updated
newest added

This PR adds an oportunity to specfy systemd unit name It is very useful when you want to deploy multiple clusters on the same server

This change allows you to specify external IPs when they are not available from ansible facts. Here's an example playbook: variable `hostname_fqdn` must be defined in inventory ``` #!/usr/bin/env ansible-playbook...