You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.)