diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index 012fd69..1546aa5 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -256,3 +256,4 @@ - include: users/nikto.yml - include: users/seerlite.yml - include: users/nikita.yml +- include: users/pokemongo.yml diff --git a/roles/shell/tasks/users/pokemongo.yml b/roles/shell/tasks/users/pokemongo.yml new file mode 100644 index 0000000..b5b8e7d --- /dev/null +++ b/roles/shell/tasks/users/pokemongo.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up pokemongo + user: + name: pokemongo + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/pokemongo +- authorized_key: + user: pokemongo + state: present + key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDEobS5Ey+EkO0iaiQS/1bPJr5chysBpUl8Evp+lD9wud5YJAv4FCjOUfCx7j8blJXTQTNoyMC8h0oSAuF7I4qNN4D2st4YM2mjEfzNHfcpzSPdY2pSZiDBBfaWWQO5qYXyamIE8Eic5j0/yKjsmZuWwGYdI6Qx/uXGFldiUYypjbW1/cqvyou43AgxaOIXQxLbubDsuaIBM8IDsd5aCBEwzgm0ZaX2RyCsNxz+DEYGod0kzKSPHLhoABvrOOy88CqnEKgQrwMFZU8WLynpdB2WmpeKS7rcyNrS1jqs0t2cbE4IR/XgVLGj4TDXHV8HmWr3DPTOG/ugVI7yqRIzxA7V"