From afd8e02d6a0565ca9cbc8c3e4871f1897307b06c Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Sun, 30 Jun 2019 17:51:17 +0000 Subject: [PATCH] Adding user haivets --- roles/shell/tasks/users.yml | 1 + roles/shell/tasks/users/haivets.yml | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 roles/shell/tasks/users/haivets.yml diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index 4c4a72b..b22f220 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -118,3 +118,4 @@ - include: users/victoralt.yml - include: users/arch3r.yml - include: users/linel.yml +- include: users/haivets.yml diff --git a/roles/shell/tasks/users/haivets.yml b/roles/shell/tasks/users/haivets.yml new file mode 100644 index 0000000..c237457 --- /dev/null +++ b/roles/shell/tasks/users/haivets.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up haivets + user: + name: haivets + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/haivets +- authorized_key: + user: haivets + state: present + key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDET1359QSxtgCMA4cDovVDWbK+XzEuXohfzXlUyk8nuSSJlUE4kZtxgs0QbRdrJEcYO4MqhE33S/cqN+60XFx73Rsin6nX14t8J9slr6kv1W4Zvg6u/TP0vT8ABHfFcyM7fnBe2YzkjDPo7WFI9BEWPFHEjwbjFAlLza+O1/9XezE6LSo2qtbt+4MU1dDRlJfyUGI36Vvi6Rinj1FE9oq3u6hY9qkhCq5+lCU7xep/uP5A4//ajkVJURmuYEzAhnjYAHbWly55XiSK/JMOitgkZsRpo3LTgyjAxEQoCK18kNb3Zzobybgh5LDkvjK9p6ftxue8cYJ9gUszUWLwbbsjDMgkEb0owXbQR2BgiBpSem0jRXVGP1uSnqZH5p8XFvS+abs4JvkQ17/qF2s8itdNmoxbexhUoCEV9uElUbJ4YkM67Rjr2G9pjBCBuS671E0WXRkt1ZCy+BDJT6L/RDHrlOGMPmJpmNws5aU1rdkVJqEvgWmRDbHhPux2u4U2FnGAmVvOeSsO5ttoXfYu7s1iszgnz5h3PQ6KT/SEdT00bzMVz5uHsLNBJqOrEgBPErWoM6to9rujTi5cN/S4aNhiWROsj4ewe2KippOKtqx71a6AmvEoWbQmz54EEMWphPtNSKwanscorprdr+B7ID9MUyVJBbQdVFyCYS1HecGZ5w=="