From f952bbc0c9c118e4cb438beab667be0d5abf6f06 Mon Sep 17 00:00:00 2001 From: Naglfar Date: Wed, 6 Apr 2022 23:18:16 +0200 Subject: [PATCH] Adding user thepineappleguy --- roles/shell/tasks/users.yml | 1 + roles/shell/tasks/users/thepineappleguy.yml | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 roles/shell/tasks/users/thepineappleguy.yml diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index cc94d566..fd9c9c09 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -330,3 +330,4 @@ - include: users/grizzly.yml - include: users/gtlsgamr.yml - include: users/ihsan.yml +- include: users/thepineappleguy.yml diff --git a/roles/shell/tasks/users/thepineappleguy.yml b/roles/shell/tasks/users/thepineappleguy.yml new file mode 100644 index 00000000..93a2cad5 --- /dev/null +++ b/roles/shell/tasks/users/thepineappleguy.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up thepineappleguy + user: + name: thepineappleguy + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/thepineappleguy +- authorized_key: + user: thepineappleguy + state: present + key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfRghAzgBXxT0pl2U7ddksYl9vOTItvMylM/Y17QHCalGnH+HR4cc+ayhgCFpNf92jNruFDnRuQjh05pmToX1m+NL5J65n/qUnKgsRkVepMcL6Xg/9XnKqNRLcb0HK60UM+nVUV/dy3fmdBmJladvQUR0GMFgltvWWYLb7P2Yhaj8HiAPyeMNedSgD88zqqNKkjJdyLwKSt0BOvgio2Y4lUiPefdzrReCRHCY6rIAYVNbU/u/4nTRJ6pcN3fdmC24BvHVIYGzP9DgGWkyToy8L9uwYWTxZ0dB+WuTI/wJqlbVNpqkgBHUNs4nw5HLwtcYxvKMXbbi4eSPftTDDiltms1L+kzoZqplwIGbd0Z4AaEYxpLrWSBfZR0G49421H4ukmEzItIJ75MdA2qhRWLpv+dn0YG3yzdxQMwhqFMekanp7WAQpd+pKPO7aM3ojEDl0dXO9Whm/SKqee0WrFZR92zkQ5eJHihJjb7y4qWH/b77RHk+95zEAH7mZnHErW4U= sar@ng"