forked from OpenNeo/impress
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`!
This commit is contained in:
parent
3310394fb8
commit
cedceeaf3c
1 changed files with 4 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue