cchurch.zerotier
ZeroTier
This guide explains how to install the ZeroTier network client on a computer using Ansible. You need Ansible version 2.4 or newer for this.
Requirements
You should run this role with administrative privileges on the target system.
Role Variables
You can change the following settings to customize how ZeroTier is installed:
zerotier_state
: Choose frompresent
(install),latest
(upgrade), orabsent
(remove). The default option ispresent
.zerotier_network
: Enter the 16-digit hex ID of the ZeroTier network you want to join.zerotier_network_state
: Choose eitherpresent
(to join the network) orabsent
(to leave the network). The default option ispresent
.
Example Playbook
Here’s a simple example of a playbook that 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
This project is licensed under the BSD License.
Author Information
Created by Chris Church (cchurch).
Installa
ansible-galaxy install cchurch.zerotier
Licenza
other
Download
622
Proprietario
Python/Django/Ansible, will code for sweet tea and beer.