ansible-role-zerotier/defaults/main.yml

9 lines
407 B
YAML
Raw Normal View History

2017-07-26 21:44:44 +00:00
---
2017-07-26 22:47:24 +00:00
# defaults file for ansible-role-zerotier
zerotier_api_accesstoken: "{{ zerotier_accesstoken | default() }}" # For backwards compatibility
2017-07-26 22:47:24 +00:00
zerotier_api_url: https://my.zerotier.com
zerotier_api_delegate: localhost
2018-02-16 01:59:14 +00:00
zerotier_apt_state: present
zerotier_member_register_short_hostname: "{{ zerotier_register_short_hostname | default(false) }}" # For backwards compatibility
2018-02-16 01:59:14 +00:00
zerotier_authorize_member: true