Skip to content

sorrowless/ansible_pw_policy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sbog/pw_policy

Role to easily apply security policies to linux system user passwords

Requirements

Ansible 2.4

Role Variables

Role variables can be placed to a dictionary named pwsec_group for group vars and pwsec_host for host vars. Host vars will override group ones. There is an example for group vars:

pw_group:

You can see all vars in default/main.yml vars file.

Dependencies

None

Example Playbook

- name: Ensure password security policies
  hosts: all
  remote_user: root

  roles:
    - pw_policy

License

Apache 2.0

Author Information

Stanislaw Bogatkin (https://sbog.ru)

About

Ansible role to ensure stronger Unix password policies.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages