diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2021-12-11 18:50:33 +0000 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2021-12-11 18:50:33 +0000 |
commit | de3373e97d133e0ac76fb44deb5dea27c18d8815 (patch) | |
tree | 5b63b301ff180ef837ca6fb6a676e31cb87d326c /host_vars/dc0.yml | |
parent | e60e99796111ee6d43080b4e48971c08886c0570 (diff) | |
download | rules-de3373e97d133e0ac76fb44deb5dea27c18d8815.tar.gz |
roles: Add pf and relayd roles for domain controller
Diffstat (limited to 'host_vars/dc0.yml')
-rw-r--r-- | host_vars/dc0.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/host_vars/dc0.yml b/host_vars/dc0.yml index d145b81..6bc7c96 100644 --- a/host_vars/dc0.yml +++ b/host_vars/dc0.yml @@ -5,3 +5,20 @@ __is_vm: true __ip: external: 185.203.114.234 internal: 10.10.0.1 + +__services: + - name: ssh + protocol: tcp + port: 22 + + - name: wireguard + protocol: udp + port: 53 + + - name: http + protocol: tcp + port: 80 + + - name: https + protocol: tcp + port: 443 |