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 | |
parent | 8168119817fb5952095f8757ad0d6f74a556b75d (diff) | |
download | infrastructure-869361a77851b3e2459b2aa6e17fbd091d5f5eb8.tar.gz |
Punch hole in pf for 1234 and git instaweb
-rw-r--r-- | host_vars/vm2.yml | 4 | ||||
-rw-r--r-- | playbooks/vm2.rgoncalves.se.yml | 1 |
2 files changed, 5 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 diff --git a/playbooks/vm2.rgoncalves.se.yml b/playbooks/vm2.rgoncalves.se.yml index 0cc669a..dacb4a4 100644 --- a/playbooks/vm2.rgoncalves.se.yml +++ b/playbooks/vm2.rgoncalves.se.yml @@ -10,4 +10,5 @@ - { role: git } - { role: stagit } + - { role: httpd } #- { role: grafana } |