spruce
Ansible Role: Spruce
Installs Spruce, a Go-based BOSH template merge tool.
An honest duplication of ansible-role-packer by Jeff Geerling
Requirements
None.
Role Variables
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"
Dependencies
None.
Example Playbook
- hosts: servers
roles:
- rholmboe.spruce
License
MIT / BSD
Author Information
This role was created in 2021 by Richard Holmboe
Install
ansible-galaxy install rholmboe/ansible-role-spruce
License
mit
Downloads
21
Owner