Add ci-runner hosts

This commit is contained in:
Timo Makinen 2025-08-03 15:25:54 +00:00
parent 4ed4edfa54
commit 8571e94324
4 changed files with 27 additions and 0 deletions

4
group_vars/cirunner.yml Normal file
View file

@ -0,0 +1,4 @@
---
firewall_in:
- {proto: tcp, port: 22, from: [172.20.20.0/22]}
- {proto: tcp, port: 9100, from: [172.20.20.0/22]}