From 138fc1a3879294a6f42589c0065d906eab93d3a0 Mon Sep 17 00:00:00 2001 From: Naglfar Date: Fri, 8 Apr 2022 15:22:40 +0200 Subject: [PATCH] Adding user enochthechronocom --- roles/shell/tasks/users.yml | 1 + roles/shell/tasks/users/enochthechronocom.yml | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 roles/shell/tasks/users/enochthechronocom.yml diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index 30c498f..f6f71d9 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -332,3 +332,4 @@ - include: users/ihsan.yml - include: users/thepineappleguy.yml - include: users/narendranath344.yml +- include: users/enochthechronocom.yml diff --git a/roles/shell/tasks/users/enochthechronocom.yml b/roles/shell/tasks/users/enochthechronocom.yml new file mode 100644 index 0000000..2efa754 --- /dev/null +++ b/roles/shell/tasks/users/enochthechronocom.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up enochthechronocom + user: + name: enochthechronocom + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/enochthechronocom +- authorized_key: + user: enochthechronocom + state: present + key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC+h87CJQtYD1wZwIVxvBjxPGQUyluE4sqqKKKs0AW3sAmAXqour/ORpR3ouGFrPijNbrep1iw3A4MsUxv+yBn6L84LovslgpwkAtexICroaPlzWVzSKEini6trc18rjbLHE6pPqb0d6zAPvWYkwf9dUVog0a0SVAbsNNUuK6G45p3Dhk/LW0KRYxOstDMRFlvu9SwhjRQ60Y9Amh6wpas2JMWMHlIpHFTKj/7CrNGlwhpQ2VhccTBMS2ssr+45A9UBMXmnwAETfaKi36l3qL6daJUPxmLB68DuL1UKPwKI7VDfgZNMOOOScBuEbMy6+fYeUh/EunVvVKnk0adfMWf4axwGbjB5le8fNnSDCcNS8Y5orOaI1Jcr+vV56qedHLlO0ZvaLJI2qtCx3QD1y99MCfFwZYd8QP6gKIeJO+uf8Cwf6hEjSuZ7Vmqq3KKlXT3fnUf5schUnBYqAhGMoyRmC9ZWQQiTlb4OiTJwMrxawLQKI7PgWs1HfDHFfRsIvrE= root@Matteos-iPad"