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-wqM/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml
statically imported: /tmp/collections-wqM/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 '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_all_purge.yml **************************************************
1 plays in /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/tests/selinux/tests_all_purge.yml

PLAY [Test that selinux_all_purge drops local modifications, defaults to no] ***

TASK [Gathering Facts] *********************************************************
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/tests/selinux/tests_all_purge.yml:2
Saturday 25 January 2025  15:14:29 -0500 (0:00:00.037)       0:00:00.037 ****** 
ok: [managed-node2]
META: ran handlers

TASK [Ensure SELinux test packages] ********************************************
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/tests/selinux/tests_all_purge.yml:13
Saturday 25 January 2025  15:14:31 -0500 (0:00:01.092)       0:00:01.130 ****** 
included: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml for managed-node2

TASK [Ensure ansible_facts used by tests] **************************************
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml:12
Saturday 25 January 2025  15:14:31 -0500 (0:00:00.040)       0:00:01.170 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Ensure SELinux testing packages] *****************************************
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml:17
Saturday 25 January 2025  15:14:31 -0500 (0:00:00.041)       0:00:01.212 ****** 

TASK [fedora.linux_system_roles.selinux : Check if system is ostree] ***********
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5
Saturday 25 January 2025  15:14:31 -0500 (0:00:00.084)       0:00:01.296 ****** 
ok: [managed-node2] => {
    "changed": false, 
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.selinux : Set flag to indicate system is ostree] ***
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10
Saturday 25 January 2025  15:14:31 -0500 (0:00:00.552)       0:00:01.849 ****** 
ok: [managed-node2] => {
    "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-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17
Saturday 25 January 2025  15:14:31 -0500 (0:00:00.065)       0:00:01.915 ****** 
ok: [managed-node2] => {
    "changed": false, 
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.selinux : Set flag if transactional-update exists] ***
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22
Saturday 25 January 2025  15:14:32 -0500 (0:00:00.348)       0:00:02.263 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__selinux_is_transactional": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.selinux : Install SELinux python2 tools] *******
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26
Saturday 25 January 2025  15:14:32 -0500 (0:00:00.066)       0:00:02.330 ****** 
ok: [managed-node2] => {
    "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-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35
Saturday 25 January 2025  15:14:33 -0500 (0:00:00.766)       0:00:03.096 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] *******
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46
Saturday 25 January 2025  15:14:33 -0500 (0:00:00.046)       0:00:03.143 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] *******
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58
Saturday 25 January 2025  15:14:33 -0500 (0:00:00.059)       0:00:03.202 ****** 
skipping: [managed-node2] => {
    "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-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:72
Saturday 25 January 2025  15:14:33 -0500 (0:00:00.058)       0:00:03.261 ****** 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] ***
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:77
Saturday 25 January 2025  15:14:33 -0500 (0:00:00.062)       0:00:03.323 ****** 
skipping: [managed-node2] => {
    "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-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:82
Saturday 25 January 2025  15:14:33 -0500 (0:00:00.055)       0:00:03.379 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Refresh facts] ***********************
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:89
Saturday 25 January 2025  15:14:33 -0500 (0:00:00.078)       0:00:03.457 ****** 
ok: [managed-node2]

TASK [Ensure selinux-policy-targeted] ******************************************
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml:22
Saturday 25 January 2025  15:14:34 -0500 (0:00:00.629)       0:00:04.088 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Ensure findmnt] **********************************************************
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml:29
Saturday 25 January 2025  15:14:34 -0500 (0:00:00.081)       0:00:04.169 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Set is_el6 flag] *********************************************************
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml:38
Saturday 25 January 2025  15:14:34 -0500 (0:00:00.081)       0:00:04.251 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__selinux_is_el6": false
    }, 
    "changed": false
}

TASK [Get local modifications - boolean] ***************************************
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml:46
Saturday 25 January 2025  15:14:34 -0500 (0:00:00.068)       0:00:04.319 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Get local modifications - port] ******************************************
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml:51
Saturday 25 January 2025  15:14:34 -0500 (0:00:00.060)       0:00:04.380 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Get local modifications - login] *****************************************
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml:56
Saturday 25 January 2025  15:14:34 -0500 (0:00:00.058)       0:00:04.439 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Get local modifications - fcontext] **************************************
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml:61
Saturday 25 January 2025  15:14:34 -0500 (0:00:00.049)       0:00:04.488 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Unset facts used above] **************************************************
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml:66
Saturday 25 January 2025  15:14:34 -0500 (0:00:00.070)       0:00:04.558 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "ansible_facts": {
            "all_ipv4_addresses": [
                "10.31.8.192"
            ], 
            "all_ipv6_addresses": [
                "fe80::10d2:52ff:fe01:dcf1"
            ], 
            "ansible_local": {}, 
            "apparmor": {
                "status": "disabled"
            }, 
            "architecture": "x86_64", 
            "bios_date": "08/24/2006", 
            "bios_version": "4.11.amazon", 
            "cmdline": {
                "BOOT_IMAGE": "/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64", 
                "LANG": "en_US.UTF-8", 
                "console": "ttyS0,115200n8", 
                "crashkernel": "auto", 
                "net.ifnames": "0", 
                "rhgb": true, 
                "ro": true, 
                "root": "UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312"
            }, 
            "date_time": {
                "date": "2025-01-25", 
                "day": "25", 
                "epoch": "1737836071", 
                "hour": "15", 
                "iso8601": "2025-01-25T20:14:31Z", 
                "iso8601_basic": "20250125T151431002825", 
                "iso8601_basic_short": "20250125T151431", 
                "iso8601_micro": "2025-01-25T20:14:31.002825Z", 
                "minute": "14", 
                "month": "01", 
                "second": "31", 
                "time": "15:14:31", 
                "tz": "EST", 
                "tz_offset": "-0500", 
                "weekday": "Saturday", 
                "weekday_number": "6", 
                "weeknumber": "03", 
                "year": "2025"
            }, 
            "default_ipv4": {
                "address": "10.31.8.192", 
                "alias": "eth0", 
                "broadcast": "10.31.11.255", 
                "gateway": "10.31.8.1", 
                "interface": "eth0", 
                "macaddress": "12:d2:52:01:dc:f1", 
                "mtu": 9001, 
                "netmask": "255.255.252.0", 
                "network": "10.31.8.0", 
                "type": "ether"
            }, 
            "default_ipv6": {}, 
            "device_links": {
                "ids": {}, 
                "labels": {}, 
                "masters": {}, 
                "uuids": {
                    "xvda1": [
                        "c7b7d6a5-fd01-4b9b-bcca-153eaff9d312"
                    ]
                }
            }, 
            "devices": {
                "xvda": {
                    "holders": [], 
                    "host": "", 
                    "links": {
                        "ids": [], 
                        "labels": [], 
                        "masters": [], 
                        "uuids": []
                    }, 
                    "model": null, 
                    "partitions": {
                        "xvda1": {
                            "holders": [], 
                            "links": {
                                "ids": [], 
                                "labels": [], 
                                "masters": [], 
                                "uuids": [
                                    "c7b7d6a5-fd01-4b9b-bcca-153eaff9d312"
                                ]
                            }, 
                            "sectors": "524285919", 
                            "sectorsize": 512, 
                            "size": "250.00 GB", 
                            "start": "2048", 
                            "uuid": "c7b7d6a5-fd01-4b9b-bcca-153eaff9d312"
                        }
                    }, 
                    "removable": "0", 
                    "rotational": "0", 
                    "sas_address": null, 
                    "sas_device_handle": null, 
                    "scheduler_mode": "deadline", 
                    "sectors": "524288000", 
                    "sectorsize": "512", 
                    "size": "250.00 GB", 
                    "support_discard": "0", 
                    "vendor": null, 
                    "virtual": 1
                }
            }, 
            "discovered_interpreter_python": "/usr/bin/python", 
            "distribution_file_parsed": true, 
            "distribution_file_path": "/etc/redhat-release", 
            "distribution_file_variety": "RedHat", 
            "distribution_release": "Core", 
            "distribution_version": "7.9", 
            "dns": {
                "nameservers": [
                    "10.29.169.13", 
                    "10.29.170.12", 
                    "10.2.32.1"
                ], 
                "search": [
                    "us-east-1.aws.redhat.com"
                ]
            }, 
            "domain": "", 
            "effective_group_id": 0, 
            "effective_user_id": 0, 
            "env": {
                "HOME": "/root", 
                "LANG": "en_US.UTF-8", 
                "LESSOPEN": "||/usr/bin/lesspipe.sh %s", 
                "LOGNAME": "root", 
                "LS_COLORS": "", 
                "MAIL": "/var/mail/root", 
                "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", 
                "PWD": "/root", 
                "SELINUX_LEVEL_REQUESTED": "", 
                "SELINUX_ROLE_REQUESTED": "", 
                "SELINUX_USE_CURRENT_RANGE": "", 
                "SHELL": "/bin/bash", 
                "SHLVL": "2", 
                "SSH_CLIENT": "10.31.10.239 37420 22", 
                "SSH_CONNECTION": "10.31.10.239 37420 10.31.8.192 22", 
                "SSH_TTY": "/dev/pts/0", 
                "USER": "root", 
                "XDG_RUNTIME_DIR": "/run/user/0", 
                "XDG_SESSION_ID": "4", 
                "_": "/usr/bin/python"
            }, 
            "eth0": {
                "active": true, 
                "device": "eth0", 
                "features": {
                    "busy_poll": "off [fixed]", 
                    "fcoe_mtu": "off [fixed]", 
                    "generic_receive_offload": "on", 
                    "generic_segmentation_offload": "on", 
                    "highdma": "off [fixed]", 
                    "hw_tc_offload": "off [fixed]", 
                    "l2_fwd_offload": "off [fixed]", 
                    "large_receive_offload": "off [fixed]", 
                    "loopback": "off [fixed]", 
                    "netns_local": "off [fixed]", 
                    "ntuple_filters": "off [fixed]", 
                    "receive_hashing": "off [fixed]", 
                    "rx_all": "off [fixed]", 
                    "rx_checksumming": "on [fixed]", 
                    "rx_fcs": "off [fixed]", 
                    "rx_gro_hw": "off [fixed]", 
                    "rx_udp_tunnel_port_offload": "off [fixed]", 
                    "rx_vlan_filter": "off [fixed]", 
                    "rx_vlan_offload": "off [fixed]", 
                    "rx_vlan_stag_filter": "off [fixed]", 
                    "rx_vlan_stag_hw_parse": "off [fixed]", 
                    "scatter_gather": "on", 
                    "tcp_segmentation_offload": "on", 
                    "tx_checksum_fcoe_crc": "off [fixed]", 
                    "tx_checksum_ip_generic": "off [fixed]", 
                    "tx_checksum_ipv4": "on [fixed]", 
                    "tx_checksum_ipv6": "on", 
                    "tx_checksum_sctp": "off [fixed]", 
                    "tx_checksumming": "on", 
                    "tx_fcoe_segmentation": "off [fixed]", 
                    "tx_gre_csum_segmentation": "off [fixed]", 
                    "tx_gre_segmentation": "off [fixed]", 
                    "tx_gso_partial": "off [fixed]", 
                    "tx_gso_robust": "on [fixed]", 
                    "tx_ipip_segmentation": "off [fixed]", 
                    "tx_lockless": "off [fixed]", 
                    "tx_nocache_copy": "off", 
                    "tx_scatter_gather": "on", 
                    "tx_scatter_gather_fraglist": "off [fixed]", 
                    "tx_sctp_segmentation": "off [fixed]", 
                    "tx_sit_segmentation": "off [fixed]", 
                    "tx_tcp6_segmentation": "on", 
                    "tx_tcp_ecn_segmentation": "off [fixed]", 
                    "tx_tcp_mangleid_segmentation": "off", 
                    "tx_tcp_segmentation": "on", 
                    "tx_udp_tnl_csum_segmentation": "off [fixed]", 
                    "tx_udp_tnl_segmentation": "off [fixed]", 
                    "tx_vlan_offload": "off [fixed]", 
                    "tx_vlan_stag_hw_insert": "off [fixed]", 
                    "udp_fragmentation_offload": "off [fixed]", 
                    "vlan_challenged": "off [fixed]"
                }, 
                "hw_timestamp_filters": [], 
                "ipv4": {
                    "address": "10.31.8.192", 
                    "broadcast": "10.31.11.255", 
                    "netmask": "255.255.252.0", 
                    "network": "10.31.8.0"
                }, 
                "ipv6": [
                    {
                        "address": "fe80::10d2:52ff:fe01:dcf1", 
                        "prefix": "64", 
                        "scope": "link"
                    }
                ], 
                "macaddress": "12:d2:52:01:dc:f1", 
                "module": "xen_netfront", 
                "mtu": 9001, 
                "pciid": "vif-0", 
                "promisc": false, 
                "timestamping": [
                    "rx_software", 
                    "software"
                ], 
                "type": "ether"
            }, 
            "fibre_channel_wwn": [], 
            "fips": false, 
            "form_factor": "Other", 
            "fqdn": "managed-node2", 
            "gather_subset": [
                "all"
            ], 
            "hostname": "managed-node2", 
            "hostnqn": "", 
            "interfaces": [
                "lo", 
                "eth0"
            ], 
            "is_chroot": false, 
            "iscsi_iqn": "", 
            "kernel": "3.10.0-1160.119.1.el7.x86_64", 
            "kernel_version": "#1 SMP Tue Jun 4 14:43:51 UTC 2024", 
            "lo": {
                "active": true, 
                "device": "lo", 
                "features": {
                    "busy_poll": "off [fixed]", 
                    "fcoe_mtu": "off [fixed]", 
                    "generic_receive_offload": "on", 
                    "generic_segmentation_offload": "on", 
                    "highdma": "on [fixed]", 
                    "hw_tc_offload": "off [fixed]", 
                    "l2_fwd_offload": "off [fixed]", 
                    "large_receive_offload": "off [fixed]", 
                    "loopback": "on [fixed]", 
                    "netns_local": "on [fixed]", 
                    "ntuple_filters": "off [fixed]", 
                    "receive_hashing": "off [fixed]", 
                    "rx_all": "off [fixed]", 
                    "rx_checksumming": "on [fixed]", 
                    "rx_fcs": "off [fixed]", 
                    "rx_gro_hw": "off [fixed]", 
                    "rx_udp_tunnel_port_offload": "off [fixed]", 
                    "rx_vlan_filter": "off [fixed]", 
                    "rx_vlan_offload": "off [fixed]", 
                    "rx_vlan_stag_filter": "off [fixed]", 
                    "rx_vlan_stag_hw_parse": "off [fixed]", 
                    "scatter_gather": "on", 
                    "tcp_segmentation_offload": "on", 
                    "tx_checksum_fcoe_crc": "off [fixed]", 
                    "tx_checksum_ip_generic": "on [fixed]", 
                    "tx_checksum_ipv4": "off [fixed]", 
                    "tx_checksum_ipv6": "off [fixed]", 
                    "tx_checksum_sctp": "on [fixed]", 
                    "tx_checksumming": "on", 
                    "tx_fcoe_segmentation": "off [fixed]", 
                    "tx_gre_csum_segmentation": "off [fixed]", 
                    "tx_gre_segmentation": "off [fixed]", 
                    "tx_gso_partial": "off [fixed]", 
                    "tx_gso_robust": "off [fixed]", 
                    "tx_ipip_segmentation": "off [fixed]", 
                    "tx_lockless": "on [fixed]", 
                    "tx_nocache_copy": "off [fixed]", 
                    "tx_scatter_gather": "on [fixed]", 
                    "tx_scatter_gather_fraglist": "on [fixed]", 
                    "tx_sctp_segmentation": "on", 
                    "tx_sit_segmentation": "off [fixed]", 
                    "tx_tcp6_segmentation": "on", 
                    "tx_tcp_ecn_segmentation": "on", 
                    "tx_tcp_mangleid_segmentation": "on", 
                    "tx_tcp_segmentation": "on", 
                    "tx_udp_tnl_csum_segmentation": "off [fixed]", 
                    "tx_udp_tnl_segmentation": "off [fixed]", 
                    "tx_vlan_offload": "off [fixed]", 
                    "tx_vlan_stag_hw_insert": "off [fixed]", 
                    "udp_fragmentation_offload": "on", 
                    "vlan_challenged": "on [fixed]"
                }, 
                "hw_timestamp_filters": [], 
                "ipv4": {
                    "address": "127.0.0.1", 
                    "broadcast": "", 
                    "netmask": "255.0.0.0", 
                    "network": "127.0.0.0"
                }, 
                "ipv6": [
                    {
                        "address": "::1", 
                        "prefix": "128", 
                        "scope": "host"
                    }
                ], 
                "mtu": 65536, 
                "promisc": false, 
                "timestamping": [
                    "rx_software", 
                    "software"
                ], 
                "type": "loopback"
            }, 
            "lsb": {}, 
            "machine": "x86_64", 
            "machine_id": "beb415f9f7294e4db1fd2b14f23d46c1", 
            "memfree_mb": 2892, 
            "memory_mb": {
                "nocache": {
                    "free": 3429, 
                    "used": 171
                }, 
                "real": {
                    "free": 2892, 
                    "total": 3600, 
                    "used": 708
                }, 
                "swap": {
                    "cached": 0, 
                    "free": 0, 
                    "total": 0, 
                    "used": 0
                }
            }, 
            "memtotal_mb": 3600, 
            "module_setup": true, 
            "mounts": [
                {
                    "block_available": 61295680, 
                    "block_size": 4096, 
                    "block_total": 64490860, 
                    "block_used": 3195180, 
                    "device": "/dev/xvda1", 
                    "fstype": "ext4", 
                    "inode_available": 16319755, 
                    "inode_total": 16384000, 
                    "inode_used": 64245, 
                    "mount": "/", 
                    "options": "rw,seclabel,relatime,data=ordered", 
                    "size_available": 251067105280, 
                    "size_total": 264154562560, 
                    "uuid": "c7b7d6a5-fd01-4b9b-bcca-153eaff9d312"
                }
            ], 
            "nodename": "managed-node2", 
            "pkg_mgr": "yum", 
            "proc_cmdline": {
                "BOOT_IMAGE": "/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64", 
                "LANG": "en_US.UTF-8", 
                "console": [
                    "tty0", 
                    "ttyS0,115200n8"
                ], 
                "crashkernel": "auto", 
                "net.ifnames": "0", 
                "rhgb": true, 
                "ro": true, 
                "root": "UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312"
            }, 
            "processor": [
                "0", 
                "GenuineIntel", 
                "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", 
                "1", 
                "GenuineIntel", 
                "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"
            ], 
            "processor_cores": 1, 
            "processor_count": 1, 
            "processor_threads_per_core": 2, 
            "processor_vcpus": 2, 
            "product_name": "HVM domU", 
            "product_serial": "ec225355-a3a2-1c57-fd7f-6054961b20ea", 
            "product_uuid": "EC225355-A3A2-1C57-FD7F-6054961B20EA", 
            "product_version": "4.11.amazon", 
            "python": {
                "executable": "/usr/bin/python", 
                "has_sslcontext": true, 
                "type": "CPython", 
                "version": {
                    "major": 2, 
                    "micro": 5, 
                    "minor": 7, 
                    "releaselevel": "final", 
                    "serial": 0
                }, 
                "version_info": [
                    2, 
                    7, 
                    5, 
                    "final", 
                    0
                ]
            }, 
            "real_group_id": 0, 
            "real_user_id": 0, 
            "selinux": {
                "config_mode": "enforcing", 
                "mode": "enforcing", 
                "policyvers": 31, 
                "status": "enabled", 
                "type": "targeted"
            }, 
            "selinux_python_present": true, 
            "service_mgr": "systemd", 
            "ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDLhgxdLl6pVPEd/biZMLjq4e9Hk93d+cIFZX/2W8ZOf4TAURC2IF9QpTl0vkjtu9IAk3OAjcbDVyEt28xJnNeA=", 
            "ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAICQv41kEJzqf0Fw0vfBNofL1PGsqN8YLbJvWx5Tb7CQy", 
            "ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQC8vEeoR1Hoag0dVpE46EaTBu29NRDnS4P+weynmE3G7OKEzNvjlrMCjdvGeTvxHj6Rte+p3pLiDn14+ya/Fj6XXnl8O0ag8w9xXtePKP0f83L9pXfRxoU69UQHdZECaDvXbDczvkJPkg3ggRPF2K5FfNOajohGA1NTCn4vwq6fD7FzLndfHi4iXER8uNyPtnm01bYYBIxgkk1fNJh/XE88lYvzGQISj2k9hjhH7udnSZPu2l1cWKW5WyW7Gf1mXNHjX8KcgtLFhqCgzfJVmpDtmpehHSEjnR2jS2I7mzn+PgvLJLpREcpPrP88/5ysA3gsTs32dDBlIvLPT/QJNzY3", 
            "swapfree_mb": 0, 
            "swaptotal_mb": 0, 
            "system": "Linux", 
            "system_capabilities": [
                "cap_chown", 
                "cap_dac_override", 
                "cap_dac_read_search", 
                "cap_fowner", 
                "cap_fsetid", 
                "cap_kill", 
                "cap_setgid", 
                "cap_setuid", 
                "cap_setpcap", 
                "cap_linux_immutable", 
                "cap_net_bind_service", 
                "cap_net_broadcast", 
                "cap_net_admin", 
                "cap_net_raw", 
                "cap_ipc_lock", 
                "cap_ipc_owner", 
                "cap_sys_module", 
                "cap_sys_rawio", 
                "cap_sys_chroot", 
                "cap_sys_ptrace", 
                "cap_sys_pacct", 
                "cap_sys_admin", 
                "cap_sys_boot", 
                "cap_sys_nice", 
                "cap_sys_resource", 
                "cap_sys_time", 
                "cap_sys_tty_config", 
                "cap_mknod", 
                "cap_lease", 
                "cap_audit_write", 
                "cap_audit_control", 
                "cap_setfcap", 
                "cap_mac_override", 
                "cap_mac_admin", 
                "cap_syslog", 
                "35", 
                "36+ep"
            ], 
            "system_capabilities_enforced": "True", 
            "system_vendor": "Xen", 
            "uptime_seconds": 253, 
            "user_dir": "/root", 
            "user_gecos": "root", 
            "user_gid": 0, 
            "user_id": "root", 
            "user_shell": "/bin/bash", 
            "user_uid": 0, 
            "userspace_architecture": "x86_64", 
            "userspace_bits": "64", 
            "virtualization_role": "guest", 
            "virtualization_type": "xen"
        }
    }, 
    "changed": false
}

TASK [Add a Linux System Roles SELinux User] ***********************************
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/tests/selinux/tests_all_purge.yml:19
Saturday 25 January 2025  15:14:34 -0500 (0:00:00.203)       0:00:04.761 ****** 
changed: [managed-node2] => {
    "changed": true, 
    "comment": "Linux System 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 [Add some mapping] ********************************************************
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/tests/selinux/tests_all_purge.yml:24
Saturday 25 January 2025  15:14:35 -0500 (0:00:00.663)       0:00:05.425 ****** 
ok: [managed-node2] => {
    "changed": false, 
    "cmd": "set -euo pipefail\necho -e -n \"boolean -m --on samba_enable_home_dirs\nport -a -p tcp -t ssh_port_t 22100\nfcontext -a -t user_home_dir_t /tmp/test_dir\nlogin -a -s staff_u sar-user\n\" | /usr/sbin/semanage -i -", 
    "delta": "0:00:03.091332", 
    "end": "2025-01-25 15:14:38.906981", 
    "rc": 0, 
    "start": "2025-01-25 15:14:35.815649"
}

TASK [Apply role with defaults, should not drop local modifications] ***********
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/tests/selinux/tests_all_purge.yml:30
Saturday 25 January 2025  15:14:39 -0500 (0:00:03.632)       0:00:09.058 ****** 

TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] ***
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2
Saturday 25 January 2025  15:14:39 -0500 (0:00:00.142)       0:00:09.201 ****** 
included: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml for managed-node2

TASK [fedora.linux_system_roles.selinux : Ensure ansible_facts used by role] ***
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2
Saturday 25 January 2025  15:14:39 -0500 (0:00:00.048)       0:00:09.249 ****** 
ok: [managed-node2]

TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] *************
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7
Saturday 25 January 2025  15:14:39 -0500 (0:00:00.399)       0:00:09.648 ****** 
included: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml for managed-node2

TASK [fedora.linux_system_roles.selinux : Check if system is ostree] ***********
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5
Saturday 25 January 2025  15:14:39 -0500 (0:00:00.078)       0:00:09.727 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set flag to indicate system is ostree] ***
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10
Saturday 25 January 2025  15:14:39 -0500 (0:00:00.064)       0:00:09.792 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17
Saturday 25 January 2025  15:14:39 -0500 (0:00:00.059)       0:00:09.851 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set flag if transactional-update exists] ***
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22
Saturday 25 January 2025  15:14:39 -0500 (0:00:00.070)       0:00:09.922 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Install SELinux python2 tools] *******
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26
Saturday 25 January 2025  15:14:39 -0500 (0:00:00.079)       0:00:10.002 ****** 
ok: [managed-node2] => {
    "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-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35
Saturday 25 January 2025  15:14:40 -0500 (0:00:00.736)       0:00:10.738 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] *******
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46
Saturday 25 January 2025  15:14:40 -0500 (0:00:00.064)       0:00:10.803 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] *******
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58
Saturday 25 January 2025  15:14:40 -0500 (0:00:00.053)       0:00:10.857 ****** 
skipping: [managed-node2] => {
    "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-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:72
Saturday 25 January 2025  15:14:40 -0500 (0:00:00.051)       0:00:10.908 ****** 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] ***
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:77
Saturday 25 January 2025  15:14:40 -0500 (0:00:00.053)       0:00:10.961 ****** 
skipping: [managed-node2] => {
    "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-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:82
Saturday 25 January 2025  15:14:40 -0500 (0:00:00.046)       0:00:11.007 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Refresh facts] ***********************
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:89
Saturday 25 January 2025  15:14:40 -0500 (0:00:00.041)       0:00:11.049 ****** 
ok: [managed-node2]

TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] ***
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5
Saturday 25 January 2025  15:14:41 -0500 (0:00:00.541)       0:00:11.590 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] ***
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13
Saturday 25 January 2025  15:14:41 -0500 (0:00:00.053)       0:00:11.643 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] *********
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21
Saturday 25 January 2025  15:14:41 -0500 (0:00:00.045)       0:00:11.689 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "selinux_reboot_required": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] **********
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25
Saturday 25 January 2025  15:14:41 -0500 (0:00:00.045)       0:00:11.734 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Warn if SELinux is disabled] *********
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30
Saturday 25 January 2025  15:14:41 -0500 (0:00:00.016)       0:00:11.751 ****** 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ********
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35
Saturday 25 January 2025  15:14:41 -0500 (0:00:00.041)       0:00:11.793 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications] ***
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:43
Saturday 25 January 2025  15:14:41 -0500 (0:00:00.041)       0:00:11.835 ****** 
skipping: [managed-node2] => {
    "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-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:48
Saturday 25 January 2025  15:14:41 -0500 (0:00:00.042)       0:00:11.877 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Purge all SELinux port local modifications] ***
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:53
Saturday 25 January 2025  15:14:41 -0500 (0:00:00.042)       0:00:11.920 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Purge all SELinux login local modifications] ***
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58
Saturday 25 January 2025  15:14:41 -0500 (0:00:00.041)       0:00:11.961 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set SELinux booleans] ****************
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:63
Saturday 25 January 2025  15:14:41 -0500 (0:00:00.043)       0:00:12.005 ****** 

TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] ***********
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:74
Saturday 25 January 2025  15:14:41 -0500 (0:00:00.040)       0:00:12.046 ****** 

TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ******
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87
Saturday 25 January 2025  15:14:42 -0500 (0:00:00.041)       0:00:12.087 ****** 

TASK [fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping] ***
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:99
Saturday 25 January 2025  15:14:42 -0500 (0:00:00.043)       0:00:12.130 ****** 

TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] ***********
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112
Saturday 25 January 2025  15:14:42 -0500 (0:00:00.042)       0:00:12.173 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "selinux_checksums": false, 
        "selinux_installed_modules": {
            "abrt": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "accountsd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "acct": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "afs": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "aiccu": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "aide": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ajaxterm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "alsa": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "amanda": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "amtu": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "anaconda": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "antivirus": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "apache": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "apcupsd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "apm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "application": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "arpwatch": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "asterisk": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "auditadm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "authconfig": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "authlogin": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "automount": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "avahi": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "awstats": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "bacula": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "base": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "bcfg2": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "bind": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "bitlbee": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "blkmapd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "blueman": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "bluetooth": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "boinc": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "boltd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "bootloader": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "brctl": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "brltty": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "bugzilla": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "bumblebee": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cachefilesd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "calamaris": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "callweaver": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "canna": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ccs": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cdrecord": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "certmaster": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "certmonger": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "certwatch": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cfengine": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cgdcbxd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cgroup": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "chrome": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "chronyd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cinder": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cipe": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "clock": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "clogd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cloudform": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cmirrord": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cobbler": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cockpit": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "collectd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "colord": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "comsat": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "condor": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "conman": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "consolekit": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "container": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "couchdb": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "courier": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cpucontrol": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cpufreqselector": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cpuplug": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cron": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ctdb": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cups": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cvs": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cyphesis": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cyrus": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "daemontools": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "dbadm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "dbskk": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "dbus": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "dcc": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ddclient": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "denyhosts": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "devicekit": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "dhcp": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "dictd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "dirsrv": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "dirsrv-admin": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "dmesg": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "dmidecode": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "dnsmasq": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "dnssec": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "dovecot": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "drbd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "dspam": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "entropyd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "exim": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "fail2ban": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "fcoe": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "fetchmail": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "finger": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "firewalld": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "firewallgui": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "firstboot": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "fprintd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "freeipmi": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "freqset": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "fstools": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ftp": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "games": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ganesha": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "gdomap": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "geoclue": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "getty": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "git": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "gitosis": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "glance": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "glusterd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "gnome": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "gpg": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "gpm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "gpsd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "gssproxy": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "guest": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "hddtemp": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "hostname": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "hsqldb": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "hwloc": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "hypervkvp": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "icecast": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "inetd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "init": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "inn": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "iodine": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "iotop": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ipa": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ipmievd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ipsec": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "iptables": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "irc": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "irqbalance": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "iscsi": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "isns": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "jabber": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "jetty": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "jockey": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "journalctl": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "kdump": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "kdumpgui": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "keepalived": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "kerberos": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "keyboardd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "keystone": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "kismet": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "kmscon": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "kpatch": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ksmtuned": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ktalk": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "l2tp": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ldap": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "libraries": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "likewise": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "linuxptp": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "lircd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "livecd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "lldpad": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "loadkeys": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "locallogin": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "lockdev": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "logadm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "logging": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "logrotate": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "logwatch": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "lpd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "lsm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "lttng-tools": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "lvm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mailman": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mailscanner": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "man2html": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mandb": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mcelog": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mediawiki": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "memcached": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "milter": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "minidlna": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "minissdpd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mip6d": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mirrormanager": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "miscfiles": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mock": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "modemmanager": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "modutils": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mojomojo": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mon_statd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mongodb": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "motion": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mount": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mozilla": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mpd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mplayer": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mrtg": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mta": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "munin": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mysql": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mythtv": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "nagios": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "namespace": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ncftool": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "netlabel": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "netutils": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "networkmanager": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ninfod": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "nis": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "nova": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "nscd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "nsd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "nslcd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ntop": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ntp": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "numad": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "nut": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "nx": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "obex": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "oddjob": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "openct": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "opendnssec": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "openhpid": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "openshift": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "openshift-origin": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "opensm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "openvpn": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "openvswitch": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "openwsman": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "oracleasm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "osad": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "pads": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "passenger": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "pcmcia": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "pcp": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "pcscd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "pegasus": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "permissivedomains": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "pesign": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "pingd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "piranha": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "pkcs": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "pki": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "plymouthd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "podsleuth": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "policykit": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "polipo": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "portmap": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "portreserve": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "postfix": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "postgresql": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "postgrey": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ppp": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "prelink": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "prelude": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "privoxy": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "procmail": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "prosody": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "psad": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ptchown": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "publicfile": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "pulseaudio": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "puppet": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "pwauth": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "qmail": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "qpid": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "quantum": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "quota": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rabbitmq": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "radius": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "radvd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "raid": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rasdaemon": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rdisc": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "readahead": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "realmd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "redis": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "remotelogin": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "restraint": {
                "400": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rhcs": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rhev": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rhgb": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rhnsd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rhsmcertd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rhts": {
                "400": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ricci": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rkhunter": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rlogin": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rngd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "roundup": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rpc": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rpcbind": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rpm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rshd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rssh": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rsync": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rtas": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rtkit": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rwho": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "samba": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sambagui": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sandboxX": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sanlock": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sasl": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sbd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sblim": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "screen": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "secadm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sectoolm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "selinuxutil": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sendmail": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sensord": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "setrans": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "setroubleshoot": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "seunshare": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sge": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "shorewall": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "slocate": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "slpd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "smartmon": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "smokeping": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "smoltclient": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "smsd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "snapper": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "snmp": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "snort": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sosreport": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "soundserver": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "spamassassin": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "speech-dispatcher": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "squid": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ssh": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sssd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "staff": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "stapserver": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "stunnel": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "su": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sudo": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "svnserve": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "swift": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sysadm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sysadm_secadm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sysnetwork": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sysstat": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "systemd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "tangd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "targetd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "tcpd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "tcsd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "telepathy": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "telnet": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "tftp": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "tgtd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "thin": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "thumb": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "tlp": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "tmpreaper": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "tomcat": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "tor": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "tuned": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "tvtime": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "udev": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ulogd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "uml": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "unconfined": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "unconfineduser": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "unlabelednet": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "unprivuser": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "updfstab": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "usbmodules": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "usbmuxd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "userdomain": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "userhelper": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "usermanage": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "usernetctl": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "uucp": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "uuidd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "varnishd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "vdagent": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "vhostmd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "virt": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "vlock": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "vmtools": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "vmware": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "vnstatd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "vpn": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "w3c": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "watchdog": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "wdmd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "webadm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "webalizer": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "wine": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "wireshark": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "xen": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "xguest": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "xserver": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "zabbix": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "zarafa": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "zebra": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "zoneminder": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "zosremote": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }
        }, 
        "selinux_priorities": true
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.selinux : Load SELinux modules] ****************
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:115
Saturday 25 January 2025  15:14:44 -0500 (0:00:02.712)       0:00:14.885 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] ***
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:128
Saturday 25 January 2025  15:14:44 -0500 (0:00:00.097)       0:00:14.983 ****** 

TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] ***
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:136
Saturday 25 January 2025  15:14:44 -0500 (0:00:00.062)       0:00:15.046 ****** 

TASK [Ensure ansible_facts used by tests] **************************************
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml:12
Saturday 25 January 2025  15:14:45 -0500 (0:00:00.063)       0:00:15.109 ****** 
ok: [managed-node2]

TASK [Ensure SELinux testing packages] *****************************************
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml:17
Saturday 25 January 2025  15:14:45 -0500 (0:00:00.436)       0:00:15.546 ****** 

TASK [fedora.linux_system_roles.selinux : Check if system is ostree] ***********
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5
Saturday 25 January 2025  15:14:45 -0500 (0:00:00.087)       0:00:15.634 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set flag to indicate system is ostree] ***
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10
Saturday 25 January 2025  15:14:45 -0500 (0:00:00.075)       0:00:15.709 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17
Saturday 25 January 2025  15:14:45 -0500 (0:00:00.064)       0:00:15.774 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set flag if transactional-update exists] ***
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22
Saturday 25 January 2025  15:14:45 -0500 (0:00:00.064)       0:00:15.839 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Install SELinux python2 tools] *******
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26
Saturday 25 January 2025  15:14:45 -0500 (0:00:00.064)       0:00:15.903 ****** 
ok: [managed-node2] => {
    "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-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35
Saturday 25 January 2025  15:14:46 -0500 (0:00:00.609)       0:00:16.513 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] *******
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46
Saturday 25 January 2025  15:14:46 -0500 (0:00:00.063)       0:00:16.577 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] *******
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58
Saturday 25 January 2025  15:14:46 -0500 (0:00:00.065)       0:00:16.643 ****** 
skipping: [managed-node2] => {
    "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-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:72
Saturday 25 January 2025  15:14:46 -0500 (0:00:00.103)       0:00:16.746 ****** 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] ***
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:77
Saturday 25 January 2025  15:14:46 -0500 (0:00:00.101)       0:00:16.848 ****** 
skipping: [managed-node2] => {
    "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-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:82
Saturday 25 January 2025  15:14:46 -0500 (0:00:00.093)       0:00:16.942 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Refresh facts] ***********************
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:89
Saturday 25 January 2025  15:14:46 -0500 (0:00:00.096)       0:00:17.039 ****** 
ok: [managed-node2]

TASK [Ensure selinux-policy-targeted] ******************************************
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml:22
Saturday 25 January 2025  15:14:47 -0500 (0:00:00.593)       0:00:17.632 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Ensure findmnt] **********************************************************
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml:29
Saturday 25 January 2025  15:14:47 -0500 (0:00:00.064)       0:00:17.697 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Set is_el6 flag] *********************************************************
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml:38
Saturday 25 January 2025  15:14:47 -0500 (0:00:00.086)       0:00:17.784 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Get local modifications - boolean] ***************************************
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml:46
Saturday 25 January 2025  15:14:47 -0500 (0:00:00.192)       0:00:17.976 ****** 
ok: [managed-node2] => {
    "changed": false, 
    "cmd": [
        "/usr/sbin/semanage", 
        "boolean", 
        "-l", 
        "-n", 
        "-C"
    ], 
    "delta": "0:00:00.157681", 
    "end": "2025-01-25 15:14:48.428906", 
    "rc": 0, 
    "start": "2025-01-25 15:14:48.271225"
}

STDOUT:

samba_enable_home_dirs         (on   ,   on)  Allow samba to enable home dirs

TASK [Get local modifications - port] ******************************************
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml:51
Saturday 25 January 2025  15:14:48 -0500 (0:00:00.603)       0:00:18.580 ****** 
ok: [managed-node2] => {
    "changed": false, 
    "cmd": [
        "/usr/sbin/semanage", 
        "port", 
        "-l", 
        "-n", 
        "-C"
    ], 
    "delta": "0:00:00.155543", 
    "end": "2025-01-25 15:14:48.967150", 
    "rc": 0, 
    "start": "2025-01-25 15:14:48.811607"
}

STDOUT:

ssh_port_t                     tcp      22100

TASK [Get local modifications - login] *****************************************
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml:56
Saturday 25 January 2025  15:14:49 -0500 (0:00:00.543)       0:00:19.124 ****** 
ok: [managed-node2] => {
    "changed": false, 
    "cmd": [
        "/usr/sbin/semanage", 
        "login", 
        "-l", 
        "-n", 
        "-C"
    ], 
    "delta": "0:00:00.155635", 
    "end": "2025-01-25 15:14:49.514310", 
    "rc": 0, 
    "start": "2025-01-25 15:14:49.358675"
}

STDOUT:

sar-user             staff_u              s0-s0:c0.c1023       *

TASK [Get local modifications - fcontext] **************************************
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml:61
Saturday 25 January 2025  15:14:49 -0500 (0:00:00.516)       0:00:19.640 ****** 
ok: [managed-node2] => {
    "changed": false, 
    "cmd": [
        "/usr/sbin/semanage", 
        "fcontext", 
        "-l", 
        "-n", 
        "-C"
    ], 
    "delta": "0:00:00.157099", 
    "end": "2025-01-25 15:14:50.040247", 
    "rc": 0, 
    "start": "2025-01-25 15:14:49.883148"
}

STDOUT:

/tmp/test_dir                                      all files          system_u:object_r:user_home_dir_t:s0 

TASK [Unset facts used above] **************************************************
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml:66
Saturday 25 January 2025  15:14:50 -0500 (0:00:00.534)       0:00:20.174 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "ansible_facts": {
            "all_ipv4_addresses": [
                "10.31.8.192"
            ], 
            "all_ipv6_addresses": [
                "fe80::10d2:52ff:fe01:dcf1"
            ], 
            "ansible_local": {}, 
            "apparmor": {
                "status": "disabled"
            }, 
            "architecture": "x86_64", 
            "bios_date": "08/24/2006", 
            "bios_version": "4.11.amazon", 
            "cmdline": {
                "BOOT_IMAGE": "/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64", 
                "LANG": "en_US.UTF-8", 
                "console": "ttyS0,115200n8", 
                "crashkernel": "auto", 
                "net.ifnames": "0", 
                "rhgb": true, 
                "ro": true, 
                "root": "UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312"
            }, 
            "date_time": {
                "date": "2025-01-25", 
                "day": "25", 
                "epoch": "1737836071", 
                "hour": "15", 
                "iso8601": "2025-01-25T20:14:31Z", 
                "iso8601_basic": "20250125T151431002825", 
                "iso8601_basic_short": "20250125T151431", 
                "iso8601_micro": "2025-01-25T20:14:31.002825Z", 
                "minute": "14", 
                "month": "01", 
                "second": "31", 
                "time": "15:14:31", 
                "tz": "EST", 
                "tz_offset": "-0500", 
                "weekday": "Saturday", 
                "weekday_number": "6", 
                "weeknumber": "03", 
                "year": "2025"
            }, 
            "default_ipv4": {
                "address": "10.31.8.192", 
                "alias": "eth0", 
                "broadcast": "10.31.11.255", 
                "gateway": "10.31.8.1", 
                "interface": "eth0", 
                "macaddress": "12:d2:52:01:dc:f1", 
                "mtu": 9001, 
                "netmask": "255.255.252.0", 
                "network": "10.31.8.0", 
                "type": "ether"
            }, 
            "default_ipv6": {}, 
            "device_links": {
                "ids": {}, 
                "labels": {}, 
                "masters": {}, 
                "uuids": {
                    "xvda1": [
                        "c7b7d6a5-fd01-4b9b-bcca-153eaff9d312"
                    ]
                }
            }, 
            "devices": {
                "xvda": {
                    "holders": [], 
                    "host": "", 
                    "links": {
                        "ids": [], 
                        "labels": [], 
                        "masters": [], 
                        "uuids": []
                    }, 
                    "model": null, 
                    "partitions": {
                        "xvda1": {
                            "holders": [], 
                            "links": {
                                "ids": [], 
                                "labels": [], 
                                "masters": [], 
                                "uuids": [
                                    "c7b7d6a5-fd01-4b9b-bcca-153eaff9d312"
                                ]
                            }, 
                            "sectors": "524285919", 
                            "sectorsize": 512, 
                            "size": "250.00 GB", 
                            "start": "2048", 
                            "uuid": "c7b7d6a5-fd01-4b9b-bcca-153eaff9d312"
                        }
                    }, 
                    "removable": "0", 
                    "rotational": "0", 
                    "sas_address": null, 
                    "sas_device_handle": null, 
                    "scheduler_mode": "deadline", 
                    "sectors": "524288000", 
                    "sectorsize": "512", 
                    "size": "250.00 GB", 
                    "support_discard": "0", 
                    "vendor": null, 
                    "virtual": 1
                }
            }, 
            "discovered_interpreter_python": "/usr/bin/python", 
            "distribution_file_parsed": true, 
            "distribution_file_path": "/etc/redhat-release", 
            "distribution_file_variety": "RedHat", 
            "distribution_release": "Core", 
            "distribution_version": "7.9", 
            "dns": {
                "nameservers": [
                    "10.29.169.13", 
                    "10.29.170.12", 
                    "10.2.32.1"
                ], 
                "search": [
                    "us-east-1.aws.redhat.com"
                ]
            }, 
            "domain": "", 
            "effective_group_id": 0, 
            "effective_user_id": 0, 
            "env": {
                "HOME": "/root", 
                "LANG": "en_US.UTF-8", 
                "LESSOPEN": "||/usr/bin/lesspipe.sh %s", 
                "LOGNAME": "root", 
                "LS_COLORS": "", 
                "MAIL": "/var/mail/root", 
                "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", 
                "PWD": "/root", 
                "SELINUX_LEVEL_REQUESTED": "", 
                "SELINUX_ROLE_REQUESTED": "", 
                "SELINUX_USE_CURRENT_RANGE": "", 
                "SHELL": "/bin/bash", 
                "SHLVL": "2", 
                "SSH_CLIENT": "10.31.10.239 37420 22", 
                "SSH_CONNECTION": "10.31.10.239 37420 10.31.8.192 22", 
                "SSH_TTY": "/dev/pts/0", 
                "USER": "root", 
                "XDG_RUNTIME_DIR": "/run/user/0", 
                "XDG_SESSION_ID": "4", 
                "_": "/usr/bin/python"
            }, 
            "eth0": {
                "active": true, 
                "device": "eth0", 
                "features": {
                    "busy_poll": "off [fixed]", 
                    "fcoe_mtu": "off [fixed]", 
                    "generic_receive_offload": "on", 
                    "generic_segmentation_offload": "on", 
                    "highdma": "off [fixed]", 
                    "hw_tc_offload": "off [fixed]", 
                    "l2_fwd_offload": "off [fixed]", 
                    "large_receive_offload": "off [fixed]", 
                    "loopback": "off [fixed]", 
                    "netns_local": "off [fixed]", 
                    "ntuple_filters": "off [fixed]", 
                    "receive_hashing": "off [fixed]", 
                    "rx_all": "off [fixed]", 
                    "rx_checksumming": "on [fixed]", 
                    "rx_fcs": "off [fixed]", 
                    "rx_gro_hw": "off [fixed]", 
                    "rx_udp_tunnel_port_offload": "off [fixed]", 
                    "rx_vlan_filter": "off [fixed]", 
                    "rx_vlan_offload": "off [fixed]", 
                    "rx_vlan_stag_filter": "off [fixed]", 
                    "rx_vlan_stag_hw_parse": "off [fixed]", 
                    "scatter_gather": "on", 
                    "tcp_segmentation_offload": "on", 
                    "tx_checksum_fcoe_crc": "off [fixed]", 
                    "tx_checksum_ip_generic": "off [fixed]", 
                    "tx_checksum_ipv4": "on [fixed]", 
                    "tx_checksum_ipv6": "on", 
                    "tx_checksum_sctp": "off [fixed]", 
                    "tx_checksumming": "on", 
                    "tx_fcoe_segmentation": "off [fixed]", 
                    "tx_gre_csum_segmentation": "off [fixed]", 
                    "tx_gre_segmentation": "off [fixed]", 
                    "tx_gso_partial": "off [fixed]", 
                    "tx_gso_robust": "on [fixed]", 
                    "tx_ipip_segmentation": "off [fixed]", 
                    "tx_lockless": "off [fixed]", 
                    "tx_nocache_copy": "off", 
                    "tx_scatter_gather": "on", 
                    "tx_scatter_gather_fraglist": "off [fixed]", 
                    "tx_sctp_segmentation": "off [fixed]", 
                    "tx_sit_segmentation": "off [fixed]", 
                    "tx_tcp6_segmentation": "on", 
                    "tx_tcp_ecn_segmentation": "off [fixed]", 
                    "tx_tcp_mangleid_segmentation": "off", 
                    "tx_tcp_segmentation": "on", 
                    "tx_udp_tnl_csum_segmentation": "off [fixed]", 
                    "tx_udp_tnl_segmentation": "off [fixed]", 
                    "tx_vlan_offload": "off [fixed]", 
                    "tx_vlan_stag_hw_insert": "off [fixed]", 
                    "udp_fragmentation_offload": "off [fixed]", 
                    "vlan_challenged": "off [fixed]"
                }, 
                "hw_timestamp_filters": [], 
                "ipv4": {
                    "address": "10.31.8.192", 
                    "broadcast": "10.31.11.255", 
                    "netmask": "255.255.252.0", 
                    "network": "10.31.8.0"
                }, 
                "ipv6": [
                    {
                        "address": "fe80::10d2:52ff:fe01:dcf1", 
                        "prefix": "64", 
                        "scope": "link"
                    }
                ], 
                "macaddress": "12:d2:52:01:dc:f1", 
                "module": "xen_netfront", 
                "mtu": 9001, 
                "pciid": "vif-0", 
                "promisc": false, 
                "timestamping": [
                    "rx_software", 
                    "software"
                ], 
                "type": "ether"
            }, 
            "fibre_channel_wwn": [], 
            "fips": false, 
            "form_factor": "Other", 
            "fqdn": "managed-node2", 
            "gather_subset": [
                "all"
            ], 
            "hostname": "managed-node2", 
            "hostnqn": "", 
            "interfaces": [
                "lo", 
                "eth0"
            ], 
            "is_chroot": false, 
            "iscsi_iqn": "", 
            "kernel": "3.10.0-1160.119.1.el7.x86_64", 
            "kernel_version": "#1 SMP Tue Jun 4 14:43:51 UTC 2024", 
            "lo": {
                "active": true, 
                "device": "lo", 
                "features": {
                    "busy_poll": "off [fixed]", 
                    "fcoe_mtu": "off [fixed]", 
                    "generic_receive_offload": "on", 
                    "generic_segmentation_offload": "on", 
                    "highdma": "on [fixed]", 
                    "hw_tc_offload": "off [fixed]", 
                    "l2_fwd_offload": "off [fixed]", 
                    "large_receive_offload": "off [fixed]", 
                    "loopback": "on [fixed]", 
                    "netns_local": "on [fixed]", 
                    "ntuple_filters": "off [fixed]", 
                    "receive_hashing": "off [fixed]", 
                    "rx_all": "off [fixed]", 
                    "rx_checksumming": "on [fixed]", 
                    "rx_fcs": "off [fixed]", 
                    "rx_gro_hw": "off [fixed]", 
                    "rx_udp_tunnel_port_offload": "off [fixed]", 
                    "rx_vlan_filter": "off [fixed]", 
                    "rx_vlan_offload": "off [fixed]", 
                    "rx_vlan_stag_filter": "off [fixed]", 
                    "rx_vlan_stag_hw_parse": "off [fixed]", 
                    "scatter_gather": "on", 
                    "tcp_segmentation_offload": "on", 
                    "tx_checksum_fcoe_crc": "off [fixed]", 
                    "tx_checksum_ip_generic": "on [fixed]", 
                    "tx_checksum_ipv4": "off [fixed]", 
                    "tx_checksum_ipv6": "off [fixed]", 
                    "tx_checksum_sctp": "on [fixed]", 
                    "tx_checksumming": "on", 
                    "tx_fcoe_segmentation": "off [fixed]", 
                    "tx_gre_csum_segmentation": "off [fixed]", 
                    "tx_gre_segmentation": "off [fixed]", 
                    "tx_gso_partial": "off [fixed]", 
                    "tx_gso_robust": "off [fixed]", 
                    "tx_ipip_segmentation": "off [fixed]", 
                    "tx_lockless": "on [fixed]", 
                    "tx_nocache_copy": "off [fixed]", 
                    "tx_scatter_gather": "on [fixed]", 
                    "tx_scatter_gather_fraglist": "on [fixed]", 
                    "tx_sctp_segmentation": "on", 
                    "tx_sit_segmentation": "off [fixed]", 
                    "tx_tcp6_segmentation": "on", 
                    "tx_tcp_ecn_segmentation": "on", 
                    "tx_tcp_mangleid_segmentation": "on", 
                    "tx_tcp_segmentation": "on", 
                    "tx_udp_tnl_csum_segmentation": "off [fixed]", 
                    "tx_udp_tnl_segmentation": "off [fixed]", 
                    "tx_vlan_offload": "off [fixed]", 
                    "tx_vlan_stag_hw_insert": "off [fixed]", 
                    "udp_fragmentation_offload": "on", 
                    "vlan_challenged": "on [fixed]"
                }, 
                "hw_timestamp_filters": [], 
                "ipv4": {
                    "address": "127.0.0.1", 
                    "broadcast": "", 
                    "netmask": "255.0.0.0", 
                    "network": "127.0.0.0"
                }, 
                "ipv6": [
                    {
                        "address": "::1", 
                        "prefix": "128", 
                        "scope": "host"
                    }
                ], 
                "mtu": 65536, 
                "promisc": false, 
                "timestamping": [
                    "rx_software", 
                    "software"
                ], 
                "type": "loopback"
            }, 
            "lsb": {}, 
            "machine": "x86_64", 
            "machine_id": "beb415f9f7294e4db1fd2b14f23d46c1", 
            "memfree_mb": 2892, 
            "memory_mb": {
                "nocache": {
                    "free": 3429, 
                    "used": 171
                }, 
                "real": {
                    "free": 2892, 
                    "total": 3600, 
                    "used": 708
                }, 
                "swap": {
                    "cached": 0, 
                    "free": 0, 
                    "total": 0, 
                    "used": 0
                }
            }, 
            "memtotal_mb": 3600, 
            "module_setup": true, 
            "mounts": [
                {
                    "block_available": 61295680, 
                    "block_size": 4096, 
                    "block_total": 64490860, 
                    "block_used": 3195180, 
                    "device": "/dev/xvda1", 
                    "fstype": "ext4", 
                    "inode_available": 16319755, 
                    "inode_total": 16384000, 
                    "inode_used": 64245, 
                    "mount": "/", 
                    "options": "rw,seclabel,relatime,data=ordered", 
                    "size_available": 251067105280, 
                    "size_total": 264154562560, 
                    "uuid": "c7b7d6a5-fd01-4b9b-bcca-153eaff9d312"
                }
            ], 
            "nodename": "managed-node2", 
            "pkg_mgr": "yum", 
            "proc_cmdline": {
                "BOOT_IMAGE": "/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64", 
                "LANG": "en_US.UTF-8", 
                "console": [
                    "tty0", 
                    "ttyS0,115200n8"
                ], 
                "crashkernel": "auto", 
                "net.ifnames": "0", 
                "rhgb": true, 
                "ro": true, 
                "root": "UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312"
            }, 
            "processor": [
                "0", 
                "GenuineIntel", 
                "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", 
                "1", 
                "GenuineIntel", 
                "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"
            ], 
            "processor_cores": 1, 
            "processor_count": 1, 
            "processor_threads_per_core": 2, 
            "processor_vcpus": 2, 
            "product_name": "HVM domU", 
            "product_serial": "ec225355-a3a2-1c57-fd7f-6054961b20ea", 
            "product_uuid": "EC225355-A3A2-1C57-FD7F-6054961B20EA", 
            "product_version": "4.11.amazon", 
            "python": {
                "executable": "/usr/bin/python", 
                "has_sslcontext": true, 
                "type": "CPython", 
                "version": {
                    "major": 2, 
                    "micro": 5, 
                    "minor": 7, 
                    "releaselevel": "final", 
                    "serial": 0
                }, 
                "version_info": [
                    2, 
                    7, 
                    5, 
                    "final", 
                    0
                ]
            }, 
            "real_group_id": 0, 
            "real_user_id": 0, 
            "selinux": {
                "config_mode": "enforcing", 
                "mode": "enforcing", 
                "policyvers": 31, 
                "status": "enabled", 
                "type": "targeted"
            }, 
            "selinux_python_present": true, 
            "service_mgr": "systemd", 
            "ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDLhgxdLl6pVPEd/biZMLjq4e9Hk93d+cIFZX/2W8ZOf4TAURC2IF9QpTl0vkjtu9IAk3OAjcbDVyEt28xJnNeA=", 
            "ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAICQv41kEJzqf0Fw0vfBNofL1PGsqN8YLbJvWx5Tb7CQy", 
            "ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQC8vEeoR1Hoag0dVpE46EaTBu29NRDnS4P+weynmE3G7OKEzNvjlrMCjdvGeTvxHj6Rte+p3pLiDn14+ya/Fj6XXnl8O0ag8w9xXtePKP0f83L9pXfRxoU69UQHdZECaDvXbDczvkJPkg3ggRPF2K5FfNOajohGA1NTCn4vwq6fD7FzLndfHi4iXER8uNyPtnm01bYYBIxgkk1fNJh/XE88lYvzGQISj2k9hjhH7udnSZPu2l1cWKW5WyW7Gf1mXNHjX8KcgtLFhqCgzfJVmpDtmpehHSEjnR2jS2I7mzn+PgvLJLpREcpPrP88/5ysA3gsTs32dDBlIvLPT/QJNzY3", 
            "swapfree_mb": 0, 
            "swaptotal_mb": 0, 
            "system": "Linux", 
            "system_capabilities": [
                "cap_chown", 
                "cap_dac_override", 
                "cap_dac_read_search", 
                "cap_fowner", 
                "cap_fsetid", 
                "cap_kill", 
                "cap_setgid", 
                "cap_setuid", 
                "cap_setpcap", 
                "cap_linux_immutable", 
                "cap_net_bind_service", 
                "cap_net_broadcast", 
                "cap_net_admin", 
                "cap_net_raw", 
                "cap_ipc_lock", 
                "cap_ipc_owner", 
                "cap_sys_module", 
                "cap_sys_rawio", 
                "cap_sys_chroot", 
                "cap_sys_ptrace", 
                "cap_sys_pacct", 
                "cap_sys_admin", 
                "cap_sys_boot", 
                "cap_sys_nice", 
                "cap_sys_resource", 
                "cap_sys_time", 
                "cap_sys_tty_config", 
                "cap_mknod", 
                "cap_lease", 
                "cap_audit_write", 
                "cap_audit_control", 
                "cap_setfcap", 
                "cap_mac_override", 
                "cap_mac_admin", 
                "cap_syslog", 
                "35", 
                "36+ep"
            ], 
            "system_capabilities_enforced": "True", 
            "system_vendor": "Xen", 
            "uptime_seconds": 253, 
            "user_dir": "/root", 
            "user_gecos": "root", 
            "user_gid": 0, 
            "user_id": "root", 
            "user_shell": "/bin/bash", 
            "user_uid": 0, 
            "userspace_architecture": "x86_64", 
            "userspace_bits": "64", 
            "virtualization_role": "guest", 
            "virtualization_type": "xen"
        }
    }, 
    "changed": false
}

TASK [Check if local modifications are not empty - booleans] *******************
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/tests/selinux/tests_all_purge.yml:37
Saturday 25 January 2025  15:14:50 -0500 (0:00:00.112)       0:00:20.287 ****** 
ok: [managed-node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check if local modifications are not empty - port] ***********************
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/tests/selinux/tests_all_purge.yml:40
Saturday 25 January 2025  15:14:50 -0500 (0:00:00.071)       0:00:20.358 ****** 
ok: [managed-node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check if local modifications are not empty - login] **********************
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/tests/selinux/tests_all_purge.yml:43
Saturday 25 January 2025  15:14:50 -0500 (0:00:00.068)       0:00:20.427 ****** 
ok: [managed-node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check if local modifications are not empty - fcontext] *******************
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/tests/selinux/tests_all_purge.yml:46
Saturday 25 January 2025  15:14:50 -0500 (0:00:00.069)       0:00:20.496 ****** 
ok: [managed-node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Apply the role to drop local modifications] ******************************
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/tests/selinux/tests_all_purge.yml:50
Saturday 25 January 2025  15:14:50 -0500 (0:00:00.068)       0:00:20.564 ****** 

TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] ***
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2
Saturday 25 January 2025  15:14:50 -0500 (0:00:00.239)       0:00:20.804 ****** 
included: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml for managed-node2

TASK [fedora.linux_system_roles.selinux : Ensure ansible_facts used by role] ***
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2
Saturday 25 January 2025  15:14:50 -0500 (0:00:00.218)       0:00:21.022 ****** 
ok: [managed-node2]

TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] *************
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7
Saturday 25 January 2025  15:14:51 -0500 (0:00:00.641)       0:00:21.663 ****** 
included: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml for managed-node2

TASK [fedora.linux_system_roles.selinux : Check if system is ostree] ***********
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5
Saturday 25 January 2025  15:14:51 -0500 (0:00:00.169)       0:00:21.833 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set flag to indicate system is ostree] ***
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10
Saturday 25 January 2025  15:14:51 -0500 (0:00:00.084)       0:00:21.918 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17
Saturday 25 January 2025  15:14:51 -0500 (0:00:00.081)       0:00:22.000 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set flag if transactional-update exists] ***
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22
Saturday 25 January 2025  15:14:52 -0500 (0:00:00.078)       0:00:22.078 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Install SELinux python2 tools] *******
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26
Saturday 25 January 2025  15:14:52 -0500 (0:00:00.070)       0:00:22.148 ****** 
ok: [managed-node2] => {
    "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-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35
Saturday 25 January 2025  15:14:52 -0500 (0:00:00.707)       0:00:22.856 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] *******
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46
Saturday 25 January 2025  15:14:52 -0500 (0:00:00.084)       0:00:22.940 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] *******
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58
Saturday 25 January 2025  15:14:52 -0500 (0:00:00.076)       0:00:23.016 ****** 
skipping: [managed-node2] => {
    "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-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:72
Saturday 25 January 2025  15:14:53 -0500 (0:00:00.093)       0:00:23.110 ****** 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] ***
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:77
Saturday 25 January 2025  15:14:53 -0500 (0:00:00.064)       0:00:23.175 ****** 
skipping: [managed-node2] => {
    "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-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:82
Saturday 25 January 2025  15:14:53 -0500 (0:00:00.067)       0:00:23.242 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Refresh facts] ***********************
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:89
Saturday 25 January 2025  15:14:53 -0500 (0:00:00.068)       0:00:23.311 ****** 
ok: [managed-node2]

TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] ***
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5
Saturday 25 January 2025  15:14:53 -0500 (0:00:00.583)       0:00:23.894 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] ***
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13
Saturday 25 January 2025  15:14:53 -0500 (0:00:00.072)       0:00:23.967 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] *********
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21
Saturday 25 January 2025  15:14:54 -0500 (0:00:00.097)       0:00:24.064 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "selinux_reboot_required": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] **********
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25
Saturday 25 January 2025  15:14:54 -0500 (0:00:00.125)       0:00:24.189 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Warn if SELinux is disabled] *********
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30
Saturday 25 January 2025  15:14:54 -0500 (0:00:00.062)       0:00:24.252 ****** 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ********
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35
Saturday 25 January 2025  15:14:54 -0500 (0:00:00.111)       0:00:24.364 ****** 
NOTIFIED HANDLER fedora.linux_system_roles.selinux : Reload SELinux policy for managed-node2
NOTIFIED HANDLER fedora.linux_system_roles.selinux : Reload SELinux policy for managed-node2
NOTIFIED HANDLER fedora.linux_system_roles.selinux : Reload SELinux policy for managed-node2
changed: [managed-node2] => {
    "changed": true, 
    "cmd": [
        "/usr/sbin/semanage", 
        "-i", 
        "-"
    ], 
    "delta": "0:00:00.580645", 
    "end": "2025-01-25 15:14:55.243971", 
    "rc": 0, 
    "start": "2025-01-25 15:14:54.663326"
}

TASK [fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications] ***
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:43
Saturday 25 January 2025  15:14:55 -0500 (0:00:01.031)       0:00:25.395 ****** 
skipping: [managed-node2] => {
    "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-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:48
Saturday 25 January 2025  15:14:55 -0500 (0:00:00.095)       0:00:25.491 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Purge all SELinux port local modifications] ***
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:53
Saturday 25 January 2025  15:14:55 -0500 (0:00:00.094)       0:00:25.585 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Purge all SELinux login local modifications] ***
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58
Saturday 25 January 2025  15:14:55 -0500 (0:00:00.093)       0:00:25.679 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set SELinux booleans] ****************
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:63
Saturday 25 January 2025  15:14:55 -0500 (0:00:00.082)       0:00:25.762 ****** 

TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] ***********
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:74
Saturday 25 January 2025  15:14:55 -0500 (0:00:00.080)       0:00:25.842 ****** 

TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ******
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87
Saturday 25 January 2025  15:14:55 -0500 (0:00:00.071)       0:00:25.913 ****** 

TASK [fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping] ***
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:99
Saturday 25 January 2025  15:14:55 -0500 (0:00:00.064)       0:00:25.978 ****** 

TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] ***********
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112
Saturday 25 January 2025  15:14:55 -0500 (0:00:00.065)       0:00:26.043 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "selinux_checksums": false, 
        "selinux_installed_modules": {
            "abrt": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "accountsd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "acct": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "afs": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "aiccu": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "aide": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ajaxterm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "alsa": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "amanda": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "amtu": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "anaconda": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "antivirus": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "apache": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "apcupsd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "apm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "application": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "arpwatch": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "asterisk": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "auditadm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "authconfig": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "authlogin": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "automount": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "avahi": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "awstats": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "bacula": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "base": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "bcfg2": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "bind": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "bitlbee": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "blkmapd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "blueman": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "bluetooth": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "boinc": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "boltd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "bootloader": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "brctl": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "brltty": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "bugzilla": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "bumblebee": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cachefilesd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "calamaris": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "callweaver": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "canna": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ccs": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cdrecord": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "certmaster": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "certmonger": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "certwatch": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cfengine": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cgdcbxd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cgroup": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "chrome": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "chronyd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cinder": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cipe": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "clock": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "clogd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cloudform": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cmirrord": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cobbler": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cockpit": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "collectd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "colord": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "comsat": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "condor": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "conman": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "consolekit": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "container": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "couchdb": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "courier": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cpucontrol": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cpufreqselector": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cpuplug": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cron": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ctdb": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cups": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cvs": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cyphesis": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "cyrus": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "daemontools": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "dbadm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "dbskk": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "dbus": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "dcc": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ddclient": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "denyhosts": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "devicekit": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "dhcp": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "dictd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "dirsrv": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "dirsrv-admin": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "dmesg": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "dmidecode": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "dnsmasq": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "dnssec": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "dovecot": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "drbd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "dspam": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "entropyd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "exim": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "fail2ban": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "fcoe": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "fetchmail": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "finger": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "firewalld": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "firewallgui": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "firstboot": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "fprintd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "freeipmi": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "freqset": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "fstools": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ftp": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "games": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ganesha": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "gdomap": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "geoclue": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "getty": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "git": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "gitosis": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "glance": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "glusterd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "gnome": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "gpg": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "gpm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "gpsd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "gssproxy": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "guest": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "hddtemp": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "hostname": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "hsqldb": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "hwloc": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "hypervkvp": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "icecast": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "inetd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "init": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "inn": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "iodine": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "iotop": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ipa": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ipmievd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ipsec": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "iptables": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "irc": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "irqbalance": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "iscsi": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "isns": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "jabber": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "jetty": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "jockey": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "journalctl": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "kdump": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "kdumpgui": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "keepalived": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "kerberos": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "keyboardd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "keystone": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "kismet": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "kmscon": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "kpatch": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ksmtuned": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ktalk": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "l2tp": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ldap": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "libraries": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "likewise": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "linuxptp": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "lircd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "livecd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "lldpad": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "loadkeys": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "locallogin": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "lockdev": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "logadm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "logging": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "logrotate": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "logwatch": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "lpd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "lsm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "lttng-tools": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "lvm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mailman": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mailscanner": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "man2html": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mandb": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mcelog": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mediawiki": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "memcached": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "milter": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "minidlna": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "minissdpd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mip6d": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mirrormanager": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "miscfiles": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mock": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "modemmanager": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "modutils": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mojomojo": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mon_statd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mongodb": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "motion": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mount": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mozilla": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mpd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mplayer": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mrtg": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mta": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "munin": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mysql": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "mythtv": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "nagios": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "namespace": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ncftool": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "netlabel": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "netutils": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "networkmanager": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ninfod": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "nis": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "nova": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "nscd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "nsd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "nslcd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ntop": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ntp": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "numad": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "nut": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "nx": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "obex": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "oddjob": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "openct": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "opendnssec": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "openhpid": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "openshift": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "openshift-origin": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "opensm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "openvpn": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "openvswitch": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "openwsman": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "oracleasm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "osad": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "pads": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "passenger": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "pcmcia": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "pcp": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "pcscd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "pegasus": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "permissivedomains": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "pesign": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "pingd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "piranha": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "pkcs": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "pki": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "plymouthd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "podsleuth": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "policykit": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "polipo": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "portmap": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "portreserve": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "postfix": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "postgresql": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "postgrey": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ppp": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "prelink": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "prelude": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "privoxy": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "procmail": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "prosody": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "psad": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ptchown": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "publicfile": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "pulseaudio": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "puppet": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "pwauth": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "qmail": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "qpid": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "quantum": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "quota": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rabbitmq": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "radius": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "radvd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "raid": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rasdaemon": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rdisc": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "readahead": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "realmd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "redis": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "remotelogin": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "restraint": {
                "400": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rhcs": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rhev": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rhgb": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rhnsd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rhsmcertd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rhts": {
                "400": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ricci": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rkhunter": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rlogin": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rngd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "roundup": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rpc": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rpcbind": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rpm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rshd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rssh": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rsync": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rtas": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rtkit": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "rwho": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "samba": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sambagui": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sandboxX": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sanlock": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sasl": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sbd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sblim": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "screen": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "secadm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sectoolm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "selinuxutil": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sendmail": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sensord": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "setrans": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "setroubleshoot": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "seunshare": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sge": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "shorewall": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "slocate": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "slpd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "smartmon": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "smokeping": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "smoltclient": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "smsd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "snapper": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "snmp": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "snort": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sosreport": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "soundserver": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "spamassassin": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "speech-dispatcher": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "squid": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ssh": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sssd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "staff": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "stapserver": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "stunnel": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "su": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sudo": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "svnserve": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "swift": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sysadm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sysadm_secadm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sysnetwork": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "sysstat": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "systemd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "tangd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "targetd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "tcpd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "tcsd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "telepathy": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "telnet": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "tftp": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "tgtd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "thin": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "thumb": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "tlp": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "tmpreaper": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "tomcat": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "tor": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "tuned": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "tvtime": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "udev": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "ulogd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "uml": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "unconfined": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "unconfineduser": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "unlabelednet": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "unprivuser": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "updfstab": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "usbmodules": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "usbmuxd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "userdomain": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "userhelper": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "usermanage": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "usernetctl": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "uucp": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "uuidd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "varnishd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "vdagent": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "vhostmd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "virt": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "vlock": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "vmtools": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "vmware": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "vnstatd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "vpn": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "w3c": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "watchdog": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "wdmd": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "webadm": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "webalizer": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "wine": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "wireshark": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "xen": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "xguest": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "xserver": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "zabbix": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "zarafa": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "zebra": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "zoneminder": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }, 
            "zosremote": {
                "100": {
                    "checksum": "", 
                    "enabled": 1
                }
            }
        }, 
        "selinux_priorities": true
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.selinux : Load SELinux modules] ****************
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:115
Saturday 25 January 2025  15:14:58 -0500 (0:00:02.724)       0:00:28.768 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] ***
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:128
Saturday 25 January 2025  15:14:58 -0500 (0:00:00.108)       0:00:28.877 ****** 

TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] ***
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:136
Saturday 25 January 2025  15:14:58 -0500 (0:00:00.123)       0:00:29.000 ****** 

TASK [Ensure ansible_facts used by tests] **************************************
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml:12
Saturday 25 January 2025  15:14:59 -0500 (0:00:00.186)       0:00:29.186 ****** 
ok: [managed-node2]

TASK [Ensure SELinux testing packages] *****************************************
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml:17
Saturday 25 January 2025  15:14:59 -0500 (0:00:00.477)       0:00:29.664 ****** 

TASK [fedora.linux_system_roles.selinux : Check if system is ostree] ***********
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5
Saturday 25 January 2025  15:14:59 -0500 (0:00:00.099)       0:00:29.764 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set flag to indicate system is ostree] ***
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10
Saturday 25 January 2025  15:14:59 -0500 (0:00:00.083)       0:00:29.847 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17
Saturday 25 January 2025  15:14:59 -0500 (0:00:00.063)       0:00:29.911 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set flag if transactional-update exists] ***
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22
Saturday 25 January 2025  15:14:59 -0500 (0:00:00.065)       0:00:29.977 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Install SELinux python2 tools] *******
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26
Saturday 25 January 2025  15:14:59 -0500 (0:00:00.071)       0:00:30.048 ****** 
ok: [managed-node2] => {
    "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-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35
Saturday 25 January 2025  15:15:00 -0500 (0:00:00.715)       0:00:30.764 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] *******
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46
Saturday 25 January 2025  15:15:00 -0500 (0:00:00.079)       0:00:30.843 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] *******
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58
Saturday 25 January 2025  15:15:00 -0500 (0:00:00.069)       0:00:30.912 ****** 
skipping: [managed-node2] => {
    "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-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:72
Saturday 25 January 2025  15:15:00 -0500 (0:00:00.069)       0:00:30.981 ****** 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] ***
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:77
Saturday 25 January 2025  15:15:01 -0500 (0:00:00.088)       0:00:31.070 ****** 
skipping: [managed-node2] => {
    "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-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:82
Saturday 25 January 2025  15:15:01 -0500 (0:00:00.090)       0:00:31.161 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Refresh facts] ***********************
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:89
Saturday 25 January 2025  15:15:01 -0500 (0:00:00.078)       0:00:31.240 ****** 
ok: [managed-node2]

TASK [Ensure selinux-policy-targeted] ******************************************
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml:22
Saturday 25 January 2025  15:15:01 -0500 (0:00:00.640)       0:00:31.880 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Ensure findmnt] **********************************************************
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml:29
Saturday 25 January 2025  15:15:01 -0500 (0:00:00.094)       0:00:31.974 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Set is_el6 flag] *********************************************************
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml:38
Saturday 25 January 2025  15:15:01 -0500 (0:00:00.065)       0:00:32.040 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Get local modifications - boolean] ***************************************
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml:46
Saturday 25 January 2025  15:15:02 -0500 (0:00:00.062)       0:00:32.103 ****** 
ok: [managed-node2] => {
    "changed": false, 
    "cmd": [
        "/usr/sbin/semanage", 
        "boolean", 
        "-l", 
        "-n", 
        "-C"
    ], 
    "delta": "0:00:00.157328", 
    "end": "2025-01-25 15:15:02.456424", 
    "rc": 0, 
    "start": "2025-01-25 15:15:02.299096"
}

TASK [Get local modifications - port] ******************************************
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml:51
Saturday 25 January 2025  15:15:02 -0500 (0:00:00.552)       0:00:32.655 ****** 
ok: [managed-node2] => {
    "changed": false, 
    "cmd": [
        "/usr/sbin/semanage", 
        "port", 
        "-l", 
        "-n", 
        "-C"
    ], 
    "delta": "0:00:00.157502", 
    "end": "2025-01-25 15:15:03.011856", 
    "rc": 0, 
    "start": "2025-01-25 15:15:02.854354"
}

TASK [Get local modifications - login] *****************************************
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml:56
Saturday 25 January 2025  15:15:03 -0500 (0:00:00.502)       0:00:33.158 ****** 
ok: [managed-node2] => {
    "changed": false, 
    "cmd": [
        "/usr/sbin/semanage", 
        "login", 
        "-l", 
        "-n", 
        "-C"
    ], 
    "delta": "0:00:00.156839", 
    "end": "2025-01-25 15:15:03.554870", 
    "rc": 0, 
    "start": "2025-01-25 15:15:03.398031"
}

TASK [Get local modifications - fcontext] **************************************
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml:61
Saturday 25 January 2025  15:15:03 -0500 (0:00:00.523)       0:00:33.681 ****** 
ok: [managed-node2] => {
    "changed": false, 
    "cmd": [
        "/usr/sbin/semanage", 
        "fcontext", 
        "-l", 
        "-n", 
        "-C"
    ], 
    "delta": "0:00:00.158587", 
    "end": "2025-01-25 15:15:04.030262", 
    "rc": 0, 
    "start": "2025-01-25 15:15:03.871675"
}

TASK [Unset facts used above] **************************************************
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml:66
Saturday 25 January 2025  15:15:04 -0500 (0:00:00.504)       0:00:34.186 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "ansible_facts": {
            "all_ipv4_addresses": [
                "10.31.8.192"
            ], 
            "all_ipv6_addresses": [
                "fe80::10d2:52ff:fe01:dcf1"
            ], 
            "ansible_local": {}, 
            "apparmor": {
                "status": "disabled"
            }, 
            "architecture": "x86_64", 
            "bios_date": "08/24/2006", 
            "bios_version": "4.11.amazon", 
            "cmdline": {
                "BOOT_IMAGE": "/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64", 
                "LANG": "en_US.UTF-8", 
                "console": "ttyS0,115200n8", 
                "crashkernel": "auto", 
                "net.ifnames": "0", 
                "rhgb": true, 
                "ro": true, 
                "root": "UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312"
            }, 
            "date_time": {
                "date": "2025-01-25", 
                "day": "25", 
                "epoch": "1737836071", 
                "hour": "15", 
                "iso8601": "2025-01-25T20:14:31Z", 
                "iso8601_basic": "20250125T151431002825", 
                "iso8601_basic_short": "20250125T151431", 
                "iso8601_micro": "2025-01-25T20:14:31.002825Z", 
                "minute": "14", 
                "month": "01", 
                "second": "31", 
                "time": "15:14:31", 
                "tz": "EST", 
                "tz_offset": "-0500", 
                "weekday": "Saturday", 
                "weekday_number": "6", 
                "weeknumber": "03", 
                "year": "2025"
            }, 
            "default_ipv4": {
                "address": "10.31.8.192", 
                "alias": "eth0", 
                "broadcast": "10.31.11.255", 
                "gateway": "10.31.8.1", 
                "interface": "eth0", 
                "macaddress": "12:d2:52:01:dc:f1", 
                "mtu": 9001, 
                "netmask": "255.255.252.0", 
                "network": "10.31.8.0", 
                "type": "ether"
            }, 
            "default_ipv6": {}, 
            "device_links": {
                "ids": {}, 
                "labels": {}, 
                "masters": {}, 
                "uuids": {
                    "xvda1": [
                        "c7b7d6a5-fd01-4b9b-bcca-153eaff9d312"
                    ]
                }
            }, 
            "devices": {
                "xvda": {
                    "holders": [], 
                    "host": "", 
                    "links": {
                        "ids": [], 
                        "labels": [], 
                        "masters": [], 
                        "uuids": []
                    }, 
                    "model": null, 
                    "partitions": {
                        "xvda1": {
                            "holders": [], 
                            "links": {
                                "ids": [], 
                                "labels": [], 
                                "masters": [], 
                                "uuids": [
                                    "c7b7d6a5-fd01-4b9b-bcca-153eaff9d312"
                                ]
                            }, 
                            "sectors": "524285919", 
                            "sectorsize": 512, 
                            "size": "250.00 GB", 
                            "start": "2048", 
                            "uuid": "c7b7d6a5-fd01-4b9b-bcca-153eaff9d312"
                        }
                    }, 
                    "removable": "0", 
                    "rotational": "0", 
                    "sas_address": null, 
                    "sas_device_handle": null, 
                    "scheduler_mode": "deadline", 
                    "sectors": "524288000", 
                    "sectorsize": "512", 
                    "size": "250.00 GB", 
                    "support_discard": "0", 
                    "vendor": null, 
                    "virtual": 1
                }
            }, 
            "discovered_interpreter_python": "/usr/bin/python", 
            "distribution_file_parsed": true, 
            "distribution_file_path": "/etc/redhat-release", 
            "distribution_file_variety": "RedHat", 
            "distribution_release": "Core", 
            "distribution_version": "7.9", 
            "dns": {
                "nameservers": [
                    "10.29.169.13", 
                    "10.29.170.12", 
                    "10.2.32.1"
                ], 
                "search": [
                    "us-east-1.aws.redhat.com"
                ]
            }, 
            "domain": "", 
            "effective_group_id": 0, 
            "effective_user_id": 0, 
            "env": {
                "HOME": "/root", 
                "LANG": "en_US.UTF-8", 
                "LESSOPEN": "||/usr/bin/lesspipe.sh %s", 
                "LOGNAME": "root", 
                "LS_COLORS": "", 
                "MAIL": "/var/mail/root", 
                "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", 
                "PWD": "/root", 
                "SELINUX_LEVEL_REQUESTED": "", 
                "SELINUX_ROLE_REQUESTED": "", 
                "SELINUX_USE_CURRENT_RANGE": "", 
                "SHELL": "/bin/bash", 
                "SHLVL": "2", 
                "SSH_CLIENT": "10.31.10.239 37420 22", 
                "SSH_CONNECTION": "10.31.10.239 37420 10.31.8.192 22", 
                "SSH_TTY": "/dev/pts/0", 
                "USER": "root", 
                "XDG_RUNTIME_DIR": "/run/user/0", 
                "XDG_SESSION_ID": "4", 
                "_": "/usr/bin/python"
            }, 
            "eth0": {
                "active": true, 
                "device": "eth0", 
                "features": {
                    "busy_poll": "off [fixed]", 
                    "fcoe_mtu": "off [fixed]", 
                    "generic_receive_offload": "on", 
                    "generic_segmentation_offload": "on", 
                    "highdma": "off [fixed]", 
                    "hw_tc_offload": "off [fixed]", 
                    "l2_fwd_offload": "off [fixed]", 
                    "large_receive_offload": "off [fixed]", 
                    "loopback": "off [fixed]", 
                    "netns_local": "off [fixed]", 
                    "ntuple_filters": "off [fixed]", 
                    "receive_hashing": "off [fixed]", 
                    "rx_all": "off [fixed]", 
                    "rx_checksumming": "on [fixed]", 
                    "rx_fcs": "off [fixed]", 
                    "rx_gro_hw": "off [fixed]", 
                    "rx_udp_tunnel_port_offload": "off [fixed]", 
                    "rx_vlan_filter": "off [fixed]", 
                    "rx_vlan_offload": "off [fixed]", 
                    "rx_vlan_stag_filter": "off [fixed]", 
                    "rx_vlan_stag_hw_parse": "off [fixed]", 
                    "scatter_gather": "on", 
                    "tcp_segmentation_offload": "on", 
                    "tx_checksum_fcoe_crc": "off [fixed]", 
                    "tx_checksum_ip_generic": "off [fixed]", 
                    "tx_checksum_ipv4": "on [fixed]", 
                    "tx_checksum_ipv6": "on", 
                    "tx_checksum_sctp": "off [fixed]", 
                    "tx_checksumming": "on", 
                    "tx_fcoe_segmentation": "off [fixed]", 
                    "tx_gre_csum_segmentation": "off [fixed]", 
                    "tx_gre_segmentation": "off [fixed]", 
                    "tx_gso_partial": "off [fixed]", 
                    "tx_gso_robust": "on [fixed]", 
                    "tx_ipip_segmentation": "off [fixed]", 
                    "tx_lockless": "off [fixed]", 
                    "tx_nocache_copy": "off", 
                    "tx_scatter_gather": "on", 
                    "tx_scatter_gather_fraglist": "off [fixed]", 
                    "tx_sctp_segmentation": "off [fixed]", 
                    "tx_sit_segmentation": "off [fixed]", 
                    "tx_tcp6_segmentation": "on", 
                    "tx_tcp_ecn_segmentation": "off [fixed]", 
                    "tx_tcp_mangleid_segmentation": "off", 
                    "tx_tcp_segmentation": "on", 
                    "tx_udp_tnl_csum_segmentation": "off [fixed]", 
                    "tx_udp_tnl_segmentation": "off [fixed]", 
                    "tx_vlan_offload": "off [fixed]", 
                    "tx_vlan_stag_hw_insert": "off [fixed]", 
                    "udp_fragmentation_offload": "off [fixed]", 
                    "vlan_challenged": "off [fixed]"
                }, 
                "hw_timestamp_filters": [], 
                "ipv4": {
                    "address": "10.31.8.192", 
                    "broadcast": "10.31.11.255", 
                    "netmask": "255.255.252.0", 
                    "network": "10.31.8.0"
                }, 
                "ipv6": [
                    {
                        "address": "fe80::10d2:52ff:fe01:dcf1", 
                        "prefix": "64", 
                        "scope": "link"
                    }
                ], 
                "macaddress": "12:d2:52:01:dc:f1", 
                "module": "xen_netfront", 
                "mtu": 9001, 
                "pciid": "vif-0", 
                "promisc": false, 
                "timestamping": [
                    "rx_software", 
                    "software"
                ], 
                "type": "ether"
            }, 
            "fibre_channel_wwn": [], 
            "fips": false, 
            "form_factor": "Other", 
            "fqdn": "managed-node2", 
            "gather_subset": [
                "all"
            ], 
            "hostname": "managed-node2", 
            "hostnqn": "", 
            "interfaces": [
                "lo", 
                "eth0"
            ], 
            "is_chroot": false, 
            "iscsi_iqn": "", 
            "kernel": "3.10.0-1160.119.1.el7.x86_64", 
            "kernel_version": "#1 SMP Tue Jun 4 14:43:51 UTC 2024", 
            "lo": {
                "active": true, 
                "device": "lo", 
                "features": {
                    "busy_poll": "off [fixed]", 
                    "fcoe_mtu": "off [fixed]", 
                    "generic_receive_offload": "on", 
                    "generic_segmentation_offload": "on", 
                    "highdma": "on [fixed]", 
                    "hw_tc_offload": "off [fixed]", 
                    "l2_fwd_offload": "off [fixed]", 
                    "large_receive_offload": "off [fixed]", 
                    "loopback": "on [fixed]", 
                    "netns_local": "on [fixed]", 
                    "ntuple_filters": "off [fixed]", 
                    "receive_hashing": "off [fixed]", 
                    "rx_all": "off [fixed]", 
                    "rx_checksumming": "on [fixed]", 
                    "rx_fcs": "off [fixed]", 
                    "rx_gro_hw": "off [fixed]", 
                    "rx_udp_tunnel_port_offload": "off [fixed]", 
                    "rx_vlan_filter": "off [fixed]", 
                    "rx_vlan_offload": "off [fixed]", 
                    "rx_vlan_stag_filter": "off [fixed]", 
                    "rx_vlan_stag_hw_parse": "off [fixed]", 
                    "scatter_gather": "on", 
                    "tcp_segmentation_offload": "on", 
                    "tx_checksum_fcoe_crc": "off [fixed]", 
                    "tx_checksum_ip_generic": "on [fixed]", 
                    "tx_checksum_ipv4": "off [fixed]", 
                    "tx_checksum_ipv6": "off [fixed]", 
                    "tx_checksum_sctp": "on [fixed]", 
                    "tx_checksumming": "on", 
                    "tx_fcoe_segmentation": "off [fixed]", 
                    "tx_gre_csum_segmentation": "off [fixed]", 
                    "tx_gre_segmentation": "off [fixed]", 
                    "tx_gso_partial": "off [fixed]", 
                    "tx_gso_robust": "off [fixed]", 
                    "tx_ipip_segmentation": "off [fixed]", 
                    "tx_lockless": "on [fixed]", 
                    "tx_nocache_copy": "off [fixed]", 
                    "tx_scatter_gather": "on [fixed]", 
                    "tx_scatter_gather_fraglist": "on [fixed]", 
                    "tx_sctp_segmentation": "on", 
                    "tx_sit_segmentation": "off [fixed]", 
                    "tx_tcp6_segmentation": "on", 
                    "tx_tcp_ecn_segmentation": "on", 
                    "tx_tcp_mangleid_segmentation": "on", 
                    "tx_tcp_segmentation": "on", 
                    "tx_udp_tnl_csum_segmentation": "off [fixed]", 
                    "tx_udp_tnl_segmentation": "off [fixed]", 
                    "tx_vlan_offload": "off [fixed]", 
                    "tx_vlan_stag_hw_insert": "off [fixed]", 
                    "udp_fragmentation_offload": "on", 
                    "vlan_challenged": "on [fixed]"
                }, 
                "hw_timestamp_filters": [], 
                "ipv4": {
                    "address": "127.0.0.1", 
                    "broadcast": "", 
                    "netmask": "255.0.0.0", 
                    "network": "127.0.0.0"
                }, 
                "ipv6": [
                    {
                        "address": "::1", 
                        "prefix": "128", 
                        "scope": "host"
                    }
                ], 
                "mtu": 65536, 
                "promisc": false, 
                "timestamping": [
                    "rx_software", 
                    "software"
                ], 
                "type": "loopback"
            }, 
            "lsb": {}, 
            "machine": "x86_64", 
            "machine_id": "beb415f9f7294e4db1fd2b14f23d46c1", 
            "memfree_mb": 2892, 
            "memory_mb": {
                "nocache": {
                    "free": 3429, 
                    "used": 171
                }, 
                "real": {
                    "free": 2892, 
                    "total": 3600, 
                    "used": 708
                }, 
                "swap": {
                    "cached": 0, 
                    "free": 0, 
                    "total": 0, 
                    "used": 0
                }
            }, 
            "memtotal_mb": 3600, 
            "module_setup": true, 
            "mounts": [
                {
                    "block_available": 61295680, 
                    "block_size": 4096, 
                    "block_total": 64490860, 
                    "block_used": 3195180, 
                    "device": "/dev/xvda1", 
                    "fstype": "ext4", 
                    "inode_available": 16319755, 
                    "inode_total": 16384000, 
                    "inode_used": 64245, 
                    "mount": "/", 
                    "options": "rw,seclabel,relatime,data=ordered", 
                    "size_available": 251067105280, 
                    "size_total": 264154562560, 
                    "uuid": "c7b7d6a5-fd01-4b9b-bcca-153eaff9d312"
                }
            ], 
            "nodename": "managed-node2", 
            "pkg_mgr": "yum", 
            "proc_cmdline": {
                "BOOT_IMAGE": "/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64", 
                "LANG": "en_US.UTF-8", 
                "console": [
                    "tty0", 
                    "ttyS0,115200n8"
                ], 
                "crashkernel": "auto", 
                "net.ifnames": "0", 
                "rhgb": true, 
                "ro": true, 
                "root": "UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312"
            }, 
            "processor": [
                "0", 
                "GenuineIntel", 
                "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", 
                "1", 
                "GenuineIntel", 
                "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"
            ], 
            "processor_cores": 1, 
            "processor_count": 1, 
            "processor_threads_per_core": 2, 
            "processor_vcpus": 2, 
            "product_name": "HVM domU", 
            "product_serial": "ec225355-a3a2-1c57-fd7f-6054961b20ea", 
            "product_uuid": "EC225355-A3A2-1C57-FD7F-6054961B20EA", 
            "product_version": "4.11.amazon", 
            "python": {
                "executable": "/usr/bin/python", 
                "has_sslcontext": true, 
                "type": "CPython", 
                "version": {
                    "major": 2, 
                    "micro": 5, 
                    "minor": 7, 
                    "releaselevel": "final", 
                    "serial": 0
                }, 
                "version_info": [
                    2, 
                    7, 
                    5, 
                    "final", 
                    0
                ]
            }, 
            "real_group_id": 0, 
            "real_user_id": 0, 
            "selinux": {
                "config_mode": "enforcing", 
                "mode": "enforcing", 
                "policyvers": 31, 
                "status": "enabled", 
                "type": "targeted"
            }, 
            "selinux_python_present": true, 
            "service_mgr": "systemd", 
            "ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDLhgxdLl6pVPEd/biZMLjq4e9Hk93d+cIFZX/2W8ZOf4TAURC2IF9QpTl0vkjtu9IAk3OAjcbDVyEt28xJnNeA=", 
            "ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAICQv41kEJzqf0Fw0vfBNofL1PGsqN8YLbJvWx5Tb7CQy", 
            "ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQC8vEeoR1Hoag0dVpE46EaTBu29NRDnS4P+weynmE3G7OKEzNvjlrMCjdvGeTvxHj6Rte+p3pLiDn14+ya/Fj6XXnl8O0ag8w9xXtePKP0f83L9pXfRxoU69UQHdZECaDvXbDczvkJPkg3ggRPF2K5FfNOajohGA1NTCn4vwq6fD7FzLndfHi4iXER8uNyPtnm01bYYBIxgkk1fNJh/XE88lYvzGQISj2k9hjhH7udnSZPu2l1cWKW5WyW7Gf1mXNHjX8KcgtLFhqCgzfJVmpDtmpehHSEjnR2jS2I7mzn+PgvLJLpREcpPrP88/5ysA3gsTs32dDBlIvLPT/QJNzY3", 
            "swapfree_mb": 0, 
            "swaptotal_mb": 0, 
            "system": "Linux", 
            "system_capabilities": [
                "cap_chown", 
                "cap_dac_override", 
                "cap_dac_read_search", 
                "cap_fowner", 
                "cap_fsetid", 
                "cap_kill", 
                "cap_setgid", 
                "cap_setuid", 
                "cap_setpcap", 
                "cap_linux_immutable", 
                "cap_net_bind_service", 
                "cap_net_broadcast", 
                "cap_net_admin", 
                "cap_net_raw", 
                "cap_ipc_lock", 
                "cap_ipc_owner", 
                "cap_sys_module", 
                "cap_sys_rawio", 
                "cap_sys_chroot", 
                "cap_sys_ptrace", 
                "cap_sys_pacct", 
                "cap_sys_admin", 
                "cap_sys_boot", 
                "cap_sys_nice", 
                "cap_sys_resource", 
                "cap_sys_time", 
                "cap_sys_tty_config", 
                "cap_mknod", 
                "cap_lease", 
                "cap_audit_write", 
                "cap_audit_control", 
                "cap_setfcap", 
                "cap_mac_override", 
                "cap_mac_admin", 
                "cap_syslog", 
                "35", 
                "36+ep"
            ], 
            "system_capabilities_enforced": "True", 
            "system_vendor": "Xen", 
            "uptime_seconds": 253, 
            "user_dir": "/root", 
            "user_gecos": "root", 
            "user_gid": 0, 
            "user_id": "root", 
            "user_shell": "/bin/bash", 
            "user_uid": 0, 
            "userspace_architecture": "x86_64", 
            "userspace_bits": "64", 
            "virtualization_role": "guest", 
            "virtualization_type": "xen"
        }
    }, 
    "changed": false
}

