From deb6c37502fec3aa8fb748718d051c4ea13e0211 Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Sat, 15 Feb 2020 11:54:07 -0500 Subject: [PATCH] Adding user gagrilli --- roles/shell/tasks/users.yml | 1 + roles/shell/tasks/users/gagrilli.yml | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 roles/shell/tasks/users/gagrilli.yml diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index 910c5c69..3daf8fd5 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -183,3 +183,4 @@ - include: users/calamitous.yml - include: users/sleepless9.yml - include: users/stelima.yml +- include: users/gagrilli.yml diff --git a/roles/shell/tasks/users/gagrilli.yml b/roles/shell/tasks/users/gagrilli.yml new file mode 100644 index 00000000..600a66ff --- /dev/null +++ b/roles/shell/tasks/users/gagrilli.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up gagrilli + user: + name: gagrilli + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/gagrilli +- authorized_key: + user: gagrilli + state: present + key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCl8otoMNtiTMa+qTonxBpmo4b+jXifl8ToCwYRQpWGq69fbmY5NH17OtJzhi+x+TJEXqcTJCcbraTTpaqTe2XG16lxt4lLaddAsCfQ+twN2oej7xcu2kI/x3hvUXW8A+7YXqOOt/IVKrdtOgDQDKatQHtHujzIrxNsLA7N5fVm9FwBdlj+4twL/Jz0R5CHGnWopGSR34Z/owghUusznodOReV7irQCCuy7I+m+VNTECFuXxLvhzma2cOalAImbAkv+siW0NkWmVgIve594dPY96sytogUrPa+6FH090kOHY7glWa+wb9fhgjhTPTqqGsAtpdMKzmpCDLXx/3NElsjR"