debops.auth default variables
Sections
- auth_packages
List of Debian/Ubuntu packages installed by debops.auth
auth_packages:
- '{{ "libpam-cracklib"
if (ansible_distribution_release in ["stretch", "buster", "bullseye"])
else [] }}'
Local user account configuration
- auth_pwhistory_remember
Size of local password history, set to False to disable
auth_pwhistory_remember: '5'
- auth_cracklib
Enable password checking via cracklib
auth_cracklib: '{{ True
if (ansible_distribution_release in ["stretch", "buster", "bullseye"])
else False }}'