bluk.hashicorp
ansible-role-hashicorp
An Ansible role to install HashiCorp tools.
Requirements
It is assumed that curl, gpg, shasum, and unzip are installed.
Role Variables
hashicorp_program- The name of the tool to install (e.g.vaultorconsul).hashicorp_version- The version of the tool (e.g.0.11.1).hashicorp_platform- The platform of the tool to install (e.g.linux_amd64ordarwin_amd64).hashicorp_install_path- The path to install the tools.hashicorp_check_gpg_signature- If the GPG signature of the SHA sum file should be checked (e.g."true").
Dependencies
No dependencies.
Example Playbook
- hosts: servers
roles:
- role: bluk.hashicorp
vars:
hashicorp_program: vault
hashicorp_version: 0.11.1
hashicorp_platform: linux_amd64
hashicorp_install_path: /usr/local/bin
License
Install
ansible-galaxy install bluk.hashicorpLicense
apache-2.0
Downloads
56
Owner
