zerotier
ZeroTier
Install the ZeroTier network client on the target system. Requires Ansible 2.4 or later.
Requirements
Assumes the role is being run with become capabilities on the target system.
Role Variables
The following variables may be defined to customize this role:
zerotier_state
: One ofpresent
,latest
orabsent
. Indicates whether to install, upgrade or remove ZeroTier. Default ispresent
.zerotier_network
: ZeroTier network ID to join (16 hex digits).zerotier_network_state
: One ofpresent
orabsent
. Indicates whether to join or leave network. Default ispresent
.
Example Playbook
The following example playbook installs the ZeroTier client and joins a network:
- name: install zerotier
hosts: all
roles:
- name: cchurch.zerotier
vars:
zerotier_state: present
zerotier_network: "deadbeefcafe1234"
License
BSD
Author Information
Chris Church (cchurch)
Install
ansible-galaxy install cchurch/ansible-role-zerotier
License
other
Downloads
601
Owner
Python/Django/Ansible, will code for sweet tea and beer.