diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2023-01-09 22:39:47 +0100 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2023-04-02 11:45:09 +0200 |
commit | 1ff0fc1803fc71d925a0f2d0cf9c27058914044a (patch) | |
tree | aff689ecd6397f2cf6ae9a4800b5f02b514afe17 /host_vars | |
parent | d1924d9c361470556dd1a935137a79bc0df8b099 (diff) | |
download | rules-1ff0fc1803fc71d925a0f2d0cf9c27058914044a.tar.gz |
feat(roles/pf): add argument specs
Diffstat (limited to 'host_vars')
-rw-r--r-- | host_vars/dc0.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/host_vars/dc0.yml b/host_vars/dc0.yml index 80c7ef5..fc9b3cc 100644 --- a/host_vars/dc0.yml +++ b/host_vars/dc0.yml @@ -13,23 +13,23 @@ __ip: internal: 10.10.0.1 __services: - ssh: + - name: ssh protocol: tcp port: 22 - wireguard: + - name: wireguard protocol: udp port: 53 - http: + - name: http protocol: tcp port: 80 - https: + - name: https protocol: tcp port: 443 - cgit: + - name: cgit domain: git protocol: tcp port: 1235 |