Ansible role to configure Boundary

Just wanted to let people know that if you already use Ansible and need to deploy Boundary on nodes otherwise configured by Ansible, you might find the following role useful: GitHub - ansible-community/ansible-role-boundary: 🚧 Ansible role to install HashiCorp Boundary.

Add this to your galaxy requirements:

roles:
  - src: https://github.com/ansible-community/ansible-role-boundary
    scm: git
    version: v1.0.1
    name: boundary

And then follow the docs in the repo to configure your KMS. Contributions welcome!

1 Like

This is awesome @jorhett!

1 Like

Really nice work! I was just looking for an ansible role, that is able to configure Boundary. I would like to manage the Inventory, as we are using Ansible for the inventory already. Any plans, to support configuring as well?