diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index 438d717..73ab241 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -351,3 +351,4 @@ - include: users/lbcnz.yml - include: users/kax.yml - include: users/nix.yml +- include: users/kasmo.yml diff --git a/roles/shell/tasks/users/kasmo.yml b/roles/shell/tasks/users/kasmo.yml new file mode 100644 index 0000000..e6ee9c7 --- /dev/null +++ b/roles/shell/tasks/users/kasmo.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up kasmo + user: + name: kasmo + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/kasmo +- authorized_key: + user: kasmo + state: present + key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAJary6oxxQMek/xdaGvGxWfw/co2MkDB/rDA1RyEx7f fernando@samBox"