mtchavez / ansible-consul-template

Ansible role for consul-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible Role - mtchavez.consul-template

Latest Version Build Status

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

About

Ansible role for consul-template

License:MIT License


Languages

Language:Shell 100.0%