zerotier

Build Status Galaxy

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 of present, latest or absent. Indicates whether to install, upgrade or remove ZeroTier. Default is present.
  • zerotier_network: ZeroTier network ID to join (16 hex digits).
  • zerotier_network_state: One of present or absent. Indicates whether to join or leave network. Default is present.

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)

About

Install the ZeroTier network client.

Install
ansible-galaxy install cchurch/ansible-role-zerotier
GitHub repository
License
other
Downloads
589
Owner
Python/Django/Ansible, will code for sweet tea and beer.