linux_rootpassword
linux rootpassword
Set the root password using the ansible user module.
Password hashes for most linux distributions can be generated as documented here
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
Install
ansible-galaxy install ANTS-Framework/linux_rootpassword
License
gpl-3.0
Downloads
73
Owner