From b8c90d6ff04d14fb267a3b4b1c80da665eda5b35 Mon Sep 17 00:00:00 2001 From: fosslinux Date: Wed, 21 Aug 2019 17:34:14 +1000 Subject: [PATCH] add gonthey --- roles/shell/tasks/users.yml | 1 + roles/shell/tasks/users/gonthey.yml | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 roles/shell/tasks/users/gonthey.yml diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index 752c6a23..bd55e96b 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -138,3 +138,4 @@ - include: users/fncdo.yml - include: users/pavel.yml - include: users/quantum.yml +- include: users/gonthey.yml diff --git a/roles/shell/tasks/users/gonthey.yml b/roles/shell/tasks/users/gonthey.yml new file mode 100644 index 00000000..e11589d1 --- /dev/null +++ b/roles/shell/tasks/users/gonthey.yml @@ -0,0 +1,16 @@ +--- +- name: Setting up gonthey + user: + name: gonthey + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/gonthey + +- authorized_key: + user: gonthey + state: present + key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgmmy19v3UjtT1l+olQGsPTRaiRMdgMc9tixW2p+AQIkgLRZRgcO9suvrh78uWecgoG5vPh1eFmKUHZwxm30YmXEr1HNqCYP/FAMvJ7oKr7glwzlAsBw4eheqOOKskmQ2iuRLN4YWjqSHIyZ3HF3xavH/LeC6UrM9ulOMvLMBDNWCtHNpdS6wZWP+Vl+glBZuBl/f1LzaJ4IKF+5GIztpVmNo/eIhnOLp9d8djLh+RM8m/bYNBZDVw+GxNs62q5rKvZMeqhUjmB4/eg4iq22n+9w7vhIHqOzuzdJ/K/MZcr04EY3UA5atBlOCcsoxUUMx6xVgQVj5CI/vLW4JSPnDp"