diff options
author | binary <me@rgoncalves.se> | 2020-12-07 12:29:32 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2020-12-07 12:29:32 +0100 |
commit | 869361a77851b3e2459b2aa6e17fbd091d5f5eb8 (patch) | |
tree | fcdcf30ef81701acf9edf5841460309657b2f76e /host_vars | |
parent | 8168119817fb5952095f8757ad0d6f74a556b75d (diff) | |
download | infrastructure-869361a77851b3e2459b2aa6e17fbd091d5f5eb8.tar.gz |
Punch hole in pf for 1234 and git instaweb
Diffstat (limited to 'host_vars')
-rw-r--r-- | host_vars/vm2.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/host_vars/vm2.yml b/host_vars/vm2.yml index 5ff5e1b..8d720ab 100644 --- a/host_vars/vm2.yml +++ b/host_vars/vm2.yml @@ -11,3 +11,7 @@ services: proto: "tcp" port: "22" + - name: "stagit" + proto: "tcp" + port: "1234" + public: true |