diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index 457017f..04dc2a3 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -108,3 +108,4 @@ - include: users/thekingofbandit.yml - include: users/golden.yml - include: users/marc.yml +- include: users/stenli990801.yml diff --git a/roles/shell/tasks/users/stenli990801.yml b/roles/shell/tasks/users/stenli990801.yml new file mode 100644 index 0000000..c2c51db --- /dev/null +++ b/roles/shell/tasks/users/stenli990801.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up stenli990801 + user: + name: stenli990801 + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/stenli990801 +- authorized_key: + user: stenli990801 + state: present + key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDegv/UrIYDIPiM9udwacsolI/EQex/qNlGkvGzP4KIO5+QZX6U58NQ6hYsY+RDRXVAaaZWJGZSzI9VX8pX+8d8TdI0iBe2RxZUg4lLjUfvKCFbEA+/4Z7FGNVabXtU81nfKEPAKkbhkkwq4iN4c3Vv5Jeae3uNbirLykuuXVXKnQ=="