Variable naming convention
Updated 2 variable names to follow naming convention. For backwards compatibility the old names are rewritten to the new ones in the role's defaults.
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
---
|
||||
# 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_register_short_hostname: false
|
||||
zerotier_member_register_short_hostname: "{{ zerotier_register_short_hostname | default(false) }}" # For backwards compatibility
|
||||
zerotier_authorize_member: true
|
||||
|
||||
Reference in New Issue
Block a user