fix tinc_vpn variable

This commit is contained in:
panda 2020-03-14 15:20:24 +01:00
parent d57d37b693
commit c58fc1837e
2 changed files with 6 additions and 1 deletions

View file

@ -13,6 +13,11 @@
- fail: msg="The variable 'hostname' in variables.yml, has to be set to somethings else than CHANGEME" - fail: msg="The variable 'hostname' in variables.yml, has to be set to somethings else than CHANGEME"
when: '"CHANGEME" in hostname' 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 - name: change hostname to myserver
hostname: hostname:
name: "{{ hostname }}" name: "{{ hostname }}"

View file

@ -1,8 +1,8 @@
users: users:
- CHANGEME - CHANGEME
hostname: CHANGEME hostname: CHANGEME
tinc_vpn: CHANGEME
# #
tinc_vpn: vpn
compose_ver: 1.25.4 compose_ver: 1.25.4
singularity_go_ver: 1.13.6 singularity_go_ver: 1.13.6
singularity_ver: 3.5.2 singularity_ver: 3.5.2