diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index 51bd699..78ec9c0 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -145,3 +145,4 @@ - include: users/neo.yml - include: users/init0.yml - include: users/lugubris.yml +- include: users/syncore.yml diff --git a/roles/shell/tasks/users/syncore.yml b/roles/shell/tasks/users/syncore.yml new file mode 100644 index 0000000..8b318d2 --- /dev/null +++ b/roles/shell/tasks/users/syncore.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up syncore + user: + name: syncore + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/syncore +- authorized_key: + user: syncore + state: present + key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDgGvOR6xuQ1TUxH0c9BPzwV7v766j1FhG+LpbH9Soeh3gx0TVVI5wbsLNpy2ttN+VfwTKZnz0MwO0SP/rStP26MiRz6CY+jDTLJxa+pW5Eujx2cIrXOg2fCj+v73v0BQDdGo1DKosRKf7ElnMosYq8Mpf7EFBj7eTUS3RtRAEaCbsWkgPpqEGcSifZX/LXlcrucAkCcNFoaVPdfD2dOBbnsBn7rPqS5vOdzvFTKuz8qQRynAG1eiYyYan9T+FSRljp+Nbwh0LwdXlnGTv76coT3kEEeTFOY9WE6P1n4pY0u0cDvjaXZ7jrCK+zgCpW0MdfEfsPF33c1UvMeHPk1iF1PiQtBY32c9Wg0h9NFPY5Ujh9GNJLVt9jDxL7FzPMIh233xDWT5aPgy7yIBetYVqSPrubhmEJBRhqgCu2bFsJ3BD1uN0AoovRmhn4VCy4OO0DJ0BTxEh9mb9xqcuRpkQDmbXacM/yhOvVmkzjI8upQHIT54Uj5v9cJR0zQwN3EOe8TefnWviYTzu1xSQX4DT8qYuyPn1WWeehPa72H/KlZ9oFG4dQ8QVeIjuHH3BCnmN7lkn9bUsaZ/OYDN71q5vTE71n+dBurTpeZTDsN9GH1uDrtJs1oCPbwEHM3tZWhPsKbwf7LOUqlrPephEpPhiaMlH4YIaPOH38/lX315Zhww=="