Set machine hostname to analytics.openneo.net
Mostly for convenience when SSHing in, to help us always know where we are!
This commit is contained in:
parent
6f4e6322a1
commit
a7f3ee50d5
1 changed files with 5 additions and 1 deletions
|
@ -1,9 +1,13 @@
|
|||
---
|
||||
- name: Set up user accounts
|
||||
- name: Set up host config & user accounts
|
||||
hosts: webserver
|
||||
become: yes
|
||||
become_user: root
|
||||
tasks:
|
||||
- name: Set hostname to analytics.openneo.net
|
||||
hostname:
|
||||
name: analytics.openneo.net
|
||||
|
||||
- name: Create user account for matchu
|
||||
user:
|
||||
name: matchu
|
Loading…
Reference in a new issue