consul-template
Ansible Role - mtchavez.consul-template
consul-template allows for generic template rendering and notifications with Consul
Requirements
No requirements needed to install consul-template
Role Variables
Useful variables to configure such as the version and arch or even where it is downloaded.
consul_template_ver: "0.9.0"
consul_template_arch: "linux_amd64"
consul_template_dl_dir: "/tmp"
consul_template_bin_path: "/usr/local/bin"
Dependencies
No external dependencies
Example Playbook
Install consul-template at a specific version
- hosts: servers
roles:
- { role: mtchavez.consul-template, consul_template_ver: "0.9.0", become: yes }
License
MIT
Author Information
mtchavez - 2015
Install
ansible-galaxy install mtchavez/ansible-consul-template
License
mit
Downloads
28212
Owner