Skip to content
Snippets Groups Projects
Commit d6b73f7c authored by Paul's avatar Paul :turtle:
Browse files

use variable for fast keys repo url

parent 71c31e0c
No related branches found
No related tags found
No related merge requests found
Pipeline #4505 failed
......@@ -8,3 +8,4 @@ ipv6_subnet: 2001:67c:2d50::/48
# Some other configs:
dns_repo_url: "https://git.luebeck.freifunk.net/FreifunkLuebeck/ffhl-dns.git"
fastd_keys_repo: "git@git.luebeck.freifunk.net:FreifunkLuebeck/fastd-keys.git"
......@@ -29,7 +29,7 @@
# configure peers git
- name: clone fastd-keys repo
git:
repo: git@git.luebeck.freifunk.net:FreifunkLuebeck/fastd-keys.git
repo: "{{ fastd_keys_repo }}"
dest: /var/local/ffhl-mesh-vpn-peers
accept_hostkey: yes
version: HEAD
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment