Ansible role for configuring /etc/login.defs.
This Ansible role configures /etc/login.defs on supported platforms.
This role has no special prerequisites.
python3
(Python 3.8 or later)
- ansible >= 2.15
This role has no dependencies.
OS Family | Distribution | Version | Container Image |
---|---|---|---|
RedHat | AlmaLinux | latest | jomrr/molecule-almalinux:latest |
Archlinux | Archlinux | latest | jomrr/molecule-archlinux:latest |
Debian | Debian | latest | jomrr/molecule-debian:latest |
RedHat | Fedora | latest | jomrr/molecule-fedora:latest |
Suse | OpenSuse Leap | latest | jomrr/molecule-opensuse-leap:latest |
Debian | Ubuntu | latest | jomrr/molecule-ubuntu:latest |
No role default variables specified, see defaults/main.yml.
Example playbooks(s) that show how to use this role.
A simple default example playbook for using jomrr.logindefs.
---
# name: "jomrr.logindefs"
# file: "playbook_logindefs.yml"
- name: "PLAYBOOK | logindefs"
hosts: "logindefs_hosts"
gather_facts: true
roles:
- role: "jomrr.logindefs"