Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gateway-config
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Freifunk Luebeck
gateway-config
Commits
d6b73f7c
Commit
d6b73f7c
authored
3 years ago
by
Paul
Browse files
Options
Downloads
Patches
Plain Diff
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
3 years ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
group_vars/all.yml
+1
-0
1 addition, 0 deletions
group_vars/all.yml
roles/base/tasks/mesh-vpn.yml
+1
-1
1 addition, 1 deletion
roles/base/tasks/mesh-vpn.yml
with
2 additions
and
1 deletion
group_vars/all.yml
+
1
−
0
View file @
d6b73f7c
...
@@ -8,3 +8,4 @@ ipv6_subnet: 2001:67c:2d50::/48
...
@@ -8,3 +8,4 @@ ipv6_subnet: 2001:67c:2d50::/48
# Some other configs:
# Some other configs:
dns_repo_url
:
"
https://git.luebeck.freifunk.net/FreifunkLuebeck/ffhl-dns.git"
dns_repo_url
:
"
https://git.luebeck.freifunk.net/FreifunkLuebeck/ffhl-dns.git"
fastd_keys_repo
:
"
git@git.luebeck.freifunk.net:FreifunkLuebeck/fastd-keys.git"
This diff is collapsed.
Click to expand it.
roles/base/tasks/mesh-vpn.yml
+
1
−
1
View file @
d6b73f7c
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
# configure peers git
# configure peers git
-
name
:
clone fastd-keys repo
-
name
:
clone fastd-keys repo
git
:
git
:
repo
:
git@git.luebeck.freifunk.net:FreifunkLuebeck/
fastd
-
keys
.git
repo
:
"
{{
fastd
_
keys
_repo
}}"
dest
:
/var/local/ffhl-mesh-vpn-peers
dest
:
/var/local/ffhl-mesh-vpn-peers
accept_hostkey
:
yes
accept_hostkey
:
yes
version
:
HEAD
version
:
HEAD
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment