fickit: Fix inverted hostname
This commit is contained in:
parent
57720f156e
commit
bbe2072b4f
@ -1,11 +1,11 @@
|
|||||||
10.10.10.1 phobos
|
10.10.10.1 deimos
|
||||||
|
|
||||||
172.17.0.2 admin
|
172.17.0.2 admin
|
||||||
172.17.0.3 checker
|
172.17.0.3 checker
|
||||||
172.17.0.4 db
|
172.17.0.4 db
|
||||||
172.17.0.5 generator
|
172.17.0.5 generator
|
||||||
|
|
||||||
10.10.10.2 deimos
|
10.10.10.2 phobos
|
||||||
|
|
||||||
172.17.1.2 nginx
|
172.17.1.2 nginx
|
||||||
172.17.1.3 receiver
|
172.17.1.3 receiver
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
# retrieves submissions
|
# retrieves submissions
|
||||||
|
|
||||||
BASEDIR="/srv"
|
BASEDIR="/srv"
|
||||||
FRONTEND_HOSTNAME="deimos"
|
FRONTEND_HOSTNAME="phobos"
|
||||||
|
|
||||||
SSH_OPTS="ssh -p 22 -i ~/.ssh/id_ed25519 -o ControlMaster=auto -o ControlPath=/root/.ssh/%r@%h:%p -o ControlPersist=2 -o PasswordAuthentication=no -o StrictHostKeyChecking=no"
|
SSH_OPTS="ssh -p 22 -i ~/.ssh/id_ed25519 -o ControlMaster=auto -o ControlPath=/root/.ssh/%r@%h:%p -o ControlPersist=2 -o PasswordAuthentication=no -o StrictHostKeyChecking=no"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user