Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Wireguard
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tools
Ansible
Roles
Wireguard
Commits
17b00cbb
Commit
17b00cbb
authored
4 months ago
by
Dmitriy Safronov
Browse files
Options
Downloads
Patches
Plain Diff
refactor!: rm hardcoded "wg" prefix
Signed-off-by:
Dmitriy Safronov
<
zimniy@cyberbrain.pw
>
parent
ae2d5333
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
tasks/main.yml
+2
-2
2 additions, 2 deletions
tasks/main.yml
with
2 additions
and
2 deletions
tasks/main.yml
+
2
−
2
View file @
17b00cbb
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
with_dict
:
"
{{
wireguard
}}"
with_dict
:
"
{{
wireguard
}}"
ansible.builtin.template
:
ansible.builtin.template
:
src
:
wireguard.conf.j2
src
:
wireguard.conf.j2
dest
:
"
/etc/wireguard/
wg
{{
item.key
}}.conf"
dest
:
"
/etc/wireguard/{{
item.key
}}.conf"
owner
:
root
owner
:
root
group
:
root
group
:
root
mode
:
"
0644"
mode
:
"
0644"
...
@@ -37,4 +37,4 @@
...
@@ -37,4 +37,4 @@
state
:
restarted
state
:
restarted
enabled
:
true
enabled
:
true
daemon_reload
:
true
daemon_reload
:
true
name
:
"
wg-quick@
wg
{{
item
}}.service"
name
:
"
wg-quick@{{
item
}}.service"
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