mtchavez.consul-template

Ansible Role - mtchavez.consul-template

Latest Version Build Status

consul-template is a tool for rendering templates and sending notifications using Consul.

Requirements

No special requirements are needed to install consul-template.

Role Variables

These are useful settings you can adjust, like the version, architecture, and download location.

consul_template_ver: "0.9.0"           # Version of consul-template
consul_template_arch: "linux_amd64"     # Architecture (e.g., Linux 64-bit)
consul_template_dl_dir: "/tmp"          # Directory to download files
consul_template_bin_path: "/usr/local/bin"  # Where to install the binary

Dependencies

No external dependencies are required.

Example Playbook

To install consul-template at a specific version, you can use the following playbook:

- hosts: servers
  roles:
     - { role: mtchavez.consul-template, consul_template_ver: "0.9.0", become: yes }

License

MIT

Author Information

Created by mtchavez in 2015.

Informazioni sul progetto

Install consul-template

Installa
ansible-galaxy install mtchavez.consul-template
Licenza
mit
Download
28.2k
Proprietario