diff --git a/roles/base/tasks/users.yml b/roles/base/tasks/users.yml index b650579..0c3e3fc 100644 --- a/roles/base/tasks/users.yml +++ b/roles/base/tasks/users.yml @@ -2,6 +2,7 @@ - name: Create user ansible.builtin.user: name: stanito + password: "$6$rounds=656000$KYp.gjjaqsb9qixa$5RUfJjOWYFPZ2WroZitbrS/b3SkSazSBOrA6OZch7maDABMWXE6AceoJ.PUQ5TbOHncPAqULEPcmUn8azJfwB." # hash groups: sudo shell: /bin/bash create_home: true \ No newline at end of file