Ansible role to configure basic system settings
Variable | Description | Example |
---|---|---|
system_users | Dictionairy of users and their passwords to be setup (Set password to '!' to disable the account) |
- name: vseth password: 123456 |
Important: For Linux, the password-value needs to be a hashed password. Refer to this documentation