diff --git a/setup-users.yml b/setup-machine.yml similarity index 85% rename from setup-users.yml rename to setup-machine.yml index 8a70fac..df8cef2 100644 --- a/setup-users.yml +++ b/setup-machine.yml @@ -1,9 +1,13 @@ --- -- name: Set up user accounts +- name: Set up host config & user accounts hosts: health become: yes become_user: root tasks: + - name: Set hostname to health.openneo.net + hostname: + name: health.openneo.net + - name: Create user account for matchu user: name: matchu