diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index 373f8eb8..74097136 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -196,3 +196,4 @@ - include: users/sem.yml - include: users/greek.yml - include: users/tawi.yml +- include: users/pluto.yml diff --git a/roles/shell/tasks/users/pluto.yml b/roles/shell/tasks/users/pluto.yml new file mode 100644 index 00000000..a78871fd --- /dev/null +++ b/roles/shell/tasks/users/pluto.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up pluto + user: + name: pluto + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/pluto +- authorized_key: + user: pluto + state: present + key: "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAlT1uDNjt488P6JaLDT00offop0f5MUco9PBdBz2+bCze9e+dQdBFYXNApf9N99Y5SnvXKEeZuiaHlK4D76A3fFCDIjv7rcyPUdRlNgrgJBI3iLDQG5n4Q8+dph+JZy4GVDsXRJWVHwXMpiTdZX4Z0aJGTCS+oMn7UBKx2ogWw+/wbesSPTkJtWf2aqY+rYpYG2BPwS6EEifOmj80tsedFkUO17JKMS/pm/+Aq+AEkEML3JJfWhvASpLpaNlhdpcgabXoxu8EVopdb1F8tjd7Nz9BOY6tXGmbCgYHDJ49JYt07peq61i5Nwi42kobG51hrEQ+MMorR7DLjTVTsPuVxQ=="