fix tinc_vpn variable
This commit is contained in:
parent
d57d37b693
commit
c58fc1837e
2 changed files with 6 additions and 1 deletions
|
@ -13,6 +13,11 @@
|
|||
- fail: msg="The variable 'hostname' in variables.yml, has to be set to somethings else than CHANGEME"
|
||||
when: '"CHANGEME" in hostname'
|
||||
|
||||
- fail: msg="The variable 'tinc_vpn' in variables.yml, has to be set to somethings else than CHANGEME"
|
||||
when: '"CHANGEME" in tinc_vpn'
|
||||
|
||||
###
|
||||
|
||||
- name: change hostname to myserver
|
||||
hostname:
|
||||
name: "{{ hostname }}"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
users:
|
||||
- CHANGEME
|
||||
hostname: CHANGEME
|
||||
tinc_vpn: CHANGEME
|
||||
#
|
||||
tinc_vpn: vpn
|
||||
compose_ver: 1.25.4
|
||||
singularity_go_ver: 1.13.6
|
||||
singularity_ver: 3.5.2
|
||||
|
|
Loading…
Reference in a new issue