Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

ANTS-Framework/linux_rootpassword

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

linux rootpassword

Build Status

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published