ansible-playbook [core 2.17.13] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-CQ9 executable location = /usr/local/bin/ansible-playbook python version = 3.12.11 (main, Jun 12 2025, 00:00:00) [GCC 14.2.1 20250110 (Red Hat 14.2.1-8)] (/usr/bin/python3.12) 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-CQ9/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-CQ9/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_default.yml:6 Saturday 09 August 2025 13:15:11 -0400 (0:00:00.047) 0:00:00.047 ******* 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-CQ9/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:2 Saturday 09 August 2025 13:15:11 -0400 (0:00:00.051) 0:00:00.099 ******* included: /tmp/collections-CQ9/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-CQ9/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:3 Saturday 09 August 2025 13:15:11 -0400 (0:00:00.015) 0:00:00.114 ******* [WARNING]: Platform linux on host managed-node1 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed-node1] TASK [fedora.linux_system_roles.postfix : Check if system is ostree] *********** task path: /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:11 Saturday 09 August 2025 13:15:13 -0400 (0:00:01.931) 0:00:02.045 ******* 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-CQ9/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:16 Saturday 09 August 2025 13:15:13 -0400 (0:00:00.436) 0:00:02.481 ******* 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-CQ9/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:20 Saturday 09 August 2025 13:15:13 -0400 (0:00:00.020) 0:00:02.502 ******* ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__postfix_smtp_services": [ "smtp", "smtps", "submission" ] }, "ansible_included_var_files": [ "/tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/postfix/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__postfix_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_10.yml) => { "ansible_facts": { "__postfix_smtp_services": [ "smtp", "smtps", "smtp-submission" ] }, "ansible_included_var_files": [ "/tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/postfix/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed-node1] => (item=CentOS_10.yml) => { "ansible_facts": { "__postfix_smtp_services": [ "smtp", "smtps", "smtp-submission" ] }, "ansible_included_var_files": [ "/tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/postfix/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.postfix : Get status of package(s) ['postfix']] *** task path: /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:16 Saturday 09 August 2025 13:15:13 -0400 (0:00:00.041) 0:00:02.543 ******* 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-CQ9/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:23 Saturday 09 August 2025 13:15:13 -0400 (0:00:00.019) 0:00:02.563 ******* 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-CQ9/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:38 Saturday 09 August 2025 13:15:13 -0400 (0:00:00.015) 0:00:02.579 ******* 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-CQ9/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:45 Saturday 09 August 2025 13:15:13 -0400 (0:00:00.032) 0:00:02.612 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.postfix : Configure firewall] ****************** task path: /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:54 Saturday 09 August 2025 13:15:13 -0400 (0:00:00.036) 0:00:02.648 ******* included: /tmp/collections-CQ9/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-CQ9/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/firewall.yml:3 Saturday 09 August 2025 13:15:13 -0400 (0:00:00.013) 0:00:02.662 ******* included: fedora.linux_system_roles.firewall for managed-node1 TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 09 August 2025 13:15:13 -0400 (0:00:00.053) 0:00:02.715 ******* included: /tmp/collections-CQ9/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-CQ9/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Saturday 09 August 2025 13:15:13 -0400 (0:00:00.025) 0:00:02.741 ******* ok: [managed-node1] TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Saturday 09 August 2025 13:15:14 -0400 (0:00:00.519) 0:00:03.261 ******* 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-CQ9/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Saturday 09 August 2025 13:15:14 -0400 (0:00:00.354) 0:00:03.615 ******* 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-CQ9/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Saturday 09 August 2025 13:15:14 -0400 (0:00:00.025) 0:00:03.641 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 Saturday 09 August 2025 13:15:14 -0400 (0:00:00.355) 0:00:03.996 ******* ok: [managed-node1] => { "ansible_facts": { "__firewall_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Run systemctl] ********************** task path: /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Saturday 09 August 2025 13:15:14 -0400 (0:00:00.020) 0:00:04.017 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.010171", "end": "2025-08-09 13:15:15.387017", "failed_when_result": false, "rc": 0, "start": "2025-08-09 13:15:15.376846" } STDOUT: running TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Saturday 09 August 2025 13:15:15 -0400 (0:00:00.449) 0:00:04.466 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "\"No such file or directory\" in __is_system_running.msg | d(\"\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Saturday 09 August 2025 13:15:15 -0400 (0:00:00.035) 0:00:04.501 ******* ok: [managed-node1] => { "ansible_facts": { "__firewall_is_booted": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:51 Saturday 09 August 2025 13:15:15 -0400 (0:00:00.021) 0:00:04.522 ******* ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: firewalld TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:63 Saturday 09 August 2025 13:15:21 -0400 (0:00:05.840) 0:00:10.362 ******* skipping: [managed-node1] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:68 Saturday 09 August 2025 13:15:21 -0400 (0:00:00.029) 0:00:10.392 ******* 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-CQ9/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:73 Saturday 09 August 2025 13:15:21 -0400 (0:00:00.030) 0:00:10.423 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__firewall_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check which conflicting services are enabled] *** task path: /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 09 August 2025 13:15:21 -0400 (0:00:00.029) 0:00:10.453 ******* 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 : Attempt to stop and disable conflicting services] *** task path: /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:14 Saturday 09 August 2025 13:15:21 -0400 (0:00:00.036) 0:00:10.490 ******* skipping: [managed-node1] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'firewall_disable_conflicting_services | bool', 'item': 'nftables', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "nftables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'firewall_disable_conflicting_services | bool', 'item': 'iptables', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "iptables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'firewall_disable_conflicting_services | bool', 'item': 'ufw', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "ufw", "skip_reason": "Conditional result was False", "skipped": true }, "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-CQ9/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:24 Saturday 09 August 2025 13:15:21 -0400 (0:00:00.038) 0:00:10.528 ******* 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 polkit.service dbus.socket system.slice sysinit.target basic.target", "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": "ipset.service iptables.service shutdown.target ip6tables.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)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3631230976", "EffectiveMemoryMax": "3631230976", "EffectiveTasksMax": "21831", "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/sbin/firewalld ; argv[]=/usr/sbin/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/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartPost": "{ path=/usr/bin/firewall-cmd ; argv[]=/usr/bin/firewall-cmd --state ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartPostEx": "{ path=/usr/bin/firewall-cmd ; argv[]=/usr/bin/firewall-cmd --state ; 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": "13644", "LimitNPROCSoft": "13644", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13644", "LimitSIGPENDINGSoft": "13644", "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": "3208761344", "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": "system.slice dbus.socket 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", "SuccessExitStatus": "251", "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": "21831", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "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-CQ9/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:30 Saturday 09 August 2025 13:15:22 -0400 (0:00:00.712) 0:00:11.241 ******* 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": "basic.target sysinit.target system.slice dbus-broker.service polkit.service 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": "ip6tables.service ebtables.service ipset.service shutdown.target iptables.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)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3631230976", "EffectiveMemoryMax": "3631230976", "EffectiveTasksMax": "21831", "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/sbin/firewalld ; argv[]=/usr/sbin/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/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartPost": "{ path=/usr/bin/firewall-cmd ; argv[]=/usr/bin/firewall-cmd --state ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartPostEx": "{ path=/usr/bin/firewall-cmd ; argv[]=/usr/bin/firewall-cmd --state ; 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": "13644", "LimitNPROCSoft": "13644", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13644", "LimitSIGPENDINGSoft": "13644", "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": "3224543232", "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": "system.slice dbus.socket 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", "SuccessExitStatus": "251", "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": "21831", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "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-CQ9/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36 Saturday 09 August 2025 13:15:23 -0400 (0:00:01.571) 0:00:12.813 ******* ok: [managed-node1] => { "ansible_facts": { "__firewall_previous_replaced": false, "__firewall_python_cmd": "/usr/bin/python3.12", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:45 Saturday 09 August 2025 13:15:23 -0400 (0:00:00.039) 0:00:12.852 ******* 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-CQ9/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:58 Saturday 09 August 2025 13:15:23 -0400 (0:00:00.027) 0:00:12.880 ******* 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-CQ9/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:74 Saturday 09 August 2025 13:15:23 -0400 (0:00:00.028) 0:00:12.908 ******* 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-CQ9/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:126 Saturday 09 August 2025 13:15:25 -0400 (0:00:01.555) 0:00:14.464 ******* 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-CQ9/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:137 Saturday 09 August 2025 13:15:25 -0400 (0:00:00.049) 0:00:14.513 ******* 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-CQ9/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:146 Saturday 09 August 2025 13:15:25 -0400 (0:00:00.030) 0:00:14.544 ******* 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-CQ9/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:152 Saturday 09 August 2025 13:15:25 -0400 (0:00:00.030) 0:00:14.574 ******* 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-CQ9/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:161 Saturday 09 August 2025 13:15:25 -0400 (0:00:00.031) 0:00:14.605 ******* 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-CQ9/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:172 Saturday 09 August 2025 13:15:25 -0400 (0:00:00.028) 0:00:14.633 ******* 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-CQ9/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:178 Saturday 09 August 2025 13:15:25 -0400 (0:00:00.028) 0:00:14.662 ******* skipping: [managed-node1] => { "false_condition": "__firewall_previous_replaced | bool" } TASK [fedora.linux_system_roles.postfix : Configure selinux] ******************* task path: /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:57 Saturday 09 August 2025 13:15:25 -0400 (0:00:00.030) 0:00:14.692 ******* included: /tmp/collections-CQ9/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-CQ9/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:12 Saturday 09 August 2025 13:15:25 -0400 (0:00:00.019) 0:00:14.711 ******* 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.183818", "end": "2025-08-09 13:15:26.200186", "item": "smtp", "rc": 0, "start": "2025-08-09 13:15:26.016368" } 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.196624", "end": "2025-08-09 13:15:26.742692", "item": "smtps", "rc": 0, "start": "2025-08-09 13:15:26.546068" } STDOUT: 465/tcp ok: [managed-node1] => (item=smtp-submission) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nports=\"$(firewall-cmd --info-service=\"smtp-submission\" | \\\n grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\" || :\nif [ -z \"$ports\" ]; then\n include=\"$(firewall-cmd --info-service=\"smtp-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.547337", "end": "2025-08-09 13:15:27.655481", "item": "smtp-submission", "rc": 0, "start": "2025-08-09 13:15:27.108144" } STDOUT: 587/tcp TASK [fedora.linux_system_roles.postfix : Initialize _postfix_selinux] ********* task path: /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:33 Saturday 09 August 2025 13:15:27 -0400 (0:00:02.024) 0:00:16.736 ******* 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-CQ9/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:37 Saturday 09 August 2025 13:15:27 -0400 (0:00:00.037) 0:00:16.773 ******* 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-08-09 13:15:26.016368', 'end': '2025-08-09 13:15:26.200186', 'delta': '0:00:00.183818', '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.183818", "end": "2025-08-09 13:15:26.200186", "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-08-09 13:15:26.016368", "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-08-09 13:15:26.546068', 'end': '2025-08-09 13:15:26.742692', 'delta': '0:00:00.196624', '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.196624", "end": "2025-08-09 13:15:26.742692", "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-08-09 13:15:26.546068", "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="smtp-submission" | \\\n grep -E " +ports: +" | sed -e "s/ *ports: //")" || :\nif [ -z "$ports" ]; then\n include="$(firewall-cmd --info-service="smtp-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-08-09 13:15:27.108144', 'end': '2025-08-09 13:15:27.655481', 'delta': '0:00:00.547337', 'msg': '', 'invocation': {'module_args': {'_raw_params': 'set -euo pipefail\nports="$(firewall-cmd --info-service="smtp-submission" | \\\n grep -E " +ports: +" | sed -e "s/ *ports: //")" || :\nif [ -z "$ports" ]; then\n include="$(firewall-cmd --info-service="smtp-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': 'smtp-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=\"smtp-submission\" | \\\n grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\" || :\nif [ -z \"$ports\" ]; then\n include=\"$(firewall-cmd --info-service=\"smtp-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.547337", "end": "2025-08-09 13:15:27.655481", "failed": false, "invocation": { "module_args": { "_raw_params": "set -euo pipefail\nports=\"$(firewall-cmd --info-service=\"smtp-submission\" | \\\n grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\" || :\nif [ -z \"$ports\" ]; then\n include=\"$(firewall-cmd --info-service=\"smtp-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": "smtp-submission", "msg": "", "rc": 0, "start": "2025-08-09 13:15:27.108144", "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-CQ9/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:46 Saturday 09 August 2025 13:15:27 -0400 (0:00:00.092) 0:00:16.866 ******* 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-CQ9/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:55 Saturday 09 August 2025 13:15:27 -0400 (0:00:00.032) 0:00:16.898 ******* 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-CQ9/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Saturday 09 August 2025 13:15:27 -0400 (0:00:00.073) 0:00:16.971 ******* included: /tmp/collections-CQ9/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-CQ9/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Saturday 09 August 2025 13:15:27 -0400 (0:00:00.033) 0:00:17.005 ******* 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-CQ9/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Saturday 09 August 2025 13:15:28 -0400 (0:00:00.031) 0:00:17.037 ******* included: /tmp/collections-CQ9/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-CQ9/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Saturday 09 August 2025 13:15:28 -0400 (0:00:00.044) 0:00:17.082 ******* 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-CQ9/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Saturday 09 August 2025 13:15:28 -0400 (0:00:00.371) 0:00:17.453 ******* 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-CQ9/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Saturday 09 August 2025 13:15:28 -0400 (0:00:00.038) 0:00:17.491 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.selinux : Set flag if transactional-update exists] *** task path: /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Saturday 09 August 2025 13:15:28 -0400 (0:00:00.375) 0:00:17.867 ******* 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-CQ9/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Saturday 09 August 2025 13:15:28 -0400 (0:00:00.038) 0:00:17.905 ******* 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-CQ9/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Saturday 09 August 2025 13:15:28 -0400 (0:00:00.033) 0:00:17.939 ******* ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: python3-libselinux python3-policycoreutils TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Saturday 09 August 2025 13:15:30 -0400 (0:00:01.197) 0:00:19.137 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_os_family == \"Suse\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Ensure grubby used to modify selinux kernel parameter] *** task path: /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Saturday 09 August 2025 13:15:30 -0400 (0:00:00.035) 0:00:19.172 ******* ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] ******* task path: /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 Saturday 09 August 2025 13:15:31 -0400 (0:00:01.199) 0:00:20.371 ******* changed: [managed-node1] => { "changed": true, "rc": 0, "results": [ "Installed: libsemanage-3.9-1.el10.x86_64", "Installed: policycoreutils-3.9-1.el10.x86_64", "Installed: python3-libsemanage-3.9-1.el10.x86_64", "Installed: policycoreutils-python-utils-3.9-1.el10.noarch", "Installed: python3-policycoreutils-3.9-1.el10.noarch", "Removed: python3-policycoreutils-3.8-2.el10.noarch", "Removed: libsemanage-3.8.1-1.el10.x86_64", "Removed: python3-libsemanage-3.8.1-1.el10.x86_64", "Removed: policycoreutils-3.8-2.el10.x86_64" ] } lsrpackages: policycoreutils-python-utils TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:81 Saturday 09 August 2025 13:15:34 -0400 (0:00:03.186) 0:00:23.557 ******* skipping: [managed-node1] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:86 Saturday 09 August 2025 13:15:34 -0400 (0:00:00.032) 0:00:23.589 ******* 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-CQ9/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:91 Saturday 09 August 2025 13:15:34 -0400 (0:00:00.032) 0:00:23.621 ******* 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-CQ9/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 Saturday 09 August 2025 13:15:34 -0400 (0:00:00.031) 0:00:23.653 ******* ok: [managed-node1] TASK [fedora.linux_system_roles.selinux : Run systemctl] *********************** task path: /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:8 Saturday 09 August 2025 13:15:35 -0400 (0:00:00.967) 0:00:24.621 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.009966", "end": "2025-08-09 13:15:35.966200", "failed_when_result": false, "rc": 0, "start": "2025-08-09 13:15:35.956234" } STDOUT: running TASK [fedora.linux_system_roles.selinux : Require installed systemd] *********** task path: /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:15 Saturday 09 August 2025 13:15:36 -0400 (0:00:00.430) 0:00:25.051 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "\"No such file or directory\" in __is_system_running.msg | d(\"\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:20 Saturday 09 August 2025 13:15:36 -0400 (0:00:00.035) 0:00:25.087 ******* ok: [managed-node1] => { "ansible_facts": { "__selinux_is_booted": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] *** task path: /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:29 Saturday 09 August 2025 13:15:36 -0400 (0:00:00.037) 0:00:25.125 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "(not selinux_state is none and selinux_state | length > 0) or (not selinux_policy is none and selinux_policy | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] *** task path: /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:40 Saturday 09 August 2025 13:15:36 -0400 (0:00:00.037) 0:00:25.162 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_selinux.status == \"disabled\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:52 Saturday 09 August 2025 13:15:36 -0400 (0:00:00.030) 0:00:25.192 ******* ok: [managed-node1] => { "ansible_facts": { "selinux_reboot_required": false }, "changed": false } TASK [Add or remove selinux=0 from args as needed] ***************************** task path: /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:56 Saturday 09 August 2025 13:15:36 -0400 (0:00:00.039) 0:00:25.231 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __update_kernel_param", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] ********** task path: /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:70 Saturday 09 August 2025 13:15:36 -0400 (0:00:00.035) 0:00:25.267 ******* 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-CQ9/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:77 Saturday 09 August 2025 13:15:36 -0400 (0:00:00.032) 0:00:25.299 ******* skipping: [managed-node1] => { "false_condition": "ansible_selinux.status == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Saturday 09 August 2025 13:15:36 -0400 (0:00:00.030) 0:00:25.330 ******* 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-CQ9/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Saturday 09 August 2025 13:15:36 -0400 (0:00:00.030) 0:00:25.361 ******* 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-CQ9/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Saturday 09 August 2025 13:15:36 -0400 (0:00:00.029) 0:00:25.391 ******* 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-CQ9/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:100 Saturday 09 August 2025 13:15:36 -0400 (0:00:00.030) 0:00:25.421 ******* 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-CQ9/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:105 Saturday 09 August 2025 13:15:36 -0400 (0:00:00.031) 0:00:25.452 ******* 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-CQ9/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:110 Saturday 09 August 2025 13:15:36 -0400 (0:00:00.029) 0:00:25.482 ******* 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-CQ9/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:121 Saturday 09 August 2025 13:15:36 -0400 (0:00:00.012) 0:00:25.495 ******* 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-CQ9/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 Saturday 09 August 2025 13:15:36 -0400 (0:00:00.012) 0:00:25.508 ******* 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-CQ9/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:146 Saturday 09 August 2025 13:15:40 -0400 (0:00:04.100) 0:00:29.608 ******* 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-CQ9/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Saturday 09 August 2025 13:15:40 -0400 (0:00:00.012) 0:00:29.621 ******* ok: [managed-node1] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:f10395385201052294421a913b4be0bb12cea5a682b6e76bee1fbd3d3906a1af", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:9d30fc54abaa02d9e4d9571fdbe46e074b0120b91b4c8b455b94e2201fdca356", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:28614084cc689df308cb61f8a94a69a7e6a73ded19b37a49afcd69e2112701bc", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:428d11ddba5b18eb97e218ebd1cd3fc330b2541ca010a8329d272ee6a1b8a4b4", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:01a578bdb01f705551780f90df43f51a54791f884cbe8e0959181d1c19509f72", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:f1d04ad69271344bcaae314cf30c8db692cef4a9cf5214e9bd25d77111813ac9", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:d70e6129e871ffa80b30e518610f7d0e824c5415fa954de8462abfc2f7fccd73", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:937c211894e03392cecf4a1452f22110de2c5a5e088bc5fe2e39b61d8a9424da", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:1dc1fa2bbf5e1b43dbbb2585315fa0f4c08057b4e65bb8606aa0bb88eb8f0767", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:acf790ccceb7fe3cc611ca383427b29ab37776558e2edd0c83fcc024f8f6e212", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:c8cc82377e90d62aaaf4a2f957eacb0e366bee79428eacc1694e0fcbb310519a", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:25431e641d35db0920262d7931e6c084b11f5dc2ef66c380379c062798d3a302", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:22acee21915a409e588fdd00401c266ef212d23b82bc5e15c962d1819ad617b6", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:d189062fc494d468206cdd11d394abb99f453e2ee680dbd9c6ecfcafe0397b3c", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:5e07e1661961b33ac04ee4a813b0c3c2b30c33c21907ae894bcfebf78c7dfd96", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:98471b96adadeb2d3e282836b1870aceec901f86791c42811ec92cfb7b4722e2", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:986389c9642837dabfa189fcf7ed8392a699d3fd753ad9a6810a4756bc7d5d85", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:c0f5c5181db3f6f33a28a003ffc8ff5c26caf69700e19b102a6fa18ff19a8b76", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:dd5e70e8e7bdf3b6d84ceced346109f899452f692e9674d5d588ec120bc02357", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:142a3a68a7d1d481b8bf8ec3c4a0ff446846d93f0d2c75a802ac8d201bd60cd3", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:8fcfb29be07d3ffaeffb12164939e96f65531205965ae55a75ec5e7c16ac0e2f", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:09832470bc9a76ac28e91b146283bd0785ba48885a1e6c7d8b2b9850959e1e7a", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:3986f1b69898619a970330d214bc5c61aeb81b3572adc4842ad4a1a6900f1aac", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:c962836dee4f0940386878d82b97ad093fdb559bb455dd63a095351d77dfe7ee", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:cddc0ce33d6989122103c4b0017cf664349d3b3b8358f83bfb2e408d420daf42", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:16ab4f32d98bbcfb57717cea28a7b6ece13ae4b65f256bad73be947188971fef", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:e03e321b4923dac015f7b0446c9e7dcdc37a4c9da10b2e9798904480c50319fd", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:23c684ab56d5683c616fba4ff8cf408c7740b75eb86082aede26417ac8dcc5ff", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:7cee63efe115abd21ad2f29d525749aa18d2144e303d52b951fe0172970ca576", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:15d514b77a60a7b15cdddd846065c89cc5fc80eafa46e872554a597cdcded948", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:2bfd39abe3a559d5419b15e5d2b58662439cfd46d860d26821029579ece6b6fe", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:c8d601433fd252ea14fb2af1abc20bf5f88c9c682d596c67e89a17b133f270e5", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:ecee7b3f9bdb0a4a7102b4d53a2311afb7a2b5ab510978f836cc9b8972e78694", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:cde39e721f71f5d5d656e89104d6fff5f030a0530c34613bcc96fe6bcb15c1c8", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:163f3ae58c632cf9dc337fd1191b05d8e397d351996d75e17fceb1cd7e5576a6", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:f0c6516727cb5243c56c7c8beaadd2630baf858f8652bb21b44703efe6c83e82", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:68b509aa78b41c795b064b5b7d5b40d15a8bfb26dfec2cb62120da428d93dd4a", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:2d512baafdd7831586744919a1e3ab787551683ca51821307e3d55e32b713e20", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:362b567009304ad166134f067a78e6bab36b79b8c66c365e82e4e16ae62905e7", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:fb4bd7dbb5ec290393b046e211152648b84d0a2fce9745e29c1c0805e30c521b", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:06761d54039e55f5fb41263176ab91b5a900494a35c872e3c0731ebe0a5a496f", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:18aa9b0f7c86dcfda260468a26fa0f91a0a4996779e9b3e31d70cefe290d6d73", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:d255f3b1a2596e5e05fcc885b9eb132dde143f22dc79a161f847b4e865e3baee", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:d92b86a8fe2c675fdf691a193ae5efd226bc9ee972502ca503d878eabafbe0ba", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:8b823a48aff2d337cafb95f34391d9d90a6b4587c0936ee8a2512929bd470f25", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:407e42b956196dfc597aaca0075a725d7651642b96ae4f8cac8c81aa5da7c5d6", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:50dd2f26ae9047a4fc91072d9a0604f354f0054f5d32c5d6498f8814f5209f48", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:b521e3bd4d68151ce51d31f85d7ed51a55349d8afcb3e09a2cd5cda642e8b84c", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:f013ea4bea42a7981f78bf03e81610e9b9007e6129daf380b40533d6126feeb3", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:f4b6c9903c4e2228dfdae98dd766b20cfe43ca16b39e4401b667965a34e0aaa8", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:c2f144838c48ab5263ef4a00c8fad41629dd7051b076f8970bce4f9ac43c1ae5", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:1253912eabdadf39c59b90789c42a8e36d7957c67e50f62b8d2d9f30b2136a76", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:9203c2f26ff9ff9ef26eacc2c116e03fc85510f3e4b17152c647ccb7209b0731", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:b871ae5b3e6316680bba6482d7717bf6fe33242b1e52880d9e2dfc7cb7cf1bb9", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:25792def794bb2aa298ffee78bbf5cb6c022f9ee5753b05d9b81a897c341736e", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:b35e80516f15c671becee027675e517e7717cd3a499ca8b1147b354eb3a8597a", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:535b5bc8fea85daf9e42ab3d6d4f322e08b0c859eca48b46ec6a717c36a9844d", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:cc7a0a3338d4838b62b70e09f452f03e95979e6c34096b118bafbc34167db024", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:a3bea6e88fbd97026d71790a157d9dcee65d27afc7f76a9c573ef1d0ea617b57", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:2190345e4b2c61371538790442a1ffb5e2e39146fe0db65e354a892bce5b0b81", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:60cda7af97caa987f5c2cd6af9bd7fab328e72391444f33d53278a7f08d897ba", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:daf4c1c49b12d0d009671ed82a8febc434597354b74531c22f3e85ff92b4e8e0", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:7283f14bc6e5325b07157e442a8ed623e4ce46bf6f7ff9ec530c5e50f9f8a366", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:bf33803bf4ef143fded01923612e6f82aed0046306fa90b9308b9113a5b62136", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:2fea6de390e7fbf74e97a21b56d7f73ce262d6335835528aaa68a1d9bae66665", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:7c8bf27770a56b029492e16000002335344ff72272cea27950e9253576472b6a", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:d3b8171a2b07e25c9de41a7c6206fa49048f0aee1db8ce4b1947c6889b36cb0c", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:2d24fbe20afc9e535e9d48c463b28fbe180db38c9edc8773f9e90c878916097d", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:94c9dcbeb9ecf9d9c02a7601a4437461123858d378ed0633d8b76de153b74575", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:5a9d3dcc3287ba2c3fce9fce33969d45dc11332dee0b974c409f4b1b30bef4e7", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:8c23480c5b9bfaa67262e70cee6eaf13dd81e677c8130d9387ade8fd44af6c30", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:dce338525bc305a2bd14878998f81ff7523e60d1e265fd8bc162118fb6064cb1", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:19b816c787f9006b2e72a6eec74b28bfbe89ea6950ca156339f0f219b8ea26b0", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:619c57b5b2ed96f368ed06dec28ae50365f0325d6383f8fcef861a1149437fbb", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:4756e0e90007d639de59ca00e4a436ff5377acbc7b851bffe19eafb421a2f1fc", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:5a3b1fc68e50306ddb9d553be6b22623d34b495c76011fe91cf22c40c9c0356b", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:c9fa40236273029bcc8c8a450dc7b2e845c5f8d6b084344c11a471f1b24bb243", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:2a0296a57b852fa64f9e3d1da4d4263fd66599cd5ac6717fb6aabc9581df9f85", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:4ae4d78adca75b14367358858df60147aff562446e8564e1ca058a0fe5b29ea1", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:e82c249a6c6e116596d6037ef6d23f64ed21960d8ab56d7d4f14bf682723eca9", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:fc10f3410281c2ac16ae959de5d4f649ad1aea9cae1dac5633ef79592845b7da", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:a5d3ec9bf632c01a01af62d1acad0dd5645b7c9f215c31d38308c5fedd83e451", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:353e1f02808b88e0c3a39bbfeb835dc06b815a02c27530c2b1470e0087c803b4", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:ad6ab2c3878452064ce4e24a5d088396e04245f1b651752b42807c3eadcb376f", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:9f9857c24e4681e84ae5bc3bcb9a9f2f72869a804625f992b71f989c1c02eacd", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:03ebc57fa5f1edec92d53093b4c372c897560f2ba654bdf84bf23b7f032d5924", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:82518c97d1b865e78169f5a02fb6ca89901af19d577c1978bfc1abba9b616a87", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:020e88a823875408098e403243e74844c02b6cdf89d365195badf6e24e0fcac7", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:0ad65402073bf1039fef15b6719764a659139a3118d770b879a265945a43480c", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:2f67ccaffd481b5e02e08239a661edd9c6567ec63fc474e3cabdca07f05d64ae", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:bc0d9f09cca8e4ab804c75c3e350a6af8c523e3c08ce379dad2774d6dcb9d945", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:f700a21fa1ee92d45b122f08fad7011b1cac933961db6b78f9f91405eeac0191", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:4498923fef964f70ff5a181ca2c277441a18e62490d338606cd271244a107027", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:8afc1fd453442353b00853f1ae0322e09311cc9f305a29d81f7722664a29dbaf", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:f7c8e21ebeb9f9be9f790b46474e354b6a99e4a45e8404af1bd972a18aeca500", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:004ef662943e2e4d730ea85b935ba975ae802ce61ff19cb54516e10b8d0bbcc6", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:c95140f632de3fc0795c1f64173cc1e299b5f95ea1e6fbc22458514ba35d9d87", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:6030eb8de24db8e5196ee46a83ca233e2020ffef173a712879197063b4abb4c4", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:d6ef5fa653ef1f58cfe1aa7da19e901ec89d615025668349c4064a84613c7cc1", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:7ce53bc70416d9f2cff045d6dc95f696fb44e86d2ef1e2f5d6dd4fa29e9f49cb", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:af4af307d7718c6f37132662e73fcc1ba3173eea6b6423b40bb64dc60bd8c96a", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:0072743763d80c984f00a0fb7f6488c8fd6c7f53d37d6d4b5bce53c5d9dfc866", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:a0ccdd73ea725822acf217be882e9d7f0177c76ab89bca710fb1eab1fcfcf862", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:ba63c1d4b4388d772b10a367c24072c0cc57d5949edd8afafdfe89aecf1ae88a", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:76f07d28c59fb1f96ce8a006801f5c44c8b9c2c3590ac9e20cb2bba02af58ff6", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:daa76500f634fd43405d98c616503acaaa1098fb24d7e3a2dfbbf35011de760d", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:10972211a1892fc4db5f2fe7337c18414eeb26160d2245a40ab51821165b358b", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:53c966a5a4ca74f3b2470c09bd52e1cdc71dd82ad43dcbe5736fa0a191f8f340", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:c22ff5aa2633786ecdbbe1fde926cbf8656a3426d98177b65d624eb20bcd2f1e", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:44d1f5c3edde60efad2bcb577f212110c1421027f5dc5d653a129d5ae4a4d147", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:7dbb790ed9c100e873ed2717c7795443b55965593ec87f8be140ab288bca8980", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:6a332398dd63ae584ec1a9cbe148de9e020551c2f012fff24e1cca6cf83fdbe4", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:40ed9ebdd53671680257388559a2d845782d2de4626450896d070b60196231c1", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:a625e8f1ac239cabbf6f712decfd7c25a0161dd01dfd98e605eb3a4ea997d7dc", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:4e81928216cbe585a95b1ac0b0ca8b6607b8bd75edacb37ebe09fb87130bd004", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:0c7e440e4a47fbf34413ae4f8fa0960a0c80a8c4bc6b3c7d04804c54bc88947b", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:3a7c9126db8637cafffbbbf9d32bfefcdfbd973a2bbda3100446561b0efe6182", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:8d4f4f5202a58d702d1af5b2a9e369c6a2447fce1dbc61b0be1bd2ff1eacfee1", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:796da804af306138fe8c166092938cba13e978fb89389c90fe4872720492bb5f", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:672f7f959d4499c780dbab9e61da7064e1fab1592120d999e1978b77e5aa29f1", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:c0b6348f1e1b1409076248fdb4415643793d9ba6e6cf9a3d3d6bc94aa80968c8", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:2eafa464ca9c892dbb808c6f0e41ebbc62e4624706d3b38bd0daecaae034fca6", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:e11f9d3033bca7789ce7de35441c2774bbf25903ee64832dc79657a572865c9c", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:26fd3addad9b2b49618d66d4db2b9e9c54b16c97478797700b10ad4dd85f99af", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:9bb4d42f505d8c531aefd8b9710c2f986851aee25bcee4e0d9ab0dd1de9bf554", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:7f7fc4ea1d554633c37e7fb70cb3e2bcb7cea5f63798cd6048dfb7f588c69c8b", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:9613ee9d7df2044ae5feaa8d78fea4f62962aba442434baa99986282a409c597", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:a82a7f6dfd7f92241a0e4ba9e6538005770eb77ae0dd34b282b724bb99b87f4c", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:95a70d72f0954d3e29a8c542e6e7ce537e965bd1a6fa1eabfca59064e4619f63", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:09aaa54f13f5eeb34b0b9e8e3c0f27f44d33238b8e1a219a63f04ed5317eb04f", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:90d7c2e6bac684d13f207e8e6ebe517c7048f19bab00d011d2cc2f69620bba98", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:b165186bb0e1dcc0d20bab5c3263d9813185bc3541c3366887c0fbcd1025501e", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:4f575cb53d7acc1615fcc6fda8985e85140465529d2b886f51c2b1a33aae87b7", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:7312c353383b127b150af203ebd29d0115660de6bd81a5b6cc808f41f6a8d09a", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:db2aad415aedbd292aaabd5214a0b06f63e461e52dcaac7862a79bcafe164847", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:7b161bb0f5f3bc9cd74d347b673cb5429359f8a1a936288fd539aed298e961c2", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:f6dca992d82e45c3fe3f330326749db4fb7cfce1e2abb17c5b7f3ffa1f2d6d26", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:ac53892b7a6dfec86206b7466fc9589f45b2ec495b9bb9adf667c2198a18b3fb", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:033761f96da69926467ce8b9844441ce4fd098b1b76a46b562560c7ae48f8456", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:fe53f3de61a70e511ffe136e45011477de28e414a6dff0d31014a2738377e78d", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:41c3c7ce23807a6618d346f7ab4d4b20410e1090291e47acdf39456f47ecc846", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:4e10da221fdc98adb3b701e42eb571bfd5d5e7a856fd12ba91ad469617729080", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:636a458356d10bfb259fe9ddd98de982406a9dd9709e466510f76adba7326c94", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:0e5d72b0f55b2be6330502590e2376e532cf89be319ffe415ac323ee8142d764", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:06cba894a14bdfe2cf8d13363ce6bc0aedf70253ff766dfd211b39acb8402d37", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:76a8e2b8e71056a7551bfb7ff79a6e75e190615f1257faedaf711305743586ea", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:9e42714e676ff096b83c17780908d789029bd5ebd5c45cf4fbeece0137b3964e", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:639db378f5d2c05b72c6a419e873c6cc9ab28fc44acf9d5746b28a01c6981540", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:71f5b8a111b487852a045a313786eae9fccd01cc96c278b0e073718d2b6ec1b7", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:820ab1a7b59a11b7b5f32bcf9424376e1b8a7278b7ffa8b137c8d4d38ec29b6b", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:5975fbb15366849cc7993317f1066bee953e7159323375e39778bfd66ed9a070", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:98e90fe7ac4d0b82a4cdf95538526abe2c6ac9bb0f07118d599b0395dc2a0fa3", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:d053fb2713a5e0f4a059a678fdb482110ceb8cac1d157bd152b38111fed4835e", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:baa4d86a27bc4e085ccd8fa80463f29338767683787801a5416e8d0ff6e09d5b", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:2c538f95640dc3d20db34e39a11aab004870c3c589c60a4bfbba7ef68530d780", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:0aa5c946688e72879deef01fd5cac0dd863b33b266c1b62f6ddeda8156686387", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:26f1450e0e7063c892377b02538d9d89b1107a1b08abbd131fc90c46ee61a910", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:145c64d601bc942dbd64fdcbcbdb5a0451c7da3ad9b9c543a0d5872a8da293b3", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:024c83ab30b60c5bb4333c20f5864340b935623e500b06c920009680aae582fa", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:cf16d677d78138bd11cf97ed258e6a4675d902f2d6e7669623b0192fc712c184", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:56b536d606a0640d7c2a1fb733553fb78cd8f2448f323714ad23e11712b4b478", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:66c745dce773f4caea41036a510e779b0604faaecaf1ee20b885b264480db963", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:3f8e0a9e5df5fddfd12b2b2b43acdcdbdf55755c3d18571984e703259a45a72c", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:4f37ee5aa966676345e44e48b17c4c5594807504df477a20474fe1676b2effc0", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:2200ada8b8ac2534bb36889244ef3540212fc14bd1016b6dc3417c1d202844fb", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:c3ed3b126600f66207fcde4b5d05bb124370a9cb63243c67910f4f94d6299447", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:ff63a593629dba58191086798b2806b99481488f22d1608172a6398bd00e10b8", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:bd251f40ab2fd6368b28d2caaeacb59c2119678087e3598170830d3e54806d1a", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:0f649c976128960fd8da470ba7feb387180ddc71e259f03e4cb35fa783757933", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:66ac2d9285b48d16ae46a14ce234cdb892f89808be1c7bee9daeca7ccceda8a6", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:d2b3c01bc7d7bca1b71313356f0e615ed663e418f0261eb37af6fb63c671a3ad", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:6e708ec82cde020ca9e3b4cbd1dfd0011386024fae57a3e9b3abc81d2b232e1e", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:f2c0b75f5699e442ebf77dc08818cfccf647f1a4a8c9c8559b270e9a98936f7e", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:38aeb1f69bb9d79d8b4f6db4c743cee62087f7cbabccadb46c1fe0c6895c3db6", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:4c14ce3799f78a68d308d9ad81ec720a021accc27d6833d670398bab572c77b6", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:cbbf80957fba14042df58b03b1d9054dd3151e5200e481ca85d5af44c39e941a", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:d1440737e161986c088db4973194283ec9ae3e2ebf87199088c6d27687c981a2", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:7a9a8a2781b899d67274f63240287afef1080c130998dbc28b38e353e44ff292", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:5fcd23d2cd25324d78cfdadb4f2e4f1251f36329d279ef69a151623342ea5432", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:f1f39e608594e6001bb9155c8ef79c0d2874f880afa04c742c27e59bf193cd18", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:04664a7d39f300ccbf432e2319a4b33ea337bde897b40d71dab073e6bf6ff9b4", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:b9734deeda3780fc927e16141c0302e4fed46b681e033f4a60632b9c48f5ee12", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:13910e87d2572c56eea44249b3789e4d4c3e6bf9e0c3e01c49e26772819a05e5", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:36a2580c4f5b3ed535498f9ee30ccbaf32c042a85a7962cab76f59c5b81eb18d", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:5915a5e4133d7a1e450e898724286fb008574772a4e360a404abb2a2d4d19b95", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:b722b50dc55a6957fff9e2c945ad5bfc2eb13fb54814602e39d77a2e879cb941", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:b2d9c174163f3e11d3126c5f395a3793724766dfcaae492751dcef41e1fcd945", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:a66bc2829cda8e264774b577006613f77ae7d02ede542abd9f02f7d73a0a241d", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:77dfa37cfdee157e803785fc8b5a3c1cc5f588f95451178294317e33a50569a6", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:bd47e0b249bf3dd626a650452500a46c29cc1d29a83edfda72e1ff9bd1543d01", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:8c30c837298211d151e9c118e2a9ef51e3cca9c46fd85a194d6f0b33dcf3c408", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:f1702d320914c2db843747794442f25aa1d68370c7f11a818d07079b52e8ac8d", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:6f58f52deb966c5324dc704cdf359c4613534796774ecaa67085f1b4bebf094f", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:5ff7c66f62231636f38e75ff8791d5d0ec3d021f8d99d6d665b42bcc827464b5", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:118303a8c6d51e71636e1d92d1ba140d9efe1213512deb999240cd35f1a60b88", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:0dc693691c7a7d22475b644543434e3a42c7c1e54f363e7d293e251abaf6e718", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:b06c0e111692ea995c6289409b1dfd91d48a9f63fa54ecd76e4a5ff2b976ea05", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:2fed49c5579e6d3275241026ce3505b22b33232a0a7044e18d0f232ad92f028c", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:67ae47bcb166475c058edad8c180e9e1dcb48b086a55cd10b46f58b7cc50eedb", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:0b15dceba92a5acd672166eb6eb9d0299a17f50baeba35742944c073846b7b43", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:33afde439673ae9505e57a6c5c26cf7473820f5d3fecdaccd340a3c8c4694f9f", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:1cb36d9cf65492706703f543a6e117dba6fdcd40a80d24e9c5223af477d52ea3", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:9dccaf8c2e69001cf36fe02721b410ac40eb674ac2829023aa495947ff3dcb58", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:47eb4910fbdddeaad50163bd8047d85f19354b094e806f09e9e5f528bb908211", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:6875cf19097fa08dc86efa4af422efcf5a5e0fe6c940b743a862ffea9c90305f", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:d17cffd1103e31e4e38291a9ed5b979aeeb4d2b9028df35a5a56e930f708a780", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:d525736c6e5e7770c44fff98cec78026dde1c29c15991aeece71c6883635bd5a", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:23cdb08ace4f5e8ed57e1072c6c9f7f93a1eb370f40f923b707edc85e0bde37b", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:451537c679b41dd5317d346157290c8b71353277565ae5d11a5e1444abc8efeb", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:6883bfc79b02b9edc089791b11b131e8a06f357ff81e7ff2ccdea6dbc3eb2e0e", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:9efac8e1d9c8de2bac6059e17e138ecb797ba85a368ac635e0c9a85f0cfd011e", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:f36671c5ac0f8ee4a376f5b73cbdc74b3e1314a5f569456f11c383145c5697c5", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:6982ef349cda1b518321c8f8296b2da9d069293632bc34e4cd2ae7543a87c0a3", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:48c2c297ddb4e6661664d76824d1ce6629b0d22f08be6150e26dedcfc95640f4", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:763c81b3df98434d35b30479e09182e7c462ff72d379fc91390f5857a76aeba9", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:ef0072f761a198b1cbb42ae9106a5364cac77afcd1f4a58e49078b698f56f223", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:788733ddd804746b5ed84a251188481383741d4d92a69e090b450d260f97e5cd", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:f50a00bd73ebd16f368ec52e26b80ebe689e059551f22d5645addcc3ae1a49e5", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:39abb3958fb482a7ac014d6177a30e18cc4f9ee91406176ff7dad84190b247e1", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:af2887f2c523e44f88cd5411d12a9268f5a39251037a9c29ae69961457f4c4fc", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:2250127b186b896d52a22ed35ea24777dc5dd220d395758277a8550799d2db1c", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:78009c7acd8135254c01d1ed9f8dcd3dd937de9f8ce7a20f0e3df8905fe2d29d", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:0c29e84ac815ad8d8feef275e733789d7b383b24eed8fda80eb70cf1f7e6bc1c", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:c79470ebec8a888d207095acd4240ac6f6a96a0a4946b210bfe24b933b496fe8", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:7d0eb8a97d938847b67257289d32a220c75ceca8b96f9e34d79d0207c5134bda", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:e2103c949d85060327115f2b568713ac9269a03d29bca240c9f7b47afb4b77e6", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:d349a9fc2cb80cd353637ed72d636b78f58fe3e6af2f9fb65bf711eac4983d72", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:6e759cbe0adc95cc7f20ae02808460a278d730e8fb6782a354ba61578de21edd", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:341fa53aafa44ea45ee69d7e58680a08fa90d78ff838f7073d88382fa0afdc1a", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:b1715147f59a197cfa0219fe4ad8f353b778fe5ed25ba78bc589fab31d73077a", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:3be0b1667972a2278368d79b79dde5dd01e20e70e01c3fcf10f98e89cbd58611", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:88e7f35629166a332470980bf25975a59e0ab7333aa7f256a58256e1495d57f1", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:cc9a913c29a4a2e1b76cb20134750fc8c0585bf9de683625e620fc6d7def446e", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:2b3e9723e256dbcbf3d7baa320760bc235f90e626b9e378aa824d0d121846c86", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:af0f491bfc0619cc5f15d639814ecb56256fe371311b4bc93158ca2e65e62e93", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:fe0a31a0c04f30cdf7efdfe54e65b95d064d251d46490d18ab2de7ffc084ab64", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:c256d688506ba1424ca1161962e01282f1903d736c75877e39dca21bf1b590c5", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:ab0f3da43024de0115422d4a2131110a7718dd1a4e32822b135d506e35b4b314", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:4a4503c2d1088fa93696fc431d2d5d78be02ef729df4fa113fd01081dc6f0028", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:43b68f254400ae58dada11b08d580438ab4c9d7c87c367520977abc4cf577658", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:42e113d1753bfde7958b2c597c562b12c72a73ab30cfaa330958bb3e7b2406f5", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:407576c48caeb33f0bde241053e0e77a7a0ad47818b361cc63bead4c61d8fc2a", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:66446558b3cf4bec0594695d38e3ecdba82aa1c5d862e495533d1b6b1ecef5c2", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:83af69137ccca18dae12e3446623a17bbe3e97af9140f66eba5cebbf3689b449", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:79ddcfa70f63175b01a14ce2e66542c5d30d799f492f0ef148fa439a675eaeb9", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:b97cd978acbe104006f91c0693d00c5629ca478fa268ca7c3926154e2eabb6d9", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:0519aeff23d5ca66435d02a2810e14892b43b495ca2bf4ce4d06894eda642a2b", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:b9433ae93b7e2494be510e0f89b79e810fe6ddb5ce7e77a68a5fb352ac33a3c1", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:03089dfa338c6441f2949ba44b8c000c44ac496da75aecc34b0a955c3dfda027", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:0d2c12ca1b5ed05abe2a346b8213a22b2a334a3d5dc939cd68478f9c24ae6144", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:e92c439347ea9241cc5bce5f27844b9356dd7502bec0b93cb503aeedfeea5cbf", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:346194b6ee405e8da1b812dda44dd4acb169dcc3a5aa61de06d694cf73202d55", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:3f41d5890fc974a81d72d40e3fb858bf5bb98d8545ea8671c2dabe8a6f82e5c6", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:6a281954af5c8fec67a4dcf6700f719d73705c3f38b8b17d9ebbd0f01d304395", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:8b60e8aca5bd7a0743fd9d57e9a84c1cb29fa8cd4664d77f9885ac9c81b8f1c4", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:b6f287c57a777fe838ffdf8d7086baad28b4000eb6d1dbed305afa4a8250f7f4", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:2d1ea6f24d088c38b2ae933661245ea7d757732457cd7dba7fe598a13c968705", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:325298447b1e8dc241483a7214eb25f43900a862d07862ca85b1265cc20cdca4", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:7338285d0ca68762f5839881dfb5c16de4fd8764e745a516761ed6bec5178afd", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:5142b9f78d32c0407c1db9329db488ee459045283a679309e5596692395683c1", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:02966d7463832b3791d3a65144219bce9f4d758faa22cbc4c51767087c5e7a5a", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:6a3ccf6c3fc799e1481b35455ea75f7ffd8be272b8f6e1296c37d756f159fb55", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:30fc1d9ec50ec7e765b0702628c7d334481d8885f0903e0da1dcfc774ee95512", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:de1571b9f0a16902c96703ee7a653ad58a48f8321a6666700fced92617eab286", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:53d6476a822de53dc11ff645edfbd4df4ee9b089e04e37588ac910df15cfb9ad", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:a7342086fce094b7f2210b33880dce2344b4ff402e1387012996333b74d334e0", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:de83a8e0aee93d436a1bd2cd920395f0066802c119deede352cbade4cb9e1933", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:212c46848b2f04589f36fc83860aa389107ba31f030aafccab2b5e9e732411c0", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:62c056510b557ae8d79d33af9b76e51ae6a62c07f0a29c07a8b8f399034e9955", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:26bb008eb204a7bcb7035a9e7ade556ff381e00b48ef9a19d5aeba7749b1b151", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:19571b06c9a0b595793acb6511509dc48a7ffdae39f29b7c515331f367b30426", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:3cf2bb286d5e8d7236146c457857b4261ad3be3e6a9df15fdad5fdbb4828d48a", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:5cde074b3fece5a5ffeab1d2395b799658af35cc9efdfcf5492d996a24ac0e27", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:cc4bd42dc5540a0f19b90c0ce43d87399c44b7a8596737e8e31bdd2a6510909b", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:3970790dcf625fc480b99187a2fa5110e9bf159b62203c7afe5e7736e6efdd0c", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:8ff3232dfe3b7dedc68c5080341d081e5957d7d15e35f2ee50d6d3205c215a19", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:7ed28ffb547f63b051fb83e37fd7b6f45808944cc11e7d845615d22f9d719ac4", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:6c30b655dfa38024cff5f5bf6300822fabd2a192bd6871069d21e3c8323e0810", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:66aff8dc1d5dfcffe080bd34f1c0fd10474a3987589d576129efc3b80bd74d02", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:53b69369b6bfc6a705d41bf470f0121b74e4ea16391d24f56915831573620909", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:b34f368c23a2d4904e05f02bdf628c7859638639d780c71fdcbb2425f44cc753", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:0d6fa637f18065512fbd7a5d4d89479f73fe289b2bc2e20451a5cd71dc006a63", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:0148e9e03144c6c3fafc006a33bb1509b169fecbfeb93cb2120b8d70d1af3056", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:5a4aca6a6c19c45a6dd8453b77b9a9df042d9750373a2a7bb7fe85b5e2d68512", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:3de9dafab15254be1e61d1b585bc936749c1ede35f4d6ce198cca779d84a2a93", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:5136e404b4f6d79166dcc9b65517ca6ad56dfe26b0e869f5dd7fe9dd4de7e9b1", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:e8bdbebf5429649fdc2a595da24078533a5c58e3d18eb36daab521f494a568a9", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:d1b04869363b3ee565e87ae8f01cd93217067e4cd2eead2b0e326646e9f80127", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:38dde585168985626bd39ada6ad39bffcf51aee24cdd413a6f9ded3230427d5e", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:88fb274a4f6ec989948c5a286eae8acb712aa0d8d6c539b278d5d602b3ee2176", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:51911ad26e475d3f3d5c025bbd4ce25e04705dd55cf31ad1a7917bd0ef4b37ff", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:848983e61099aa451798dfeb104b67148e9fea847e89fbca16a0ade2bcfb9042", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:3ade83db5ee8f691ab3f3fef1f04c8cae0eecf06e964148e6855a1e142f066eb", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:bba1bd162a7e887d4e07e7e47ab48ff684b6232daf1b99d32630c2ff18447ca8", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:fafac6e764ffa9a8db546c20dcdbc7f8512033bedad519ac7f003501807283a5", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:d8c57d30164e0610fddc694cc2cf7c2b02f101e5ffc91ff4829ea11a0e2226b8", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:2c2bf1fbacbad3c9aa5a351585f1dd64fae207292468f0caa7aae19f07e4959b", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:6b2a6afd9b64502ee986d7202c3d35537bb2e63b9745819bb22f18cd66edcca8", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:d1d88e80c26b0c519000acd6b500a89f47967e522b866001b972c46886d54b22", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:c53a21f4d1744bb97ba01cd5a783bee163b5a44bfd63aab0375891f5ca391a31", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:0673136c8d1580520aa58317d3a33502e954ba63905389a51f7f05d4e0c50a52", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:c2a9c0312ed3a2e1bf791ee92ae6339328a61194392654b14fa8bbf1e769e5d5", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:4afac0251398b4602de01065c3a58b0ab641bb1e52cb7bc73d9cdaf1c97ddade", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:62b885fc43340a64a68d4156e0fc0e4422178ce3251f05c88510ca228663dd7d", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:bc38794e09a5b71f26d292d4f5102be9a70cdc97972a47733413109c8410f784", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:7e162003566e2f5569a3faafdd7fda9238f6d467deb417ce21d2b7a56a5ab54c", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:a7401c986ffa0c361aa4194cf7de058c04fe9b9923a6f2f5b0910a933f232a0f", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:18e45ba429566079dd811af844b3917c9ac4b7557638a97ea9dae08e9d78ca92", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:3aa383ceea8da0c33173f8711902faa680ccae93f141c149da2f33a1f1dc049a", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:d2314983cbb3943c8e7da1a0d9ad09e712187c1f0344683d28420706c24e4d2d", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:7ae9f3f32c7b06f30b65ca1710265aaabc4940f603869e22a64820dad162dd61", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:26a3d0e6e8b509c28c11f7ab18493fadc82b1a6aae9f4972b0b05ffae2560e88", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:d909f0e93fc31fac1059a0ecea23730969d2396b240a052edf3804900a90af6c", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:9f71200901f37a40683c419e6e648d98076fec013184f36da5000badecd8a909", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:76336a655dc074c82047d31d39ce85c712c96986fdd04505226e9b1b15509ed6", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:339ef744e3d52e421543dd1c1e086ca69a7c9b8f87879db12c3ba3a5610f6e19", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:fa89ab5117bf1144ab63d1d630078532b03aff0407f95bf6766b7c1e22803f9d", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:3eb00db355727a30e89e6b32bf8ff4e4521472b8332a5615b7fe697af7b6033c", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:f965bccf59a93a9a6c7ad27a4fe17bf05e39c053379f723e0e2e97c88993056d", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:23c1be0b6b823b567f0ad119c5a2a6da8097ed1f9a92d70a3394b19c2a6b3b8e", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:fd7eb0a53d9005064781fee26e940f0b0aa725bb76e193bd426288e704f6f527", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:e85f2f9f89ba48ac30129624aa7dde86183ce4c46b45fe1148e7bc0118051997", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:1509b55e0d514a3c53cbf0cf4730917622c556cf45e37fd4207798e999db9d3d", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:b05cbc9e7b00febb57ca0b08ccfbe25eefeee5af126f3152c69e669ce790867e", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:6a80b494ea7fb414729b8bf35eb080fc47f268a7603d8d28f8d69ec998df6540", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:38fe26c98df147bea9ab100a1cbb4084c60e55070562798be1042944a6ea2076", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:99d6b6868dad2afc98128885684df3f20736b4c3819ab784979d80c4d31323bf", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:0c85858c357f4684576e18052b889a7083b5176e075fc5308b5f40234d26b771", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:d1d483fd49307a4746ebb031fe4cc3dd6ca5440aca70830605182d22ce4b0b33", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:18e6442362df19819b276708ba5753be66da9ce531292ca571b619c1d03ed647", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:d77008d875a5538e32506aa953430948629873d9a0c7ee1be9ef5174b982d92d", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:6a6fe9993c328e0d392aa89f804438b71bf136d7b7bfbf0d455538184c234c5c", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:8922280d37377e5869cbb8e6dc6d61bae0be348af3794ac00f31b3d85d77bea5", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:2d34e420d0114fa7327b8b42a2605156ca88660b1eae69327cba42d73a47bfaa", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:a44714c1de700b34e1d2ec312244456f077136f41210869749ffc2cb6d39bdb3", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:77a3f610c011dfa50cfd314ac3a702a92973e2540b23e955796cf989669da611", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:d3080401a4a060b931d5b253d6f511ba496508855483e4d98a78ff75d8e586b7", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:5b4ed9c8a9a85184d75cc7b6758d39e9e450ecf63e5dce6a93e32ac9c0f9c33f", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:b7b041fe8b53b009f48415eb492bbec32e0abbd1630f160ee40b4427d8a2fc95", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:52aeb60b920e302649519ace3064b1d0dceea48a6ca41185a062dd7ae27775c1", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:aac722e5609a23ebc0666cfaa74bba759acc9fdd970f15ed54387aea4c10fe20", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:fce307245871e2a48ae742dd8f0afab2274548634862b876bcfead722b4a700a", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:ddb5df57389d5400c0d9139eb3f0ed9906e39f0bf0d92c526823cd9f9c3d6af0", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:920082032be56359c5544539e18e175bf85bcfbd0289f86a947289034228278f", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:ae9c83bc666c937d082117f02f44fb02ba79f63a0bf71bee0633f85de5f149a9", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:14470d1dfec37ca84ace7a23ac4cf46c716c8e8c74927b8331b6488abc0ea062", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:9a6904e87cba3238aff08609aa0e62f8aab54e0804de19f509c9f3c77d224e07", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:2356a4d3ca2721da7e0605ac6a524da497d109c19de06070769ab78ba28e2c30", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:d92c1ab5ba40ea17c00354bf1ac267c01f3a6ecbc5a3efe91888e6eea3a667aa", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:3f94743425875f34130b5709492f8364eb58feb65a26fc67a124f92464e7c974", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:811ef64ded8f465786c790760f3d5ddd9e997960a4d09eb689881dfabc4443c6", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:0eda2bf0a828c5cb216c6afc1f25230fb8b07a9639e56c51d2432dbe6b54da84", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:0682b68a9debf64eed95914c472323df6999bc1b9cfdd6f366e3f7c6e8e67386", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:08ed95ab7a1b88a80103019f4281e53fd6039fd4b331dfc46908d73816820373", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:4203fd561016b49bbbe1755b4405f53a7c1fbe055a90e6f1254411373b15ea56", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:6647d5c3347b1a4febbb6024767463d3bd14bd09bdc3f54de9f658a53a6e3bda", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:6c4b0925c1c538dc8a2a38d36180ff904e46643dc040b676de34d2e28471387d", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:8d7a09c8450096c9a84e987327696f6b2f552168b1489cecc7997c0b93bdbb0d", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:221c630b745da16fc1eebd78b16243b1e03063fe708d1fa3fe2d94bffde72e5a", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:9649aa0f66791d3d1c9af9928ab3735150ff7aac4605454de97a10c32ae4a38b", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:ee3927aa9efc4fd34c6d92bca789fc448a05a6c703c09906ad51b05e73acb88c", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:3225e2df2d589eb4edfca4cfc1d71a6bad0fafb1d938f922c16908b2fc2d19c8", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:162 Saturday 09 August 2025 13:15:43 -0400 (0:00:02.800) 0:00:32.421 ******* 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-CQ9/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:175 Saturday 09 August 2025 13:15:43 -0400 (0:00:00.040) 0:00:32.461 ******* 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-CQ9/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:183 Saturday 09 August 2025 13:15:43 -0400 (0:00:00.018) 0:00:32.480 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.postfix : Install Postfix] ********************* task path: /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:60 Saturday 09 August 2025 13:15:43 -0400 (0:00:00.026) 0:00:32.506 ******* changed: [managed-node1] => { "changed": true, "rc": 0, "results": [ "Installed: postfix-lmdb-2:3.8.5-8.el10.x86_64", "Installed: postfix-2:3.8.5-8.el10.x86_64" ] } lsrpackages: postfix TASK [fedora.linux_system_roles.postfix : Get default database type from postconf - 1] *** task path: /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:71 Saturday 09 August 2025 13:15:47 -0400 (0:00:03.938) 0:00:36.445 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "postconf", "-h", "default_database_type" ], "delta": "0:00:00.014273", "end": "2025-08-09 13:15:47.784052", "failed_when_result": false, "rc": 0, "start": "2025-08-09 13:15:47.769779" } STDOUT: lmdb TASK [fedora.linux_system_roles.postfix : Configure postfix for no ipv6] ******* task path: /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:79 Saturday 09 August 2025 13:15:47 -0400 (0:00:00.434) 0:00:36.880 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__postfix_register_dbtype.rc == 1", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postfix : Get default database type from postconf - 2] *** task path: /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:89 Saturday 09 August 2025 13:15:47 -0400 (0:00:00.019) 0:00:36.899 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "postconf", "-h", "default_database_type" ], "delta": "0:00:00.007739", "end": "2025-08-09 13:15:48.179727", "rc": 0, "start": "2025-08-09 13:15:48.171988" } STDOUT: lmdb TASK [fedora.linux_system_roles.postfix : Set postfix_default_database_type] *** task path: /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:94 Saturday 09 August 2025 13:15:48 -0400 (0:00:00.366) 0:00:37.266 ******* ok: [managed-node1] => { "ansible_facts": { "postfix_default_database_type": "lmdb" }, "changed": false } TASK [fedora.linux_system_roles.postfix : Enable Postfix] ********************** task path: /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:98 Saturday 09 August 2025 13:15:48 -0400 (0:00:00.042) 0:00:37.308 ******* 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": "sysinit.target systemd-tmpfiles-setup.service syslog.target -.mount network.target systemd-journald.socket basic.target tmp.mount system.slice", "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": "exim.service sendmail.service shutdown.target", "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", "DynamicUser": "no", "EffectiveMemoryHigh": "3631230976", "EffectiveMemoryMax": "3631230976", "EffectiveTasksMax": "21831", "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": "13644", "LimitNPROCSoft": "13644", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13644", "LimitSIGPENDINGSoft": "13644", "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": "3148685312", "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": "21831", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "forking", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "-.mount", "WantsMountsFor": "/var/tmp /tmp", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.postfix : Get current config] ****************** task path: /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:104 Saturday 09 August 2025 13:15:49 -0400 (0:00:01.073) 0:00:38.382 ******* 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-CQ9/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:110 Saturday 09 August 2025 13:15:49 -0400 (0:00:00.040) 0:00:38.423 ******* 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-CQ9/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:128 Saturday 09 August 2025 13:15:49 -0400 (0:00:00.043) 0:00:38.466 ******* 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-CQ9/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:144 Saturday 09 August 2025 13:15:49 -0400 (0:00:00.017) 0:00:38.484 ******* 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 : Apply changes] *********************** task path: /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:155 Saturday 09 August 2025 13:15:49 -0400 (0:00:00.017) 0:00:38.501 ******* included: /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/manage_config.yml for managed-node1 TASK [fedora.linux_system_roles.postfix : Gather facts for ansible_date_time] *** task path: /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/manage_config.yml:6 Saturday 09 August 2025 13:15:49 -0400 (0:00:00.031) 0:00:38.533 ******* 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-CQ9/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/manage_config.yml:11 Saturday 09 August 2025 13:15:49 -0400 (0:00:00.040) 0:00:38.573 ******* 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-CQ9/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/manage_config.yml:19 Saturday 09 August 2025 13:15:49 -0400 (0:00:00.089) 0:00:38.663 ******* 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-CQ9/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/manage_config.yml:27 Saturday 09 August 2025 13:15:49 -0400 (0:00:00.041) 0:00:38.704 ******* 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-CQ9/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/manage_config.yml:33 Saturday 09 August 2025 13:15:49 -0400 (0:00:00.040) 0:00:38.744 ******* 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-CQ9/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/manage_config.yml:41 Saturday 09 August 2025 13:15:49 -0400 (0:00:00.043) 0:00:38.788 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check firewall and selinux status] *************************************** task path: /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_default.yml:14 Saturday 09 August 2025 13:15:49 -0400 (0:00:00.026) 0:00:38.815 ******* included: /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/tests/postfix/check_firewall_selinux.yml for managed-node1 TASK [Get the firewall services] *********************************************** task path: /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/tests/postfix/check_firewall_selinux.yml:10 Saturday 09 August 2025 13:15:49 -0400 (0:00:00.034) 0:00:38.849 ******* 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-CQ9/ansible_collections/fedora/linux_system_roles/tests/postfix/check_firewall_selinux.yml:17 Saturday 09 August 2025 13:15:49 -0400 (0:00:00.036) 0:00:38.886 ******* 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-CQ9/ansible_collections/fedora/linux_system_roles/tests/postfix/check_firewall_selinux.yml:30 Saturday 09 August 2025 13:15:49 -0400 (0:00:00.045) 0:00:38.931 ******* 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-CQ9/ansible_collections/fedora/linux_system_roles/tests/postfix/check_firewall_selinux.yml:34 Saturday 09 August 2025 13:15:49 -0400 (0:00:00.034) 0:00:38.966 ******* 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=48 changed=6 unreachable=0 failed=0 skipped=58 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 09 August 2025 13:15:49 -0400 (0:00:00.038) 0:00:39.005 ******* =============================================================================== fedora.linux_system_roles.firewall : Install firewalld ------------------ 5.84s /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:51 fedora.linux_system_roles.selinux : Set an SELinux label on a port ------ 4.10s /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 fedora.linux_system_roles.postfix : Install Postfix --------------------- 3.94s /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:60 fedora.linux_system_roles.selinux : Install SELinux tool semanage ------- 3.19s /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 2.80s /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 fedora.linux_system_roles.postfix : Get the smtp related tcp service ports --- 2.02s /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:12 fedora.linux_system_roles.postfix : Ensure ansible_facts used by role are present --- 1.93s /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:3 fedora.linux_system_roles.firewall : Enable and start firewalld service --- 1.57s /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:30 fedora.linux_system_roles.firewall : Configure firewall ----------------- 1.56s /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:74 fedora.linux_system_roles.selinux : Ensure grubby used to modify selinux kernel parameter --- 1.20s /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 fedora.linux_system_roles.selinux : Install SELinux python3 tools ------- 1.20s /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 fedora.linux_system_roles.postfix : Enable Postfix ---------------------- 1.07s /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:98 fedora.linux_system_roles.selinux : Refresh facts ----------------------- 0.97s /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 fedora.linux_system_roles.firewall : Unmask firewalld service ----------- 0.71s /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:24 fedora.linux_system_roles.firewall : Ensure ansible_facts used by role --- 0.52s /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 fedora.linux_system_roles.firewall : Run systemctl ---------------------- 0.45s /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 fedora.linux_system_roles.postfix : Check if system is ostree ----------- 0.44s /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:11 fedora.linux_system_roles.postfix : Get default database type from postconf - 1 --- 0.43s /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:71 fedora.linux_system_roles.selinux : Run systemctl ----------------------- 0.43s /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:8 fedora.linux_system_roles.selinux : Check if transactional-update exists in /sbin --- 0.38s /tmp/collections-CQ9/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17