diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index c8dedf9..8e27503 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -16,3 +16,5 @@ - include: users/parik.yml - include: users/quetzalcoatl.yml - include: users/redhat.yml +- include: users/gokce.yml +- include: users/r.yml diff --git a/roles/shell/tasks/users/gokce.yml b/roles/shell/tasks/users/gokce.yml new file mode 100644 index 0000000..09cded9 --- /dev/null +++ b/roles/shell/tasks/users/gokce.yml @@ -0,0 +1,16 @@ + --- + - name: Setting up gokce + user: + name: gokce + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/gokce + + - authorized_key: + user: gokce + state: present + key: "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEApJX0iiELtDrE4XJDpchsJRapze4LbldbforR2AQubFq4zw35Z1BsczwszmxS6dnQfaJ1jluKLNaLXYpA7z4AM/3LLNOLD8m1V3IE1Cg8Yv6zE4qxEDr15CSF0T4+tJmFMFR+lvbnK5ouHfIuq81Hywgsqfzl1A9JMw9TrwF0tRA6D7YoDVTiw1fMswAUB9MoMggITsnPzy+yYUjZl4WeaK71wr4eqWGgNCVQQV4QqJ29RDXJ3KqXuqMa4XDTdi23hHriuiiX09nHCXttQF8PXnGwMH3ssHsiv5rLnRu5OQBthHFxLuxYLSBZTACOll1W+26rJW35qL8CK48HCZV3AQ== rsa-key-20181226" \ No newline at end of file diff --git a/roles/shell/tasks/users/r.yml b/roles/shell/tasks/users/r.yml new file mode 100644 index 0000000..225264f --- /dev/null +++ b/roles/shell/tasks/users/r.yml @@ -0,0 +1,16 @@ +--- +- name: Setting up r + user: + name: r + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/r + +- authorized_key: + user: r + state: present + key: "ssh-rsa ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAmzaAVzYekUlrMwZHVdb/TbgJWy6YsxWAdhDHYK06rlgqK2DqolsReUH//DZp/ORPWgPo4oUxH9blwarT9sDTqwlgACI8osAmsWvLtWm0i/h4chcWRlanMOlZiRO2uy/extvS6qaEJmOkBVot9hp+rRFhf331YwgVCj/5H6NUyxG1EFhC5e6B+qpwQ5w7ejY4Bt2NSNC61UXgmH9q+2dxr5+odUE6lxtSN26xbTRY2UR14b8MBQKbc8+r54FbpF7zzFJac5DiWBYBLp5CPKCnDmOqynkYwWaSkqDb4j9NKH4vOsahyOPVFyNis9AAMYO4ex2eFpCm+zJzgRpd3HsY9w== rsa-key-20181226" \ No newline at end of file