From e4b49ec06242f5bafa8afa7c6ae4a7011e45625d Mon Sep 17 00:00:00 2001 From: Naglfar Date: Tue, 26 May 2020 17:43:34 +0200 Subject: [PATCH] Adding user lonely-wolf --- roles/shell/tasks/users.yml | 1 + roles/shell/tasks/users/lonely-wolf.yml | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 roles/shell/tasks/users/lonely-wolf.yml diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index 2ea0316..17ff6a3 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -225,3 +225,4 @@ - include: users/TouchTheStarsInAwe.yml - include: users/sebastian.yml - include: users/duitser.yml +- include: users/lonely-wolf.yml diff --git a/roles/shell/tasks/users/lonely-wolf.yml b/roles/shell/tasks/users/lonely-wolf.yml new file mode 100644 index 0000000..1f628da --- /dev/null +++ b/roles/shell/tasks/users/lonely-wolf.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up lonely-wolf + user: + name: lonely-wolf + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/lonely-wolf +- authorized_key: + user: lonely-wolf + state: present + key: "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAklOUpkDHrfHY17SbrmTIpNLTGK9Tjom/BWDSUGPl+nafzlHDTYW7hdI4yZ5ew18JH4JW9jbhUFrviQzM7xlELEVf4h9lFX5QVkbPppSwg0cda3Pbv7kOdJ/MTyBlWXFCR+HAo3FXRitBqxiX1nKhXpHAZsMciLq8V6RjsNAQwdsdMFvSlVK/7XAt3FaoJoAsncM1Q9x5+3V0Ww68/eIFmb1zuUFljQJKprrX88XypNDvjYNby6vw/Pb0rwert/EnmZ+AW4OZPnTPI89ZPmVMLuayrD2cE86Z/il8b+gw3r3+1nKatmIkjn2so1d01QraTlMqVSsbxNrRFi9wrf+M7Q=="