ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python2.7/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 2.7.5 (default, Nov 14 2023, 16:14:06) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] Using /etc/ansible/ansible.cfg as config file [WARNING]: running playbook inside collection fedora.linux_system_roles statically imported: /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml statically imported: /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml statically imported: /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml statically imported: /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_login.yml ****************************************************** 1 plays in /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/tests/selinux/tests_login.yml PLAY [Check if selinux role sets SELinux login mappings] *********************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/tests/selinux/tests_login.yml:2 Saturday 08 November 2025 15:17:19 -0500 (0:00:00.025) 0:00:00.025 ***** ok: [managed-node1] META: ran handlers TASK [Add a System Api Roles SELinux User] ************************************* task path: /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/tests/selinux/tests_login.yml:5 Saturday 08 November 2025 15:17:19 -0500 (0:00:00.800) 0:00:00.825 ***** changed: [managed-node1] => { "changed": true, "comment": "System Api Roles SELinux User", "create_home": true, "group": 1000, "home": "/home/sar-user", "name": "sar-user", "shell": "/bin/bash", "state": "present", "system": false, "uid": 1000 } TASK [Initial changes] ********************************************************* task path: /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/tests/selinux/tests_login.yml:10 Saturday 08 November 2025 15:17:20 -0500 (0:00:00.489) 0:00:01.314 ***** TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] *** task path: /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Saturday 08 November 2025 15:17:20 -0500 (0:00:00.125) 0:00:01.440 ***** included: /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml for managed-node1 TASK [fedora.linux_system_roles.selinux : Ensure ansible_facts used by role] *** task path: /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Saturday 08 November 2025 15:17:20 -0500 (0:00:00.026) 0:00:01.467 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Saturday 08 November 2025 15:17:20 -0500 (0:00:00.039) 0:00:01.506 ***** included: /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml for managed-node1 TASK [fedora.linux_system_roles.selinux : Check if system is ostree] *********** task path: /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Saturday 08 November 2025 15:17:20 -0500 (0:00:00.039) 0:00:01.546 ***** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.selinux : Set flag to indicate system is ostree] *** task path: /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Saturday 08 November 2025 15:17:20 -0500 (0:00:00.370) 0:00:01.916 ***** ok: [managed-node1] => { "ansible_facts": { "__selinux_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.selinux : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Saturday 08 November 2025 15:17:20 -0500 (0:00:00.044) 0:00:01.961 ***** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.selinux : Set flag if transactional-update exists] *** task path: /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Saturday 08 November 2025 15:17:21 -0500 (0:00:00.282) 0:00:02.244 ***** ok: [managed-node1] => { "ansible_facts": { "__selinux_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.selinux : Install SELinux python2 tools] ******* task path: /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Saturday 08 November 2025 15:17:21 -0500 (0:00:00.044) 0:00:02.288 ***** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [ "libselinux-python-2.5-15.el7.x86_64 providing libselinux-python is already installed", "policycoreutils-python-2.5-34.el7.x86_64 providing policycoreutils-python is already installed" ] } lsrpackages: libselinux-python policycoreutils-python TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Saturday 08 November 2025 15:17:22 -0500 (0:00:00.747) 0:00:03.036 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Saturday 08 November 2025 15:17:22 -0500 (0:00:00.040) 0:00:03.077 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Ensure grubby used to modify selinux kernel parameter] *** task path: /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Saturday 08 November 2025 15:17:22 -0500 (0:00:00.040) 0:00:03.117 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] ******* task path: /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 Saturday 08 November 2025 15:17:22 -0500 (0:00:00.045) 0:00:03.162 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:81 Saturday 08 November 2025 15:17:22 -0500 (0:00:00.042) 0:00:03.205 ***** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:86 Saturday 08 November 2025 15:17:22 -0500 (0:00:00.039) 0:00:03.244 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Fail if reboot is needed and not set] *** task path: /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:91 Saturday 08 November 2025 15:17:22 -0500 (0:00:00.039) 0:00:03.284 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Refresh facts] *********************** task path: /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 Saturday 08 November 2025 15:17:22 -0500 (0:00:00.039) 0:00:03.324 ***** ok: [managed-node1] TASK [fedora.linux_system_roles.selinux : Run systemctl] *********************** task path: /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:8 Saturday 08 November 2025 15:17:22 -0500 (0:00:00.514) 0:00:03.838 ***** ok: [managed-node1] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.006602", "end": "2025-11-08 15:17:23.219232", "failed_when_result": false, "rc": 0, "start": "2025-11-08 15:17:23.212630" } STDOUT: running TASK [fedora.linux_system_roles.selinux : Require installed systemd] *********** task path: /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:15 Saturday 08 November 2025 15:17:23 -0500 (0:00:00.434) 0:00:04.273 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:20 Saturday 08 November 2025 15:17:23 -0500 (0:00:00.043) 0:00:04.316 ***** ok: [managed-node1] => { "ansible_facts": { "__selinux_is_booted": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] *** task path: /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:29 Saturday 08 November 2025 15:17:23 -0500 (0:00:00.044) 0:00:04.361 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] *** task path: /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:40 Saturday 08 November 2025 15:17:23 -0500 (0:00:00.042) 0:00:04.404 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:52 Saturday 08 November 2025 15:17:23 -0500 (0:00:00.039) 0:00:04.444 ***** ok: [managed-node1] => { "ansible_facts": { "selinux_reboot_required": false }, "changed": false } TASK [Add or remove selinux=0 from args as needed] ***************************** task path: /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:56 Saturday 08 November 2025 15:17:23 -0500 (0:00:00.050) 0:00:04.495 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] ********** task path: /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:70 Saturday 08 November 2025 15:17:23 -0500 (0:00:00.045) 0:00:04.541 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Warn if SELinux is disabled] ********* task path: /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:77 Saturday 08 November 2025 15:17:23 -0500 (0:00:00.017) 0:00:04.558 ***** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Saturday 08 November 2025 15:17:23 -0500 (0:00:00.039) 0:00:04.597 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications] *** task path: /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Saturday 08 November 2025 15:17:23 -0500 (0:00:00.038) 0:00:04.636 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux file context local modifications] *** task path: /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Saturday 08 November 2025 15:17:23 -0500 (0:00:00.038) 0:00:04.675 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux port local modifications] *** task path: /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:100 Saturday 08 November 2025 15:17:23 -0500 (0:00:00.038) 0:00:04.714 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux login local modifications] *** task path: /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:105 Saturday 08 November 2025 15:17:23 -0500 (0:00:00.038) 0:00:04.753 ***** changed: [managed-node1] => { "changed": true, "cmd": [ "/usr/sbin/semanage", "login", "-D" ], "delta": "0:00:00.293143", "end": "2025-11-08 15:17:24.282217", "rc": 0, "start": "2025-11-08 15:17:23.989074" } TASK [fedora.linux_system_roles.selinux : Set SELinux booleans] **************** task path: /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:110 Saturday 08 November 2025 15:17:24 -0500 (0:00:00.585) 0:00:05.338 ***** TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] *********** task path: /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:121 Saturday 08 November 2025 15:17:24 -0500 (0:00:00.039) 0:00:05.378 ***** TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ****** task path: /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 Saturday 08 November 2025 15:17:24 -0500 (0:00:00.038) 0:00:05.416 ***** TASK [fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping] *** task path: /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:146 Saturday 08 November 2025 15:17:24 -0500 (0:00:00.038) 0:00:05.455 ***** fatal: [managed-node1]: FAILED! => {} MSG: Unable to import community.general.selogin due to invalid syntax PLAY RECAP ********************************************************************* managed-node1 : ok=14 changed=2 unreachable=0 failed=1 skipped=21 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.9.27", "end_time": "2025-11-08T20:17:24.570337Z", "host": "managed-node1", "message": "Unable to import community.general.selogin due to invalid syntax", "start_time": "2025-11-08T20:17:24.447688Z", "task_name": "Set linux user to SELinux user mapping", "task_path": "/tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:146" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 08 November 2025 15:17:24 -0500 (0:00:00.124) 0:00:05.580 ***** =============================================================================== Gathering Facts --------------------------------------------------------- 0.80s /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/tests/selinux/tests_login.yml:2 fedora.linux_system_roles.selinux : Install SELinux python2 tools ------- 0.75s /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 fedora.linux_system_roles.selinux : Purge all SELinux login local modifications --- 0.59s /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:105 fedora.linux_system_roles.selinux : Refresh facts ----------------------- 0.51s /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 Add a System Api Roles SELinux User ------------------------------------- 0.49s /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/tests/selinux/tests_login.yml:5 fedora.linux_system_roles.selinux : Run systemctl ----------------------- 0.43s /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:8 fedora.linux_system_roles.selinux : Check if system is ostree ----------- 0.37s /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 fedora.linux_system_roles.selinux : Check if transactional-update exists in /sbin --- 0.28s /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Initial changes --------------------------------------------------------- 0.13s /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/tests/selinux/tests_login.yml:10 fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping --- 0.12s /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:146 fedora.linux_system_roles.selinux : Set selinux_reboot_required --------- 0.05s /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:52 Add or remove selinux=0 from args as needed ----------------------------- 0.05s /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:56 fedora.linux_system_roles.selinux : Ensure grubby used to modify selinux kernel parameter --- 0.05s /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 fedora.linux_system_roles.selinux : Set flag to indicate that systemd runtime operations are available --- 0.04s /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:20 fedora.linux_system_roles.selinux : Set flag to indicate system is ostree --- 0.04s /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 fedora.linux_system_roles.selinux : Set flag if transactional-update exists --- 0.04s /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 fedora.linux_system_roles.selinux : Require installed systemd ----------- 0.04s /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:15 fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled --- 0.04s /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:29 fedora.linux_system_roles.selinux : Install SELinux tool semanage ------- 0.04s /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 fedora.linux_system_roles.selinux : Install SELinux python3 tools ------- 0.04s /tmp/collections-SCN/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 -- Logs begin at Sat 2025-11-08 15:12:02 EST, end at Sat 2025-11-08 15:17:25 EST. -- Nov 08 15:17:19 managed-node1 ansible-setup[14590]: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Nov 08 15:17:20 managed-node1 ansible-user[14664]: Invoked with comment=System Api Roles SELinux User ssh_key_bits=0 update_password=always non_unique=False force=False ssh_key_type=rsa create_home=True password_lock=None ssh_key_passphrase=NOT_LOGGING_PARAMETER uid=None home=None append=False skeleton=None ssh_key_comment=ansible-generated on managed-node1 group=None system=False state=present role=None hidden=None local=None authorization=None profile=None shell=None expires=None ssh_key_file=None groups=None move_home=False password=NOT_LOGGING_PARAMETER name=sar-user seuser=None remove=False login_class=None generate_ssh_key=None Nov 08 15:17:20 managed-node1 useradd[14667]: new group: name=sar-user, GID=1000 Nov 08 15:17:20 managed-node1 useradd[14667]: new user: name=sar-user, UID=1000, GID=1000, home=/home/sar-user, shell=/bin/bash Nov 08 15:17:20 managed-node1 ansible-stat[14721]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/run/ostree-booted get_md5=False get_mime=True get_attributes=True Nov 08 15:17:21 managed-node1 ansible-stat[14770]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/sbin/transactional-update get_md5=False get_mime=True get_attributes=True Nov 08 15:17:21 managed-node1 ansible-yum[14819]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['libselinux-python', 'policycoreutils-python'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Nov 08 15:17:22 managed-node1 ansible-setup[14872]: Invoked with filter=ansible_selinux gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Nov 08 15:17:23 managed-node1 ansible-command[14946]: Invoked with creates=None executable=None _uses_shell=False strip_empty_ends=True _raw_params=systemctl is-system-running removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Nov 08 15:17:23 managed-node1 ansible-command[14996]: Invoked with creates=None executable=None _uses_shell=False strip_empty_ends=True _raw_params=/usr/sbin/semanage login -D removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Nov 08 15:17:24 managed-node1 sshd[15031]: Accepted publickey for root from 10.31.8.125 port 50384 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Nov 08 15:17:24 managed-node1 systemd[1]: Started Session 14 of user root. -- Subject: Unit session-14.scope has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-14.scope has finished starting up. -- -- The start-up result is done. Nov 08 15:17:24 managed-node1 systemd-logind[505]: New session 14 of user root. -- Subject: A new session 14 has been created for user root -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 14 has been created for the user root. -- -- The leading process of the session is 15031. Nov 08 15:17:24 managed-node1 sshd[15031]: pam_unix(sshd:session): session opened for user root by (uid=0) Nov 08 15:17:24 managed-node1 sshd[15031]: Received disconnect from 10.31.8.125 port 50384:11: disconnected by user Nov 08 15:17:24 managed-node1 sshd[15031]: Disconnected from 10.31.8.125 port 50384 Nov 08 15:17:24 managed-node1 sshd[15031]: pam_unix(sshd:session): session closed for user root Nov 08 15:17:24 managed-node1 systemd-logind[505]: Removed session 14. -- Subject: Session 14 has been terminated -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 14 has been terminated. Nov 08 15:17:24 managed-node1 sshd[15041]: Accepted publickey for root from 10.31.8.125 port 50386 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Nov 08 15:17:25 managed-node1 systemd[1]: Started Session 15 of user root. -- Subject: Unit session-15.scope has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-15.scope has finished starting up. -- -- The start-up result is done. Nov 08 15:17:25 managed-node1 systemd-logind[505]: New session 15 of user root. -- Subject: A new session 15 has been created for user root -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 15 has been created for the user root. -- -- The leading process of the session is 15041. Nov 08 15:17:25 managed-node1 sshd[15041]: pam_unix(sshd:session): session opened for user root by (uid=0)