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!