diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index 78ec9c0..1fd8443 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -146,3 +146,4 @@ - include: users/init0.yml - include: users/lugubris.yml - include: users/syncore.yml +- include: users/geetfun.yml diff --git a/roles/shell/tasks/users/geetfun.yml b/roles/shell/tasks/users/geetfun.yml new file mode 100644 index 0000000..859027a --- /dev/null +++ b/roles/shell/tasks/users/geetfun.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up geetfun + user: + name: geetfun + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/geetfun +- authorized_key: + user: geetfun + state: present + key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDlIFgcfUkYQcWmpEorfc744cShENLDvtdI5LvBfxs6xpuhTEEAMItkSApwFPqmeSNQLi7BNdzfSZHtdghmZQguatJ8OF+NH4SH091GsNyXqh9a+Qo8a5Vm2HMrqgFXFMwHnQj9gQNhgjVlGsr+hX+on2hMC5x5lPYQGLkvPS2AZ8T15C160s4mcxCYemdDtPC5GqJgUI2jK25h9/h4zprcsoUXqkdFYDLDDYmpzLV+u8boQB8egQIozWE2EGvtQQOw0kzJlZW/uzzbq/uankOqozJTpcWYvLX2hhKQrzx6phiSBucY56CNcPDPM8sG7Yhpclf3oziycg+5SD0Dy6+5"