HashiCorp

Document Control

TODO:

  • Overall structure.
  • Initial draft complete
  • Testing
  • Ready

Ansible Role Ansible Quality Score Build Status GitHub issues GitHub last commit

User Story: HashiCorp Tools

As a: UNIX and Linux system administrator

I want to: install HashiCorp products from https://releases.hashicorp.com/

So that: I can start automating.

Using the role

Using the role in a playbook
---
- name: Install hashicorp on localhost
  hosts: all

  tasks:
    - name: hashicorp is configured
      import_role:
        name: devopstoolbox.hashicorp
      vars:
        hashicorp_vagrant_version: "2.2.6"
      tags: hashicorp
# Install the role
ansible-galaxy install devopstoolbox.hashicorp

# Run the playbook
ansible-playbook hashicorp-playbook.yml

Last update: 2020-02-09