[WARNING]: Skipping plugin (/tmp/collections-
EcD/ansible_collections/ansible/posix/plugins/callback/lsr_report_errors.py),
cannot load: invalid syntax (lsr_report_errors.py, line 233)
ansible-playbook [core 2.17.11]
  config file = None
  configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/local/lib/python3.13/site-packages/ansible
  ansible collection location = /tmp/collections-EcD
  executable location = /usr/local/bin/ansible-playbook
  python version = 3.13.3 (main, Apr 22 2025, 00:00:00) [GCC 15.0.1 20250418 (Red Hat 15.0.1-0)] (/usr/bin/python3.13)
  jinja version = 3.1.6
  libyaml = True
No config file found; using defaults
running playbook inside collection fedora.linux_system_roles
Skipping callback 'debug', as we already have a stdout callback.
Skipping callback 'json', as we already have a stdout callback.
Skipping callback 'jsonl', as we already have a stdout callback.
Skipping callback 'default', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.

PLAYBOOK: tests_default.yml ****************************************************
1 plays in /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_default.yml

PLAY [Ensure that the rule runs with default parameters] ***********************

TASK [Run the postfix role] ****************************************************
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_default.yml:6
Monday 12 May 2025  19:27:17 -0400 (0:00:00.046)       0:00:00.046 ************ 
included: fedora.linux_system_roles.postfix for managed-node1

TASK [fedora.linux_system_roles.postfix : Ensure ansible_facts required by role] ***
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:2
Monday 12 May 2025  19:27:17 -0400 (0:00:00.038)       0:00:00.084 ************ 
included: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml for managed-node1

TASK [fedora.linux_system_roles.postfix : Ensure ansible_facts used by role are present] ***
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:3
Monday 12 May 2025  19:27:17 -0400 (0:00:00.014)       0:00:00.099 ************ 
[WARNING]: Platform linux on host managed-node1 is using the discovered Python
interpreter at /usr/bin/python3, but future installation of another Python
interpreter could change the meaning of that path. See
https://docs.ansible.com/ansible-
core/2.17/reference_appendices/interpreter_discovery.html for more information.
ok: [managed-node1]

TASK [fedora.linux_system_roles.postfix : Check if system is ostree] ***********
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:11
Monday 12 May 2025  19:27:20 -0400 (0:00:02.206)       0:00:02.306 ************ 
ok: [managed-node1] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.postfix : Set flag to indicate system is ostree] ***
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:16
Monday 12 May 2025  19:27:20 -0400 (0:00:00.450)       0:00:02.757 ************ 
ok: [managed-node1] => {
    "ansible_facts": {
        "__postfix_is_ostree": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.postfix : Set platform/version specific variables] ***
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:20
Monday 12 May 2025  19:27:20 -0400 (0:00:00.021)       0:00:02.778 ************ 
ok: [managed-node1] => (item=RedHat.yml) => {
    "ansible_facts": {
        "__postfix_smtp_services": [
            "smtp",
            "smtps",
            "submission"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/postfix/vars/RedHat.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml"
}
ok: [managed-node1] => (item=Fedora.yml) => {
    "ansible_facts": {
        "__postfix_smtp_services": [
            "smtp",
            "smtps",
            "submission"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/postfix/vars/Fedora.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "Fedora.yml"
}
skipping: [managed-node1] => (item=Fedora_42.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__postfix_vars_file is file",
    "item": "Fedora_42.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=Fedora_42.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__postfix_vars_file is file",
    "item": "Fedora_42.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.postfix : Get status of package(s) ['postfix']] ***
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:16
Monday 12 May 2025  19:27:20 -0400 (0:00:00.037)       0:00:02.815 ************ 
skipping: [managed-node1] => (item=postfix)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "postfix_conf.previous is defined",
    "item": "postfix",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.postfix : Remove package(s) to reset original confs ['postfix']] ***
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:23
Monday 12 May 2025  19:27:20 -0400 (0:00:00.018)       0:00:02.834 ************ 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "postfix_conf.previous is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.postfix : Get status of config files] **********
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:38
Monday 12 May 2025  19:27:20 -0400 (0:00:00.015)       0:00:02.849 ************ 
skipping: [managed-node1] => (item=postfix)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "postfix_conf.previous | d() == \"replaced\"",
    "item": "postfix",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.postfix : Remove config files - make empty] ****
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:45
Monday 12 May 2025  19:27:20 -0400 (0:00:00.028)       0:00:02.878 ************ 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.postfix : Configure firewall] ******************
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:54
Monday 12 May 2025  19:27:20 -0400 (0:00:00.027)       0:00:02.905 ************ 
included: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/firewall.yml for managed-node1

TASK [Ensure the postfix ports status with the firewall role] ******************
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/firewall.yml:3
Monday 12 May 2025  19:27:20 -0400 (0:00:00.014)       0:00:02.919 ************ 
included: fedora.linux_system_roles.firewall for managed-node1

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Monday 12 May 2025  19:27:20 -0400 (0:00:00.058)       0:00:02.977 ************ 
included: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node1

TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] ***
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Monday 12 May 2025  19:27:20 -0400 (0:00:00.022)       0:00:03.000 ************ 
ok: [managed-node1]

TASK [fedora.linux_system_roles.firewall : Check if system is ostree] **********
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Monday 12 May 2025  19:27:21 -0400 (0:00:00.778)       0:00:03.779 ************ 
ok: [managed-node1] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] ***
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Monday 12 May 2025  19:27:22 -0400 (0:00:00.418)       0:00:04.197 ************ 
ok: [managed-node1] => {
    "ansible_facts": {
        "__firewall_is_ostree": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Monday 12 May 2025  19:27:22 -0400 (0:00:00.021)       0:00:04.218 ************ 
ok: [managed-node1] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] ***
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Monday 12 May 2025  19:27:22 -0400 (0:00:00.397)       0:00:04.616 ************ 
ok: [managed-node1] => {
    "ansible_facts": {
        "__firewall_is_transactional": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Monday 12 May 2025  19:27:22 -0400 (0:00:00.025)       0:00:04.641 ************ 
ok: [managed-node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Monday 12 May 2025  19:27:32 -0400 (0:00:09.987)       0:00:14.629 ************ 
skipping: [managed-node1] => {
    "false_condition": "__firewall_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Monday 12 May 2025  19:27:32 -0400 (0:00:00.026)       0:00:14.656 ************ 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__firewall_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] ***
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Monday 12 May 2025  19:27:32 -0400 (0:00:00.027)       0:00:14.684 ************ 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__firewall_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Monday 12 May 2025  19:27:32 -0400 (0:00:00.027)       0:00:14.711 ************ 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "firewall_disable_conflicting_services | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] ***
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Monday 12 May 2025  19:27:32 -0400 (0:00:00.024)       0:00:14.737 ************ 
skipping: [managed-node1] => (item=nftables)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall_disable_conflicting_services | bool",
    "item": "nftables",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=iptables)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall_disable_conflicting_services | bool",
    "item": "iptables",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=ufw)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall_disable_conflicting_services | bool",
    "item": "ufw",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Monday 12 May 2025  19:27:32 -0400 (0:00:00.030)       0:00:14.767 ************ 
ok: [managed-node1] => {
    "changed": false,
    "name": "firewalld",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0",
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "dbus-broker.service system.slice sysinit.target basic.target dbus.socket polkit.service",
        "AllowIsolate": "no",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Before": "shutdown.target network-pre.target",
        "BindLogSockets": "no",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "BusName": "org.fedoraproject.FirewallD1",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanLiveMount": "yes",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "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_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "iptables.service shutdown.target ip6tables.service ipset.service ebtables.service",
        "ControlGroupId": "0",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DebugInvocation": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "firewalld - dynamic firewall daemon",
        "DeviceAllow": "char-rtc r",
        "DevicePolicy": "closed",
        "Documentation": "\"man:firewalld(1)\"",
        "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf /usr/lib/systemd/system/service.d/50-keep-warm.conf",
        "DynamicUser": "no",
        "EffectiveMemoryHigh": "3894640640",
        "EffectiveMemoryMax": "3894640640",
        "EffectiveTasksMax": "4415",
        "Environment": "SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0",
        "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainHandoffTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/usr/bin/firewalld ; argv[]=/usr/bin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/bin/firewalld ; argv[]=/usr/bin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExitType": "main",
        "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FileDescriptorStorePreserve": "restart",
        "FinalKillSignal": "9",
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOReadBytes": "[not set]",
        "IOReadOperations": "[not set]",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "[not set]",
        "IOWriteOperations": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "firewalld.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "mixed",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "8388608",
        "LimitMEMLOCKSoft": "8388608",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "524288",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "14718",
        "LimitNPROCSoft": "14718",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14718",
        "LimitSIGPENDINGSoft": "14718",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LiveMountResult": "success",
        "LoadState": "loaded",
        "LockPersonality": "yes",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureDurationUSec": "[not set]",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "3565924352",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "yes",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "[not set]",
        "MemoryPressureThresholdUSec": "200ms",
        "MemoryPressureWatch": "auto",
        "MemorySwapCurrent": "[not set]",
        "MemorySwapMax": "infinity",
        "MemorySwapPeak": "[not set]",
        "MemoryZSwapCurrent": "[not set]",
        "MemoryZSwapMax": "infinity",
        "MemoryZSwapWriteback": "yes",
        "MountAPIVFS": "no",
        "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "firewalld.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "yes",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivatePIDs": "no",
        "PrivateTmp": "no",
        "PrivateTmpEx": "no",
        "PrivateUsers": "no",
        "PrivateUsersEx": "no",
        "ProcSubset": "all",
        "ProtectClock": "yes",
        "ProtectControlGroups": "yes",
        "ProtectControlGroupsEx": "yes",
        "ProtectHome": "yes",
        "ProtectHostname": "yes",
        "ProtectKernelLogs": "yes",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "yes",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "sysinit.target system.slice dbus.socket",
        "Restart": "no",
        "RestartKillSignal": "15",
        "RestartMaxDelayUSec": "infinity",
        "RestartMode": "normal",
        "RestartSteps": "0",
        "RestartUSec": "100ms",
        "RestartUSecNext": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "yes",
        "RestrictSUIDSGID": "yes",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RootEphemeral": "no",
        "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "SetLoginEnvironment": "no",
        "Slice": "system.slice",
        "StandardError": "null",
        "StandardInput": "null",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StartupMemoryHigh": "infinity",
        "StartupMemoryLow": "0",
        "StartupMemoryMax": "infinity",
        "StartupMemorySwapMax": "infinity",
        "StartupMemoryZSwapMax": "infinity",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SurviveFinalKillSignal": "no",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallArchitectures": "native",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "4415",
        "TimeoutAbortUSec": "45s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "45s",
        "TimeoutStopFailureMode": "abort",
        "TimeoutStopUSec": "45s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "disabled",
        "UtmpMode": "init",
        "Wants": "network-pre.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "infinity"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Monday 12 May 2025  19:27:33 -0400 (0:00:00.754)       0:00:15.522 ************ 
changed: [managed-node1] => {
    "changed": true,
    "enabled": true,
    "name": "firewalld",
    "state": "started",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0",
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "system.slice basic.target polkit.service dbus-broker.service sysinit.target dbus.socket",
        "AllowIsolate": "no",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Before": "shutdown.target network-pre.target",
        "BindLogSockets": "no",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "BusName": "org.fedoraproject.FirewallD1",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanLiveMount": "yes",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "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_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "iptables.service ebtables.service ipset.service shutdown.target ip6tables.service",
        "ControlGroupId": "0",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DebugInvocation": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "firewalld - dynamic firewall daemon",
        "DeviceAllow": "char-rtc r",
        "DevicePolicy": "closed",
        "Documentation": "\"man:firewalld(1)\"",
        "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf /usr/lib/systemd/system/service.d/50-keep-warm.conf",
        "DynamicUser": "no",
        "EffectiveMemoryHigh": "3894640640",
        "EffectiveMemoryMax": "3894640640",
        "EffectiveTasksMax": "4415",
        "Environment": "SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0",
        "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainHandoffTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/usr/bin/firewalld ; argv[]=/usr/bin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/bin/firewalld ; argv[]=/usr/bin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExitType": "main",
        "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FileDescriptorStorePreserve": "restart",
        "FinalKillSignal": "9",
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOReadBytes": "[not set]",
        "IOReadOperations": "[not set]",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "[not set]",
        "IOWriteOperations": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "firewalld.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "mixed",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "8388608",
        "LimitMEMLOCKSoft": "8388608",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "524288",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "14718",
        "LimitNPROCSoft": "14718",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14718",
        "LimitSIGPENDINGSoft": "14718",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LiveMountResult": "success",
        "LoadState": "loaded",
        "LockPersonality": "yes",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureDurationUSec": "[not set]",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "3549061120",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "yes",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "[not set]",
        "MemoryPressureThresholdUSec": "200ms",
        "MemoryPressureWatch": "auto",
        "MemorySwapCurrent": "[not set]",
        "MemorySwapMax": "infinity",
        "MemorySwapPeak": "[not set]",
        "MemoryZSwapCurrent": "[not set]",
        "MemoryZSwapMax": "infinity",
        "MemoryZSwapWriteback": "yes",
        "MountAPIVFS": "no",
        "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "firewalld.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "yes",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivatePIDs": "no",
        "PrivateTmp": "no",
        "PrivateTmpEx": "no",
        "PrivateUsers": "no",
        "PrivateUsersEx": "no",
        "ProcSubset": "all",
        "ProtectClock": "yes",
        "ProtectControlGroups": "yes",
        "ProtectControlGroupsEx": "yes",
        "ProtectHome": "yes",
        "ProtectHostname": "yes",
        "ProtectKernelLogs": "yes",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "yes",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "dbus.socket system.slice sysinit.target",
        "Restart": "no",
        "RestartKillSignal": "15",
        "RestartMaxDelayUSec": "infinity",
        "RestartMode": "normal",
        "RestartSteps": "0",
        "RestartUSec": "100ms",
        "RestartUSecNext": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "yes",
        "RestrictSUIDSGID": "yes",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RootEphemeral": "no",
        "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "SetLoginEnvironment": "no",
        "Slice": "system.slice",
        "StandardError": "null",
        "StandardInput": "null",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StartupMemoryHigh": "infinity",
        "StartupMemoryLow": "0",
        "StartupMemoryMax": "infinity",
        "StartupMemorySwapMax": "infinity",
        "StartupMemoryZSwapMax": "infinity",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SurviveFinalKillSignal": "no",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallArchitectures": "native",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "4415",
        "TimeoutAbortUSec": "45s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "45s",
        "TimeoutStopFailureMode": "abort",
        "TimeoutStopUSec": "45s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "disabled",
        "UtmpMode": "init",
        "Wants": "network-pre.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "infinity"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Monday 12 May 2025  19:27:34 -0400 (0:00:01.523)       0:00:17.046 ************ 
ok: [managed-node1] => {
    "ansible_facts": {
        "__firewall_previous_replaced": false,
        "__firewall_python_cmd": "/usr/bin/python3",
        "__firewall_report_changed": true
    },
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] ***
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Monday 12 May 2025  19:27:34 -0400 (0:00:00.035)       0:00:17.081 ************ 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__firewall_previous_replaced | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] ***
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Monday 12 May 2025  19:27:34 -0400 (0:00:00.022)       0:00:17.104 ************ 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__firewall_previous_replaced | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Monday 12 May 2025  19:27:34 -0400 (0:00:00.032)       0:00:17.137 ************ 
changed: [managed-node1] => (item={'service': 'smtp', 'state': 'enabled'}) => {
    "__firewall_changed": true,
    "ansible_loop_var": "item",
    "changed": true,
    "item": {
        "service": "smtp",
        "state": "enabled"
    }
}
changed: [managed-node1] => (item={'service': 'smtps', 'state': 'enabled'}) => {
    "__firewall_changed": true,
    "ansible_loop_var": "item",
    "changed": true,
    "item": {
        "service": "smtps",
        "state": "enabled"
    }
}
changed: [managed-node1] => (item={'service': 'smtp-submission', 'state': 'enabled'}) => {
    "__firewall_changed": true,
    "ansible_loop_var": "item",
    "changed": true,
    "item": {
        "service": "smtp-submission",
        "state": "enabled"
    }
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:121
Monday 12 May 2025  19:27:37 -0400 (0:00:02.106)       0:00:19.244 ************ 
skipping: [managed-node1] => (item={'service': 'smtp', 'state': 'enabled'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall | length == 1",
    "item": {
        "service": "smtp",
        "state": "enabled"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={'service': 'smtps', 'state': 'enabled'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall | length == 1",
    "item": {
        "service": "smtps",
        "state": "enabled"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={'service': 'smtp-submission', 'state': 'enabled'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall | length == 1",
    "item": {
        "service": "smtp-submission",
        "state": "enabled"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:131
Monday 12 May 2025  19:27:37 -0400 (0:00:00.044)       0:00:19.288 ************ 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "firewall | length == 1",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] ***
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:140
Monday 12 May 2025  19:27:37 -0400 (0:00:00.027)       0:00:19.315 ************ 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "firewall == None or firewall | length == 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:145
Monday 12 May 2025  19:27:37 -0400 (0:00:00.026)       0:00:19.342 ************ 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "firewall == None or firewall | length == 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] ***
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:154
Monday 12 May 2025  19:27:37 -0400 (0:00:00.026)       0:00:19.368 ************ 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__firewall_previous_replaced | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:164
Monday 12 May 2025  19:27:37 -0400 (0:00:00.023)       0:00:19.392 ************ 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__firewall_previous_replaced | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:170
Monday 12 May 2025  19:27:37 -0400 (0:00:00.023)       0:00:19.416 ************ 
skipping: [managed-node1] => {
    "false_condition": "__firewall_previous_replaced | bool"
}

TASK [fedora.linux_system_roles.postfix : Configure selinux] *******************
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:57
Monday 12 May 2025  19:27:37 -0400 (0:00:00.024)       0:00:19.440 ************ 
included: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml for managed-node1

TASK [fedora.linux_system_roles.postfix : Get the smtp related tcp service ports] ***
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:12
Monday 12 May 2025  19:27:37 -0400 (0:00:00.020)       0:00:19.461 ************ 
ok: [managed-node1] => (item=smtp) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": "set -euo pipefail\nports=\"$(firewall-cmd --info-service=\"smtp\" | \\\n  grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\" || :\nif [ -z \"$ports\" ]; then\n  include=\"$(firewall-cmd --info-service=\"smtp\" | \\\n    awk '/^ +includes:/ {print $2}')\" || :\n  if [ -n \"$include\" ]; then\n    ports=\"$(firewall-cmd --info-service=\"$include\" | \\\n      grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\"\n  fi\nfi\nif [ -z \"$ports\" ]; then\n  exit 1\nfi\necho \"$ports\"",
    "delta": "0:00:00.211983",
    "end": "2025-05-12 19:27:38.028660",
    "item": "smtp",
    "rc": 0,
    "start": "2025-05-12 19:27:37.816677"
}

STDOUT:

25/tcp
ok: [managed-node1] => (item=smtps) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": "set -euo pipefail\nports=\"$(firewall-cmd --info-service=\"smtps\" | \\\n  grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\" || :\nif [ -z \"$ports\" ]; then\n  include=\"$(firewall-cmd --info-service=\"smtps\" | \\\n    awk '/^ +includes:/ {print $2}')\" || :\n  if [ -n \"$include\" ]; then\n    ports=\"$(firewall-cmd --info-service=\"$include\" | \\\n      grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\"\n  fi\nfi\nif [ -z \"$ports\" ]; then\n  exit 1\nfi\necho \"$ports\"",
    "delta": "0:00:00.210979",
    "end": "2025-05-12 19:27:38.616850",
    "item": "smtps",
    "rc": 0,
    "start": "2025-05-12 19:27:38.405871"
}

STDOUT:

465/tcp
ok: [managed-node1] => (item=submission) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": "set -euo pipefail\nports=\"$(firewall-cmd --info-service=\"submission\" | \\\n  grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\" || :\nif [ -z \"$ports\" ]; then\n  include=\"$(firewall-cmd --info-service=\"submission\" | \\\n    awk '/^ +includes:/ {print $2}')\" || :\n  if [ -n \"$include\" ]; then\n    ports=\"$(firewall-cmd --info-service=\"$include\" | \\\n      grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\"\n  fi\nfi\nif [ -z \"$ports\" ]; then\n  exit 1\nfi\necho \"$ports\"",
    "delta": "0:00:00.208865",
    "end": "2025-05-12 19:27:39.196747",
    "item": "submission",
    "rc": 0,
    "start": "2025-05-12 19:27:38.987882"
}

STDOUT:

587/tcp

TASK [fedora.linux_system_roles.postfix : Initialize _postfix_selinux] *********
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:33
Monday 12 May 2025  19:27:39 -0400 (0:00:01.964)       0:00:21.426 ************ 
ok: [managed-node1] => {
    "ansible_facts": {
        "_postfix_selinux": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.postfix : Add the smtp related service ports to _postfix_selinux] ***
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:37
Monday 12 May 2025  19:27:39 -0400 (0:00:00.037)       0:00:21.463 ************ 
ok: [managed-node1] => (item={'changed': False, 'stdout': '25/tcp', 'stderr': '', 'rc': 0, 'cmd': 'set -euo pipefail\nports="$(firewall-cmd --info-service="smtp" | \\\n  grep -E " +ports: +" | sed -e "s/ *ports: //")" || :\nif [ -z "$ports" ]; then\n  include="$(firewall-cmd --info-service="smtp" | \\\n    awk \'/^ +includes:/ {print $2}\')" || :\n  if [ -n "$include" ]; then\n    ports="$(firewall-cmd --info-service="$include" | \\\n      grep -E " +ports: +" | sed -e "s/ *ports: //")"\n  fi\nfi\nif [ -z "$ports" ]; then\n  exit 1\nfi\necho "$ports"', 'start': '2025-05-12 19:27:37.816677', 'end': '2025-05-12 19:27:38.028660', 'delta': '0:00:00.211983', 'msg': '', 'invocation': {'module_args': {'_raw_params': 'set -euo pipefail\nports="$(firewall-cmd --info-service="smtp" | \\\n  grep -E " +ports: +" | sed -e "s/ *ports: //")" || :\nif [ -z "$ports" ]; then\n  include="$(firewall-cmd --info-service="smtp" | \\\n    awk \'/^ +includes:/ {print $2}\')" || :\n  if [ -n "$include" ]; then\n    ports="$(firewall-cmd --info-service="$include" | \\\n      grep -E " +ports: +" | sed -e "s/ *ports: //")"\n  fi\nfi\nif [ -z "$ports" ]; then\n  exit 1\nfi\necho "$ports"', '_uses_shell': True, 'expand_argument_vars': True, 'stdin_add_newline': True, 'strip_empty_ends': True, 'argv': None, 'chdir': None, 'executable': None, 'creates': None, 'removes': None, 'stdin': None}}, 'stdout_lines': ['25/tcp'], 'stderr_lines': [], 'failed': False, 'item': 'smtp', 'ansible_loop_var': 'item'}) => {
    "ansible_facts": {
        "_postfix_selinux": [
            {
                "local": "true",
                "ports": "25",
                "proto": "tcp",
                "setype": "smtp_port_t",
                "state": "present"
            }
        ]
    },
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "ansible_loop_var": "item",
        "changed": false,
        "cmd": "set -euo pipefail\nports=\"$(firewall-cmd --info-service=\"smtp\" | \\\n  grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\" || :\nif [ -z \"$ports\" ]; then\n  include=\"$(firewall-cmd --info-service=\"smtp\" | \\\n    awk '/^ +includes:/ {print $2}')\" || :\n  if [ -n \"$include\" ]; then\n    ports=\"$(firewall-cmd --info-service=\"$include\" | \\\n      grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\"\n  fi\nfi\nif [ -z \"$ports\" ]; then\n  exit 1\nfi\necho \"$ports\"",
        "delta": "0:00:00.211983",
        "end": "2025-05-12 19:27:38.028660",
        "failed": false,
        "invocation": {
            "module_args": {
                "_raw_params": "set -euo pipefail\nports=\"$(firewall-cmd --info-service=\"smtp\" | \\\n  grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\" || :\nif [ -z \"$ports\" ]; then\n  include=\"$(firewall-cmd --info-service=\"smtp\" | \\\n    awk '/^ +includes:/ {print $2}')\" || :\n  if [ -n \"$include\" ]; then\n    ports=\"$(firewall-cmd --info-service=\"$include\" | \\\n      grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\"\n  fi\nfi\nif [ -z \"$ports\" ]; then\n  exit 1\nfi\necho \"$ports\"",
                "_uses_shell": true,
                "argv": null,
                "chdir": null,
                "creates": null,
                "executable": null,
                "expand_argument_vars": true,
                "removes": null,
                "stdin": null,
                "stdin_add_newline": true,
                "strip_empty_ends": true
            }
        },
        "item": "smtp",
        "msg": "",
        "rc": 0,
        "start": "2025-05-12 19:27:37.816677",
        "stderr": "",
        "stderr_lines": [],
        "stdout": "25/tcp",
        "stdout_lines": [
            "25/tcp"
        ]
    }
}
ok: [managed-node1] => (item={'changed': False, 'stdout': '465/tcp', 'stderr': '', 'rc': 0, 'cmd': 'set -euo pipefail\nports="$(firewall-cmd --info-service="smtps" | \\\n  grep -E " +ports: +" | sed -e "s/ *ports: //")" || :\nif [ -z "$ports" ]; then\n  include="$(firewall-cmd --info-service="smtps" | \\\n    awk \'/^ +includes:/ {print $2}\')" || :\n  if [ -n "$include" ]; then\n    ports="$(firewall-cmd --info-service="$include" | \\\n      grep -E " +ports: +" | sed -e "s/ *ports: //")"\n  fi\nfi\nif [ -z "$ports" ]; then\n  exit 1\nfi\necho "$ports"', 'start': '2025-05-12 19:27:38.405871', 'end': '2025-05-12 19:27:38.616850', 'delta': '0:00:00.210979', 'msg': '', 'invocation': {'module_args': {'_raw_params': 'set -euo pipefail\nports="$(firewall-cmd --info-service="smtps" | \\\n  grep -E " +ports: +" | sed -e "s/ *ports: //")" || :\nif [ -z "$ports" ]; then\n  include="$(firewall-cmd --info-service="smtps" | \\\n    awk \'/^ +includes:/ {print $2}\')" || :\n  if [ -n "$include" ]; then\n    ports="$(firewall-cmd --info-service="$include" | \\\n      grep -E " +ports: +" | sed -e "s/ *ports: //")"\n  fi\nfi\nif [ -z "$ports" ]; then\n  exit 1\nfi\necho "$ports"', '_uses_shell': True, 'expand_argument_vars': True, 'stdin_add_newline': True, 'strip_empty_ends': True, 'argv': None, 'chdir': None, 'executable': None, 'creates': None, 'removes': None, 'stdin': None}}, 'stdout_lines': ['465/tcp'], 'stderr_lines': [], 'failed': False, 'item': 'smtps', 'ansible_loop_var': 'item'}) => {
    "ansible_facts": {
        "_postfix_selinux": [
            {
                "local": "true",
                "ports": "25",
                "proto": "tcp",
                "setype": "smtp_port_t",
                "state": "present"
            },
            {
                "local": "true",
                "ports": "465",
                "proto": "tcp",
                "setype": "smtp_port_t",
                "state": "present"
            }
        ]
    },
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "ansible_loop_var": "item",
        "changed": false,
        "cmd": "set -euo pipefail\nports=\"$(firewall-cmd --info-service=\"smtps\" | \\\n  grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\" || :\nif [ -z \"$ports\" ]; then\n  include=\"$(firewall-cmd --info-service=\"smtps\" | \\\n    awk '/^ +includes:/ {print $2}')\" || :\n  if [ -n \"$include\" ]; then\n    ports=\"$(firewall-cmd --info-service=\"$include\" | \\\n      grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\"\n  fi\nfi\nif [ -z \"$ports\" ]; then\n  exit 1\nfi\necho \"$ports\"",
        "delta": "0:00:00.210979",
        "end": "2025-05-12 19:27:38.616850",
        "failed": false,
        "invocation": {
            "module_args": {
                "_raw_params": "set -euo pipefail\nports=\"$(firewall-cmd --info-service=\"smtps\" | \\\n  grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\" || :\nif [ -z \"$ports\" ]; then\n  include=\"$(firewall-cmd --info-service=\"smtps\" | \\\n    awk '/^ +includes:/ {print $2}')\" || :\n  if [ -n \"$include\" ]; then\n    ports=\"$(firewall-cmd --info-service=\"$include\" | \\\n      grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\"\n  fi\nfi\nif [ -z \"$ports\" ]; then\n  exit 1\nfi\necho \"$ports\"",
                "_uses_shell": true,
                "argv": null,
                "chdir": null,
                "creates": null,
                "executable": null,
                "expand_argument_vars": true,
                "removes": null,
                "stdin": null,
                "stdin_add_newline": true,
                "strip_empty_ends": true
            }
        },
        "item": "smtps",
        "msg": "",
        "rc": 0,
        "start": "2025-05-12 19:27:38.405871",
        "stderr": "",
        "stderr_lines": [],
        "stdout": "465/tcp",
        "stdout_lines": [
            "465/tcp"
        ]
    }
}
ok: [managed-node1] => (item={'changed': False, 'stdout': '587/tcp', 'stderr': '', 'rc': 0, 'cmd': 'set -euo pipefail\nports="$(firewall-cmd --info-service="submission" | \\\n  grep -E " +ports: +" | sed -e "s/ *ports: //")" || :\nif [ -z "$ports" ]; then\n  include="$(firewall-cmd --info-service="submission" | \\\n    awk \'/^ +includes:/ {print $2}\')" || :\n  if [ -n "$include" ]; then\n    ports="$(firewall-cmd --info-service="$include" | \\\n      grep -E " +ports: +" | sed -e "s/ *ports: //")"\n  fi\nfi\nif [ -z "$ports" ]; then\n  exit 1\nfi\necho "$ports"', 'start': '2025-05-12 19:27:38.987882', 'end': '2025-05-12 19:27:39.196747', 'delta': '0:00:00.208865', 'msg': '', 'invocation': {'module_args': {'_raw_params': 'set -euo pipefail\nports="$(firewall-cmd --info-service="submission" | \\\n  grep -E " +ports: +" | sed -e "s/ *ports: //")" || :\nif [ -z "$ports" ]; then\n  include="$(firewall-cmd --info-service="submission" | \\\n    awk \'/^ +includes:/ {print $2}\')" || :\n  if [ -n "$include" ]; then\n    ports="$(firewall-cmd --info-service="$include" | \\\n      grep -E " +ports: +" | sed -e "s/ *ports: //")"\n  fi\nfi\nif [ -z "$ports" ]; then\n  exit 1\nfi\necho "$ports"', '_uses_shell': True, 'expand_argument_vars': True, 'stdin_add_newline': True, 'strip_empty_ends': True, 'argv': None, 'chdir': None, 'executable': None, 'creates': None, 'removes': None, 'stdin': None}}, 'stdout_lines': ['587/tcp'], 'stderr_lines': [], 'failed': False, 'item': 'submission', 'ansible_loop_var': 'item'}) => {
    "ansible_facts": {
        "_postfix_selinux": [
            {
                "local": "true",
                "ports": "25",
                "proto": "tcp",
                "setype": "smtp_port_t",
                "state": "present"
            },
            {
                "local": "true",
                "ports": "465",
                "proto": "tcp",
                "setype": "smtp_port_t",
                "state": "present"
            },
            {
                "local": "true",
                "ports": "587",
                "proto": "tcp",
                "setype": "smtp_port_t",
                "state": "present"
            }
        ]
    },
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "ansible_loop_var": "item",
        "changed": false,
        "cmd": "set -euo pipefail\nports=\"$(firewall-cmd --info-service=\"submission\" | \\\n  grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\" || :\nif [ -z \"$ports\" ]; then\n  include=\"$(firewall-cmd --info-service=\"submission\" | \\\n    awk '/^ +includes:/ {print $2}')\" || :\n  if [ -n \"$include\" ]; then\n    ports=\"$(firewall-cmd --info-service=\"$include\" | \\\n      grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\"\n  fi\nfi\nif [ -z \"$ports\" ]; then\n  exit 1\nfi\necho \"$ports\"",
        "delta": "0:00:00.208865",
        "end": "2025-05-12 19:27:39.196747",
        "failed": false,
        "invocation": {
            "module_args": {
                "_raw_params": "set -euo pipefail\nports=\"$(firewall-cmd --info-service=\"submission\" | \\\n  grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\" || :\nif [ -z \"$ports\" ]; then\n  include=\"$(firewall-cmd --info-service=\"submission\" | \\\n    awk '/^ +includes:/ {print $2}')\" || :\n  if [ -n \"$include\" ]; then\n    ports=\"$(firewall-cmd --info-service=\"$include\" | \\\n      grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\"\n  fi\nfi\nif [ -z \"$ports\" ]; then\n  exit 1\nfi\necho \"$ports\"",
                "_uses_shell": true,
                "argv": null,
                "chdir": null,
                "creates": null,
                "executable": null,
                "expand_argument_vars": true,
                "removes": null,
                "stdin": null,
                "stdin_add_newline": true,
                "strip_empty_ends": true
            }
        },
        "item": "submission",
        "msg": "",
        "rc": 0,
        "start": "2025-05-12 19:27:38.987882",
        "stderr": "",
        "stderr_lines": [],
        "stdout": "587/tcp",
        "stdout_lines": [
            "587/tcp"
        ]
    }
}

TASK [fedora.linux_system_roles.postfix : Set hardcoded ports to _postfix_selinux for no firewall or rhel-6 or not redhat] ***
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:46
Monday 12 May 2025  19:27:39 -0400 (0:00:00.126)       0:00:21.589 ************ 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "(not postfix_manage_firewall | bool) or (ansible_facts['os_family'] != 'RedHat') or (ansible_facts['distribution_version'] is version('7', '<'))",
    "skip_reason": "Conditional result was False"
}

TASK [Ensure the service and the ports status with the selinux role] ***********
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:55
Monday 12 May 2025  19:27:39 -0400 (0:00:00.075)       0:00:21.668 ************ 
redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux
redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux
redirecting (type: modules) ansible.builtin.seboolean to ansible.posix.seboolean
included: fedora.linux_system_roles.selinux for managed-node1

TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] ***
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2
Monday 12 May 2025  19:27:39 -0400 (0:00:00.179)       0:00:21.847 ************ 
included: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml for managed-node1

TASK [fedora.linux_system_roles.selinux : Ensure ansible_facts used by role] ***
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2
Monday 12 May 2025  19:27:39 -0400 (0:00:00.064)       0:00:21.912 ************ 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__selinux_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] *************
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7
Monday 12 May 2025  19:27:39 -0400 (0:00:00.043)       0:00:21.955 ************ 
included: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml for managed-node1

TASK [fedora.linux_system_roles.selinux : Check if system is ostree] ***********
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5
Monday 12 May 2025  19:27:39 -0400 (0:00:00.081)       0:00:22.037 ************ 
ok: [managed-node1] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.selinux : Set flag to indicate system is ostree] ***
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10
Monday 12 May 2025  19:27:40 -0400 (0:00:00.429)       0:00:22.466 ************ 
ok: [managed-node1] => {
    "ansible_facts": {
        "__selinux_is_ostree": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.selinux : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17
Monday 12 May 2025  19:27:40 -0400 (0:00:00.034)       0:00:22.501 ************ 
ok: [managed-node1] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.selinux : Set flag if transactional-update exists] ***
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22
Monday 12 May 2025  19:27:40 -0400 (0:00:00.393)       0:00:22.895 ************ 
ok: [managed-node1] => {
    "ansible_facts": {
        "__selinux_is_transactional": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.selinux : Install SELinux python2 tools] *******
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26
Monday 12 May 2025  19:27:40 -0400 (0:00:00.050)       0:00:22.946 ************ 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "ansible_python_version is version('3', '<')",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] *******
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35
Monday 12 May 2025  19:27:40 -0400 (0:00:00.045)       0:00:22.991 ************ 
ok: [managed-node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] *******
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46
Monday 12 May 2025  19:27:42 -0400 (0:00:01.707)       0:00:24.698 ************ 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "ansible_os_family == \"Suse\"",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] *******
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58
Monday 12 May 2025  19:27:42 -0400 (0:00:00.030)       0:00:24.728 ************ 
changed: [managed-node1] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: policycoreutils-python-utils-3.8-1.fc42.noarch"
    ]
}

TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:72
Monday 12 May 2025  19:27:44 -0400 (0:00:02.173)       0:00:26.902 ************ 
skipping: [managed-node1] => {
    "false_condition": "__selinux_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] ***
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:77
Monday 12 May 2025  19:27:44 -0400 (0:00:00.028)       0:00:26.931 ************ 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__selinux_is_transactional | d(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-EcD/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:82
Monday 12 May 2025  19:27:44 -0400 (0:00:00.030)       0:00:26.961 ************ 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__selinux_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Refresh facts] ***********************
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:89
Monday 12 May 2025  19:27:44 -0400 (0:00:00.032)       0:00:26.994 ************ 
ok: [managed-node1]

TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] ***
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5
Monday 12 May 2025  19:27:45 -0400 (0:00:00.947)       0:00:27.941 ************ 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "ansible_selinux.status == \"enabled\" and (selinux_state or selinux_policy)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] ***
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13
Monday 12 May 2025  19:27:45 -0400 (0:00:00.026)       0:00:27.968 ************ 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "ansible_selinux.status == \"disabled\" and selinux_state",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] *********
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21
Monday 12 May 2025  19:27:45 -0400 (0:00:00.024)       0:00:27.993 ************ 
ok: [managed-node1] => {
    "ansible_facts": {
        "selinux_reboot_required": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] **********
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25
Monday 12 May 2025  19:27:45 -0400 (0:00:00.033)       0:00:28.026 ************ 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "selinux_reboot_required",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Warn if SELinux is disabled] *********
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30
Monday 12 May 2025  19:27:45 -0400 (0:00:00.025)       0:00:28.052 ************ 
skipping: [managed-node1] => {
    "false_condition": "ansible_selinux.status == \"disabled\""
}

TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ********
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35
Monday 12 May 2025  19:27:45 -0400 (0:00:00.024)       0:00:28.077 ************ 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "selinux_all_purge | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications] ***
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:43
Monday 12 May 2025  19:27:45 -0400 (0:00:00.025)       0:00:28.102 ************ 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "selinux_booleans_purge | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Purge all SELinux file context local modifications] ***
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:48
Monday 12 May 2025  19:27:45 -0400 (0:00:00.025)       0:00:28.128 ************ 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "selinux_fcontexts_purge | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Purge all SELinux port local modifications] ***
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:53
Monday 12 May 2025  19:27:45 -0400 (0:00:00.026)       0:00:28.155 ************ 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "selinux_ports_purge | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Purge all SELinux login local modifications] ***
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58
Monday 12 May 2025  19:27:46 -0400 (0:00:00.024)       0:00:28.179 ************ 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "selinux_logins_purge | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set SELinux booleans] ****************
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:63
Monday 12 May 2025  19:27:46 -0400 (0:00:00.028)       0:00:28.208 ************ 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] ***********
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:74
Monday 12 May 2025  19:27:46 -0400 (0:00:00.014)       0:00:28.223 ************ 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ******
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87
Monday 12 May 2025  19:27:46 -0400 (0:00:00.013)       0:00:28.236 ************ 
changed: [managed-node1] => (item={'ports': '25', 'proto': 'tcp', 'setype': 'smtp_port_t', 'state': 'present', 'local': 'true'}) => {
    "__selinux_item": {
        "local": "true",
        "ports": "25",
        "proto": "tcp",
        "setype": "smtp_port_t",
        "state": "present"
    },
    "ansible_loop_var": "__selinux_item",
    "changed": true,
    "ports": [
        "25"
    ],
    "proto": "tcp",
    "setype": "smtp_port_t",
    "state": "present"
}
changed: [managed-node1] => (item={'ports': '465', 'proto': 'tcp', 'setype': 'smtp_port_t', 'state': 'present', 'local': 'true'}) => {
    "__selinux_item": {
        "local": "true",
        "ports": "465",
        "proto": "tcp",
        "setype": "smtp_port_t",
        "state": "present"
    },
    "ansible_loop_var": "__selinux_item",
    "changed": true,
    "ports": [
        "465"
    ],
    "proto": "tcp",
    "setype": "smtp_port_t",
    "state": "present"
}
changed: [managed-node1] => (item={'ports': '587', 'proto': 'tcp', 'setype': 'smtp_port_t', 'state': 'present', 'local': 'true'}) => {
    "__selinux_item": {
        "local": "true",
        "ports": "587",
        "proto": "tcp",
        "setype": "smtp_port_t",
        "state": "present"
    },
    "ansible_loop_var": "__selinux_item",
    "changed": true,
    "ports": [
        "587"
    ],
    "proto": "tcp",
    "setype": "smtp_port_t",
    "state": "present"
}

