diff options
author | binary <me@rgoncalves.se> | 2020-12-09 12:49:45 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2020-12-09 12:49:45 +0100 |
commit | bbd9057d691554422a430b86561bb65dfc21f5cb (patch) | |
tree | 42972ccfceaf607e7ab7b6f8829021b982482df9 /host_vars | |
parent | 20b66b3111138a75a67148c8658780fe3bbd597b (diff) | |
download | infrastructure-bbd9057d691554422a430b86561bb65dfc21f5cb.tar.gz |
Add subdomains for http servers
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 |