From 3899d9a239bd917209c453e213f6ff8ec793e8ae Mon Sep 17 00:00:00 2001 From: Naglfar Date: Tue, 2 Jun 2020 23:01:55 +0200 Subject: [PATCH] Adding user sillyfanboy --- roles/shell/tasks/users.yml | 1 + roles/shell/tasks/users/sillyfanboy.yml | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 roles/shell/tasks/users/sillyfanboy.yml diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index 11784db..9bb473e 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -232,3 +232,4 @@ - include: users/noteness.yml - include: users/baloo.yml - include: users/sriwafikadr.yml +- include: users/sillyfanboy.yml diff --git a/roles/shell/tasks/users/sillyfanboy.yml b/roles/shell/tasks/users/sillyfanboy.yml new file mode 100644 index 0000000..0ef8583 --- /dev/null +++ b/roles/shell/tasks/users/sillyfanboy.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up sillyfanboy + user: + name: sillyfanboy + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/sillyfanboy +- authorized_key: + user: sillyfanboy + state: present + key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDASIow9WzG1crnUe7FpgotmtI3D8H2ZsxksXWuEP/bk8fjdXyqVnzepjkeqmrOzw2La3MFdddnoRfle51OS2Xrr7cbsMAS2P79ygcjj6CBbJU0Y+2XYukLUX9DmSQjYM11CUFCVCjal13hYdTb4NxVeLeSaGxruK5bEGDnc+Hdl+tt11RomxAsqWvBPXAnZR5dhNkZX6FNibFfxAPhbMhPobggmegOYKVuIObpx92D5+VFmjZXVCriDi0d/2H0yyNEZR7F3FLodET/YyWl0/DS64bUb5KXPtcwI/BLBFqSf2wO7wv8JIwRqCnScbvX57SyHkRnn6Oayf9AUivWbo2x patrick@Patricks-MacBook-Air.local"