Set hostname to health.openneo.net

This doesn't matter-matter, it's just nice for SSH sessions for the
machine to self-report itself as this instead of `localhost`!
This commit is contained in:
Emi Matchu 2024-06-10 13:08:00 -07:00
parent 7a357f1556
commit fa7893a0a8

View file

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