diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index 34e3394..e1a46ba 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -61,3 +61,6 @@ - include: users/swann.yml - include: users/ukhuwah.yml - include: users/mom.yml +- indlude: users/andro.yml +- include: users/hasbullah.yml +- include: users/riska.yml diff --git a/roles/shell/tasks/users/andro.yml b/roles/shell/tasks/users/andro.yml new file mode 100644 index 0000000..2be25f1 --- /dev/null +++ b/roles/shell/tasks/users/andro.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up andro + user: + name: andro + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/andro +- authorized_key: + user: andro + state: present + key: "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAm+POCv4Y3bhkKZ4/uFiuN/d0VR2CQYhZlq6wV6QoDmaJ5shiRiexCUiOT2NqmQTc99/luc9BgUHwsW1n+wSf04mM+r4Q6yQ19fzQnN7vGdgnDwO2FliyuQcTJSjti2gtK17rctsAZ6o+8FEXq1hswsEO8j769k3BrP+CdTxxSd+JBtOAP4p3I2J9MPG6VafTxN48AIS2Mh71fatqxvq8UPVbHRVGoPHww9nfyOF3OyJrenzi7JytMXvFlFTiMLNs2H6APeqG+M2gu6vnUVDSs1VKYl8oxS1WA4Dafq2ihR/J4p9/2Q3DX2ulGfEITc2bRO8kTafLgJyCD2jyPospqQ==" diff --git a/roles/shell/tasks/users/hasbullah.yml b/roles/shell/tasks/users/hasbullah.yml new file mode 100644 index 0000000..1c8c157 --- /dev/null +++ b/roles/shell/tasks/users/hasbullah.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up hasbullah + user: + name: hasbullah + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/hasbullah +- authorized_key: + user: hasbullah + state: present + key: "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAge5PsiO+WqBYIzmL/sXTjS7HjJCftHQoYuLdIcqLCmanftabOhFfrxJo7yZzAGuBG6xIp8txJwDNnkgZ2QnJd8wBNL84PtljEU+q66z3VH2YItiv3pftzqHEYTEesCWx9MQCi64nbtq59/TIRaUnrdDcAChpIh25rV8u/t7McJaqTB245M2B6M3lVKdD5IwnXOkixFyjUZMZKB9zwohEaPGKuc7Ekm5aAYZL0fEYKQeJhy7QFa4+BHjgNL4V31qd9csh24pwynz8GupB7fmJY7UJh+dyDk5+peJF55EGfNhAttOS3qKvjW5DRFx0aSczDJUhuI3NtePKpgwkGUjK1w==" diff --git a/roles/shell/tasks/users/naglfar.yml b/roles/shell/tasks/users/naglfar.yml index c27225c..8ef1b34 100644 --- a/roles/shell/tasks/users/naglfar.yml +++ b/roles/shell/tasks/users/naglfar.yml @@ -1,7 +1,7 @@ --- - user: name: naglfar - groups: tilde + groups: tilde,sudo state: present skeleton: /etc/skel shell: /bin/bash diff --git a/roles/shell/tasks/users/riska.yml b/roles/shell/tasks/users/riska.yml new file mode 100644 index 0000000..ddf87b5 --- /dev/null +++ b/roles/shell/tasks/users/riska.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up riska + user: + name: riska + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/riska +- authorized_key: + user: riska + state: present + key: "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAgJC/C+ydzVulrJuiC/ZkMeceoyhr6gOfGTv1D7/sqaoFDt9i4qJTE6J68V6orzcM+oi0t72+1LeKF6FJm0OPTvzZZNKFh/irkBxw8s+d0WlYu390liB9jKrNqI6Sr565pxwe62li27xFLIG+WMsTeUyWPGITOHklZslfO2KkSZaGcWybiMPdZ825NfpfaqNNK+Zcw7N1n6a5IpU20VWx8sqnFr0wK6LMzAsSjzdmuzeooGegL8UCLoPDBt/33f9zMij7WjB/XBNXuWIyoGsEY9jg3ISwY0wFMT+1bygQ0v2Gu/zZMrLi/wcWuw+0/PAeiucqA/tgkU7swTd8GPOEMw=="