Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.1 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.1 KB

Ansible Role - mtchavez.envconsul

Latest Version Build Status

Envconsul provides a convenient way to populate values from Consul into an child process environment using the envconsul daemon.

Requirements

No requirements needed to install envconsul

Role Variables

Useful variables to configure such as the version and arch or even where it is downloaded.

envconsul_ver: "0.6.1"
envconsul_arch: "linux_amd64"
envconsul_dl_dir: "/tmp"
envconsul_bin_path: "/usr/local/bin"

Dependencies

  • Requires unzip to unpack release archive.

Example Playbook

Install envconsul at a specific version

- hosts: servers
  roles:
     - { role: mtchavez.envconsul, envconsul_ver: "5.0.0" }

License

MIT

Author Information

mtchavez - 2016