From aa12efc06233b8448ac0aacd2bfe268f4660e660 Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Thu, 30 Jan 2020 07:00:07 -0500 Subject: [PATCH] Adding user spike --- roles/shell/tasks/users.yml | 1 + roles/shell/tasks/users/spike.yml | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 roles/shell/tasks/users/spike.yml diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index e9165d2f..fbd031e3 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -176,3 +176,4 @@ - include: users/zszoke.yml - include: users/alotl.yml - include: users/yaya1.yml +- include: users/spike.yml diff --git a/roles/shell/tasks/users/spike.yml b/roles/shell/tasks/users/spike.yml new file mode 100644 index 00000000..5ad46329 --- /dev/null +++ b/roles/shell/tasks/users/spike.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up spike + user: + name: spike + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/spike +- authorized_key: + user: spike + state: present + key: "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAgM1zTt0k+vNSUrTtdamKdrTQL1JbCsKYMt9EY3iR1fwS9GFRZHZLA3LJpebgX9Byr8AmLbxr+axrF+dF6ulR3jIbDT20WU83v7uExnQvNMX4yhos4O8qdJomuPPwDP/GMwdwl/BiAc1mo4Bs6MD4zhgELlTVwxBQbnJ4U1adp0SlFkgzARYYTxqxUXt6/tb1Mb873syAwlefFRsZ3Nrbk+lMkKFzOv+CpppAwLYnGAkaE57bxjECm+X4CM7Naf1dU5PQqRrEM4nr8ZhKbn0XhkY0QRbWs2HNdN4NsVkw5mUfRrN3oFrfBxHq21R65pypAxopqCG5i9NIOrUjhZReBQ=="