No description provided.
Add wireguard role #15
Merged
sgbr
merged 2 commits from 2026年05月02日 17:50:57 +02:00
feat/wireguard into main
sgbr
commented 2026年05月01日 15:48:28 +02:00
sgbr
added 1 commit 2026年05月01日 15:48:29 +02:00
sgbr
force-pushed feat/wireguard from
to
2026年05月01日 18:37:58 +02:00
Compare
6c5a0236ce
616be40eab
sgbr
changed title from (削除) WIP: Add wireguard role (削除ここまで) to Add wireguard role 2026年05月01日 18:38:06 +02:00
sgbr
force-pushed feat/wireguard from
to
2026年05月01日 18:44:58 +02:00
Compare
616be40eab
abc6cc3733
sgbr
requested review from niphi 2026年05月01日 18:45:19 +02:00
niphi
requested changes 2026年05月01日 22:12:52 +02:00
Dismissed
niphi
left a comment
based on a quick look it looks quite sane, feel free to merge
based on a quick look it looks quite sane, feel free to merge
roles/wireguard/tasks/main.yml
Outdated
@ -0,0 +46,4 @@
dest:"/etc/nftables.conf.d/filter/input_public/50-{{ role_name }}.conf"
content:|
{% for key, network in wireguard__networks.items() %}
udp dport {{ network.port | default(51820) }} accept # {{ key }}
niphi
commented 2026年05月01日 21:40:57 +02:00
comment "{{ key }}"
`comment "{{ key }}"`
niphi marked this conversation as resolved
sgbr
force-pushed feat/wireguard from
to
2026年05月01日 22:56:25 +02:00
Compare
abc6cc3733
1dea7a0754
sgbr
force-pushed feat/wireguard from
to
2026年05月01日 22:59:44 +02:00
Compare
1dea7a0754
46f9a1b270
sgbr
force-pushed feat/wireguard from
to
2026年05月02日 01:06:26 +02:00
Compare
46f9a1b270
82f6477e7c
sgbr
requested review from niphi 2026年05月02日 01:07:17 +02:00
sgbr
force-pushed feat/wireguard from
to
2026年05月02日 01:21:48 +02:00
Compare
82f6477e7c
5ca44efcc1
niphi
approved these changes 2026年05月02日 17:46:43 +02:00
sgbr
merged commit 4e31f4061a into main 2026年05月02日 17:50:57 +02:00
sgbr
deleted branch feat/wireguard 2026年05月02日 17:50:58 +02:00
Sign in to join this conversation.
No reviewers
Labels
Clear labels
No items
No labels
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".
No due date set.
Dependencies
No dependencies set.
Reference
ProcNULL/ansible-general!15
Loading...
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/wireguard"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?