Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
T
tun
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Railgun
tun
Commits
3e49a77e
Commit
3e49a77e
authored
Mar 16, 2022
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
always setconf
parent
62aef8a2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
ansible/protocols/wg/configure.yaml
ansible/protocols/wg/configure.yaml
+1
-2
ansible/protocols/wgfrp/configure.yaml
ansible/protocols/wgfrp/configure.yaml
+1
-2
No files found.
ansible/protocols/wg/configure.yaml
View file @
3e49a77e
...
...
@@ -27,10 +27,9 @@
src
:
wg-setconf.conf.j2
dest
:
'
/tmp/{{conn.name}}-setconf.conf'
register
:
'
wg_setconf_result'
when
:
'
not
wg_enable_result.changed
and
not
wg_conf_result.changed'
ignore_errors
:
true
-
name
:
'
{{conn.name}}:
wg
setconf'
become
:
true
ignore_errors
:
true
shell
:
'
wg
setconf
{{conn.name}}
/tmp/{{conn.name}}-setconf.conf'
when
:
'
not
wg_enable_result.changed
and
not
wg_conf_result.changed
and
wg_setconf_result.changed'
when
:
'
wg_setconf_result.changed'
ansible/protocols/wgfrp/configure.yaml
View file @
3e49a77e
...
...
@@ -35,9 +35,8 @@
src
:
wgfrp-setconf.conf.j2
dest
:
'
/tmp/{{conn.name}}-setconf.conf'
register
:
'
wg_setconf_result'
when
:
'
not
wg_enable_result.changed
and
not
wg_conf_result.changed'
-
name
:
'
{{conn.name}}:
wg
setconf'
become
:
true
ignore_errors
:
true
shell
:
'
wg
setconf
{{conn.name}}
/tmp/{{conn.name}}-setconf.conf'
when
:
'
not
wg_enable_result.changed
and
not
wg_conf_result.changed
and
wg_setconf_result.changed'
when
:
'
wg_setconf_result.changed'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment