Feature: Updated the frank dockerfile to properly install python poetry
Feature: Updated the frank playbook to allow user to be changed from pi Chore: Refactored the various env files to use single file and multiple var files.
This commit is contained in:
@ -1,6 +1,9 @@
|
||||
---
|
||||
name: chd
|
||||
secret_key: d9e4facec94d7e0bf3d63ca03b1d78d834b158627b6593274f7fe27f6aed6db4
|
||||
middleware_key: 8d5f28b083
|
||||
|
||||
http_host: "knox.greatbear.in"
|
||||
http_conf: "knox.greatbear.in.conf"
|
||||
host_port: "8337"
|
||||
host_directory: "barker-chd"
|
||||
env_file: "files/.env-chd"
|
||||
host_directory: "barker-{{ name }}"
|
||||
|
||||
@ -1,5 +1,11 @@
|
||||
---
|
||||
name: xxx
|
||||
# openssl rand -hex 32
|
||||
secret_key: 0000000000000000000000000000000000000000000000000000000000000000
|
||||
# openssl rand -hex 5
|
||||
middleware_key: 0000000000
|
||||
|
||||
http_host: "knox.hopsngrains.com"
|
||||
http_conf: "knox.hopsngrains.com.conf"
|
||||
host_port: "8338"
|
||||
host_directory: "barker"
|
||||
host_directory: "barker-{{ name }}"
|
||||
|
||||
@ -1,2 +1,4 @@
|
||||
---
|
||||
printer_port: "/dev/usb/lp0"
|
||||
user: vari
|
||||
queue_name: moz-main
|
||||
|
||||
9
docker/vars/hin.yml
Normal file
9
docker/vars/hin.yml
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
name: hin
|
||||
secret_key: 029858927beda45d76317729824ae500d0938f04d4ca955f3afa95061c9a9298
|
||||
middleware_key: c4b0b98ff9
|
||||
|
||||
http_host: "knox.mozimo.in"
|
||||
http_conf: "knox.mozimo.in.conf"
|
||||
host_port: "8335"
|
||||
host_directory: "barker-{{ name }}"
|
||||
@ -1,6 +1,9 @@
|
||||
---
|
||||
name: mhl
|
||||
secret_key: 8b7f704ad1bbee3caa683a57440a6a371937fe5f64a7712a6a15bf3165c3c598
|
||||
middleware_key: 1aa5487223
|
||||
|
||||
http_host: "knox.hngmohali.com"
|
||||
http_conf: "knox.hngmohali.com.conf"
|
||||
host_port: "8336"
|
||||
host_directory: "barker-mhl"
|
||||
env_file: "files/.env-mhl"
|
||||
host_directory: "barker-{{ name }}"
|
||||
|
||||
@ -1,6 +1,9 @@
|
||||
---
|
||||
name: pkl
|
||||
secret_key: bd6e5dee0f3b8a6f0db50f7aa08e91d55b2ae5ab6df126defa37e80602481002
|
||||
middleware_key: 1d34ef6597
|
||||
|
||||
http_host: "knox.hopsngrains.com"
|
||||
http_conf: "knox.hopsngrains.com.conf"
|
||||
host_port: "8338"
|
||||
host_directory: "barker-pkl"
|
||||
env_file: "files/.env-pkl"
|
||||
host_directory: "barker-{{ name }}"
|
||||
|
||||
Reference in New Issue
Block a user