From 1749a672fb5a7dcb33cb1938db861d5e22e598d0 Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Mon, 6 Apr 2020 06:44:29 -0400 Subject: [PATCH] Adding user cypher --- roles/shell/tasks/users.yml | 1 + roles/shell/tasks/users/cypher.yml | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 roles/shell/tasks/users/cypher.yml diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index fc229516..fbdb3ebb 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -202,3 +202,4 @@ - include: users/neotux.yml - include: users/n0a110w.yml - include: users/stern.yml +- include: users/cypher.yml diff --git a/roles/shell/tasks/users/cypher.yml b/roles/shell/tasks/users/cypher.yml new file mode 100644 index 00000000..e24458e1 --- /dev/null +++ b/roles/shell/tasks/users/cypher.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up cypher + user: + name: cypher + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/cypher +- authorized_key: + user: cypher + state: present + key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDBhFUv76/7NH0GGubQPMfedltUE0RJplmVGiUW10/EEipQ5/sqS5RopkIAMBg30vtpmVyET5mL1vkNWMnXJErA9xuzJ/zttuFv8lqJ7ATVkN+CkFgRn6lr96pTy/RWwuc1nfHdTyIs20lKyAnCjjNJAmLl+1ufMmRezShHFMBmFkxadJ8LaHJPwxx/Gxde/kgUUV5eHB8qaUYwaNae81+3q7gILKPNEyLrr4WOv5yvHhjefNDLq0l+K8cE9Hatgi6pWFBlSe7vfW9RAIjVNd+RSEh0rVI7QMTc1zH8hsl8ViFOOULaxjChDgsCwsxu0WVlCDmkqhQW56ZgIxpUx26t"