From 792ddb8e61818df69c5dfa10d358a9f7f7d9cb2c Mon Sep 17 00:00:00 2001 From: Naglfar Date: Thu, 1 Jul 2021 16:26:25 +0200 Subject: [PATCH] Adding user anuwatk --- roles/shell/tasks/users.yml | 1 + roles/shell/tasks/users/anuwatk.yml | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 roles/shell/tasks/users/anuwatk.yml diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index d90f20b..c31e034 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -356,3 +356,4 @@ - include: users/lguilher.yml - include: users/vadim.yml - include: users/buggy.yml +- include: users/anuwatk.yml diff --git a/roles/shell/tasks/users/anuwatk.yml b/roles/shell/tasks/users/anuwatk.yml new file mode 100644 index 0000000..bdd9cf6 --- /dev/null +++ b/roles/shell/tasks/users/anuwatk.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up anuwatk + user: + name: anuwatk + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/anuwatk +- authorized_key: + user: anuwatk + state: present + key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6bckNvZt1/QBXT3JigaMtfHZiUD3AHgo41Y5mVOsYMS4wmSrJtF7y+AYKx3JjxkmddgR/FsdaY0yYDCJm//qPKNkfG8BcbJAflMn6vlT6v3c070ZjC+mW1rTRsxAGair/+rMdF4M2Q6mQj3mh9cN3Ovh961YISXS7JfWrlN7DivJdWGeUm6vPKFftofo97Ld+1Y2aIz64L6fimvFr83tFp1at/M+n7nnTIWTvH2Bvxo01BPq0vcYhRuu5Tq3Mox3/3sXUVo9mbBBRqBQV41hrLn6glaDjVJoToqPygyNLZ3H+jIImCU9asZn6Ln72QATCajT/5BqBvJxwZqJbLJ2X anuwat@DESKTOP-H650ASA"