2
0
Fork
You've already forked ansible-general
0

Add wireguard role #15

Merged
sgbr merged 2 commits from feat/wireguard into main 2026年05月02日 17:50:57 +02:00
Owner
Copy link
No description provided.
[WIP] Add wireguard role
All checks were successful
/ ansible-lint (push) Successful in 25s
/ ansible-lint (pull_request) Successful in 11s
6c5a0236ce
sgbr force-pushed feat/wireguard from 6c5a0236ce
All checks were successful
/ ansible-lint (push) Successful in 25s
/ ansible-lint (pull_request) Successful in 11s
to 616be40eab
All checks were successful
/ ansible-lint (push) Successful in 33s
/ ansible-lint (pull_request) Successful in 33s
2026年05月01日 18:37:58 +02:00
Compare
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 616be40eab
All checks were successful
/ ansible-lint (push) Successful in 33s
/ ansible-lint (pull_request) Successful in 33s
to abc6cc3733
All checks were successful
/ ansible-lint (pull_request) Successful in 28s
/ ansible-lint (push) Successful in 29s
2026年05月01日 18:44:58 +02:00
Compare
niphi requested changes 2026年05月01日 22:12:52 +02:00
Dismissed
niphi left a comment
Copy link

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
@ -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 }}
Owner
Copy link

comment "{{ key }}"

`comment "{{ key }}"`
niphi marked this conversation as resolved
sgbr force-pushed feat/wireguard from abc6cc3733
All checks were successful
/ ansible-lint (pull_request) Successful in 28s
/ ansible-lint (push) Successful in 29s
to 1dea7a0754
All checks were successful
/ ansible-lint (push) Successful in 24s
/ ansible-lint (pull_request) Successful in 23s
2026年05月01日 22:56:25 +02:00
Compare
sgbr force-pushed feat/wireguard from 1dea7a0754
All checks were successful
/ ansible-lint (push) Successful in 24s
/ ansible-lint (pull_request) Successful in 23s
to 46f9a1b270
All checks were successful
/ ansible-lint (push) Successful in 11s
/ ansible-lint (pull_request) Successful in 11s
2026年05月01日 22:59:44 +02:00
Compare
sgbr force-pushed feat/wireguard from 46f9a1b270
All checks were successful
/ ansible-lint (push) Successful in 11s
/ ansible-lint (pull_request) Successful in 11s
to 82f6477e7c
All checks were successful
/ ansible-lint (pull_request) Successful in 26s
/ ansible-lint (push) Successful in 26s
2026年05月02日 01:06:26 +02:00
Compare
sgbr force-pushed feat/wireguard from 82f6477e7c
All checks were successful
/ ansible-lint (pull_request) Successful in 26s
/ ansible-lint (push) Successful in 26s
to 5ca44efcc1
All checks were successful
/ ansible-lint (push) Successful in 36s
/ ansible-lint (pull_request) Successful in 36s
2026年05月02日 01:21:48 +02:00
Compare
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
Reference in a new issue
ProcNULL/ansible-general
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?