From 76ff1707b2322b7803df64b4034e2f37b23e93d2 Mon Sep 17 00:00:00 2001 From: Naglfar Date: Mon, 16 Dec 2019 13:44:52 +0000 Subject: [PATCH] Adding user infoTV --- roles/shell/tasks/users.yml | 1 + roles/shell/tasks/users/infoTV.yml | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 roles/shell/tasks/users/infoTV.yml diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index a8c21f0..5c7463b 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -163,6 +163,7 @@ - include: users/stereo.yml - include: users/joro.yml - include: users/info.yml +- include: users/infoTV.yml - include: users/clu.yml - include: users/sebre.yml - include: users/olya.yml diff --git a/roles/shell/tasks/users/infoTV.yml b/roles/shell/tasks/users/infoTV.yml new file mode 100644 index 0000000..23236b3 --- /dev/null +++ b/roles/shell/tasks/users/infoTV.yml @@ -0,0 +1,16 @@ +--- +- name: Setting up info + user: + name: infoTV + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/infoTV + +- authorized_key: + user: infoTV + state: present + key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCMK4H6kDNDqkda/JkeEVcQcU1sn/zAh8W6KnP/EyZ2hUqvqiCG8f441DCE9dJCq7ZB/xM4TLAFr/UVfdqoGdyiAf5LtBwGydz1AJqF7PRVvYnE8knO1p8HH5nx1jSYFHIXoS3grvVSbyUzJkYR1V22xjxjyhpOjjAXwHAhYQHVpbspVQHCE3gHNU1zvYwAP1pBqWGtTGKMATtMz6ECcl3d4jhCrkq2wVoTOWDSzBvfOOmxW3WnI/AD9q2W71tEeymVBkgJ/2jfrVa3mKP4/ng9jsva/Tes4gxwFduZMxcXt2Hpf+v3dC/rlqYPKGRkf1N+UmnlCpmGuMDpTWUJix9f thunixshell"