TASK [Check if local modifications are empty - booleans] ***********************
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/tests/selinux/tests_all_purge.yml:59
Saturday 25 January 2025  15:15:04 -0500 (0:00:00.100)       0:00:34.286 ****** 
ok: [managed-node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check if local modifications are empty - port] ***************************
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/tests/selinux/tests_all_purge.yml:62
Saturday 25 January 2025  15:15:04 -0500 (0:00:00.072)       0:00:34.359 ****** 
ok: [managed-node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check if local modifications are empty - login] **************************
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/tests/selinux/tests_all_purge.yml:65
Saturday 25 January 2025  15:15:04 -0500 (0:00:00.092)       0:00:34.452 ****** 
ok: [managed-node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check if local modifications are empty - fcontext] ***********************
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/tests/selinux/tests_all_purge.yml:68
Saturday 25 January 2025  15:15:04 -0500 (0:00:00.094)       0:00:34.546 ****** 
ok: [managed-node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Remove Linux System Roles SELinux User] **********************************
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/tests/selinux/tests_all_purge.yml:72
Saturday 25 January 2025  15:15:04 -0500 (0:00:00.081)       0:00:34.627 ****** 
changed: [managed-node2] => {
    "changed": true, 
    "force": false, 
    "name": "sar-user", 
    "remove": true, 
    "state": "absent"
}

RUNNING HANDLER [fedora.linux_system_roles.selinux : Reload SELinux policy] ****
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/handlers/main.yml:2
Saturday 25 January 2025  15:15:04 -0500 (0:00:00.357)       0:00:34.984 ****** 
changed: [managed-node2] => {
    "changed": true, 
    "cmd": [
        "semodule", 
        "-R"
    ], 
    "delta": "0:00:01.833455", 
    "end": "2025-01-25 15:15:07.055417", 
    "rc": 0, 
    "start": "2025-01-25 15:15:05.221962"
}

RUNNING HANDLER [fedora.linux_system_roles.selinux : Reload SELinux policy] ****
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/handlers/main.yml:2
Saturday 25 January 2025  15:15:07 -0500 (0:00:02.185)       0:00:37.169 ****** 
changed: [managed-node2] => {
    "changed": true, 
    "cmd": [
        "semodule", 
        "-R"
    ], 
    "delta": "0:00:01.844696", 
    "end": "2025-01-25 15:15:09.305926", 
    "rc": 0, 
    "start": "2025-01-25 15:15:07.461230"
}

RUNNING HANDLER [fedora.linux_system_roles.selinux : Reload SELinux policy] ****
task path: /tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/handlers/main.yml:2
Saturday 25 January 2025  15:15:09 -0500 (0:00:02.254)       0:00:39.424 ****** 
changed: [managed-node2] => {
    "changed": true, 
    "cmd": [
        "semodule", 
        "-R"
    ], 
    "delta": "0:00:01.832983", 
    "end": "2025-01-25 15:15:11.608676", 
    "rc": 0, 
    "start": "2025-01-25 15:15:09.775693"
}
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
managed-node2              : ok=55   changed=6    unreachable=0    failed=0    skipped=90   rescued=0    ignored=0   

Saturday 25 January 2025  15:15:11 -0500 (0:00:02.291)       0:00:41.716 ****** 
=============================================================================== 
Add some mapping -------------------------------------------------------- 3.63s
/tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/tests/selinux/tests_all_purge.yml:24 
fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 2.72s
/tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 
fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 2.71s
/tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 
fedora.linux_system_roles.selinux : Reload SELinux policy --------------- 2.29s
/tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/handlers/main.yml:2 
fedora.linux_system_roles.selinux : Reload SELinux policy --------------- 2.25s
/tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/handlers/main.yml:2 
fedora.linux_system_roles.selinux : Reload SELinux policy --------------- 2.19s
/tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/handlers/main.yml:2 
Gathering Facts --------------------------------------------------------- 1.09s
/tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/tests/selinux/tests_all_purge.yml:2 
fedora.linux_system_roles.selinux : Drop all local modifications -------- 1.03s
/tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35 
fedora.linux_system_roles.selinux : Install SELinux python2 tools ------- 0.74s
/tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 
fedora.linux_system_roles.selinux : Install SELinux python2 tools ------- 0.72s
/tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 
fedora.linux_system_roles.selinux : Install SELinux python2 tools ------- 0.71s
/tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 
Add a Linux System Roles SELinux User ----------------------------------- 0.66s
/tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/tests/selinux/tests_all_purge.yml:19 
fedora.linux_system_roles.selinux : Ensure ansible_facts used by role --- 0.64s
/tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 
fedora.linux_system_roles.selinux : Refresh facts ----------------------- 0.64s
/tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:89 
Get local modifications - boolean --------------------------------------- 0.60s
/tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml:46 
fedora.linux_system_roles.selinux : Refresh facts ----------------------- 0.58s
/tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:89 
Get local modifications - boolean --------------------------------------- 0.55s
/tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml:46 
Get local modifications - port ------------------------------------------ 0.54s
/tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml:51 
fedora.linux_system_roles.selinux : Refresh facts ----------------------- 0.54s
/tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:89 
Get local modifications - fcontext -------------------------------------- 0.53s
/tmp/collections-wqM/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml:61