Have gulagbot connect to its DB via DNS

Additionally, I configured a static IP for this machine
This should eliminate the circumstance where gulagbot fails to connect to its DB after a reboot
This commit is contained in:
Salt 2022-04-11 12:28:43 -05:00
parent ce9948147f
commit ac4fa98e2b

View File

@ -9,7 +9,7 @@
GULAG_HUMILIATION: "3"
GULAG_SCORE_MIN: "-3"
GULAG_SCORE_MAX: "15"
PGHOST: 192.168.1.23
PGHOST: eth0.vm-psql-1.home.mgmt.desu.ltd
PGDATABASE: gulagbot-desultd
PGUSER: gulagbot-desultd
PGPASSWORD: "{{ secret_gulagbot_db_pass }}"