Docker and ansible files needed to deploy the project.

This commit is contained in:
2021-11-23 09:56:36 +05:30
parent 997f47aa58
commit af3fea3ca7
13 changed files with 414 additions and 0 deletions

5
docker/vars/acc.yml Normal file
View File

@ -0,0 +1,5 @@
---
http_host: "acc.hopsngrains.com"
http_conf: "acc.hopsngrains.com.conf"
host_port: "8659"
host_directory: "brewman-acc"

5
docker/vars/exp.yml Normal file
View File

@ -0,0 +1,5 @@
---
http_host: "exp.tanshu.com"
http_conf: "exp.tanshu.com.conf"
host_port: "8656"
host_directory: "brewman-exp"

5
docker/vars/hops.yml Normal file
View File

@ -0,0 +1,5 @@
---
http_host: "hops.hopsngrains.com"
http_conf: "hops.hopsngrains.com.conf"
host_port: "8658"
host_directory: "brewman-hops"

5
docker/vars/mhl.yml Normal file
View File

@ -0,0 +1,5 @@
---
http_host: "mhl.hopsngrains.com"
http_conf: "mhl.hopsngrains.com.conf"
host_port: "8657"
host_directory: "brewman-mhl"