From 6650f025cabe452ef60f566a84efc91c99551257 Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Thu, 27 Feb 2020 08:59:14 -0500 Subject: [PATCH] Adding user tryffel --- roles/shell/tasks/users.yml | 1 + roles/shell/tasks/users/tryffel.yml | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 roles/shell/tasks/users/tryffel.yml diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index 7dbefd71..92a5571e 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -186,3 +186,4 @@ - include: users/gagrilli.yml - include: users/hlv.yml - include: users/baruchel.yml +- include: users/tryffel.yml diff --git a/roles/shell/tasks/users/tryffel.yml b/roles/shell/tasks/users/tryffel.yml new file mode 100644 index 00000000..5f127c4c --- /dev/null +++ b/roles/shell/tasks/users/tryffel.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up tryffel + user: + name: tryffel + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/tryffel +- authorized_key: + user: tryffel + state: present + key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDA+03/pCraYL6Gg2y8vdekzyO52cdN72qJ8JY8wQ+leYzR+29mIdTThSfig03C15KzV/7ORKdGgtQDnNAgbZsNmu9w96kCUGlXy/tnIfu1rBSGxVFuosoZFXe719iBtBxBV7YUP4jjASaXZ0fXq0etzcyBdPK6Hu5LbAVTPTM0NehY0Tp4EjgFRmWbSRFeWuCzAMy78SvXRBYXXquaF8X9L7Dp6TMsBEZVJa1f0EdZaXUCRJuGTdEIfpl+pRpCS7ulGBKd0X7TP0Tc3JUcuEkDxVNMt4pZCoKQRq3KXt6dqYOl7iFm/Q7oVbtMGo47cfUlk7SSEFXhY45Qy5L+5gGp"