diff options
Diffstat (limited to 'host_vars')
-rw-r--r-- | host_vars/vm2.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/host_vars/vm2.yml b/host_vars/vm2.yml index 8d720ab..d131673 100644 --- a/host_vars/vm2.yml +++ b/host_vars/vm2.yml @@ -14,4 +14,5 @@ services: - name: "stagit" proto: "tcp" port: "1234" - public: true + domain: "git" + public: false |