ansible-playbook [core 2.17.6] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-lkY executable location = /usr/local/bin/ansible-playbook python version = 3.12.7 (main, Oct 1 2024, 00:00:00) [GCC 13.3.1 20240913 (Red Hat 13.3.1-3)] (/usr/bin/python3.12) jinja version = 3.1.4 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_default.yml **************************************************** 1 plays in /tmp/collections-lkY/ansible_collections/fedora/linux_system_roles/tests/pam_pwd/tests_default.yml PLAY [Ensure that the role runs with default parameters] *********************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-lkY/ansible_collections/fedora/linux_system_roles/tests/pam_pwd/tests_default.yml:3 Monday 11 November 2024 19:49:46 -0500 (0:00:00.010) 0:00:00.010 ******* [WARNING]: Platform linux on host managed-node1 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed-node1] TASK [fedora.linux_system_roles.pam_pwd : Perform platform/version specific tasks] *** task path: /tmp/collections-lkY/ansible_collections/fedora/linux_system_roles/roles/pam_pwd/tasks/main.yml:4 Monday 11 November 2024 19:49:49 -0500 (0:00:02.753) 0:00:02.763 ******* included: /tmp/collections-lkY/ansible_collections/fedora/linux_system_roles/roles/pam_pwd/tasks/setup/default.yml for managed-node1 TASK [fedora.linux_system_roles.pam_pwd : Deny access after number of consecutive authentication failures num 5] *** task path: /tmp/collections-lkY/ansible_collections/fedora/linux_system_roles/roles/pam_pwd/tasks/setup/default.yml:2 Monday 11 November 2024 19:49:49 -0500 (0:00:00.080) 0:00:02.844 ******* changed: [managed-node1] => { "backup": "/etc/security/faillock.conf.2968.2024-11-11@19:49:50~", "changed": true } MSG: line added TASK [fedora.linux_system_roles.pam_pwd : Reenable access after the lock out seconds 300] *** task path: /tmp/collections-lkY/ansible_collections/fedora/linux_system_roles/roles/pam_pwd/tasks/setup/default.yml:12 Monday 11 November 2024 19:49:50 -0500 (0:00:00.502) 0:00:03.347 ******* changed: [managed-node1] => { "backup": "/etc/security/faillock.conf.3077.2024-11-11@19:49:50~", "changed": true } MSG: line added TASK [fedora.linux_system_roles.pam_pwd : Set option silent in /etc/security/faillock.conf] *** task path: /tmp/collections-lkY/ansible_collections/fedora/linux_system_roles/roles/pam_pwd/tasks/setup/default.yml:20 Monday 11 November 2024 19:49:50 -0500 (0:00:00.403) 0:00:03.750 ******* changed: [managed-node1] => { "backup": "/etc/security/faillock.conf.3186.2024-11-11@19:49:50~", "changed": true } MSG: line added TASK [fedora.linux_system_roles.pam_pwd : List authselect profiles] ************ task path: /tmp/collections-lkY/ansible_collections/fedora/linux_system_roles/roles/pam_pwd/tasks/setup/default.yml:29 Monday 11 November 2024 19:49:50 -0500 (0:00:00.395) 0:00:04.145 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "authselect", "list" ], "delta": "0:00:00.029994", "end": "2024-11-11 19:49:51.445315", "rc": 0, "start": "2024-11-11 19:49:51.415321" } STDOUT: - minimal Local users only for minimal installations - nis Enable NIS for system authentication - sssd Enable SSSD for system authentication (also for local users only) - winbind Enable winbind for system authentication TASK [fedora.linux_system_roles.pam_pwd : Create custom authselect profile from existing profile sssd password-policy] *** task path: /tmp/collections-lkY/ansible_collections/fedora/linux_system_roles/roles/pam_pwd/tasks/setup/default.yml:38 Monday 11 November 2024 19:49:51 -0500 (0:00:00.514) 0:00:04.660 ******* Notification for handler Pam_pwd_authselect_apply has been saved. changed: [managed-node1] => { "changed": true, "cmd": [ "authselect", "create-profile", "password-policy", "-b", "sssd" ], "delta": "0:00:00.004421", "end": "2024-11-11 19:49:51.846848", "rc": 0, "start": "2024-11-11 19:49:51.842427" } STDOUT: New profile was created at /etc/authselect/custom/password-policy TASK [fedora.linux_system_roles.pam_pwd : List authselect current profile] ***** task path: /tmp/collections-lkY/ansible_collections/fedora/linux_system_roles/roles/pam_pwd/tasks/setup/default.yml:46 Monday 11 November 2024 19:49:51 -0500 (0:00:00.407) 0:00:05.068 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "authselect", "current" ], "delta": "0:00:00.004770", "end": "2024-11-11 19:49:52.265105", "failed_when_result": false, "rc": 0, "start": "2024-11-11 19:49:52.260335" } STDOUT: Profile ID: sssd Enabled features: - with-silent-lastlog TASK [fedora.linux_system_roles.pam_pwd : Select profile password-policy] ****** task path: /tmp/collections-lkY/ansible_collections/fedora/linux_system_roles/roles/pam_pwd/tasks/setup/default.yml:58 Monday 11 November 2024 19:49:52 -0500 (0:00:00.422) 0:00:05.490 ******* Notification for handler Pam_pwd_authselect_apply has been saved. changed: [managed-node1] => { "changed": true, "cmd": [ "authselect", "select", "--force", "custom/password-policy" ], "delta": "0:00:00.018058", "end": "2024-11-11 19:49:52.699484", "rc": 0, "start": "2024-11-11 19:49:52.681426" } STDOUT: Backup stored at /var/lib/authselect/backups/2024-11-12-00-49-52.tPq8Ij Profile "custom/password-policy" was selected. Make sure that SSSD service is configured and enabled. See SSSD documentation for more information. TASK [fedora.linux_system_roles.pam_pwd : List authselect current profile] ***** task path: /tmp/collections-lkY/ansible_collections/fedora/linux_system_roles/roles/pam_pwd/tasks/setup/default.yml:64 Monday 11 November 2024 19:49:52 -0500 (0:00:00.430) 0:00:05.920 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "authselect", "current" ], "delta": "0:00:00.004174", "end": "2024-11-11 19:49:53.120647", "rc": 0, "start": "2024-11-11 19:49:53.116473" } STDOUT: Profile ID: custom/password-policy Enabled features: None TASK [fedora.linux_system_roles.pam_pwd : Set enable-feature with-faillock] **** task path: /tmp/collections-lkY/ansible_collections/fedora/linux_system_roles/roles/pam_pwd/tasks/setup/default.yml:69 Monday 11 November 2024 19:49:53 -0500 (0:00:00.421) 0:00:06.342 ******* Notification for handler Pam_pwd_authselect_apply has been saved. changed: [managed-node1] => { "changed": true, "cmd": [ "authselect", "enable-feature", "with-faillock" ], "delta": "0:00:00.012426", "end": "2024-11-11 19:49:53.545185", "rc": 0, "start": "2024-11-11 19:49:53.532759" } STDOUT: Make sure that SSSD service is configured and enabled. See SSSD documentation for more information. TASK [fedora.linux_system_roles.pam_pwd : Keep history of the last passwords used num 10] *** task path: /tmp/collections-lkY/ansible_collections/fedora/linux_system_roles/roles/pam_pwd/tasks/setup/default.yml:75 Monday 11 November 2024 19:49:53 -0500 (0:00:00.423) 0:00:06.766 ******* changed: [managed-node1] => (item=/etc/authselect/custom/password-policy/system-auth) => { "ansible_loop_var": "item", "backup": "/etc/authselect/custom/password-policy/system-auth.3943.2024-11-11@19:49:53~", "changed": true, "item": "/etc/authselect/custom/password-policy/system-auth" } MSG: line added changed: [managed-node1] => (item=/etc/authselect/custom/password-policy/password-auth) => { "ansible_loop_var": "item", "backup": "/etc/authselect/custom/password-policy/password-auth.4052.2024-11-11@19:49:54~", "changed": true, "item": "/etc/authselect/custom/password-policy/password-auth" } MSG: line added TASK [fedora.linux_system_roles.pam_pwd : Enforce root for password complexity] *** task path: /tmp/collections-lkY/ansible_collections/fedora/linux_system_roles/roles/pam_pwd/tasks/setup/default.yml:89 Monday 11 November 2024 19:49:54 -0500 (0:00:00.820) 0:00:07.587 ******* changed: [managed-node1] => (item=/etc/authselect/custom/password-policy/system-auth) => { "ansible_loop_var": "item", "backup": "/etc/authselect/custom/password-policy/system-auth.4161.2024-11-11@19:49:54~", "changed": true, "item": "/etc/authselect/custom/password-policy/system-auth" } MSG: line replaced changed: [managed-node1] => (item=/etc/authselect/custom/password-policy/password-auth) => { "ansible_loop_var": "item", "backup": "/etc/authselect/custom/password-policy/password-auth.4270.2024-11-11@19:49:55~", "changed": true, "item": "/etc/authselect/custom/password-policy/password-auth" } MSG: line replaced TASK [fedora.linux_system_roles.pam_pwd : Set password quality] **************** task path: /tmp/collections-lkY/ansible_collections/fedora/linux_system_roles/roles/pam_pwd/tasks/main.yml:17 Monday 11 November 2024 19:49:55 -0500 (0:00:00.836) 0:00:08.423 ******* changed: [managed-node1] => { "backup_file": "/etc/security/pwquality.conf.4379.2024-11-11@19:49:55~", "changed": true } MSG: Block inserted NOTIFIED HANDLER fedora.linux_system_roles.pam_pwd : Apply authselect changes for managed-node1 RUNNING HANDLER [fedora.linux_system_roles.pam_pwd : Apply authselect changes] *** task path: /tmp/collections-lkY/ansible_collections/fedora/linux_system_roles/roles/pam_pwd/handlers/main.yml:5 Monday 11 November 2024 19:49:55 -0500 (0:00:00.545) 0:00:08.969 ******* changed: [managed-node1] => { "changed": true, "cmd": [ "authselect", "apply-changes" ], "delta": "0:00:00.014896", "end": "2024-11-11 19:49:56.146133", "rc": 0, "start": "2024-11-11 19:49:56.131237" } STDOUT: Changes were successfully applied. PLAY RECAP ********************************************************************* managed-node1 : ok=15 changed=10 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 Monday 11 November 2024 19:49:56 -0500 (0:00:00.387) 0:00:09.356 ******* =============================================================================== Gathering Facts --------------------------------------------------------- 2.75s /tmp/collections-lkY/ansible_collections/fedora/linux_system_roles/tests/pam_pwd/tests_default.yml:3 fedora.linux_system_roles.pam_pwd : Enforce root for password complexity --- 0.84s /tmp/collections-lkY/ansible_collections/fedora/linux_system_roles/roles/pam_pwd/tasks/setup/default.yml:89 fedora.linux_system_roles.pam_pwd : Keep history of the last passwords used num 10 --- 0.82s /tmp/collections-lkY/ansible_collections/fedora/linux_system_roles/roles/pam_pwd/tasks/setup/default.yml:75 fedora.linux_system_roles.pam_pwd : Set password quality ---------------- 0.55s /tmp/collections-lkY/ansible_collections/fedora/linux_system_roles/roles/pam_pwd/tasks/main.yml:17 fedora.linux_system_roles.pam_pwd : List authselect profiles ------------ 0.51s /tmp/collections-lkY/ansible_collections/fedora/linux_system_roles/roles/pam_pwd/tasks/setup/default.yml:29 fedora.linux_system_roles.pam_pwd : Deny access after number of consecutive authentication failures num 5 --- 0.50s /tmp/collections-lkY/ansible_collections/fedora/linux_system_roles/roles/pam_pwd/tasks/setup/default.yml:2 fedora.linux_system_roles.pam_pwd : Select profile password-policy ------ 0.43s /tmp/collections-lkY/ansible_collections/fedora/linux_system_roles/roles/pam_pwd/tasks/setup/default.yml:58 fedora.linux_system_roles.pam_pwd : Set enable-feature with-faillock ---- 0.42s /tmp/collections-lkY/ansible_collections/fedora/linux_system_roles/roles/pam_pwd/tasks/setup/default.yml:69 fedora.linux_system_roles.pam_pwd : List authselect current profile ----- 0.42s /tmp/collections-lkY/ansible_collections/fedora/linux_system_roles/roles/pam_pwd/tasks/setup/default.yml:46 fedora.linux_system_roles.pam_pwd : List authselect current profile ----- 0.42s /tmp/collections-lkY/ansible_collections/fedora/linux_system_roles/roles/pam_pwd/tasks/setup/default.yml:64 fedora.linux_system_roles.pam_pwd : Create custom authselect profile from existing profile sssd password-policy --- 0.41s /tmp/collections-lkY/ansible_collections/fedora/linux_system_roles/roles/pam_pwd/tasks/setup/default.yml:38 fedora.linux_system_roles.pam_pwd : Reenable access after the lock out seconds 300 --- 0.40s /tmp/collections-lkY/ansible_collections/fedora/linux_system_roles/roles/pam_pwd/tasks/setup/default.yml:12 fedora.linux_system_roles.pam_pwd : Set option silent in /etc/security/faillock.conf --- 0.40s /tmp/collections-lkY/ansible_collections/fedora/linux_system_roles/roles/pam_pwd/tasks/setup/default.yml:20 fedora.linux_system_roles.pam_pwd : Apply authselect changes ------------ 0.39s /tmp/collections-lkY/ansible_collections/fedora/linux_system_roles/roles/pam_pwd/handlers/main.yml:5 fedora.linux_system_roles.pam_pwd : Perform platform/version specific tasks --- 0.08s /tmp/collections-lkY/ansible_collections/fedora/linux_system_roles/roles/pam_pwd/tasks/main.yml:4