Use shorter configuration file names
Importing files with more than 15 characters is not supported :/
This commit is contained in:
parent
34b89bddff
commit
0445affba9
2 changed files with 4 additions and 4 deletions
|
|
@ -38,7 +38,7 @@
|
||||||
- name: copy mobile configuration
|
- name: copy mobile configuration
|
||||||
template:
|
template:
|
||||||
src: 'templates/network/wireguard/default/mobile.wireguard.j2'
|
src: 'templates/network/wireguard/default/mobile.wireguard.j2'
|
||||||
dest: '/tmp/mobile.wireguard.conf'
|
dest: '/tmp/mobile.conf'
|
||||||
mode: '0600'
|
mode: '0600'
|
||||||
when: copy_vpn_configurations
|
when: copy_vpn_configurations
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -41,9 +41,9 @@
|
||||||
dest: '{{ item.dest }}'
|
dest: '{{ item.dest }}'
|
||||||
mode: '0600'
|
mode: '0600'
|
||||||
loop:
|
loop:
|
||||||
- { src: 'templates/network/wireguard/media/mobile_1.wireguard.j2', dest: '/tmp/mobile_1.wireguard.conf' }
|
- { src: 'templates/network/wireguard/media/mobile_1.wireguard.j2', dest: '/tmp/mobile_1.conf' }
|
||||||
- { src: 'templates/network/wireguard/media/mobile_2.wireguard.j2', dest: '/tmp/mobile_2.wireguard.conf' }
|
- { src: 'templates/network/wireguard/media/mobile_2.wireguard.j2', dest: '/tmp/mobile_2.conf' }
|
||||||
- { src: 'templates/network/wireguard/media/tv.wireguard.j2', dest: '/tmp/tv.wireguard.conf' }
|
- { src: 'templates/network/wireguard/media/tv.wireguard.j2', dest: '/tmp/tv.conf' }
|
||||||
when: copy_vpn_media_configurations
|
when: copy_vpn_media_configurations
|
||||||
|
|
||||||
- name: create wireguard media directories
|
- name: create wireguard media directories
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue