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:
Emi Matchu 2024-08-27 11:35:58 -07:00
parent 6f4e6322a1
commit a7f3ee50d5

View file

@ -1,9 +1,13 @@
--- ---
- name: Set up user accounts - name: Set up host config & user accounts
hosts: webserver hosts: webserver
become: yes become: yes
become_user: root become_user: root
tasks: tasks:
- name: Set hostname to analytics.openneo.net
hostname:
name: analytics.openneo.net
- name: Create user account for matchu - name: Create user account for matchu
user: user:
name: matchu name: matchu