geoffjay.plantdbroker
Ansible Role: Plantd Master
[WIP] Pre-alpha, doesn't work.
Installs and configures a Plantd broker server on a Debian host.
Requirements
A working installation of go
.
Role Variables
Available variables are listed below, along with default values (see defaults/main.yml
):
plantd_broker_version: "0.1.0"
Dependencies
None
Example Playbook
- hosts: master
become: yes
vars_files:
- vars/main.yml
roles:
- geoffjay.plantdbroker
Inside vars/main.yml
:
plantd_broker_version: "0.1.0"
License
MIT/BSD
Author Information
This role was created in 2019 by Geoff Johnson.
Install
ansible-galaxy install geoffjay.plantdbroker
License
mit
Downloads
42
Owner