diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index 3cdd94f..486fabe 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -125,3 +125,4 @@ - include: users/aewens.yml - include: users/dex.yml - include: users/vernon.yml +- include: users/xallmm.yml diff --git a/roles/shell/tasks/users/xallmm.yml b/roles/shell/tasks/users/xallmm.yml new file mode 100644 index 0000000..3a89f35 --- /dev/null +++ b/roles/shell/tasks/users/xallmm.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up xallmm + user: + name: xallmm + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/xallmm +- authorized_key: + user: xallmm + state: present + key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDPuh8StAISShPcpIB/Cn+xbIDwv2bzuU/Jp31RO9+NCC1KatwczHZbi0ebs/2pHuWOncfcuPlYfIdlEd2zdvQU6oUJtxIlHvq5HKzaEj64+5gns0zTKM0EuOk8WcPvrxwclGWPVCXDFnRJ2Avsb3QRVMzRgMHhySiAacDO8UCpohI4M8U24cuG3qKUx3TITIoWsw8lMMFvLTyFc52vVUusamEjieNvTq9brMovZU63i4WCULaMOXalx/V5jwtKwMFekHgbRoElLZ8GGZhH45UK2bUNC+RgrfyiTsxxtQYuU1kc6DWHVLneO1WcgTlW7sJwODhrjzdbUNrB7Ubw0wD/"