Installs Spruce, a Go-based BOSH template merge tool.
An honest duplication of ansible-role-packer by Jeff Geerling
None.
Available variables are listed below, along with default values (see defaults/main.yml
):
spruce_version: "1.30.2"
The spruce version to install.
spruce_arch: "amd64"
The system architecture (e.g. 386
or amd64
) to use.
spruce_bin_path: /usr/local/bin
The location where the spruce binary will be installed (should be in system $PATH
).
The user/group which should own binary.
spruce_user: "root"
spruce_group: "root"
None.
- hosts: servers
roles:
- rholmboe.spruce
MIT / BSD
This role was created in 2021 by Richard Holmboe