TASK [fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping] ***
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:99
Monday 12 May 2025  19:28:09 -0400 (0:00:22.982)       0:00:51.218 ************ 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] ***********
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112
Monday 12 May 2025  19:28:09 -0400 (0:00:00.013)       0:00:51.232 ************ 
ok: [managed-node1] => {
    "ansible_facts": {
        "selinux_checksums": true,
        "selinux_installed_modules": {
            "abrt": {
                "100": {
                    "checksum": "sha256:586e9b55a7a7752349043d34c3ff7c5c8f8be34879568afae3e9ee4fa96b5e02",
                    "enabled": 1
                }
            },
            "accountsd": {
                "100": {
                    "checksum": "sha256:bf20dde6f79b68fb4c230b9a5d7d2cebc66da23147cc32822855a65c9f3a40c9",
                    "enabled": 1
                }
            },
            "acct": {
                "100": {
                    "checksum": "sha256:670f03366caa641d4b8bec9b2ea1b6415c9f609aa1432266b97114873fbfc6a9",
                    "enabled": 1
                }
            },
            "afs": {
                "100": {
                    "checksum": "sha256:2114e1c2f0f422eb82dfda598102cc2c8bd4581b77a5daaa8078a8f397a12111",
                    "enabled": 1
                }
            },
            "afterburn": {
                "100": {
                    "checksum": "sha256:aa3e3c01a371676694389f88583fe85ce271a4a7c41c4fbe734dd13c5185556f",
                    "enabled": 1
                }
            },
            "aide": {
                "100": {
                    "checksum": "sha256:9f27a47d55662eefa4d73810dd6db4c4ac1526d5ee9421dc9b6c648b74f43878",
                    "enabled": 1
                }
            },
            "alsa": {
                "100": {
                    "checksum": "sha256:167b00d798d6b36d44047eee807bb6b8c4f3d68f77f7b1010067f114ca8e1360",
                    "enabled": 1
                }
            },
            "amanda": {
                "100": {
                    "checksum": "sha256:73d83640a0908323ad070db379ffb8af563653859b9964571d665a2bea240a2f",
                    "enabled": 1
                }
            },
            "anaconda": {
                "100": {
                    "checksum": "sha256:d1c5cf90f1f2a7fa039c3b1c091b804ede34df9aade4c2ad67f45f52006ca2c1",
                    "enabled": 1
                }
            },
            "antivirus": {
                "100": {
                    "checksum": "sha256:94b8e965cf26c86e2a5f32da43386c4825cecf62e7b3914d423227ac1b91840a",
                    "enabled": 1
                }
            },
            "apache": {
                "100": {
                    "checksum": "sha256:3fcc69287807cf9e8200ad9d047d9fe10f88fe0fcebf6f668124c651e8587782",
                    "enabled": 1
                }
            },
            "apcupsd": {
                "100": {
                    "checksum": "sha256:3b26919a8ea1773532b497fdff2fb26d22d5f7808c352686c2732146ebb5e4fa",
                    "enabled": 1
                }
            },
            "apm": {
                "100": {
                    "checksum": "sha256:d2c0a9e97776055dad08fd5635f01e00acf8c2c2edcf1dce27fe07f23d2bb496",
                    "enabled": 1
                }
            },
            "application": {
                "100": {
                    "checksum": "sha256:ef1e2494f5690e6f1587585f65e81e831b8297f3c64f68cd6703ca968a477bac",
                    "enabled": 1
                }
            },
            "arpwatch": {
                "100": {
                    "checksum": "sha256:8c715f6ecdc9f588fcaa6e7b3d63c5be8b3d046bb6396824d037bfa88be5f78b",
                    "enabled": 1
                }
            },
            "asterisk": {
                "100": {
                    "checksum": "sha256:6712434cf64b61ff7f5640c8e24be9152a2127e88c3f2342e2de2aa09a40b2a6",
                    "enabled": 1
                }
            },
            "auditadm": {
                "100": {
                    "checksum": "sha256:32408607cd7d2d98af1e03bbabeb849deb1dd7fb536fed7b309ffa868628dfc1",
                    "enabled": 1
                }
            },
            "authlogin": {
                "100": {
                    "checksum": "sha256:a7d62244cb35bb956b434f8af00d6e3c20f7d7f13c4a4180af3e078977fc9421",
                    "enabled": 1
                }
            },
            "automount": {
                "100": {
                    "checksum": "sha256:91b28d5dac1a7928b39b40c76714cbceedf40240e559c7e9cd63b8a0e59aa439",
                    "enabled": 1
                }
            },
            "avahi": {
                "100": {
                    "checksum": "sha256:860fcb2b549e0a7accfe8e5f1071069a99f35ccacfba55456e8fe4b37ed08414",
                    "enabled": 1
                }
            },
            "awstats": {
                "100": {
                    "checksum": "sha256:d45523f5190e5564f945ee3b9c70543afaf9f5b2745a8dadd9f3f85176eafda5",
                    "enabled": 1
                }
            },
            "bacula": {
                "100": {
                    "checksum": "sha256:a833d38c7fb5e16933b6bc2172b7120314d19b8ebbcac47202963733e45c0308",
                    "enabled": 1
                }
            },
            "base": {
                "100": {
                    "checksum": "sha256:3cac7f943ea2a903e484d31cde83b2355dd096da4ae77d309818928cfff5e419",
                    "enabled": 1
                }
            },
            "bind": {
                "100": {
                    "checksum": "sha256:b8e1085d5dfcb715c25045ac6033f72631f79a11fe69fdbf6958ab1ac08e5474",
                    "enabled": 1
                }
            },
            "bitlbee": {
                "100": {
                    "checksum": "sha256:33a75fac3de64a6dd8ad6507a0204bd9bf3b173b621bc24802398c89e1201f79",
                    "enabled": 1
                }
            },
            "blkmapd": {
                "100": {
                    "checksum": "sha256:eeaf190bbcee909a85777f938bf1cb986b028f6c4fd67b361c0e18143d04c389",
                    "enabled": 1
                }
            },
            "blueman": {
                "100": {
                    "checksum": "sha256:c97b45d028fd2f234643495562fe96082f6f7b601987e8e08e7dc4d12d7ded70",
                    "enabled": 1
                }
            },
            "bluetooth": {
                "100": {
                    "checksum": "sha256:ab7dba6631f882a6b213b5fe8aa435d520ded92121f2c26d3b241dcca6cb4fa4",
                    "enabled": 1
                }
            },
            "boinc": {
                "100": {
                    "checksum": "sha256:9ffac660766830f921c78bafca51b76f935f7241b49f0a51cbc57809f760e652",
                    "enabled": 1
                }
            },
            "boltd": {
                "100": {
                    "checksum": "sha256:63a74e88f61411cfd03aa6e719867d1ae3238b99f3adb2f91cc0973e8b10e174",
                    "enabled": 1
                }
            },
            "boothd": {
                "100": {
                    "checksum": "sha256:577dd865e64484df7da6494cc0c46e4d6888b47d21a6a19d1ffdc16fa5f8ba99",
                    "enabled": 1
                }
            },
            "bootloader": {
                "100": {
                    "checksum": "sha256:808eb695f6ce5c484b6881b4f67ce53787d7073c18e71ae5f9eff3a0d546db78",
                    "enabled": 1
                }
            },
            "bootupd": {
                "100": {
                    "checksum": "sha256:69b91934a584808f5be1d961662b65a4477a02e2d7eaeccb0759569154f7fe90",
                    "enabled": 1
                }
            },
            "brctl": {
                "100": {
                    "checksum": "sha256:c1671981468f4ffe6eee8b2aa5324135d3843b58132ff5c53313275e398cbcf3",
                    "enabled": 1
                }
            },
            "brltty": {
                "100": {
                    "checksum": "sha256:0471f4ad4a09025a1a23ad398d869d88b90172a869800cf06660c886033c7409",
                    "enabled": 1
                }
            },
            "bugzilla": {
                "100": {
                    "checksum": "sha256:480fe3690a301d2359b747a03b7f65fd881063f6f7d877c55a16e6a51f324df6",
                    "enabled": 1
                }
            },
            "cachefilesd": {
                "100": {
                    "checksum": "sha256:ec1969e106b5d32038017f4c80e7a8a713367df9a96075e6a5a4ba628068ec30",
                    "enabled": 1
                }
            },
            "calamaris": {
                "100": {
                    "checksum": "sha256:3b369138db2945167e6b10503d99902411fd5213b91dae978afe344b174240f7",
                    "enabled": 1
                }
            },
            "callweaver": {
                "100": {
                    "checksum": "sha256:fe05b2345644d118171b1b8af8a72be21b473dd38529d2b80a6b5c976fb6b89f",
                    "enabled": 1
                }
            },
            "canna": {
                "100": {
                    "checksum": "sha256:faf4f1045c0e866f29124643d1623246299a3a8bfd2f8910416cdb32d46b676f",
                    "enabled": 1
                }
            },
            "ccs": {
                "100": {
                    "checksum": "sha256:63bc6ce49d27fe27a4175267a2eca8879e77bffceea06f37bcb1d4a319b0c383",
                    "enabled": 1
                }
            },
            "cdrecord": {
                "100": {
                    "checksum": "sha256:c258276b231b731865f4237c8477010ea00b71e0e51501d7a206344381f625b1",
                    "enabled": 1
                }
            },
            "certmaster": {
                "100": {
                    "checksum": "sha256:5d46915b4fa32deccdf587b5970cde875d7b43643c09ec42a156193f9592c8ab",
                    "enabled": 1
                }
            },
            "certmonger": {
                "100": {
                    "checksum": "sha256:363096ff18dbd4366ef4c1bb561736f3a69b23b8bcf10bf7b22e15c8f28d10f7",
                    "enabled": 1
                }
            },
            "certwatch": {
                "100": {
                    "checksum": "sha256:8d8299ad27c884a1657ff8ba52413f24867605e5e31c55a70659b3b0db4309d5",
                    "enabled": 1
                }
            },
            "cfengine": {
                "100": {
                    "checksum": "sha256:7bb067362b8ca5658a9c1b6438c3781213bd8663d2e04af91afc9bdf7e97996e",
                    "enabled": 1
                }
            },
            "cgroup": {
                "100": {
                    "checksum": "sha256:065c1371658ee934a15f9dd52f848d590ba25c1395b2d9abd201eadf7527d944",
                    "enabled": 1
                }
            },
            "chrome": {
                "100": {
                    "checksum": "sha256:680318c7058b39d17824f8d60f9ee7b34dd054ecba096d96c824134f1b062f5e",
                    "enabled": 1
                }
            },
            "chronyd": {
                "100": {
                    "checksum": "sha256:1ad948e925fdb3e4ff5524547ace9cd41efd57a1c6023d674e77caf5f0cdad07",
                    "enabled": 1
                }
            },
            "cifsutils": {
                "100": {
                    "checksum": "sha256:23c8e76b67e137680de670096eca99e52f5027fd189661f67557b456bd78b2da",
                    "enabled": 1
                }
            },
            "cinder": {
                "100": {
                    "checksum": "sha256:95351f4464622aed05297db68b883d47165ce7db322134048f5a99479c734da3",
                    "enabled": 1
                }
            },
            "cipe": {
                "100": {
                    "checksum": "sha256:66621c8b3ddcec50b78e34fc0d9dbe337435942a3843a2fdf29adfbb1e6d88cf",
                    "enabled": 1
                }
            },
            "clock": {
                "100": {
                    "checksum": "sha256:a41e8f2b7baefc3ea171ced8037d4b8a7a2a232c8baafe04d81aa24f22b7b0fe",
                    "enabled": 1
                }
            },
            "clogd": {
                "100": {
                    "checksum": "sha256:b51dae659e1a50955356651ec871a5b6077ddf9334b1e2dea97a95cb9136d53a",
                    "enabled": 1
                }
            },
            "cloudform": {
                "100": {
                    "checksum": "sha256:9ef6021431a249937655e8aa89c329f59933da69a3efe4a8f8caba7a981da17d",
                    "enabled": 1
                }
            },
            "cmirrord": {
                "100": {
                    "checksum": "sha256:b2961f18da34da66a4db92560799f4e74f80ad7715371cd672b0f86af9aa60cb",
                    "enabled": 1
                }
            },
            "cobbler": {
                "100": {
                    "checksum": "sha256:b8df210d8aa05e08a3ad72e50c40f07622bc8ae5823192a1c84cc6e6761a5878",
                    "enabled": 1
                }
            },
            "collectd": {
                "100": {
                    "checksum": "sha256:57dc0d6f72ffe4c74420cb4063a3b2902e301c9d58d5561b19ed19b8b83df326",
                    "enabled": 1
                }
            },
            "colord": {
                "100": {
                    "checksum": "sha256:2e148209ad809476c9184d9d3e7655937052a3de8dd78f367c22a57052482bcb",
                    "enabled": 1
                }
            },
            "comsat": {
                "100": {
                    "checksum": "sha256:407cf97c8c9911a4486820f91a10f0a3f6d97be72c92e2c4b9b7fb030af5d0d5",
                    "enabled": 1
                }
            },
            "condor": {
                "100": {
                    "checksum": "sha256:19aeb79ab5b6de6c4ee9365d2709ef8832e5b931360c1f0ec0ea79c5858c28dc",
                    "enabled": 1
                }
            },
            "conman": {
                "100": {
                    "checksum": "sha256:ddefc573ec416c134d180e7f8c219a4f7a970b7cfc8d83cdbcb41250abcdd20b",
                    "enabled": 1
                }
            },
            "conntrackd": {
                "100": {
                    "checksum": "sha256:2ab5cc7c3b5f2c5f78b4622778189fa81bbc5980c038829b4c269ac937b5fc47",
                    "enabled": 1
                }
            },
            "consolekit": {
                "100": {
                    "checksum": "sha256:e12042ea1c45dd3cde246ae8de753eebdbbe0588c4c9c63dc2946c833a90709c",
                    "enabled": 1
                }
            },
            "coreos_installer": {
                "100": {
                    "checksum": "sha256:2a496fe53eccbbc05eb77d1dfa201ded89fc886653709b18e39c5088a627b829",
                    "enabled": 1
                }
            },
            "couchdb": {
                "100": {
                    "checksum": "sha256:e7ffb1afd19042410ffc4af01ee0fe31ff9f434d23451dd3bd01a7052be716b2",
                    "enabled": 1
                }
            },
            "courier": {
                "100": {
                    "checksum": "sha256:2b35d23274c594f9264ef0f875fae5a8e33b0d2461c4cec2236a3dfe077ae994",
                    "enabled": 1
                }
            },
            "cpucontrol": {
                "100": {
                    "checksum": "sha256:2c523e3379d939ae8e459d014cac247625537354cfe686f782a530c6180a5f09",
                    "enabled": 1
                }
            },
            "cpufreqselector": {
                "100": {
                    "checksum": "sha256:43b7f9d92ade2e28e26c7f9736d94d91b9a20812118f466b39aa4dc7a02e0959",
                    "enabled": 1
                }
            },
            "cpuplug": {
                "100": {
                    "checksum": "sha256:4d924ed643b360619b9f73885594cbfe9ad5cef3d3db0bce1fd0eddf124adbc1",
                    "enabled": 1
                }
            },
            "cron": {
                "100": {
                    "checksum": "sha256:d71a86c387e68a384596cef1e45eb6e19b01fc48527eeaed8c2f081c46f1460d",
                    "enabled": 1
                }
            },
            "ctdb": {
                "100": {
                    "checksum": "sha256:9919234c972d86204fc54323dada6321bce7b0d550d32dd26183b8d8e9bdfc9b",
                    "enabled": 1
                }
            },
            "cups": {
                "100": {
                    "checksum": "sha256:9e229597730802cf314f49eeca9c75cbf9e3866c9dacbfb0d0ddbaba3c712c19",
                    "enabled": 1
                }
            },
            "cvs": {
                "100": {
                    "checksum": "sha256:05274fef587a5ac9def4bce8be2540bc893dd2c7b0052ad9f4e5de0c6da55718",
                    "enabled": 1
                }
            },
            "cyphesis": {
                "100": {
                    "checksum": "sha256:635739376db164b36a935a3bb0dbe8b5644b0fca8d3791b0efde3da36372a4aa",
                    "enabled": 1
                }
            },
            "cyrus": {
                "100": {
                    "checksum": "sha256:26567d47104e4634ab34aa39e0a3ea5f4ed85670b6c66b63e86c47c809080344",
                    "enabled": 1
                }
            },
            "daemontools": {
                "100": {
                    "checksum": "sha256:429c5e1b65232dbfb74741ba1514315288e2704c8a105759c31b85e3742200e1",
                    "enabled": 1
                }
            },
            "dbadm": {
                "100": {
                    "checksum": "sha256:60d52f8cd830783a461d2bae35c6dff67653c0698c4dfa7e1d5fd0d23fdb84de",
                    "enabled": 1
                }
            },
            "dbskk": {
                "100": {
                    "checksum": "sha256:cebf3906f6cc325ef4db614c2b688a2d9576efee7386ccb2b0600f71f235670f",
                    "enabled": 1
                }
            },
            "dbus": {
                "100": {
                    "checksum": "sha256:c32577f0eac85b673f0b1944ca7e0867abef5f18b10e68b07689f3381f178ec9",
                    "enabled": 1
                }
            },
            "dcc": {
                "100": {
                    "checksum": "sha256:70e984b485cd80ffcaf99d81488e642ddbf06a96bba59ef0e6417f225eebb202",
                    "enabled": 1
                }
            },
            "ddclient": {
                "100": {
                    "checksum": "sha256:f1125a673ecd4df8c74791c6be6ca836b50f8dca6b03c17cd6f92aa0e40deb38",
                    "enabled": 1
                }
            },
            "denyhosts": {
                "100": {
                    "checksum": "sha256:643ce1a1f7dc2df66e3a1ff57d3dbd9631ea7c9b9b83467d7e4e2f4dc701186b",
                    "enabled": 1
                }
            },
            "devicekit": {
                "100": {
                    "checksum": "sha256:0598a7bd3ff1db63cea1bad547557bf0d6cd035b1abf7c3a278a9712dc6739b8",
                    "enabled": 1
                }
            },
            "dhcp": {
                "100": {
                    "checksum": "sha256:c09ea6f0ba2fd448b29d35decd44b6c181525e98192155c80473962aaaf375aa",
                    "enabled": 1
                }
            },
            "dictd": {
                "100": {
                    "checksum": "sha256:354b95b5534eca8a32167adc8ae1d3aad64a821a45cefa4785f6e7d508129485",
                    "enabled": 1
                }
            },
            "dirsrv": {
                "100": {
                    "checksum": "sha256:76b2163505a7215c631383b87dfde98e0badccecc896b8b49f666c0b775f3518",
                    "enabled": 1
                }
            },
            "distcc": {
                "100": {
                    "checksum": "sha256:a8179c2e64684b994ca8802badba7dbe0df42564f400307eeca0274f442cc0c4",
                    "enabled": 1
                }
            },
            "dmesg": {
                "100": {
                    "checksum": "sha256:683d9127837b24fe81e70e43390210ff542b44f33090166cc3a15ffacfbb2e38",
                    "enabled": 1
                }
            },
            "dmidecode": {
                "100": {
                    "checksum": "sha256:86cd2077704697cee8ee96b378dcd1ea828146d912eba776119c46622935cae1",
                    "enabled": 1
                }
            },
            "dnsmasq": {
                "100": {
                    "checksum": "sha256:8060596d83498e64e3dfc01caa613eba485d0d9f72b6771154359472e0d8c3b2",
                    "enabled": 1
                }
            },
            "dnssec": {
                "100": {
                    "checksum": "sha256:dcdeac18206120adb90a2751cb3ad43d960619f348cb5bc7c020e961e70fb87c",
                    "enabled": 1
                }
            },
            "dovecot": {
                "100": {
                    "checksum": "sha256:aa5b6faa99eaec8d2b0d32bf26249ef18493583a27b5c7ea6c753ad5922fc33d",
                    "enabled": 1
                }
            },
            "drbd": {
                "100": {
                    "checksum": "sha256:3cbef9fd6432f2f01728f531557fb7770c9a4d45a515253b48cddb6f8ed55dc3",
                    "enabled": 1
                }
            },
            "dspam": {
                "100": {
                    "checksum": "sha256:503e9b509a0f764faea4a2415311aa1b43bfd8b78bbcc8090f6bc81c200beea8",
                    "enabled": 1
                }
            },
            "entropyd": {
                "100": {
                    "checksum": "sha256:7f9fca897f0811ed65acf5fd66616a0b3fd846a7a0a8dff981079f206e40fdb3",
                    "enabled": 1
                }
            },
            "exim": {
                "100": {
                    "checksum": "sha256:bd329e28fa363aa44bd99ff6b801a3730ae749a732d49e70837c720908a66da2",
                    "enabled": 1
                }
            },
            "fcoe": {
                "100": {
                    "checksum": "sha256:f608736ae5ee58173ee7dbd951b0f7829fb0b6d15ae3015b91d32b9e7e3e453e",
                    "enabled": 1
                }
            },
            "fdo": {
                "100": {
                    "checksum": "sha256:8a4fadcf1824d251ec0347dc9f629471c5ff37b12d7141f3dbf958c3cea12957",
                    "enabled": 1
                }
            },
            "fedoratp": {
                "100": {
                    "checksum": "sha256:85ee3ad2c50bf2b0ba1fb4fe0c57850f9ffd3bb5c11d11a5b5e159ac65783c18",
                    "enabled": 1
                }
            },
            "fetchmail": {
                "100": {
                    "checksum": "sha256:56ef87427ba73e1981192f595dd2c169b322cbed91da8de818e995434e07c757",
                    "enabled": 1
                }
            },
            "finger": {
                "100": {
                    "checksum": "sha256:1700660b7883c4430f65112f0a283b9e0a98434611f1d370f1e7a93f849b5f9d",
                    "enabled": 1
                }
            },
            "firewalld": {
                "100": {
                    "checksum": "sha256:f0b84c71c55d464990363e185d9f4564aa5344e5b1d9c04d420f03d223bf8c06",
                    "enabled": 1
                }
            },
            "firewallgui": {
                "100": {
                    "checksum": "sha256:fa2c087674647c5df4601261a236bf5c5c0efc17d25e1ba8bc5f126138328788",
                    "enabled": 1
                }
            },
            "firstboot": {
                "100": {
                    "checksum": "sha256:a3309163cc99db6fe128e5ea67ca73029fd14accc3cd3b3fbb0f5710aa29e3cd",
                    "enabled": 1
                }
            },
            "fprintd": {
                "100": {
                    "checksum": "sha256:1cb012beb208aebe26b53919c54e8e902210feb7b26d52b05cbe760d273b0645",
                    "enabled": 1
                }
            },
            "freeipmi": {
                "100": {
                    "checksum": "sha256:6aa78581deacc59608d6d7844ca04c0ebb0d30359ad6f70f51aa7263a337f6fb",
                    "enabled": 1
                }
            },
            "freqset": {
                "100": {
                    "checksum": "sha256:5c96b7146bde0acec28d73afc25b0a35fbfffe2ccd69529717eca6927dc558a7",
                    "enabled": 1
                }
            },
            "fstools": {
                "100": {
                    "checksum": "sha256:b601effee24d3639995f219529d16f3747c9adf3ac04e94d57033104321669f7",
                    "enabled": 1
                }
            },
            "ftp": {
                "100": {
                    "checksum": "sha256:be221d42f9b4822cc91ade3192133770642b98aa431c00a4ae9f060b8a32cfce",
                    "enabled": 1
                }
            },
            "fwupd": {
                "100": {
                    "checksum": "sha256:4f1c84d8ccd64b0af49edc9247ac92f49545fe4dfb24906acc133ebd7ba78bb9",
                    "enabled": 1
                }
            },
            "games": {
                "100": {
                    "checksum": "sha256:776c3b6b2ef3c9aa6f825e3f46ecd45cdd371d773f7f3e53f01ee92983c6e10f",
                    "enabled": 1
                }
            },
            "gdomap": {
                "100": {
                    "checksum": "sha256:bec0b003cf82cc2fe7e6f196bd82b929e87a827fe8d46bca5b1df2613a409d6b",
                    "enabled": 1
                }
            },
            "geoclue": {
                "100": {
                    "checksum": "sha256:3e8a90189684079f66e782c8e001c435ada771766dd1fa9ae33a977405f6ba99",
                    "enabled": 1
                }
            },
            "getty": {
                "100": {
                    "checksum": "sha256:6f0af18be41a38407bb7fa6fd3b4b841d145619bf89bcb431c833b839039c8e8",
                    "enabled": 1
                }
            },
            "git": {
                "100": {
                    "checksum": "sha256:69850d2342f0fcb96a719d39a3698d547c105880e6834f232a4d845a18a046f3",
                    "enabled": 1
                }
            },
            "gitosis": {
                "100": {
                    "checksum": "sha256:24935d3495375c7f6e0a0ddc091cf1f3f276ee155d07760bd7ba0c3ac115f6e8",
                    "enabled": 1
                }
            },
            "glance": {
                "100": {
                    "checksum": "sha256:fe00543de47f940ba5bf1ab84b7dc7f6a680053ef148329f2a9ec827eb47c61c",
                    "enabled": 1
                }
            },
            "glusterd": {
                "100": {
                    "checksum": "sha256:5dfb2da63f627c2fe5d27081e241543a5e2f012ae171ad7120540e3f56f602de",
                    "enabled": 1
                }
            },
            "gnome": {
                "100": {
                    "checksum": "sha256:72fee9628fbda309811a2ab4a8cd63e01f8c25dc30884194927b0a1d3fc65c77",
                    "enabled": 1
                }
            },
            "gnome_remote_desktop": {
                "100": {
                    "checksum": "sha256:1dee43d61a29e5532137d95d00e401907fca4f8b144b793a6d0709a17f2d805e",
                    "enabled": 1
                }
            },
            "gpg": {
                "100": {
                    "checksum": "sha256:dee2caa5873bf379c5b75cf994819d6af631d77fa0461377354faed4b5332735",
                    "enabled": 1
                }
            },
            "gpm": {
                "100": {
                    "checksum": "sha256:a9f5e7f8a314db87a46dfaf4baf8caf61a067332a21b0936f1b5f9dcd1ed84c1",
                    "enabled": 1
                }
            },
            "gpsd": {
                "100": {
                    "checksum": "sha256:2ab9b1d3553c65572a4be83cf5366ce857589eb197fea0cf1aed2a362c7d2124",
                    "enabled": 1
                }
            },
            "gssproxy": {
                "100": {
                    "checksum": "sha256:252482bb11be555cdc4fe0a9a0edbd5d9e608fc2ef373f2db7e8e645b473fab4",
                    "enabled": 1
                }
            },
            "guest": {
                "100": {
                    "checksum": "sha256:01cbf4916992e83a3078b7eda80fe28996990cafc38345f7500f1cc777fcf634",
                    "enabled": 1
                }
            },
            "hddtemp": {
                "100": {
                    "checksum": "sha256:4b4087a4954ad05381331b4e68a09d333dfdf4e54a736d271c46d16a1daddc14",
                    "enabled": 1
                }
            },
            "hostapd": {
                "100": {
                    "checksum": "sha256:f4e140e3c881a9df509d1ef7e07f5aa18c32951088e9fd1fc9490faf14877ca8",
                    "enabled": 1
                }
            },
            "hostname": {
                "100": {
                    "checksum": "sha256:aac549ca03b5896baa13ec9bd4b546150436909c67ff3a34dca76983738d65fb",
                    "enabled": 1
                }
            },
            "hsqldb": {
                "100": {
                    "checksum": "sha256:8c85419ef8b861a1776d4911f4932c558bfab2568f5d9a6837815064b705171f",
                    "enabled": 1
                }
            },
            "hwloc": {
                "100": {
                    "checksum": "sha256:1f64e6cf4b4541b5f9430eb2fe90c0ff7da14550be6c24e5d933683893bea0a3",
                    "enabled": 1
                }
            },
            "hypervkvp": {
                "100": {
                    "checksum": "sha256:8b6ed37641e538bc08ae821a4e8df2026a1f15b139cfe9d08d9b57fc8f89d25c",
                    "enabled": 1
                }
            },
            "ibacm": {
                "100": {
                    "checksum": "sha256:1ca3332649c130c06c5ef27daddd2a698706d790cd3012fff89c32548e14eb49",
                    "enabled": 1
                }
            },
            "ica": {
                "100": {
                    "checksum": "sha256:5daeb045f8b76fed05c1145d131f77dd556de131f777b7e259d8ec57787e7da6",
                    "enabled": 1
                }
            },
            "icecast": {
                "100": {
                    "checksum": "sha256:281ed7601c5b057802da5ffdc24a7e3308e0bb2591a263186f51e35816dffc12",
                    "enabled": 1
                }
            },
            "iiosensorproxy": {
                "100": {
                    "checksum": "sha256:acb71a8230e032b963be19f601fc1f13dcebb5099e5a232e05a0b2b33d1bfb64",
                    "enabled": 1
                }
            },
            "inetd": {
                "100": {
                    "checksum": "sha256:ddcf26b1519dbb7a26588152be928b5fa10c4f089e9afd4f389ec89325be6bba",
                    "enabled": 1
                }
            },
            "init": {
                "100": {
                    "checksum": "sha256:5e67e7d026ae6508c74f35e3b67dd95aba5a8c1581eb32fcbc9fa4dc5ef0473c",
                    "enabled": 1
                }
            },
            "inn": {
                "100": {
                    "checksum": "sha256:78fa56bebdb0ba105044937b4119ab7293b36b08b05bc201e9a46194740f3a54",
                    "enabled": 1
                }
            },
            "insights_client": {
                "100": {
                    "checksum": "sha256:66bfca915a5da5f8845290a0812e923c9ea98d5f65004ed070a165d22d647f98",
                    "enabled": 1
                }
            },
            "insights_core": {
                "100": {
                    "checksum": "sha256:6f4843f6db1f8741d86d4c0fc1995a5a63646eaa01629f987a410dca3e384265",
                    "enabled": 1
                }
            },
            "iodine": {
                "100": {
                    "checksum": "sha256:6819e08af6d0d526cd02ab7b043a6a5560e70878b2d1b15679e2c78f23047c0e",
                    "enabled": 1
                }
            },
            "iotop": {
                "100": {
                    "checksum": "sha256:aacd4bc0e4b33ec4867345fc0f982ac8c8b4e02d299bf7e6c1e408160096ea49",
                    "enabled": 1
                }
            },
            "ipmievd": {
                "100": {
                    "checksum": "sha256:9d41aa7effed27bf0eaccd48831c6565db8eaa8b40bd044bb17dcce9646aea42",
                    "enabled": 1
                }
            },
            "ipsec": {
                "100": {
                    "checksum": "sha256:391ee014ee04fd2e01d16d5403a7110330646c0feff3ff4eff88c0312e7e3d2e",
                    "enabled": 1
                }
            },
            "iptables": {
                "100": {
                    "checksum": "sha256:1255b30b90dbf2279f1d08300079e5c7153bb7739e849c9cd1f397fcf527ffb4",
                    "enabled": 1
                }
            },
            "irc": {
                "100": {
                    "checksum": "sha256:291a822392f8a93d820aa03613bd0c058cfd1118fd6cca93a12175456eb2cf72",
                    "enabled": 1
                }
            },
            "irqbalance": {
                "100": {
                    "checksum": "sha256:a197d6a5d3027f08e32e575f05c7e836449e92583e3ee1721a37d40be611dcd8",
                    "enabled": 1
                }
            },
            "iscsi": {
                "100": {
                    "checksum": "sha256:1e89b4159f4dc30bcb945776b8a4dd8ee5ed5c951f3e3d8ea5c472d0bc58fbdd",
                    "enabled": 1
                }
            },
            "isns": {
                "100": {
                    "checksum": "sha256:adc44899ddaa71b3841604a1b26056108c0973e7cb2800c7cc49a7a0e0197147",
                    "enabled": 1
                }
            },
            "jabber": {
                "100": {
                    "checksum": "sha256:d1916b00ece1c2b546cc04a7b6695f6459724a6bb7a92be78f399f61a613af86",
                    "enabled": 1
                }
            },
            "jetty": {
                "100": {
                    "checksum": "sha256:074b6d78cca2b9d79c775e8b1f82916e7842037864ad1741e106f9286ae2d8c5",
                    "enabled": 1
                }
            },
            "jockey": {
                "100": {
                    "checksum": "sha256:4cee27b59fe57c672587d220f3061417207a02bc0ff36188148f5c5f3101c1ad",
                    "enabled": 1
                }
            },
            "journalctl": {
                "100": {
                    "checksum": "sha256:49d5bc5b0927e7245bd07ab53efe97fe587da509e8662e6380edacdc8c7f6d79",
                    "enabled": 1
                }
            },
            "kafs": {
                "100": {
                    "checksum": "sha256:602c3c40b28b653e11110e83c7f63122a75b9ad5cb7605299f6951a485284727",
                    "enabled": 1
                }
            },
            "kdump": {
                "100": {
                    "checksum": "sha256:719c762b016d9efc9beaf1f26b69635c4e04cbc6fc249c1fe8f41398dcff6ca1",
                    "enabled": 1
                }
            },
            "kdumpgui": {
                "100": {
                    "checksum": "sha256:478e8ae55c92e536ff93c9d5fd49f84e1cdce86bac0d34d89a7a1fda6fa5001a",
                    "enabled": 1
                }
            },
            "keepalived": {
                "100": {
                    "checksum": "sha256:96be522595582d8366503296585a6b537ed39033b80c3b227cf809cdd62b77cd",
                    "enabled": 1
                }
            },
            "kerberos": {
                "100": {
                    "checksum": "sha256:f3c86819d0db5c1bd3967131d7db7e7823feb50390861c45f723e5722179da42",
                    "enabled": 1
                }
            },
            "keyboardd": {
                "100": {
                    "checksum": "sha256:e267709b6fc5f39679c3156b764ac82facb0b228e5b300d891f4a182662a1a5b",
                    "enabled": 1
                }
            },
            "keystone": {
                "100": {
                    "checksum": "sha256:1a7021842ad7350bc5674a455f4232b831ec8153d14635eba8930e8ade0980b7",
                    "enabled": 1
                }
            },
            "keyutils": {
                "100": {
                    "checksum": "sha256:214a8263251db7cc34516a18053b6b13705fb0a2476e0b3f5430a75f2a2c6daa",
                    "enabled": 1
                }
            },
            "kismet": {
                "100": {
                    "checksum": "sha256:4398910d875745fbd61926116eddc0c7f3f6da3cf8b62fb4149d78734c344df3",
                    "enabled": 1
                }
            },
            "kpatch": {
                "100": {
                    "checksum": "sha256:f681405cfd10a88aacdc04aa7a895431d33fb95fbe92d59f9b4b787727090ccb",
                    "enabled": 1
                }
            },
            "ksmtuned": {
                "100": {
                    "checksum": "sha256:7a35092c807d632de6a59cc84a24c35f0f6b39fc89bcb1970861af3122aa8719",
                    "enabled": 1
                }
            },
            "ktalk": {
                "100": {
                    "checksum": "sha256:0cb7fa517d097ed9714fb03b1758b36f1ec798e78d7bd71523ab2d37d5a71ae5",
                    "enabled": 1
                }
            },
            "ktls": {
                "100": {
                    "checksum": "sha256:67ecaa4394231dde2f53bf8492ade53ab6c18d7b32545dfae9e7b2cca1479b15",
                    "enabled": 1
                }
            },
            "l2tp": {
                "100": {
                    "checksum": "sha256:130bd9f50ec689a8efe629d3e8d9fe617cac4d1b90b4815f0d7ee0ec1e74159c",
                    "enabled": 1
                }
            },
            "ldap": {
                "100": {
                    "checksum": "sha256:fc6f4e7dd7964215cdc61b5d9e1383743ff07082e200dfccfe10e10ba4a5211d",
                    "enabled": 1
                }
            },
            "libraries": {
                "100": {
                    "checksum": "sha256:2d91cd17abc6c42e96f7d5b37b603e57bbe593032f50d278ffb5cec0ae41b026",
                    "enabled": 1
                }
            },
            "likewise": {
                "100": {
                    "checksum": "sha256:2231831baa46deac40b5e65fadabe1071eeb317ee8da2b1296fba5af0c31854a",
                    "enabled": 1
                }
            },
            "lircd": {
                "100": {
                    "checksum": "sha256:0702a7c99636e4f80a8d84038b47660776f0ad868246f1752708ee1215c783ad",
                    "enabled": 1
                }
            },
            "livecd": {
                "100": {
                    "checksum": "sha256:46a683c9c0693f57e0a687926c0ea32a8a176eaa168d1bf86e66463395b314cf",
                    "enabled": 1
                }
            },
            "lldpad": {
                "100": {
                    "checksum": "sha256:0dad3c1618de567c916a9433b474787f17166c526d7475f73084398c891a44a4",
                    "enabled": 1
                }
            },
            "loadkeys": {
                "100": {
                    "checksum": "sha256:06bf2f06b28764f361d106dc01918bbf372b10de296f41c177f7c6b2466eb3c0",
                    "enabled": 1
                }
            },
            "locallogin": {
                "100": {
                    "checksum": "sha256:369ccd5639cb6c0376c9c0f877700527c00314ad980f95f378c1b5762c3072b3",
                    "enabled": 1
                }
            },
            "lockdev": {
                "100": {
                    "checksum": "sha256:d0428317c2f3a5460223c2e3ab9eb81c6e144a21a23a5cb26817d44f4023c646",
                    "enabled": 1
                }
            },
            "logadm": {
                "100": {
                    "checksum": "sha256:42e246c303df5c00ae831c415adabbb8944f6416bd42eba668b0f3c744f14037",
                    "enabled": 1
                }
            },
            "logging": {
                "100": {
                    "checksum": "sha256:d609a7faf0ed3d1be5100f03cbb9a2edf0ee07e5c8a8e4e499e097b812d8ea16",
                    "enabled": 1
                }
            },
            "logrotate": {
                "100": {
                    "checksum": "sha256:7cd18b5397803a12685a68a81f9a8b9b993fbf622fe770e06ab32f29157ce65d",
                    "enabled": 1
                }
            },
            "logwatch": {
                "100": {
                    "checksum": "sha256:8dd7ed567565b64f8c4a50ffb7a1683ea934295adc47c972ac9d07bae8b9da3a",
                    "enabled": 1
                }
            },
            "lpd": {
                "100": {
                    "checksum": "sha256:866ed151b07a25f583aa94b546d8442334757f8cb6cd4aa6433e03ca3fd3228a",
                    "enabled": 1
                }
            },
            "lsm": {
                "100": {
                    "checksum": "sha256:7df22b87a981a09999b90bb4ecea9713b595814a385fce77eb67e3c20042aa09",
                    "enabled": 1
                }
            },
            "lttng-tools": {
                "100": {
                    "checksum": "sha256:9f30b434e6c08d9a155bbc24ef6d71745d8d252c96d0ded0ccb6d158354c6546",
                    "enabled": 1
                }
            },
            "lvm": {
                "100": {
                    "checksum": "sha256:1710c19cccb58ac277a19e7421573464d0840a580c0ba566264d5df079702562",
                    "enabled": 1
                }
            },
            "mailman": {
                "100": {
                    "checksum": "sha256:50901ef3e7ccc1828edc3fde37485af69afe28048ba25b7d9e3578b063d559d7",
                    "enabled": 1
                }
            },
            "mailscanner": {
                "100": {
                    "checksum": "sha256:ea7ef69789119a1f2507570cc9ebe104dba956efa5289b0812a295d8541d8732",
                    "enabled": 1
                }
            },
            "man2html": {
                "100": {
                    "checksum": "sha256:a7af8f4be03248a6d91c5df6c2becd22e3f45a71cecd671d44d2830fcd9f4a3b",
                    "enabled": 1
                }
            },
            "mandb": {
                "100": {
                    "checksum": "sha256:4afad481406029752a7960f97c253b41b8251018b219e16a858ccd029f9bb5f2",
                    "enabled": 1
                }
            },
            "mcelog": {
                "100": {
                    "checksum": "sha256:8f657e89c38d5005236a1c7d9798b714a47da6e90c2f1beeeeab9b624b66c4ff",
                    "enabled": 1
                }
            },
            "mediawiki": {
                "100": {
                    "checksum": "sha256:7ce2990caacbf36b3ea6481def0630fa02e220ea9a4e2dc107251bce1368e569",
                    "enabled": 1
                }
            },
            "memcached": {
                "100": {
                    "checksum": "sha256:577518e3f4a348aaac570906781e3db46d9d53bf52d1a6f83c9f520dab8270e7",
                    "enabled": 1
                }
            },
            "milter": {
                "100": {
                    "checksum": "sha256:6845c20db7c7366ce5c61ac4386a5a7e0ead4d4abde7439ebd141034e1d56d49",
                    "enabled": 1
                }
            },
            "minidlna": {
                "100": {
                    "checksum": "sha256:8c99fc61034ca0306e397607fc39c9a8999cee45f801241a8391f870abe65f04",
                    "enabled": 1
                }
            },
            "minissdpd": {
                "100": {
                    "checksum": "sha256:fc6c53ffbe5274f03614665560aed924d8f5cdbecd2fae80954d06c900848496",
                    "enabled": 1
                }
            },
            "miscfiles": {
                "100": {
                    "checksum": "sha256:6f5792cde030e56b55f4b00cb53bd6d3724181c80aaaee5806e88c6a5298bb6c",
                    "enabled": 1
                }
            },
            "mock": {
                "100": {
                    "checksum": "sha256:9d5273f823682ecd6915caa3e0e2bed4573cebbf5861938b8f892c31e89e6e15",
                    "enabled": 1
                }
            },
            "modemmanager": {
                "100": {
                    "checksum": "sha256:fb2842864b919963bb64c47e3ccc7472e010cbb871a418281e6b21c7f3ee564d",
                    "enabled": 1
                }
            },
            "modutils": {
                "100": {
                    "checksum": "sha256:71471e56a42b1874b5820c6a49897255fc0a139a1476309af56531a7b4815f3e",
                    "enabled": 1
                }
            },
            "mojomojo": {
                "100": {
                    "checksum": "sha256:8ddaca2a54241adf5d42f9205cd073c7062e7692f31ebe15eb9e988e12efc9d4",
                    "enabled": 1
                }
            },
            "mon_statd": {
                "100": {
                    "checksum": "sha256:da616cad52cc48cebca16fe8cd9a738368bc280c3f6da9156b6126dcfe18ef3e",
                    "enabled": 1
                }
            },
            "mongodb": {
                "100": {
                    "checksum": "sha256:1c8308d1e16fc19ac6f0423e47eb8eeb93ef6a47a5b32fba3f4e04500d778bce",
                    "enabled": 1
                }
            },
            "motion": {
                "100": {
                    "checksum": "sha256:154f6949eddb0f008a3b9166f736dde00bbc37df415f07c1263cd63ee609a5fd",
                    "enabled": 1
                }
            },
            "mount": {
                "100": {
                    "checksum": "sha256:ebee3242d8568d23cb74bb1e90299773066f4f8d33868a7b04f2e4532fedddb4",
                    "enabled": 1
                }
            },
            "mozilla": {
                "100": {
                    "checksum": "sha256:8032f287e5f87c2e0ced6c19cc0695b579718bfbba09c8e0601c36232982fde8",
                    "enabled": 1
                }
            },
            "mpd": {
                "100": {
                    "checksum": "sha256:9fbc20f798b9945878c21ecd8f3d0a3bea660b3c5e9d7666597feaf01f32c583",
                    "enabled": 1
                }
            },
            "mplayer": {
                "100": {
                    "checksum": "sha256:6d06ce52f97ca8d6725312953b472756201d3182eb5d14ec09a0498ce1ce55a6",
                    "enabled": 1
                }
            },
            "mptcpd": {
                "100": {
                    "checksum": "sha256:368da83c3c3446d2c512685c9db9a7a3af3441754ac5a578e8d27c20def7dbab",
                    "enabled": 1
                }
            },
            "mrtg": {
                "100": {
                    "checksum": "sha256:740151127f1bcdb7699a6317eca571399e7cf58a755afd20dd141aec3035ab53",
                    "enabled": 1
                }
            },
            "mta": {
                "100": {
                    "checksum": "sha256:e8c6690296f48457a553b6a82e050d5e03bfdb3afbc0ebe73a89d002108b2107",
                    "enabled": 1
                }
            },
            "munin": {
                "100": {
                    "checksum": "sha256:335393afa17a8db06100af645214e7f1531f31ce3304b026ee5e59a7fa830bb0",
                    "enabled": 1
                }
            },
            "mysql": {
                "100": {
                    "checksum": "sha256:fac6266a1a701350cf89e98a51f051c8aaa2316efa5f02cf39f2d854a332c0aa",
                    "enabled": 1
                }
            },
            "mythtv": {
                "100": {
                    "checksum": "sha256:4cab8df79dc5a8e73ece06c418cb3ca58c74f669516b810de46b9f268d78ee8c",
                    "enabled": 1
                }
            },
            "nagios": {
                "100": {
                    "checksum": "sha256:e74209265a43e9fe594d47ce7615858006d537f9ed09c0c916d0dacce2913e1a",
                    "enabled": 1
                }
            },
            "namespace": {
                "100": {
                    "checksum": "sha256:c032c4722dc3ec48bc9f196ae3de9ef9fd1c04554aa0913d99ade36ac0cf85af",
                    "enabled": 1
                }
            },
            "ncftool": {
                "100": {
                    "checksum": "sha256:e7a26a9b18c3c6bb396d0e3321fd668e6cfce386bc035595fcfddfeb8510c430",
                    "enabled": 1
                }
            },
            "netlabel": {
                "100": {
                    "checksum": "sha256:b26e4a6eb23076d0fbe421451828d98713754fb51b701de0d4ce6a2d8f788edb",
                    "enabled": 1
                }
            },
            "netutils": {
                "100": {
                    "checksum": "sha256:7bb9f150dfd6b674bd8450d8485d58e9daea3b998bdab7c7870830ef5469f9aa",
                    "enabled": 1
                }
            },
            "networkmanager": {
                "100": {
                    "checksum": "sha256:82809f9850d8b49c4f4fac8f2e542ff8ab10fad9b0b411a3a9b67240e45101dd",
                    "enabled": 1
                }
            },
            "ninfod": {
                "100": {
                    "checksum": "sha256:2e1144eadcb7516f78f77b2fb21277b4a7c83dde1067299ce13cad4739f67f0a",
                    "enabled": 1
                }
            },
            "nis": {
                "100": {
                    "checksum": "sha256:1d2143dc705e8c69c3ba1d282b10a4d22061a2c563efe680857250532ede2bdd",
                    "enabled": 1
                }
            },
            "nova": {
                "100": {
                    "checksum": "sha256:16ebf87ef7e152147a0aa89e34161622d387348d4376f2eb91d971ef8ab476a0",
                    "enabled": 1
                }
            },
            "nscd": {
                "100": {
                    "checksum": "sha256:568a0c0d65753a4377dfbbabaf343ea501318494e33b9f72d7044445d5b79e33",
                    "enabled": 1
                }
            },
            "nsd": {
                "100": {
                    "checksum": "sha256:aad3306ceb1981e67c2526800981a27554da4346abcdfcba882aaccb22c41c4b",
                    "enabled": 1
                }
            },
            "nslcd": {
                "100": {
                    "checksum": "sha256:b10f8d22c01bec7283fabca4ee4f05f111b498314c69c720aa520062eac113b6",
                    "enabled": 1
                }
            },
            "ntop": {
                "100": {
                    "checksum": "sha256:01c785a4ccedb0c0187ed6964182d5ed140e6deab841155a73c1373e1ca10d10",
                    "enabled": 1
                }
            },
            "ntp": {
                "100": {
                    "checksum": "sha256:acfca5140c2a5403a3cafe70ba2e0aaed2bfee6298d27d4cbec33d46912634e7",
                    "enabled": 1
                }
            },
            "numad": {
                "100": {
                    "checksum": "sha256:ec6185b6b53e67d6d41f73b089f3bd6938472068a1f4effa28b832d2e673f08f",
                    "enabled": 1
                }
            },
            "nut": {
                "100": {
                    "checksum": "sha256:fd205ed82f587a50892e51d9adc2ecd7486353d17814b3c3b72e89cd92ffaf36",
                    "enabled": 1
                }
            },
            "nvme_stas": {
                "100": {
                    "checksum": "sha256:8c6fd484ced0c823f012deb5b074cfae3492af13217650291588c760ee1f2080",
                    "enabled": 1
                }
            },
            "nx": {
                "100": {
                    "checksum": "sha256:a8b41cc8424e4d9d67310c486221a9fc2701a9508104bdeb076f2ece6c94957c",
                    "enabled": 1
                }
            },
            "obex": {
                "100": {
                    "checksum": "sha256:4810ca21adc14e1f8b8f2a5b91e628038786e71ff84a2b3d701cdcafc6baf16c",
                    "enabled": 1
                }
            },
            "oddjob": {
                "100": {
                    "checksum": "sha256:3ccf0b95d6e48d0022abba6bb8f8e2196eea9da4548715630b908763848ff204",
                    "enabled": 1
                }
            },
            "opafm": {
                "100": {
                    "checksum": "sha256:80cba25d4f43ca49ac94f801e73b2922486db1e0852b9ee4dbc3951bfaba3a2d",
                    "enabled": 1
                }
            },
            "opendnssec": {
                "100": {
                    "checksum": "sha256:0da271cc7d6341ccba153d0ed4450d74e649792bfa11634498c2abda2f20e59e",
                    "enabled": 1
                }
            },
            "openfortivpn": {
                "100": {
                    "checksum": "sha256:9a125b8b0328b3f01aea6aa395ce5117bc3a683e2b45b12e69dc6a95116ce203",
                    "enabled": 1
                }
            },
            "openhpid": {
                "100": {
                    "checksum": "sha256:f98190a306ad3f7c05f686014cde82476aa34d834547ff951c1d7e8c73cd4a16",
                    "enabled": 1
                }
            },
            "openshift": {
                "100": {
                    "checksum": "sha256:4ecd07e534cc759a3f5d022c8de62fee53cdd3352560e48e657e09eddd2444d4",
                    "enabled": 1
                }
            },
            "openshift-origin": {
                "100": {
                    "checksum": "sha256:88873289a3c1bd0c0c5d636b689bd8e1fe194ca528720c3191fb61b2ca024b50",
                    "enabled": 1
                }
            },
            "opensm": {
                "100": {
                    "checksum": "sha256:76a9f4d16f6b8fe2cb94b30b0c557dd4b067a4cb49502ff812b95290539062f2",
                    "enabled": 1
                }
            },
            "openvpn": {
                "100": {
                    "checksum": "sha256:802dea6b5fd7b2d096241d340a81e9a62016c99e38b684db77e67a3dfef0e694",
                    "enabled": 1
                }
            },
            "openvswitch": {
                "100": {
                    "checksum": "sha256:3baa6c635a8e0301a5f451b3f8f3fac08442be35dcbd7a912dac27367d6ff7c4",
                    "enabled": 1
                }
            },
            "openwsman": {
                "100": {
                    "checksum": "sha256:90a7de039abaaa9a9fb5f03c34caef72aff00c79fa9c129b9661577de2c6c6ad",
                    "enabled": 1
                }
            },
            "oracleasm": {
                "100": {
                    "checksum": "sha256:9617e62d2025eafad0b76d65f09518834a388605145ec26612731578e0f71576",
                    "enabled": 1
                }
            },
            "osad": {
                "100": {
                    "checksum": "sha256:7a589a0a4f12c4513443cf02e35dbaabac623636b66b003b1f685d9224b0f5c8",
                    "enabled": 1
                }
            },
            "pads": {
                "100": {
                    "checksum": "sha256:aeae1d20fad2ecc5e2f3ac84829becd50d70a7c41e8183c5b817e0d3f97f9484",
                    "enabled": 1
                }
            },
            "passenger": {
                "100": {
                    "checksum": "sha256:93cb4d1c0096f51325fa10c42ab72db38b5974c42b7d9fa6789482f56ce688c6",
                    "enabled": 1
                }
            },
            "pcm": {
                "100": {
                    "checksum": "sha256:8455c52ceca1ca695ec087e7fe9ac2052f94b255e182e8dbd8cc1383091862a6",
                    "enabled": 1
                }
            },
            "pcmcia": {
                "100": {
                    "checksum": "sha256:9bbbbb9c54a6800007708c0e1998a74c213b02b9c3901d55bf03730d352e591f",
                    "enabled": 1
                }
            },
            "pcp": {
                "100": {
                    "checksum": "sha256:f1f1471d7e6642b73355b14b1cfbc8ca4436cfa2361aeff8295c14ddf4674814",
                    "enabled": 1
                }
            },
            "pcscd": {
                "100": {
                    "checksum": "sha256:0d92cc181c1f0ec679e4169140952910377a8985708d8d6157d7240604933320",
                    "enabled": 1
                }
            },
            "pdns": {
                "100": {
                    "checksum": "sha256:ccf7fbcbb1f023461f035b56de2720ad43b06f02ebc7a45872e3ed45609bb9c0",
                    "enabled": 1
                }
            },
            "pegasus": {
                "100": {
                    "checksum": "sha256:ca9280b0b525fd030e4f8e43065877e50f879046de47c659672b7d4bf7002d69",
                    "enabled": 1
                }
            },
            "permissivedomains": {
                "100": {
                    "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2",
                    "enabled": 1
                }
            },
            "pesign": {
                "100": {
                    "checksum": "sha256:544140731f1c09b504a6b85ec6ffbdda47c549c9858d6c2264498bfc56fd6127",
                    "enabled": 1
                }
            },
            "pingd": {
                "100": {
                    "checksum": "sha256:c068645848d8eb799496d9cfb94b5f779f4b981613df96ea5667c2b10bb62d25",
                    "enabled": 1
                }
            },
            "pkcs": {
                "100": {
                    "checksum": "sha256:bf4318eca2e5058d8aba6043ad2f5691514a4add913a9049bae6c57fecafb0fd",
                    "enabled": 1
                }
            },
            "pki": {
                "100": {
                    "checksum": "sha256:16249004873cf9214f949f73481b5476c0ab03e349542512af9b57aeb637c047",
                    "enabled": 1
                }
            },
            "plymouthd": {
                "100": {
                    "checksum": "sha256:e75128253d2f1ee7aa0d05b8d89a2468b3b26810ab289a3885f39c6a3a0780c3",
                    "enabled": 1
                }
            },
            "podsleuth": {
                "100": {
                    "checksum": "sha256:7f525e710a117aeaec78a9ab1cbbdd54a150ffe26ed5a1bc29595824fd9e1931",
                    "enabled": 1
                }
            },
            "policykit": {
                "100": {
                    "checksum": "sha256:7c9342a69359b52e1389390424bf6a20443e826ada5153e56077da95f3f19275",
                    "enabled": 1
                }
            },
            "polipo": {
                "100": {
                    "checksum": "sha256:8ab8b8f9438c6ae6c96323b6cf5937528d8223c38629f9bed4a2df00f4b9b686",
                    "enabled": 1
                }
            },
            "portmap": {
                "100": {
                    "checksum": "sha256:067e26d1f2986d488a9ec12e867700e637060a56d56d392b68d4225584fcc6b2",
                    "enabled": 1
                }
            },
            "portreserve": {
                "100": {
                    "checksum": "sha256:b2e8d4250883c226f1482bf505fb14dbade353c3ee31258d9376d91197e0df9a",
                    "enabled": 1
                }
            },
            "postfix": {
                "100": {
                    "checksum": "sha256:58a05961731817f66675afdcb5c0a08aec010d664c210892078babfbc744efa7",
                    "enabled": 1
                }
            },
            "postgresql": {
                "100": {
                    "checksum": "sha256:bab7ecb38d7aa40fc1de9d3f1a06e0f83c473e22e2f2391cbdc50e27ef92f7dd",
                    "enabled": 1
                }
            },
            "postgrey": {
                "100": {
                    "checksum": "sha256:b68196f6b4b45fdf4d8ccee918e84a803e32a68deec1b876567b9fe624ac3de8",
                    "enabled": 1
                }
            },
            "powerprofiles": {
                "100": {
                    "checksum": "sha256:a5d9d7124a4d0cadcd27e2d4be6327638c7f8ab85852be5e4ff3029151df44bd",
                    "enabled": 1
                }
            },
            "ppp": {
                "100": {
                    "checksum": "sha256:2b4a26defa86afe8f22b6859383d1d790beecaf0a58ba5dacabf63a62668374d",
                    "enabled": 1
                }
            },
            "prelink": {
                "100": {
                    "checksum": "sha256:d54692d4dced3d6f04c9554202d39cb437dd647bda8d6d5b5df2b352f692a6b4",
                    "enabled": 1
                }
            },
            "prelude": {
                "100": {
                    "checksum": "sha256:1b50228b54a55b1819644b5b2351ee331891f6d0145614a22d1c71523373e92b",
                    "enabled": 1
                }
            },
            "privoxy": {
                "100": {
                    "checksum": "sha256:0e2f3f1dd8b5cca63c6bb113de9b3413ffafe57547e8f741ec2f65612941e4b2",
                    "enabled": 1
                }
            },
            "procmail": {
                "100": {
                    "checksum": "sha256:ab3962f174f9a9a125e2aad039584a83294b11d3ee56c8b477217a8193afc87d",
                    "enabled": 1
                }
            },
            "prosody": {
                "100": {
                    "checksum": "sha256:3573621c7a830f0d511041287fe8bb073eaa5e200c5b8b2e72096bf469c35f1d",
                    "enabled": 1
                }
            },
            "psad": {
                "100": {
                    "checksum": "sha256:37503360dc3e7e2199e5055c0320af88aaeff2ce1c881a54061cfaa23b6fd9b3",
                    "enabled": 1
                }
            },
            "ptchown": {
                "100": {
                    "checksum": "sha256:318c62c2f63baefa43a61f8ef58bc168596087cd892a63afee72b1cb29cac0c7",
                    "enabled": 1
                }
            },
            "pulseaudio": {
                "100": {
                    "checksum": "sha256:e94df6eeb11dfa4d942673d1ccb558a34612e39ef473fa47ccc3220e9db13178",
                    "enabled": 1
                }
            },
            "puppet": {
                "100": {
                    "checksum": "sha256:d5ee6fad0d60a430f811830a1cf3b3fd3926aee70486f88088e5312763e9d8ad",
                    "enabled": 1
                }
            },
            "pwauth": {
                "100": {
                    "checksum": "sha256:d23c293e39c1a025d375b714dd9319d27545c6c62b58342ef530763b84a24b16",
                    "enabled": 1
                }
            },
            "qatlib": {
                "100": {
                    "checksum": "sha256:b6e28c1e3ecd19b1598ba4f18809c74c58fef191543b87e57c4c5337874947e5",
                    "enabled": 1
                }
            },
            "qmail": {
                "100": {
                    "checksum": "sha256:5617289b46ae349fafd315cf92082d64119c6a0b5606bf79aa17fc99e34985b6",
                    "enabled": 1
                }
            },
            "qpid": {
                "100": {
                    "checksum": "sha256:5f8826660fa76364b6207071ff136add7be6e8b3d6f1975f271705bdb328b6c3",
                    "enabled": 1
                }
            },
            "quantum": {
                "100": {
                    "checksum": "sha256:704e2c7d5fca4cb84e320b9359c6168037ebc87908330c0053c143c8821d3863",
                    "enabled": 1
                }
            },
            "quota": {
                "100": {
                    "checksum": "sha256:d464162666321c2cbfe0a96abe6614430461b85b292cd5607a11743a1b7aa869",
                    "enabled": 1
                }
            },
            "rabbitmq": {
                "100": {
                    "checksum": "sha256:acc51303259d5e6049265839c5ed13703baa80ae3477ae292103b4665c83dfbb",
                    "enabled": 1
                }
            },
            "radius": {
                "100": {
                    "checksum": "sha256:7a6676939686e7df72b202951d2e05dcf60df1be44326e96abd556ad2b04315e",
                    "enabled": 1
                }
            },
            "radvd": {
                "100": {
                    "checksum": "sha256:a36913816bd352483ac9cfa3da2c5d80b9fcd3624244a38e90790e3e5bfd05e2",
                    "enabled": 1
                }
            },
            "raid": {
                "100": {
                    "checksum": "sha256:cb71cc5de4d47bacc514955cfb712269047b37ffc8be60e5c778a3235b06a6c5",
                    "enabled": 1
                }
            },
            "rasdaemon": {
                "100": {
                    "checksum": "sha256:3c81ccdd74da958e3bd37b93d3c784017edcbfd105de02815fb3c0ffca0c598c",
                    "enabled": 1
                }
            },
            "rdisc": {
                "100": {
                    "checksum": "sha256:7d8dbbfc779595361539e9b7fc248e37d78facbcefcba281378dfed3ab22208e",
                    "enabled": 1
                }
            },
            "readahead": {
                "100": {
                    "checksum": "sha256:81f2be89e71c8e306b833a8f7ac8582145f567add5666224847e65418d1c503f",
                    "enabled": 1
                }
            },
            "realmd": {
                "100": {
                    "checksum": "sha256:5bd4c63229d201367f3bfc9c8006d6a4f05a53b5784084885a7672011cc6b362",
                    "enabled": 1
                }
            },
            "redis": {
                "100": {
                    "checksum": "sha256:a346e6c4e76d2256d17b8844dd57df53b91def7d13ff50800f82f4b06f9a8166",
                    "enabled": 1
                }
            },
            "remotelogin": {
                "100": {
                    "checksum": "sha256:622d5ae5349b504c7ec9e472a86c5a1e1bc27606868d53d154112a63299c8dc9",
                    "enabled": 1
                }
            },
            "restraint": {
                "400": {
                    "checksum": "sha256:c972acf1c9c95b9087ac1cb312598717fc5b62e07abbb7d94f3f0ad7128001f7",
                    "enabled": 1
                }
            },
            "rhcd": {
                "100": {
                    "checksum": "sha256:5f8160346fdf42e9768348df222058ae69d1ddfa548fa16195d4c96818b47ea1",
                    "enabled": 1
                }
            },
            "rhcs": {
                "100": {
                    "checksum": "sha256:cc092b8d4278d2c17b85f5cfdb8b50abb7fdeed2c16913333f4af37d42df641b",
                    "enabled": 1
                }
            },
            "rhgb": {
                "100": {
                    "checksum": "sha256:5271469985f35fb7911a72e9e705bc35971294386838f1f11033657874821cea",
                    "enabled": 1
                }
            },
            "rhnsd": {
                "100": {
                    "checksum": "sha256:0479cb38ba1f6cbd062d8806384622db1b1184b95461b2d931f6ef144fd4bcda",
                    "enabled": 1
                }
            },
            "rhsmcertd": {
                "100": {
                    "checksum": "sha256:570878325ce4d63330b5916df4b3a1cf2c8361a2e797173a4a8acebb8d9ec68e",
                    "enabled": 1
                }
            },
            "rhts": {
                "400": {
                    "checksum": "sha256:961bc157eba42a90041cdae4cfbab4eb7caaa4390e94f8f8c64e818f57e8d45d",
                    "enabled": 1
                }
            },
            "ricci": {
                "100": {
                    "checksum": "sha256:8446bb1ba3e4f2a0a84bf42852113dd38c435a59868ffafb56bcc3bddc95336f",
                    "enabled": 1
                }
            },
            "rkhunter": {
                "100": {
                    "checksum": "sha256:95ecb10dfe02e0384b0f220c46a7d0c85166a4e2cca0bb55654420b73611a646",
                    "enabled": 1
                }
            },
            "rlogin": {
                "100": {
                    "checksum": "sha256:3867e454b9bd34df2583555037e895fc3a331453e7dec0c4879637d7c14cc49f",
                    "enabled": 1
                }
            },
            "rngd": {
                "100": {
                    "checksum": "sha256:2f0c79c914d756df89a5e872c33eba2f92d15cf2ced3d2c3ae59f09889841950",
                    "enabled": 1
                }
            },
            "roundup": {
                "100": {
                    "checksum": "sha256:54c5e85363d326f78c5896bf87c36fca9bc28acee3bd9da4d6d22f090dc9f7c6",
                    "enabled": 1
                }
            },
            "rpc": {
                "100": {
                    "checksum": "sha256:f35b103b76f4b7909af1df7c45c8e4ea40aa284ba38452305055fc0030056760",
                    "enabled": 1
                }
            },
            "rpcbind": {
                "100": {
                    "checksum": "sha256:f45158bb1feee24882f93833aa675a3e7ae69d8906d420dc2b55d473884cc152",
                    "enabled": 1
                }
            },
            "rpm": {
                "100": {
                    "checksum": "sha256:22f24b6544c3a1f886b7e6119ffcba3e23593296f0e2ea85d19a401f0deb0cab",
                    "enabled": 1
                }
            },
            "rrdcached": {
                "100": {
                    "checksum": "sha256:2cb11286a0afa94eccbd33de5a32b16d9e178e41ac1fec9dcd801b77dd257051",
                    "enabled": 1
                }
            },
            "rshd": {
                "100": {
                    "checksum": "sha256:5f50f93b286c12e27d2d4023021d1a2dd5ca8808a896199e59188b482d15d246",
                    "enabled": 1
                }
            },
            "rshim": {
                "100": {
                    "checksum": "sha256:b515d9435cd169827bf648df52bafdc280d381b7224f8f59d023e81728485e94",
                    "enabled": 1
                }
            },
            "rssh": {
                "100": {
                    "checksum": "sha256:cde9bfc64b345835e9f8012426cf218bad9972c70e22e0ef6d6a90cc5fa7163c",
                    "enabled": 1
                }
            },
            "rsync": {
                "100": {
                    "checksum": "sha256:1295d1a5434aa1df7fd0f0e2a9b2b045b0ec51bd8619d528349530b322eddf24",
                    "enabled": 1
                }
            },
            "rtas": {
                "100": {
                    "checksum": "sha256:3d04a8c1749bf0aefda8576ba61b2690b334a41b583c8121bf1d351f994bdb63",
                    "enabled": 1
                }
            },
            "rtkit": {
                "100": {
                    "checksum": "sha256:7b0c8b0fd23723aed98bc581f2ead99da87893c6ba042ec19ca731e1d802eab6",
                    "enabled": 1
                }
            },
            "rwho": {
                "100": {
                    "checksum": "sha256:94aa696939ed1e38d3ab00b4113f9d2c65f5c520f84d77ba6a8ccca00bc50807",
                    "enabled": 1
                }
            },
            "samba": {
                "100": {
                    "checksum": "sha256:aeab411cd5bf7eec8030573e2b1853c4df05b37a12490dd6e7bdfd57e8333721",
                    "enabled": 1
                }
            },
            "sambagui": {
                "100": {
                    "checksum": "sha256:df0bbc0a92eb36577c47b757069809704d2213ade77dbfd48312ffca42c7f332",
                    "enabled": 1
                }
            },
            "sandboxX": {
                "100": {
                    "checksum": "sha256:6e247ac9c3c06c1d00a29cbcd9a9097688234957ee48b52ef086791c3a8d80b7",
                    "enabled": 1
                }
            },
            "sanlock": {
                "100": {
                    "checksum": "sha256:c90e3424b69e91af767744509dcac1990978d09678ab40bc9553c21d362b7c1d",
                    "enabled": 1
                }
            },
            "sap": {
                "100": {
                    "checksum": "sha256:4cffd87a27c2b48cc59f596a42e860ea52acdfcbff0c2a1e4aeafa3338b29e6e",
                    "enabled": 1
                }
            },
            "sasl": {
                "100": {
                    "checksum": "sha256:a82d00ec084222c96375bedcc1d32f34c30e0e7f6935791cd41fe9569c0fe0b1",
                    "enabled": 1
                }
            },
            "sbd": {
                "100": {
                    "checksum": "sha256:0193c2997c1219ca99db6d0f42e57ec85018352e426819f79b7db52a871de995",
                    "enabled": 1
                }
            },
            "sblim": {
                "100": {
                    "checksum": "sha256:75b7898f93471dcd83e36221a8a75570d4e88bdc7d001db4375c5b795245ea4b",
                    "enabled": 1
                }
            },
            "screen": {
                "100": {
                    "checksum": "sha256:f78fb4edeba689f845482742172f0b72e88fbb2ea3e11222581407192a4b1c52",
                    "enabled": 1
                }
            },
            "secadm": {
                "100": {
                    "checksum": "sha256:a1523f961940451593d1125cba82f4bdf3d82ae10837e8d5bf1519926636e1e4",
                    "enabled": 1
                }
            },
            "sectoolm": {
                "100": {
                    "checksum": "sha256:e6c4cabc853877f459381f06d4d47660ce9360a188ab87bb825f1f1eaed39d7d",
                    "enabled": 1
                }
            },
            "selinuxutil": {
                "100": {
                    "checksum": "sha256:a46237a546928c4003c2a0cbda5e6cc93d8b6319820cc333125187aa6972fc7d",
                    "enabled": 1
                }
            },
            "sendmail": {
                "100": {
                    "checksum": "sha256:286d18507d80fcfa7cb83ed21321df23c3a29001777890137c1b52c113cd8489",
                    "enabled": 1
                }
            },
            "sensord": {
                "100": {
                    "checksum": "sha256:166d2b2f13b2870ab829d568460b461387d37d4f72ea12c337316ec08f4dc051",
                    "enabled": 1
                }
            },
            "setrans": {
                "100": {
                    "checksum": "sha256:f65a01d9d07ca1ca7c768813fc949372979dddee0f1a539232a53fd249e37086",
                    "enabled": 1
                }
            },
            "setroubleshoot": {
                "100": {
                    "checksum": "sha256:9e1d9f1e761bc2e1df61f635fff5ac66925000ba9162a09292753025a8f33e16",
                    "enabled": 1
                }
            },
            "seunshare": {
                "100": {
                    "checksum": "sha256:b151a3a6aac1ed076989bcb8733574f54207539f2bad421d5d0c1665fa5a7829",
                    "enabled": 1
                }
            },
            "shorewall": {
                "100": {
                    "checksum": "sha256:3f8ac822194504d2c8053891b9ea040ead72544078534e8f3c7198d088d89519",
                    "enabled": 1
                }
            },
            "slocate": {
                "100": {
                    "checksum": "sha256:66b30c23dc3a6e7909479bd5dd109e21910d2aab62a69d7e5c6c65cbe5e495c4",
                    "enabled": 1
                }
            },
            "slpd": {
                "100": {
                    "checksum": "sha256:c3b59690c92d051202dcce97a9bb63e5f1ca5804ad2fb5ea47581a2fb63ebb22",
                    "enabled": 1
                }
            },
            "smartmon": {
                "100": {
                    "checksum": "sha256:f82df48459bdd4ba2715261766ad21d9868dbebba7970f18ac458c94ddc56783",
                    "enabled": 1
                }
            },
            "smokeping": {
                "100": {
                    "checksum": "sha256:9f8bf7e71445b649144ba04ef206994febfee6ced8ba5dba6e99ceb1aa90c431",
                    "enabled": 1
                }
            },
            "smoltclient": {
                "100": {
                    "checksum": "sha256:0e47cf6e775a1e2ecb506e444731e086d057b7f2c2aeb6bce7b636372de88d95",
                    "enabled": 1
                }
            },
            "snapper": {
                "100": {
                    "checksum": "sha256:3fdc61b75bff53e7c1f753ff37953e622198d6d83bdc70b07927243588bf704d",
                    "enabled": 1
                }
            },
            "snmp": {
                "100": {
                    "checksum": "sha256:52612acd5505f484eba103ded39305634efe87822624d6de062e3415b0c4c6a4",
                    "enabled": 1
                }
            },
            "snort": {
                "100": {
                    "checksum": "sha256:708d4ef9c54dd1edaecb79e6b9c8b7a092fb3f007c8080e3a71ca796782088d9",
                    "enabled": 1
                }
            },
            "sosreport": {
                "100": {
                    "checksum": "sha256:8801c1259909f4edbc7c735aa537826923b1cd08ec932d296e93ca3539510e89",
                    "enabled": 1
                }
            },
            "soundserver": {
                "100": {
                    "checksum": "sha256:f47011750c09ffb47caf10905cad15fe0ae6ff35a9924ad87920cc81b2698f0b",
                    "enabled": 1
                }
            },
            "spamassassin": {
                "100": {
                    "checksum": "sha256:910796a7e4b7b3c0ea99f1d711ae56757b3c88647d84b942129d23b866ecc742",
                    "enabled": 1
                }
            },
            "speech-dispatcher": {
                "100": {
                    "checksum": "sha256:092593b379ff3e7b3d15b0dfdd2adfde73fb76401d1b6b6e79a4efccbf03f0c9",
                    "enabled": 1
                }
            },
            "squid": {
                "100": {
                    "checksum": "sha256:da302386100fff3c14f9bf2545a5e3039168d1256a4c938f59dee98190296616",
                    "enabled": 1
                }
            },
            "ssh": {
                "100": {
                    "checksum": "sha256:bbf2e4cbb540c1d59cf48a59b59f62f9963a9b968aa9b433a7ab1366126bc854",
                    "enabled": 1
                }
            },
            "sslh": {
                "100": {
                    "checksum": "sha256:d82efa78f341397e7b9aeac1f0f8cd301c1f87728b7106d2ed91f7af994502fc",
                    "enabled": 1
                }
            },
            "sssd": {
                "100": {
                    "checksum": "sha256:80314163a40b8607a50e56e1e9bf217dd5b44ffd1d0cabc361324b2bf04c5b8b",
                    "enabled": 1
                }
            },
            "staff": {
                "100": {
                    "checksum": "sha256:850a469bc638903419e3bd62df64e58a49d7bc381bcb13f9c0bc477e026d29fa",
                    "enabled": 1
                }
            },
            "stalld": {
                "100": {
                    "checksum": "sha256:14aa28921885421f92fb51920ca0d8fde122881ac9e28d024c80a7b234b82dd3",
                    "enabled": 1
                }
            },
            "stapserver": {
                "100": {
                    "checksum": "sha256:1610ffc61426c0e791bd7a6a2628935edf3d66fc7818fb42c314044a26ac5d2d",
                    "enabled": 1
                }
            },
            "stratisd": {
                "100": {
                    "checksum": "sha256:5025b28ad7090d4802078c92ba257b46909bbb74fcd6cae0f2a5d65978a5ff8e",
                    "enabled": 1
                }
            },
            "stunnel": {
                "100": {
                    "checksum": "sha256:8ae5bde4326683f4ca124c8579ea5dd4167f8d9cb38fa0676cc40d1017daa536",
                    "enabled": 1
                }
            },
            "su": {
                "100": {
                    "checksum": "sha256:a3aec6527b05d86c04628cb7c7a73c7f2089f80f2da9ee14920cb58d77dcb5b3",
                    "enabled": 1
                }
            },
            "sudo": {
                "100": {
                    "checksum": "sha256:0965d3f30b2813a4364e9ce8da0f8916579319ed9507640383c3bf195ae1c00e",
                    "enabled": 1
                }
            },
            "svnserve": {
                "100": {
                    "checksum": "sha256:d589d2e8bddbcea03272bb589cffde776ccb410ac685e5071896fa8e59660c7f",
                    "enabled": 1
                }
            },
            "swift": {
                "100": {
                    "checksum": "sha256:407ddd533381c1f822ec8471e639404c4b926e7e635b3d25d4ba1403a5c517b3",
                    "enabled": 1
                }
            },
            "switcheroo": {
                "100": {
                    "checksum": "sha256:9adc92d263657bc101c9476a39e98fd6abedd37c614ae747103f15dc697ed149",
                    "enabled": 1
                }
            },
            "sysadm": {
                "100": {
                    "checksum": "sha256:18328747e2c0e6543224533565d136c1970616275736ce82e0eb4cfac1d322e8",
                    "enabled": 1
                }
            },
            "sysadm_secadm": {
                "100": {
                    "checksum": "sha256:34bf4eeafcb98df7df134b1e571f312ff0103ec7ae18ff1722844720af028aa2",
                    "enabled": 1
                }
            },
            "sysnetwork": {
                "100": {
                    "checksum": "sha256:da2b919cc89e106c0815ced147dd755881b6a09373b439f3d66861f2894ddf13",
                    "enabled": 1
                }
            },
            "sysstat": {
                "100": {
                    "checksum": "sha256:75472a85cd8d5d0f3f58dbdbb11e74dd695fedf2fb72c2e31fe991309a7da511",
                    "enabled": 1
                }
            },
            "systemd": {
                "100": {
                    "checksum": "sha256:a24e6312d1020996a2d92f77809ab0e29a80b1c2b2eb3dc1cea58877dc4049a3",
                    "enabled": 1
                }
            },
            "systemd-homed": {
                "100": {
                    "checksum": "sha256:e850cd63086347eec2b0f6c4f0f611aabf77f3e2f4b8abcb4e0f4951cdb82499",
                    "enabled": 1
                }
            },
            "tangd": {
                "100": {
                    "checksum": "sha256:a2e2a5d807eabe30a09085dcec38d530781c1f02e840a6ed02ccc32bd2738e60",
                    "enabled": 1
                }
            },
            "targetd": {
                "100": {
                    "checksum": "sha256:4a9e67698b4759a406188562c375ecd847f205c38873fb895c3c20abc8bac869",
                    "enabled": 1
                }
            },
            "tcpd": {
                "100": {
                    "checksum": "sha256:6f0c61229e01d2d4d44af547b5877d1e9d44301ab642ef8966fe82a0aef02b18",
                    "enabled": 1
                }
            },
            "tcsd": {
                "100": {
                    "checksum": "sha256:1aa8926f27fdaf66acb2172f57a9da2c4acf92065e8a874079caf51ba65b200d",
                    "enabled": 1
                }
            },
            "telepathy": {
                "100": {
                    "checksum": "sha256:d98021b3bbdd6255c2009e5adafbf41faf3370434396cf2e928e7df693dd50b6",
                    "enabled": 1
                }
            },
            "telnet": {
                "100": {
                    "checksum": "sha256:ce3420ee31484daad30a8016d43604754c2feced30f3a5b3bb13a4d270621b55",
                    "enabled": 1
                }
            },
            "tftp": {
                "100": {
                    "checksum": "sha256:188d479e15771c224fe2ebd09cd0397daeeeaf8809c7e70f6852ba1c495d2c61",
                    "enabled": 1
                }
            },
            "tgtd": {
                "100": {
                    "checksum": "sha256:8ce317b88426be6692f031a9351d9973d3cc66d982afb582a732589423b823ce",
                    "enabled": 1
                }
            },
            "thin": {
                "100": {
                    "checksum": "sha256:b0c1055c6a8419035ee9a9a45de2bcdd7183a906bb40d98bb2be80b882a60c51",
                    "enabled": 1
                }
            },
            "thumb": {
                "100": {
                    "checksum": "sha256:f3423c2f86f46b6f2bf003a2b2ed3c4071a72c9ecb2e8ba4a2d2c9f92c1fbfa0",
                    "enabled": 1
                }
            },
            "tlp": {
                "100": {
                    "checksum": "sha256:2c1859234854934c13e0197e866f56b8552e9f69e55e17178d35b74c6640b04e",
                    "enabled": 1
                }
            },
            "tmpreaper": {
                "100": {
                    "checksum": "sha256:610f7491d42d6bfb4b0cd488bb6803e7cd30f4ebc94ec254d058cea1076a200c",
                    "enabled": 1
                }
            },
            "tomcat": {
                "100": {
                    "checksum": "sha256:5cc6deb674c9a3b7cc38085e801fce2a757ebb63ec149c7c722d32e2823203c5",
                    "enabled": 1
                }
            },
            "tor": {
                "100": {
                    "checksum": "sha256:a73712e8d7438cd8b4117407d700e43741290301b1c263876260c96ca8df24b0",
                    "enabled": 1
                }
            },
            "tuned": {
                "100": {
                    "checksum": "sha256:2400f962c3db3e1ee2e49d77fc8675cc633b6d84f214bfcb97f8cf415025cd14",
                    "enabled": 1
                }
            },
            "tvtime": {
                "100": {
                    "checksum": "sha256:b81591fa025666c0f66e245c3eca81bf4b3d624d1974d45a326b9d4309e4572e",
                    "enabled": 1
                }
            },
            "udev": {
                "100": {
                    "checksum": "sha256:330bfab610107695b2b73abfb02faf25124c48b4cf6cd98af9d2b5b3252c3e22",
                    "enabled": 1
                }
            },
            "ulogd": {
                "100": {
                    "checksum": "sha256:5729c3b88c3ca222b531acb8995da4a5799ca412d5da6c54206469a7c26c67c0",
                    "enabled": 1
                }
            },
            "uml": {
                "100": {
                    "checksum": "sha256:e0257dd4e250c5aa0baa8151d48942735949bd3018318c11c28a4a5df2aacb90",
                    "enabled": 1
                }
            },
            "unconfined": {
                "100": {
                    "checksum": "sha256:f129a3fa9b6af94d76f6d3edb6aae555e64e9fdd270708a20e745e628b4de993",
                    "enabled": 1
                }
            },
            "unconfineduser": {
                "100": {
                    "checksum": "sha256:438b632d49e54bd3d83babbfbbdcad5ab314a7f88f50f5e801ac18e45a3fb5cf",
                    "enabled": 1
                }
            },
            "unlabelednet": {
                "100": {
                    "checksum": "sha256:c1de2adfab2cd577a0cc9f2c1a50cd6321324d31b9c3f81be9231f85d4acbbd3",
                    "enabled": 1
                }
            },
            "unprivuser": {
                "100": {
                    "checksum": "sha256:d587c24ae3002f86c8a90320c7f4a33561c8b93a015f84e5f4f8e5dd5e9a8fac",
                    "enabled": 1
                }
            },
            "updfstab": {
                "100": {
                    "checksum": "sha256:e8bbf14f21b95758fa35a5c44976c61a786fb7b44f720dbb2fb5d4e92114a1af",
                    "enabled": 1
                }
            },
            "usbmodules": {
                "100": {
                    "checksum": "sha256:d64c804a1ff65d6f79f6e98d77cfc09d6a3a20727f75f66aca7b144d5fb7bae7",
                    "enabled": 1
                }
            },
            "usbmuxd": {
                "100": {
                    "checksum": "sha256:ec2c337878bce231339e400f8498ab44523cd322939955cbfdbe62cc85b553be",
                    "enabled": 1
                }
            },
            "userdomain": {
                "100": {
                    "checksum": "sha256:fdee5be6966921555e79cab0dd9a087a94c2092d2613c8930693832fc1a0fb52",
                    "enabled": 1
                }
            },
            "userhelper": {
                "100": {
                    "checksum": "sha256:394e23e556bf8d9a88e8f21694e36dc64e3513d79c8f3a55ef52996dc994a3c3",
                    "enabled": 1
                }
            },
            "usermanage": {
                "100": {
                    "checksum": "sha256:0d136d8eaf57e9d525cd5e12bf0d1c96e8ed19f6e9ef9b1286a7b10b25114ed3",
                    "enabled": 1
                }
            },
            "usernetctl": {
                "100": {
                    "checksum": "sha256:32b0f8d5d2e20a60f21dd895db39b77d738439849b5dcd4d418bf315b7e1dcb5",
                    "enabled": 1
                }
            },
            "uucp": {
                "100": {
                    "checksum": "sha256:0e1a4ee008ebca10fa20e5bba82a54cdb808549a74730ac0c6e719723e61d7d8",
                    "enabled": 1
                }
            },
            "uuidd": {
                "100": {
                    "checksum": "sha256:391e5b7a75222e71a070ba6c6f30823857ce8dadcb9b34144e3b7eda11ac0b89",
                    "enabled": 1
                }
            },
            "varnishd": {
                "100": {
                    "checksum": "sha256:ed2a28c81c5fea44020d691bf81ff945c86a77ae2e25f9bbb7691cb272f6b868",
                    "enabled": 1
                }
            },
            "vdagent": {
                "100": {
                    "checksum": "sha256:91a7766867d13534c7523a899dccdcda504d8138d1a7bd753fc74d0970594136",
                    "enabled": 1
                }
            },
            "vhostmd": {
                "100": {
                    "checksum": "sha256:46b893a72f703ddc7f2fc6cfd92c5286513fadc8e41da2ad50f7c5d33beb1b1a",
                    "enabled": 1
                }
            },
            "virt": {
                "100": {
                    "checksum": "sha256:f37eb5d6bc2bd250b3a1d226b71c246d597dd6c70a1daf6e815c1f2c94852b82",
                    "enabled": 1
                }
            },
            "virt_supplementary": {
                "100": {
                    "checksum": "sha256:8ed7bffea7ad6a980087f95a41e40a16b19d5e9b4e80564b212ca781a66baa72",
                    "enabled": 1
                }
            },
            "vlock": {
                "100": {
                    "checksum": "sha256:77fb5500272297c8a01295374941467cf2e172f65a82c688f61d0c0a846584d0",
                    "enabled": 1
                }
            },
            "vmtools": {
                "100": {
                    "checksum": "sha256:c1570623f72671231e5a57602df8fcaf37e5ab3b505679feadde267adda94a8e",
                    "enabled": 1
                }
            },
            "vmware": {
                "100": {
                    "checksum": "sha256:0fa7c154d43724c116ac8d4fee8578e77dd9290244cf913ad11b6750da58b3a9",
                    "enabled": 1
                }
            },
            "vnstatd": {
                "100": {
                    "checksum": "sha256:71546439e9d900aa8b0a517cd642e6bb23f91cdbf77fbb5acd88fe68610a9015",
                    "enabled": 1
                }
            },
            "vpn": {
                "100": {
                    "checksum": "sha256:dc69581dd400bf43165b475af5e43d59e21f82f163bb2888962b81dd0a11a631",
                    "enabled": 1
                }
            },
            "w3c": {
                "100": {
                    "checksum": "sha256:d6c6c226dcc92d9a668f42b86dde398d2d875b479915af656734357e20ed0e96",
                    "enabled": 1
                }
            },
            "watchdog": {
                "100": {
                    "checksum": "sha256:15f401a1b3e38deea36eac34afcc1d5af60cd185af250d125db083c18e699930",
                    "enabled": 1
                }
            },
            "wdmd": {
                "100": {
                    "checksum": "sha256:5aa47b485d9daccde40b5ceb81a318469d8ce0d3f5e1db8c981c3c1dfbe30c7c",
                    "enabled": 1
                }
            },
            "webadm": {
                "100": {
                    "checksum": "sha256:2cb08171c7ab222afa7d77d790c9d39622d9f545e7f3e7e36c995b902279d6cd",
                    "enabled": 1
                }
            },
            "webalizer": {
                "100": {
                    "checksum": "sha256:b66dfdfd23ed304d5f416bb0d8de4565d28cd732253fc2f9e4b4bac59515790f",
                    "enabled": 1
                }
            },
            "wine": {
                "100": {
                    "checksum": "sha256:a4a3be2a0feea4de24ca26c0eed58c7025304d810ee9d4a3e1b7e964a8d28c6d",
                    "enabled": 1
                }
            },
            "wireguard": {
                "100": {
                    "checksum": "sha256:6b1f3a273566daf0cb86669c9a44fe3e5beb120f9278f26b94b06a4d497d223b",
                    "enabled": 1
                }
            },
            "wireshark": {
                "100": {
                    "checksum": "sha256:8909780ed8dfc6c3a5317ce1ec0762bb4b8eaf4facc702c3af0c026980acbfd2",
                    "enabled": 1
                }
            },
            "xen": {
                "100": {
                    "checksum": "sha256:af011d0583d7de19e58472464ef4f595bafad65f1316710395348602c15b8fdd",
                    "enabled": 1
                }
            },
            "xguest": {
                "100": {
                    "checksum": "sha256:11d62745da53c28e58bac052c990f60842e9a56d2a2ff02f47e1a86dbc59338b",
                    "enabled": 1
                }
            },
            "xserver": {
                "100": {
                    "checksum": "sha256:167208ec886546f8e92b9cd9dda587aecbf92378514d522d7dd3d215e6c2fa90",
                    "enabled": 1
                }
            },
            "zabbix": {
                "100": {
                    "checksum": "sha256:358d3466dfc051f85d3cbfd96869d7a55ae2c397d52b055f0c0b1a5376fd8ac5",
                    "enabled": 1
                }
            },
            "zarafa": {
                "100": {
                    "checksum": "sha256:c3a9d1c95f377fafb9e94a84bec89645a1053d23b557b143367992eae9993596",
                    "enabled": 1
                }
            },
            "zebra": {
                "100": {
                    "checksum": "sha256:60e10a79e1977f00fe3756ed16e5be4c41af53b1afd0f0c165bf1885ddbc3ea3",
                    "enabled": 1
                }
            },
            "zoneminder": {
                "100": {
                    "checksum": "sha256:675bdf525f863eaf17fe6c25507cf2dc3c4ab05d1e4b0d3477573d34980a5cd2",
                    "enabled": 1
                }
            },
            "zosremote": {
                "100": {
                    "checksum": "sha256:615e78d371818bdb9da42bbb0fe34b89bc93a9e88deffa7495a19d2e585adb88",
                    "enabled": 1
                }
            }
        },
        "selinux_priorities": true
    },
    "changed": false
}

TASK [fedora.linux_system_roles.selinux : Load SELinux modules] ****************
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:115
Monday 12 May 2025  19:28:12 -0400 (0:00:03.035)       0:00:54.267 ************ 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "selinux_modules is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] ***
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:128
Monday 12 May 2025  19:28:12 -0400 (0:00:00.038)       0:00:54.306 ************ 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] ***
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:136
Monday 12 May 2025  19:28:12 -0400 (0:00:00.020)       0:00:54.327 ************ 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.postfix : Install Postfix] *********************
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:60
Monday 12 May 2025  19:28:12 -0400 (0:00:00.037)       0:00:54.364 ************ 
changed: [managed-node1] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: postfix-2:3.9.1-3.fc42.x86_64",
        "Installed: libdb-5.3.28-64.fc42.x86_64"
    ]
}

TASK [fedora.linux_system_roles.postfix : Get default database type from postconf] ***
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:66
Monday 12 May 2025  19:28:19 -0400 (0:00:07.576)       0:01:01.941 ************ 
ok: [managed-node1] => {
    "changed": false,
    "cmd": [
        "postconf",
        "-h",
        "default_database_type"
    ],
    "delta": "0:00:00.012203",
    "end": "2025-05-12 19:28:20.194082",
    "rc": 0,
    "start": "2025-05-12 19:28:20.181879"
}

STDOUT:

hash

TASK [fedora.linux_system_roles.postfix : Set postfix_default_database_type] ***
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:71
Monday 12 May 2025  19:28:20 -0400 (0:00:00.499)       0:01:02.440 ************ 
ok: [managed-node1] => {
    "ansible_facts": {
        "postfix_default_database_type": "hash"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.postfix : Enable Postfix] **********************
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:75
Monday 12 May 2025  19:28:20 -0400 (0:00:00.037)       0:01:02.478 ************ 
changed: [managed-node1] => {
    "changed": true,
    "enabled": true,
    "name": "postfix",
    "state": "started",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0",
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "systemd-journald.socket -.mount systemd-tmpfiles-setup.service syslog.target network.target basic.target system.slice tmp.mount sysinit.target",
        "AllowIsolate": "no",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Before": "shutdown.target",
        "BindLogSockets": "no",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanLiveMount": "yes",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "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_raw cap_ipc_lock cap_ipc_owner cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target exim.service sendmail.service",
        "ControlGroupId": "0",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DebugInvocation": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "Postfix Mail Transport Agent",
        "DevicePolicy": "closed",
        "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf /usr/lib/systemd/system/service.d/50-keep-warm.conf",
        "DynamicUser": "no",
        "EffectiveMemoryHigh": "3894640640",
        "EffectiveMemoryMax": "3894640640",
        "EffectiveTasksMax": "4415",
        "Environment": "SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0",
        "EnvironmentFiles": "/etc/sysconfig/network (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainHandoffTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecReloadEx": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix reload ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix start ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix start ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStartPre": "{ path=/usr/libexec/postfix/chroot-update ; argv[]=/usr/libexec/postfix/chroot-update ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStartPreEx": "{ path=/usr/libexec/postfix/chroot-update ; argv[]=/usr/libexec/postfix/chroot-update ; flags=ignore-failure ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStop": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix stop ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStopEx": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix stop ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExitType": "main",
        "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FileDescriptorStorePreserve": "restart",
        "FinalKillSignal": "9",
        "FragmentPath": "/usr/lib/systemd/system/postfix.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOReadBytes": "[not set]",
        "IOReadOperations": "[not set]",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "[not set]",
        "IOWriteOperations": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "postfix.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "8388608",
        "LimitMEMLOCKSoft": "8388608",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "524288",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "14718",
        "LimitNPROCSoft": "14718",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14718",
        "LimitSIGPENDINGSoft": "14718",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LiveMountResult": "success",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureDurationUSec": "[not set]",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "3485409280",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "[not set]",
        "MemoryPressureThresholdUSec": "200ms",
        "MemoryPressureWatch": "auto",
        "MemorySwapCurrent": "[not set]",
        "MemorySwapMax": "infinity",
        "MemorySwapPeak": "[not set]",
        "MemoryZSwapCurrent": "[not set]",
        "MemoryZSwapMax": "infinity",
        "MemoryZSwapWriteback": "yes",
        "MountAPIVFS": "no",
        "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "postfix.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "PIDFile": "/var/spool/postfix/pid/master.pid",
        "Perpetual": "no",
        "PrivateDevices": "yes",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivatePIDs": "no",
        "PrivateTmp": "yes",
        "PrivateTmpEx": "connected",
        "PrivateUsers": "no",
        "PrivateUsersEx": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectControlGroupsEx": "no",
        "ProtectHome": "no",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "yes",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "sysinit.target system.slice",
        "Restart": "no",
        "RestartKillSignal": "15",
        "RestartMaxDelayUSec": "infinity",
        "RestartMode": "normal",
        "RestartSteps": "0",
        "RestartUSec": "100ms",
        "RestartUSecNext": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RootEphemeral": "no",
        "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "SetLoginEnvironment": "no",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StartupMemoryHigh": "infinity",
        "StartupMemoryLow": "0",
        "StartupMemoryMax": "infinity",
        "StartupMemorySwapMax": "infinity",
        "StartupMemoryZSwapMax": "infinity",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SurviveFinalKillSignal": "no",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "4415",
        "TimeoutAbortUSec": "45s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "45s",
        "TimeoutStopFailureMode": "abort",
        "TimeoutStopUSec": "45s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "forking",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "disabled",
        "UtmpMode": "init",
        "Wants": "tmp.mount -.mount",
        "WantsMountsFor": "/var/tmp /tmp",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "infinity"
    }
}

TASK [fedora.linux_system_roles.postfix : Get current config] ******************
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:81
Monday 12 May 2025  19:28:21 -0400 (0:00:01.269)       0:01:03.747 ************ 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "postfix_conf | dict2items | rejectattr('key', 'match', '^previous$') | list | items2dict | d({}) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.postfix : Check given config against current config] ***
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:87
Monday 12 May 2025  19:28:21 -0400 (0:00:00.038)       0:01:03.786 ************ 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "postfix_conf | dict2items | rejectattr('key', 'match', '^previous$') | list | items2dict | d({}) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.postfix : Configure additional files] **********
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:105
Monday 12 May 2025  19:28:21 -0400 (0:00:00.039)       0:01:03.825 ************ 
skipping: [managed-node1] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.postfix : Postmap files] ***********************
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:121
Monday 12 May 2025  19:28:21 -0400 (0:00:00.019)       0:01:03.845 ************ 
skipping: [managed-node1] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.postfix : Gather facts for ansible_date_time] ***
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:135
Monday 12 May 2025  19:28:21 -0400 (0:00:00.019)       0:01:03.864 ************ 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__postfix_has_config_changed | d(\"\") is search(\"True\")",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.postfix : Backup configuration] ****************
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:141
Monday 12 May 2025  19:28:21 -0400 (0:00:00.035)       0:01:03.899 ************ 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__postfix_has_config_changed | d(\"\") is search(\"True\")",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.postfix : Ensure Last modified header is absent] ***
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:149
Monday 12 May 2025  19:28:21 -0400 (0:00:00.036)       0:01:03.935 ************ 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__postfix_has_config_changed | d(\"\") is search(\"True\")",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.postfix : Ensure the outdated ansible managed header is absent] ***
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:157
Monday 12 May 2025  19:28:21 -0400 (0:00:00.037)       0:01:03.973 ************ 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__postfix_has_config_changed | d(\"\") is search(\"True\")",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.postfix : Ensure ansible_managed header in configuration file] ***
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:163
Monday 12 May 2025  19:28:21 -0400 (0:00:00.038)       0:01:04.011 ************ 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__postfix_has_config_changed | d(\"\") is search(\"True\")",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.postfix : Configure Postfix] *******************
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:171
Monday 12 May 2025  19:28:21 -0400 (0:00:00.036)       0:01:04.048 ************ 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Check firewall and selinux status] ***************************************
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_default.yml:14
Monday 12 May 2025  19:28:21 -0400 (0:00:00.029)       0:01:04.078 ************ 
included: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/tests/postfix/check_firewall_selinux.yml for managed-node1

TASK [Get the firewall services] ***********************************************
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/tests/postfix/check_firewall_selinux.yml:10
Monday 12 May 2025  19:28:21 -0400 (0:00:00.064)       0:01:04.142 ************ 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "postfix_manage_firewall | bool",
    "skip_reason": "Conditional result was False"
}

TASK [Assert the expected services are configured] *****************************
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/tests/postfix/check_firewall_selinux.yml:17
Monday 12 May 2025  19:28:22 -0400 (0:00:00.033)       0:01:04.176 ************ 
skipping: [managed-node1] => (item=smtp)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "postfix_manage_firewall | bool",
    "item": "smtp",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=smtps)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "postfix_manage_firewall | bool",
    "item": "smtps",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=smtp-submission)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "postfix_manage_firewall | bool",
    "item": "smtp-submission",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [Ensure smtp ports are retrieved] *****************************************
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/tests/postfix/check_firewall_selinux.yml:30
Monday 12 May 2025  19:28:22 -0400 (0:00:00.043)       0:01:04.219 ************ 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "postfix_manage_selinux | bool",
    "skip_reason": "Conditional result was False"
}

TASK [Check associated selinux] ************************************************
task path: /tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/tests/postfix/check_firewall_selinux.yml:34
Monday 12 May 2025  19:28:22 -0400 (0:00:00.037)       0:01:04.256 ************ 
skipping: [managed-node1] => (item={'ports': '25', 'proto': 'tcp', 'setype': 'smtp_port_t', 'state': 'present', 'local': 'true'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "postfix_manage_selinux | bool",
    "item": {
        "local": "true",
        "ports": "25",
        "proto": "tcp",
        "setype": "smtp_port_t",
        "state": "present"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={'ports': '465', 'proto': 'tcp', 'setype': 'smtp_port_t', 'state': 'present', 'local': 'true'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "postfix_manage_selinux | bool",
    "item": {
        "local": "true",
        "ports": "465",
        "proto": "tcp",
        "setype": "smtp_port_t",
        "state": "present"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={'ports': '587', 'proto': 'tcp', 'setype': 'smtp_port_t', 'state': 'present', 'local': 'true'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "postfix_manage_selinux | bool",
    "item": {
        "local": "true",
        "ports": "587",
        "proto": "tcp",
        "setype": "smtp_port_t",
        "state": "present"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

PLAY RECAP *********************************************************************
managed-node1              : ok=41   changed=6    unreachable=0    failed=0    skipped=54   rescued=0    ignored=0   


TASKS RECAP ********************************************************************
Monday 12 May 2025  19:28:22 -0400 (0:00:00.038)       0:01:04.295 ************ 
=============================================================================== 
fedora.linux_system_roles.selinux : Set an SELinux label on a port ----- 22.98s
/tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 
fedora.linux_system_roles.firewall : Install firewalld ------------------ 9.99s
/tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 
fedora.linux_system_roles.postfix : Install Postfix --------------------- 7.58s
/tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:60 
fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 3.04s
/tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 
fedora.linux_system_roles.postfix : Ensure ansible_facts used by role are present --- 2.21s
/tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:3 
fedora.linux_system_roles.selinux : Install SELinux tool semanage ------- 2.17s
/tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 
fedora.linux_system_roles.firewall : Configure firewall ----------------- 2.11s
/tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 
fedora.linux_system_roles.postfix : Get the smtp related tcp service ports --- 1.96s
/tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:12 
fedora.linux_system_roles.selinux : Install SELinux python3 tools ------- 1.71s
/tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 
fedora.linux_system_roles.firewall : Enable and start firewalld service --- 1.52s
/tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 
fedora.linux_system_roles.postfix : Enable Postfix ---------------------- 1.27s
/tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:75 
fedora.linux_system_roles.selinux : Refresh facts ----------------------- 0.95s
/tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:89 
fedora.linux_system_roles.firewall : Ensure ansible_facts used by role --- 0.78s
/tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 
fedora.linux_system_roles.firewall : Unmask firewalld service ----------- 0.75s
/tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 
fedora.linux_system_roles.postfix : Get default database type from postconf --- 0.50s
/tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:66 
fedora.linux_system_roles.postfix : Check if system is ostree ----------- 0.45s
/tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:11 
fedora.linux_system_roles.selinux : Check if system is ostree ----------- 0.43s
/tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 
fedora.linux_system_roles.firewall : Check if system is ostree ---------- 0.42s
/tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 
fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin --- 0.40s
/tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 
fedora.linux_system_roles.selinux : Check if transactional-update exists in /sbin --- 0.39s
/tmp/collections-EcD/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17