This commit is contained in:
Gabenov Stanislav
2026-02-09 20:26:28 +03:00
parent 4e5abeef56
commit 2cb1310c71

View File

@@ -2,6 +2,7 @@
- name: Create user - name: Create user
ansible.builtin.user: ansible.builtin.user:
name: stanito name: stanito
password: "$6$rounds=656000$KYp.gjjaqsb9qixa$5RUfJjOWYFPZ2WroZitbrS/b3SkSazSBOrA6OZch7maDABMWXE6AceoJ.PUQ5TbOHncPAqULEPcmUn8azJfwB." # hash
groups: sudo groups: sudo
shell: /bin/bash shell: /bin/bash
create_home: true create_home: true