ansible-role-zerotier/tasks/main.yml

15 lines
339 B
YAML
Raw Normal View History

2017-07-26 21:44:44 +00:00
---
# tasks file for ansible-role-zerotier
- import_tasks: install.yml
when:
- not skip_install | default(false) | bool
2018-02-16 01:59:14 +00:00
- import_tasks: authorize_node.yml
when:
- zerotier_api_accesstoken | length > 0
- ansible_local['zerotier']['node_id'] is defined
2018-02-16 01:59:14 +00:00
- import_tasks: join_network.yml
when:
- zerotier_network_id is defined