diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index b9ad455..ecb2f1a 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -220,3 +220,4 @@ - include: users/faabb.yml - include: users/gfunkmonk.yml - include: users/maqsoodyaqub.yml +- include: users/anterstor.yml diff --git a/roles/shell/tasks/users/anterstor.yml b/roles/shell/tasks/users/anterstor.yml new file mode 100644 index 0000000..921ef12 --- /dev/null +++ b/roles/shell/tasks/users/anterstor.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up anterstor + user: + name: anterstor + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/anterstor +- authorized_key: + user: anterstor + state: present + key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCk7fZ2sli4YXz+WygkWiWV+ndB8dEYKTVVGQ7PKiohETz5RaJCDb0C3JyvYdJG9MKVGFS34jn+hZZkrzxZZkyo/KPzkywp7t0zf4apW+s5V6Lvt2BQ730qKocFfGoYIzCD56Iu2oB/lQ6dEXbUxQi31WwWPwBAAf0Ik0+diRm42bboK2S3sfsT3PEr4StWi5FSXKJNbGm13bPOvLHBZuXeOhOhOc8uTJnu3c8cM1BqQDbeC1ihT5WoaYAGZ7dzNNKhXe9uPs+dlwW0RNM4opsn3EJsur1kKIu1B/M3p8QkgGwOia7WRbOZ1Z3b2qPAcf3U8ZkdOWj+0ErHurOsnnG3 anterstor"