fickit: Fix inverted hostname

This commit is contained in:
nemunaire 2023-07-25 07:36:44 +02:00
parent 57720f156e
commit bbe2072b4f
2 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
10.10.10.1 phobos
10.10.10.1 deimos
172.17.0.2 admin
172.17.0.3 checker
172.17.0.4 db
172.17.0.5 generator
10.10.10.2 deimos
10.10.10.2 phobos
172.17.1.2 nginx
172.17.1.3 receiver

View File

@ -4,7 +4,7 @@
# retrieves submissions
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"