htpasswd
Ansible Role: htpasswd
An Ansible Role to handle credentials over htpasswd
for webservers like nginx.
Requirements & Dependencies
passlib>=1.6
Operating systems
Tested on
- ArchLinux
- Debian based
- Debian 10 / 11
- Ubuntu 20.04
configuration
default
htpasswd_credentials_path: /etc/nginx
htpasswd_credentials: []
htpasswd_list_users: true
credentials
see also molecule tests
htpasswd_credentials:
- path: "{{ htpasswd_credentials_path }}/.admin-passwdfile"
mode: "u=rw,g=r,o-r"
owner: "www-data"
users:
- username: admin
password: ZRhgqhaAjdbuFXj2PLJTzYy5PrRsStNaeYWd9c3Ze3
- username: administrator
password: gp!tk<r+JcDyJhV5!tgzZVUWx233HLVZMJUy<YNVPZ
state: absent
# https://docs.ansible.com/ansible/latest/collections/community/general/htpasswd_module.html#parameter-crypt_scheme
# available choices might be: apr_md5_crypt, des_crypt, ldap_sha1, plaintext
crypt_scheme: plaintext
- path: "{{ htpasswd_credentials_path }}/.monitoring-passwdfile"
users:
- username: monitoring
password: gp!tk<r+JcDyJhV5!tgzZVUWx233HLVZMJUy<YNVPZ
crypt_scheme: des_crypt
Author and License
- Bodo Schulz
License
FREE SOFTWARE, HELL YEAH!
About
ansible role for handling htpasswd credentials
Install
ansible-galaxy install bodsch/ansible-htpasswd
License
Unknown
Downloads
7555
Owner
ex-developer (c, c++, php),
ex-system administrator / engineer,
keep-it-simple,
monitoring,
automation,
system architect