Install hashistack#

Prerequisites#

Command Line#

> ansible-galaxy collection install -f wescale.hashistack

Good to know

The behavior of ansible-galaxy is to first check for any version presence, so an update needs to be done with the force option (-f).

Requirement file#

You can also add it to the requirements.yml file of any project like this:

---
collections:
  - name: wescale.hashistack
# Optional, but advised in general, to pin the version that should be installed.
    version: "1.13.13"

Once done, you install/update by launching:

> ansible-galaxy collection install -fr requirements.yml

Ansible Galaxy

We maintain an official Ansible Galaxy page.