From 4758c5a1a0f42f851ce0b009ba1ffd721b5fb520 Mon Sep 17 00:00:00 2001 From: ubergeek Date: Thu, 14 Feb 2019 21:00:31 -0500 Subject: [PATCH] adding bullah.yml --- roles/shell/tasks/users/bullah.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 roles/shell/tasks/users/bullah.yml diff --git a/roles/shell/tasks/users/bullah.yml b/roles/shell/tasks/users/bullah.yml new file mode 100644 index 0000000..404a373 --- /dev/null +++ b/roles/shell/tasks/users/bullah.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up bullah + user: + name: bullah + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/bullah +- authorized_key: + user: bullah + state: present + key: "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAlEL0FrvZjeep28ScoVk+PLfk1LpAtOjF7vB0lrI+YDme6jykHS32JOPWcEgd9eMxv9FbkrCUxcYCdrYc1ZDac64ayVaQ50nBS0d1humkOmQXJBqicL6WB7GPkcapnrhENArB9b4KZ6sOLVQserFHDBUdWJBoYLy54gYeIaMtnvFOhcCvaqW9Crp+lzP0o5vdQBoV86jBcUdU3K7jR1H24i7XOTjb/tHkpM2uwjduW9MdQ+o2KSieepbUmMSkURK40sOcitlc1BcfADIeWevL5tv6f10HXkigWqqM0S2aZcAbEzmJ5Trj7C02rZ+qLTSdsGn0/MF8rNDNTN2QeVD4lQ=="