Added the inventory information for ansible in the project and made it so that the file is only run once.

Updated python dependencies
This commit is contained in:
2022-06-07 18:30:39 +05:30
parent 98d3e212c3
commit 92023caadc
13 changed files with 31 additions and 399 deletions

View File

@ -3,3 +3,4 @@ http_host: "acc.hopsngrains.com"
http_conf: "acc.hopsngrains.com.conf"
host_port: "8659"
host_directory: "brewman-acc"
env_file: "files/.env-acc"

View File

@ -3,3 +3,4 @@ http_host: "exp.tanshu.com"
http_conf: "exp.tanshu.com.conf"
host_port: "8656"
host_directory: "brewman-exp"
env_file: "files/.env-exp"

View File

@ -3,3 +3,4 @@ http_host: "hops.hopsngrains.com"
http_conf: "hops.hopsngrains.com.conf"
host_port: "8658"
host_directory: "brewman-hops"
env_file: "files/.env-hops"

View File

@ -3,3 +3,4 @@ http_host: "mhl.hopsngrains.com"
http_conf: "mhl.hopsngrains.com.conf"
host_port: "8657"
host_directory: "brewman-mhl"
env_file: "files/.env-mhl"