diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index 3840b86..78ab82f 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -36,4 +36,5 @@ - include: users/diabla.yml - include: users/ml.yml - include: users/usernameak.yml -- include: users/user.yml \ No newline at end of file +- include: users/user.yml +- include: users/angelok.yml diff --git a/roles/shell/tasks/users/angelok.yml b/roles/shell/tasks/users/angelok.yml new file mode 100644 index 0000000..7d4e97f --- /dev/null +++ b/roles/shell/tasks/users/angelok.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up angelok + user: + name: angelok + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/angelok +- authorized_key: + user: user + state: present + key: "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAkH1zq4x6ZHm65Fk+Ouc6UU6495VVIjMlZKtnH2vOd83d1TVWtgtSvCYTLO89Z7xi8jmdcbkJ1AlnNeQFQGUB/HZkF5m0KGfwn9HUb9jS8ydA9fJTAbEhna7H2hH1s9cMfJAEhM/MbgU7ScjaYnlpFAuydoaX8xALBD0yUvQuzt08awxAF+KthaUi5CKb/ntMreGprYomLPHPEDrr8Gbn8QMHe9ETTx2/8C0YOr5GhY08CkwNEnQwp7Jo/Z8sFzxtmMKuo06GFTChUOMQD0uMbjB18AZaTfmBUcwYg/hxT+Lp6d29zuijJoT//zGU7rZjcRVYfSIQWbMOuB2cuQLlVQ=="