diff options
author | binary <me@rgoncalves.se> | 2020-11-22 21:10:32 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2020-11-22 21:10:32 +0100 |
commit | 5930f294421b490a5beff52ce75f52e938e93354 (patch) | |
tree | 8c2f03f92dbe7f04fce94cd182a1903fa63c2645 | |
parent | e5c53d4cc0778e0333037b0af3a7b39da1ab16b3 (diff) | |
download | infrastructure-5930f294421b490a5beff52ce75f52e938e93354.tar.gz |
Forgot to enable website D:
-rw-r--r-- | host_vars/dcontroller.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/host_vars/dcontroller.yml b/host_vars/dcontroller.yml index 96bd73f..2194216 100644 --- a/host_vars/dcontroller.yml +++ b/host_vars/dcontroller.yml @@ -14,3 +14,7 @@ services: - name: "wireguard" proto: "udp" port: "53" + + - name: "httpd" + proto: "tcp" + port: "80" |