diff options
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 |