Add gitea-runners (work in progress)
This commit is contained in:
parent
2ca8615351
commit
a21159f158
8 changed files with 92 additions and 0 deletions
4
group_vars/gitearunner.yml
Normal file
4
group_vars/gitearunner.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
firewall_in:
|
||||
- {proto: tcp, port: 22, from: [172.20.20.0/22]}
|
||||
- {proto: tcp, port: 4949, from: [172.20.20.0/22]}
|
Loading…
Add table
Add a link
Reference in a new issue