9 lines
407 B
YAML
9 lines
407 B
YAML
---
|
|
# defaults file for ansible-role-zerotier
|
|
zerotier_api_accesstoken: "{{ zerotier_accesstoken | default() }}" # For backwards compatibility
|
|
zerotier_api_url: https://my.zerotier.com
|
|
zerotier_api_delegate: localhost
|
|
zerotier_apt_state: present
|
|
zerotier_member_register_short_hostname: "{{ zerotier_register_short_hostname | default(false) }}" # For backwards compatibility
|
|
zerotier_authorize_member: true
|