Skip to content

Version 1.0.0

Compare
Choose a tag to compare
@m4rcu5nl m4rcu5nl released this 05 Apr 00:20
· 52 commits to master since this release
6afd967

Features added

  • option to register member with it's short hostname
  • option to assign IPv4 addresses to members
  • option to set member description

Improvements

  • Joining networks and authorizing nodes are now separate, optional actions. They only run when their variables, respectively zerotier_network_id and zerotier_accesstoken, are set.
  • Modularized some of the tasks to use import_tasks (static) and include_tasks (dynamic). New directives of Ansible 2.4.
  • Stopped using Ansible-provided Jinja tests as filters. (Deprecated as of Ansible 2.5 and will be removed in Ansible 2.9.)