ANTS-Framework.linux_rootpassword
Linux Root Password
Set the root password using the Ansible user module.
You can create password hashes for most Linux distributions, as explained in the documentation.
Role Variables
linux_rootpassword__password: 'plz_change_me'
Example Playbook
- hosts: classroom
vars:
- linux_rootpassword__password: "hashvaluehere"
roles:
- linux_rootpassword
License
GPLv3
Author Information
Part of the ANTS Framework.
Informazioni sul progetto
Manage root user password
Installa
ansible-galaxy install ANTS-Framework.linux_rootpassword
Licenza
gpl-3.0
Download
88
Proprietario