diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index fe79175..495b99a 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -169,3 +169,4 @@ - include: users/olya.yml - include: users/kpeh.yml - include: users/saturnv.yml +- include: users/chispitos.yml diff --git a/roles/shell/tasks/users/chispitos.yml b/roles/shell/tasks/users/chispitos.yml new file mode 100644 index 0000000..fbbff39 --- /dev/null +++ b/roles/shell/tasks/users/chispitos.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up chispitos + user: + name: chispitos + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/chispitos +- authorized_key: + user: chispitos + state: present + key: "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAxOTXVUtz42e9ncMLb6rt0dqHrotmq1D9myKh2Z8f91MF1MyIivFX2QN0wUnDkSzB1gcf1dXF41Ufq1MoMDrAgswm+d7sGuuXzXTEhae6jPYx42/jTxf1CwKu+Ko4IfcZuHwLFydLMJzT4Yh/fqnhQm0FFoKOu5cbY37SvYB2YO3iXWAoHEjStU49IKeI3W5FDhch47l5PI9pIR/5z002C0hWu+8DJW+mLAuvWzfbD+EBnKJ6gE4inmA1l9oak1lhv9RhcqtaaIHJycRqF6s0vikHLowOLS0WQXqSEUcG1vdarNrGyVTS7N2rEnA4kCf9jr38kGQG5kqQKYpDdUKFuw== rsa-key-20191219"