From cedceeaf3ce7470d2b235063d326b5e82fe80891 Mon Sep 17 00:00:00 2001 From: Emi Matchu Date: Mon, 10 Jun 2024 13:09:37 -0700 Subject: [PATCH] Set production hostname to impress.openneo.net This doesn't matter-matter, it's mostly just so that when we SSH into the production machine, the prompt presents itself as `impress` rather than as `localhost`! --- deploy/setup.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deploy/setup.yml b/deploy/setup.yml index e5000a34..c453bfb7 100644 --- a/deploy/setup.yml +++ b/deploy/setup.yml @@ -11,6 +11,10 @@ # dev_ips - files/setup_secrets.yml tasks: + - name: Set hostname to impress.openneo.net + hostname: + name: impress.openneo.net + - name: Create SSH folder for logged-in user become: no file: