[DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ansible-playbook [core 2.17.3] 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-Taf executable location = /usr/local/bin/ansible-playbook python version = 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] (/usr/bin/python3.12) jinja version = 3.1.4 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_previous_replaced.yml ****************************************** 1 plays in /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_previous_replaced.yml PLAY [Test setting previous=replaced with postfix_conf] ************************ TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_previous_replaced.yml:2 Wednesday 04 September 2024 13:31:28 -0400 (0:00:00.008) 0:00:00.008 *** [WARNING]: Platform linux on host managed-node2 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-node2] TASK [Run the role with previous=replaced only] ******************************** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_previous_replaced.yml:5 Wednesday 04 September 2024 13:31:32 -0400 (0:00:03.633) 0:00:03.641 *** included: fedora.linux_system_roles.postfix for managed-node2 TASK [fedora.linux_system_roles.postfix : Ensure ansible_facts required by role] *** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:2 Wednesday 04 September 2024 13:31:32 -0400 (0:00:00.047) 0:00:03.688 *** included: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml for managed-node2 TASK [fedora.linux_system_roles.postfix : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:3 Wednesday 04 September 2024 13:31:32 -0400 (0:00:00.020) 0:00:03.709 *** skipping: [managed-node2] => {"changed": false, "false_condition": "__postfix_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False"} TASK [fedora.linux_system_roles.postfix : Check if system is ostree] *********** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:11 Wednesday 04 September 2024 13:31:32 -0400 (0:00:00.038) 0:00:03.747 *** ok: [managed-node2] => {"changed": false, "stat": {"exists": false}} TASK [fedora.linux_system_roles.postfix : Set flag to indicate system is ostree] *** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:16 Wednesday 04 September 2024 13:31:32 -0400 (0:00:00.485) 0:00:04.233 *** ok: [managed-node2] => {"ansible_facts": {"__postfix_is_ostree": false}, "changed": false} TASK [fedora.linux_system_roles.postfix : Set platform/version specific variables] *** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:20 Wednesday 04 September 2024 13:31:32 -0400 (0:00:00.024) 0:00:04.257 *** ok: [managed-node2] => (item=RedHat.yml) => {"ansible_facts": {"__postfix_smtp_services": ["smtp", "smtps", "submission"]}, "ansible_included_var_files": ["/tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/vars/RedHat.yml"], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml"} ok: [managed-node2] => (item=Fedora.yml) => {"ansible_facts": {"__postfix_smtp_services": ["smtp", "smtps", "submission"]}, "ansible_included_var_files": ["/tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/vars/Fedora.yml"], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml"} skipping: [managed-node2] => (item=Fedora_40.yml) => {"ansible_loop_var": "item", "changed": false, "false_condition": "__postfix_vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False"} skipping: [managed-node2] => (item=Fedora_40.yml) => {"ansible_loop_var": "item", "changed": false, "false_condition": "__postfix_vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False"} TASK [fedora.linux_system_roles.postfix : Get status of package(s) ['postfix']] *** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:16 Wednesday 04 September 2024 13:31:33 -0400 (0:00:00.044) 0:00:04.302 *** ok: [managed-node2] => (item=postfix) => {"ansible_loop_var": "item", "changed": false, "cmd": ["rpm", "-V", "postfix"], "delta": "0:00:00.010257", "end": "2024-09-04 13:31:33.481300", "failed_when_result": false, "item": "postfix", "msg": "non-zero return code", "rc": 1, "start": "2024-09-04 13:31:33.471043", "stderr": "", "stderr_lines": [], "stdout": "package postfix is not installed", "stdout_lines": ["package postfix is not installed"]} TASK [fedora.linux_system_roles.postfix : Remove package(s) to reset original confs ['postfix']] *** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:23 Wednesday 04 September 2024 13:31:33 -0400 (0:00:00.524) 0:00:04.827 *** skipping: [managed-node2] => {"changed": false, "false_condition": "__postfix_packages_status.results | rejectattr('stdout', 'match', '^package .* is not installed') | selectattr('stdout', 'search', ' /etc/postfix/.*[.]cf($|\\n)') | list | length > 0", "skip_reason": "Conditional result was False"} TASK [fedora.linux_system_roles.postfix : Get status of config files] ********** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:38 Wednesday 04 September 2024 13:31:33 -0400 (0:00:00.055) 0:00:04.883 *** skipping: [managed-node2] => (item=postfix) => {"ansible_loop_var": "item", "changed": false, "false_condition": "__postfix_is_ostree | d(false)", "item": "postfix", "skip_reason": "Conditional result was False"} skipping: [managed-node2] => {"changed": false, "msg": "All items skipped"} TASK [fedora.linux_system_roles.postfix : Remove config files - make empty] **** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:45 Wednesday 04 September 2024 13:31:33 -0400 (0:00:00.056) 0:00:04.939 *** skipping: [managed-node2] => {"changed": false, "skipped_reason": "No items in the list"} TASK [fedora.linux_system_roles.postfix : Configure firewall] ****************** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:54 Wednesday 04 September 2024 13:31:33 -0400 (0:00:00.057) 0:00:04.996 *** included: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/firewall.yml for managed-node2 TASK [Ensure the postfix ports status with the firewall role] ****************** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/firewall.yml:3 Wednesday 04 September 2024 13:31:33 -0400 (0:00:00.030) 0:00:05.026 *** included: fedora.linux_system_roles.firewall for managed-node2 TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Wednesday 04 September 2024 13:31:33 -0400 (0:00:00.097) 0:00:05.124 *** included: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Wednesday 04 September 2024 13:31:33 -0400 (0:00:00.033) 0:00:05.157 *** skipping: [managed-node2] => {"changed": false, "false_condition": "__firewall_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False"} TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Wednesday 04 September 2024 13:31:33 -0400 (0:00:00.050) 0:00:05.208 *** ok: [managed-node2] => {"changed": false, "stat": {"exists": false}} TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Wednesday 04 September 2024 13:31:34 -0400 (0:00:00.441) 0:00:05.649 *** ok: [managed-node2] => {"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-Taf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Wednesday 04 September 2024 13:31:34 -0400 (0:00:00.058) 0:00:05.708 *** ok: [managed-node2] => {"changed": false, "stat": {"exists": false}} TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 Wednesday 04 September 2024 13:31:34 -0400 (0:00:00.515) 0:00:06.223 *** ok: [managed-node2] => {"ansible_facts": {"__firewall_is_transactional": false}, "changed": false} TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 Wednesday 04 September 2024 13:31:34 -0400 (0:00:00.040) 0:00:06.264 *** ok: [managed-node2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43 Wednesday 04 September 2024 13:31:36 -0400 (0:00:01.762) 0:00:08.027 *** skipping: [managed-node2] => {"false_condition": "__firewall_is_transactional | d(false)"} TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48 Wednesday 04 September 2024 13:31:36 -0400 (0:00:00.035) 0:00:08.063 *** skipping: [managed-node2] => {"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-Taf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53 Wednesday 04 September 2024 13:31:36 -0400 (0:00:00.035) 0:00:08.098 *** skipping: [managed-node2] => {"changed": false, "false_condition": "__firewall_is_transactional | d(false)", "skip_reason": "Conditional result was False"} TASK [fedora.linux_system_roles.firewall : Collect service facts] ************** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Wednesday 04 September 2024 13:31:36 -0400 (0:00:00.034) 0:00:08.132 *** skipping: [managed-node2] => {"changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "skip_reason": "Conditional result was False"} TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Wednesday 04 September 2024 13:31:36 -0400 (0:00:00.033) 0:00:08.166 *** skipping: [managed-node2] => (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-node2] => (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-node2] => (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-node2] => {"changed": false, "msg": "All items skipped"} TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Wednesday 04 September 2024 13:31:36 -0400 (0:00:00.041) 0:00:08.207 *** ok: [managed-node2] => {"changed": false, "name": "firewalld", "status": {"AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "polkit.service system.slice basic.target dbus-broker.service dbus.socket sysinit.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target network-pre.target", "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", "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_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog 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": "iptables.service ipset.service nftables.service ebtables.service shutdown.target ip6tables.service", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "\"man:firewalld(1)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "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 }", "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": "14721", "LimitNPROCSoft": "14721", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14721", "LimitSIGPENDINGSoft": "14721", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3537408000", "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", "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": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice dbus.socket", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "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": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4416", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity"}} TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Wednesday 04 September 2024 13:31:37 -0400 (0:00:00.812) 0:00:09.019 *** changed: [managed-node2] => {"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": "sysinit.target dbus.socket dbus-broker.service polkit.service system.slice basic.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target network-pre.target", "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", "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_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target ebtables.service ip6tables.service nftables.service iptables.service ipset.service", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "\"man:firewalld(1)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "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 }", "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": "14721", "LimitNPROCSoft": "14721", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14721", "LimitSIGPENDINGSoft": "14721", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3514257408", "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", "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": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "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": "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": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4416", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity"}} TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Wednesday 04 September 2024 13:31:39 -0400 (0:00:01.821) 0:00:10.840 *** ok: [managed-node2] => {"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-Taf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Wednesday 04 September 2024 13:31:39 -0400 (0:00:00.049) 0:00:10.890 *** skipping: [managed-node2] => {"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-Taf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Wednesday 04 September 2024 13:31:39 -0400 (0:00:00.038) 0:00:10.929 *** skipping: [managed-node2] => {"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-Taf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Wednesday 04 September 2024 13:31:39 -0400 (0:00:00.052) 0:00:10.982 *** changed: [managed-node2] => (item={'service': 'smtp', 'state': 'enabled'}) => {"__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": {"service": "smtp", "state": "enabled"}} changed: [managed-node2] => (item={'service': 'smtps', 'state': 'enabled'}) => {"__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": {"service": "smtps", "state": "enabled"}} changed: [managed-node2] => (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-Taf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 Wednesday 04 September 2024 13:31:41 -0400 (0:00:02.137) 0:00:13.119 *** skipping: [managed-node2] => (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-node2] => (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-node2] => (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-node2] => {"changed": false, "msg": "All items skipped"} TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Wednesday 04 September 2024 13:31:41 -0400 (0:00:00.111) 0:00:13.231 *** skipping: [managed-node2] => {"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-Taf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 Wednesday 04 September 2024 13:31:42 -0400 (0:00:00.082) 0:00:13.314 *** skipping: [managed-node2] => {"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-Taf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 Wednesday 04 September 2024 13:31:42 -0400 (0:00:00.072) 0:00:13.386 *** skipping: [managed-node2] => {"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-Taf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Wednesday 04 September 2024 13:31:42 -0400 (0:00:00.101) 0:00:13.487 *** skipping: [managed-node2] => {"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-Taf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 Wednesday 04 September 2024 13:31:42 -0400 (0:00:00.051) 0:00:13.539 *** skipping: [managed-node2] => {"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-Taf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 Wednesday 04 September 2024 13:31:42 -0400 (0:00:00.052) 0:00:13.591 *** skipping: [managed-node2] => {"false_condition": "__firewall_previous_replaced | bool"} TASK [fedora.linux_system_roles.postfix : Configure selinux] ******************* task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:57 Wednesday 04 September 2024 13:31:42 -0400 (0:00:00.057) 0:00:13.649 *** included: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml for managed-node2 TASK [fedora.linux_system_roles.postfix : Get the smtp related tcp service ports] *** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:12 Wednesday 04 September 2024 13:31:42 -0400 (0:00:00.040) 0:00:13.689 *** skipping: [managed-node2] => (item=smtp) => {"ansible_loop_var": "item", "changed": false, "false_condition": "postfix_manage_selinux | bool", "item": "smtp", "skip_reason": "Conditional result was False"} skipping: [managed-node2] => (item=smtps) => {"ansible_loop_var": "item", "changed": false, "false_condition": "postfix_manage_selinux | bool", "item": "smtps", "skip_reason": "Conditional result was False"} skipping: [managed-node2] => (item=submission) => {"ansible_loop_var": "item", "changed": false, "false_condition": "postfix_manage_selinux | bool", "item": "submission", "skip_reason": "Conditional result was False"} skipping: [managed-node2] => {"changed": false, "msg": "All items skipped"} TASK [fedora.linux_system_roles.postfix : Initialize _postfix_selinux] ********* task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:33 Wednesday 04 September 2024 13:31:42 -0400 (0:00:00.068) 0:00:13.758 *** skipping: [managed-node2] => {"changed": false, "false_condition": "postfix_manage_selinux | bool", "skip_reason": "Conditional result was False"} TASK [fedora.linux_system_roles.postfix : Add the smtp related service ports to _postfix_selinux] *** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:37 Wednesday 04 September 2024 13:31:42 -0400 (0:00:00.047) 0:00:13.805 *** skipping: [managed-node2] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'postfix_manage_selinux | bool', 'item': 'smtp', 'ansible_loop_var': 'item'}) => {"ansible_loop_var": "item", "changed": false, "false_condition": "postfix_manage_selinux | bool", "item": {"ansible_loop_var": "item", "changed": false, "false_condition": "postfix_manage_selinux | bool", "item": "smtp", "skip_reason": "Conditional result was False", "skipped": true}, "skip_reason": "Conditional result was False"} skipping: [managed-node2] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'postfix_manage_selinux | bool', 'item': 'smtps', 'ansible_loop_var': 'item'}) => {"ansible_loop_var": "item", "changed": false, "false_condition": "postfix_manage_selinux | bool", "item": {"ansible_loop_var": "item", "changed": false, "false_condition": "postfix_manage_selinux | bool", "item": "smtps", "skip_reason": "Conditional result was False", "skipped": true}, "skip_reason": "Conditional result was False"} skipping: [managed-node2] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'postfix_manage_selinux | bool', 'item': 'submission', 'ansible_loop_var': 'item'}) => {"ansible_loop_var": "item", "changed": false, "false_condition": "postfix_manage_selinux | bool", "item": {"ansible_loop_var": "item", "changed": false, "false_condition": "postfix_manage_selinux | bool", "item": "submission", "skip_reason": "Conditional result was False", "skipped": true}, "skip_reason": "Conditional result was False"} skipping: [managed-node2] => {"changed": false, "msg": "All items skipped"} 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-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:46 Wednesday 04 September 2024 13:31:42 -0400 (0:00:00.117) 0:00:13.922 *** skipping: [managed-node2] => {"changed": false, "false_condition": "postfix_manage_selinux | bool", "skip_reason": "Conditional result was False"} TASK [Ensure the service and the ports status with the selinux role] *********** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:55 Wednesday 04 September 2024 13:31:42 -0400 (0:00:00.104) 0:00:14.027 *** skipping: [managed-node2] => {"changed": false, "false_condition": "postfix_manage_selinux | bool", "skip_reason": "Conditional result was False"} TASK [fedora.linux_system_roles.postfix : Install Postfix] ********************* task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:60 Wednesday 04 September 2024 13:31:42 -0400 (0:00:00.098) 0:00:14.125 *** changed: [managed-node2] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: libicu-74.2-1.fc40.x86_64", "Installed: postfix-2:3.8.5-4.fc40.x86_64", "Installed: libdb-5.3.28-62.fc40.x86_64"]} TASK [fedora.linux_system_roles.postfix : Enable Postfix] ********************** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:66 Wednesday 04 September 2024 13:31:53 -0400 (0:00:10.357) 0:00:24.483 *** changed: [managed-node2] => {"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": "syslog.target network.target system.slice tmp.mount systemd-tmpfiles-setup.service systemd-journald.socket -.mount sysinit.target basic.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "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", "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": "sendmail.service exim.service shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Postfix Mail Transport Agent", "DevicePolicy": "closed", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/network (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "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": "14721", "LimitNPROCSoft": "14721", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14721", "LimitSIGPENDINGSoft": "14721", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3504615424", "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", "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", "PrivateTmp": "yes", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "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 -.mount", "RequiresMountsFor": "/var/tmp", "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": "4416", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "forking", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "tmp.mount", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity"}} TASK [fedora.linux_system_roles.postfix : Get current config] ****************** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:72 Wednesday 04 September 2024 13:31:54 -0400 (0:00:01.268) 0:00:25.751 *** skipping: [managed-node2] => {"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-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:78 Wednesday 04 September 2024 13:31:54 -0400 (0:00:00.043) 0:00:25.795 *** skipping: [managed-node2] => {"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-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:96 Wednesday 04 September 2024 13:31:54 -0400 (0:00:00.043) 0:00:25.839 *** skipping: [managed-node2] => {"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-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:112 Wednesday 04 September 2024 13:31:54 -0400 (0:00:00.013) 0:00:25.853 *** skipping: [managed-node2] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} TASK [fedora.linux_system_roles.postfix : Gather facts for ansible_date_time] *** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:126 Wednesday 04 September 2024 13:31:54 -0400 (0:00:00.013) 0:00:25.866 *** skipping: [managed-node2] => {"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-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:132 Wednesday 04 September 2024 13:31:54 -0400 (0:00:00.039) 0:00:25.906 *** skipping: [managed-node2] => {"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-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:140 Wednesday 04 September 2024 13:31:54 -0400 (0:00:00.040) 0:00:25.946 *** skipping: [managed-node2] => {"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-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:148 Wednesday 04 September 2024 13:31:54 -0400 (0:00:00.039) 0:00:25.986 *** skipping: [managed-node2] => {"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-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:154 Wednesday 04 September 2024 13:31:54 -0400 (0:00:00.042) 0:00:26.028 *** skipping: [managed-node2] => {"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-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:162 Wednesday 04 September 2024 13:31:54 -0400 (0:00:00.037) 0:00:26.066 *** skipping: [managed-node2] => (item={'key': 'previous', 'value': 'replaced'}) => {"ansible_loop_var": "item", "changed": false, "false_condition": "__postfix_has_config_changed | d(\"\") is search(\"True\")", "item": {"key": "previous", "value": "replaced"}, "skip_reason": "Conditional result was False"} skipping: [managed-node2] => {"changed": false, "msg": "All items skipped"} TASK [Check firewall and selinux status] *************************************** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_previous_replaced.yml:15 Wednesday 04 September 2024 13:31:54 -0400 (0:00:00.045) 0:00:26.112 *** included: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/tests/postfix/check_firewall_selinux.yml for managed-node2 TASK [Get the firewall services] *********************************************** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/tests/postfix/check_firewall_selinux.yml:10 Wednesday 04 September 2024 13:31:54 -0400 (0:00:00.027) 0:00:26.140 *** skipping: [managed-node2] => {"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-Taf/ansible_collections/fedora/linux_system_roles/tests/postfix/check_firewall_selinux.yml:17 Wednesday 04 September 2024 13:31:54 -0400 (0:00:00.034) 0:00:26.174 *** skipping: [managed-node2] => (item=smtp) => {"ansible_loop_var": "item", "changed": false, "false_condition": "postfix_manage_firewall | bool", "item": "smtp", "skip_reason": "Conditional result was False"} skipping: [managed-node2] => (item=smtps) => {"ansible_loop_var": "item", "changed": false, "false_condition": "postfix_manage_firewall | bool", "item": "smtps", "skip_reason": "Conditional result was False"} skipping: [managed-node2] => (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-node2] => {"changed": false, "msg": "All items skipped"} TASK [Ensure smtp ports are retrieved] ***************************************** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/tests/postfix/check_firewall_selinux.yml:30 Wednesday 04 September 2024 13:31:54 -0400 (0:00:00.041) 0:00:26.215 *** skipping: [managed-node2] => {"changed": false, "false_condition": "postfix_manage_selinux | bool", "skip_reason": "Conditional result was False"} TASK [Check associated selinux] ************************************************ task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/tests/postfix/check_firewall_selinux.yml:34 Wednesday 04 September 2024 13:31:54 -0400 (0:00:00.032) 0:00:26.248 *** skipping: [managed-node2] => {"changed": false, "false_condition": "postfix_manage_selinux | bool", "skip_reason": "Conditional result was False"} TASK [Run the role to configure relay_domains and relayhost] ******************* task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_previous_replaced.yml:18 Wednesday 04 September 2024 13:31:55 -0400 (0:00:00.033) 0:00:26.281 *** included: fedora.linux_system_roles.postfix for managed-node2 TASK [fedora.linux_system_roles.postfix : Ensure ansible_facts required by role] *** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:2 Wednesday 04 September 2024 13:31:55 -0400 (0:00:00.053) 0:00:26.335 *** included: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml for managed-node2 TASK [fedora.linux_system_roles.postfix : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:3 Wednesday 04 September 2024 13:31:55 -0400 (0:00:00.022) 0:00:26.357 *** skipping: [managed-node2] => {"changed": false, "false_condition": "__postfix_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False"} TASK [fedora.linux_system_roles.postfix : Check if system is ostree] *********** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:11 Wednesday 04 September 2024 13:31:55 -0400 (0:00:00.037) 0:00:26.395 *** skipping: [managed-node2] => {"changed": false, "false_condition": "not __postfix_is_ostree is defined", "skip_reason": "Conditional result was False"} TASK [fedora.linux_system_roles.postfix : Set flag to indicate system is ostree] *** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:16 Wednesday 04 September 2024 13:31:55 -0400 (0:00:00.030) 0:00:26.425 *** skipping: [managed-node2] => {"changed": false, "false_condition": "not __postfix_is_ostree is defined", "skip_reason": "Conditional result was False"} TASK [fedora.linux_system_roles.postfix : Set platform/version specific variables] *** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:20 Wednesday 04 September 2024 13:31:55 -0400 (0:00:00.030) 0:00:26.455 *** ok: [managed-node2] => (item=RedHat.yml) => {"ansible_facts": {"__postfix_smtp_services": ["smtp", "smtps", "submission"]}, "ansible_included_var_files": ["/tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/vars/RedHat.yml"], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml"} ok: [managed-node2] => (item=Fedora.yml) => {"ansible_facts": {"__postfix_smtp_services": ["smtp", "smtps", "submission"]}, "ansible_included_var_files": ["/tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/vars/Fedora.yml"], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml"} skipping: [managed-node2] => (item=Fedora_40.yml) => {"ansible_loop_var": "item", "changed": false, "false_condition": "__postfix_vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False"} skipping: [managed-node2] => (item=Fedora_40.yml) => {"ansible_loop_var": "item", "changed": false, "false_condition": "__postfix_vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False"} TASK [fedora.linux_system_roles.postfix : Get status of package(s) ['postfix']] *** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:16 Wednesday 04 September 2024 13:31:55 -0400 (0:00:00.042) 0:00:26.498 *** skipping: [managed-node2] => (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-node2] => {"changed": false, "msg": "All items skipped"} TASK [fedora.linux_system_roles.postfix : Remove package(s) to reset original confs ['postfix']] *** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:23 Wednesday 04 September 2024 13:31:55 -0400 (0:00:00.023) 0:00:26.522 *** skipping: [managed-node2] => {"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-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:38 Wednesday 04 September 2024 13:31:55 -0400 (0:00:00.021) 0:00:26.543 *** skipping: [managed-node2] => (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-node2] => {"changed": false, "msg": "All items skipped"} TASK [fedora.linux_system_roles.postfix : Remove config files - make empty] **** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:45 Wednesday 04 September 2024 13:31:55 -0400 (0:00:00.038) 0:00:26.582 *** skipping: [managed-node2] => {"changed": false, "skipped_reason": "No items in the list"} TASK [fedora.linux_system_roles.postfix : Configure firewall] ****************** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:54 Wednesday 04 September 2024 13:31:55 -0400 (0:00:00.038) 0:00:26.621 *** included: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/firewall.yml for managed-node2 TASK [Ensure the postfix ports status with the firewall role] ****************** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/firewall.yml:3 Wednesday 04 September 2024 13:31:55 -0400 (0:00:00.018) 0:00:26.640 *** included: fedora.linux_system_roles.firewall for managed-node2 TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Wednesday 04 September 2024 13:31:55 -0400 (0:00:00.062) 0:00:26.702 *** included: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Wednesday 04 September 2024 13:31:55 -0400 (0:00:00.030) 0:00:26.732 *** skipping: [managed-node2] => {"changed": false, "false_condition": "__firewall_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False"} TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Wednesday 04 September 2024 13:31:55 -0400 (0:00:00.040) 0:00:26.772 *** skipping: [managed-node2] => {"changed": false, "false_condition": "not __firewall_is_ostree is defined", "skip_reason": "Conditional result was False"} TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Wednesday 04 September 2024 13:31:55 -0400 (0:00:00.021) 0:00:26.794 *** skipping: [managed-node2] => {"changed": false, "false_condition": "not __firewall_is_ostree is defined", "skip_reason": "Conditional result was False"} TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Wednesday 04 September 2024 13:31:55 -0400 (0:00:00.022) 0:00:26.816 *** skipping: [managed-node2] => {"changed": false, "false_condition": "not __firewall_is_transactional is defined", "skip_reason": "Conditional result was False"} TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 Wednesday 04 September 2024 13:31:55 -0400 (0:00:00.020) 0:00:26.836 *** skipping: [managed-node2] => {"changed": false, "false_condition": "not __firewall_is_transactional is defined", "skip_reason": "Conditional result was False"} TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 Wednesday 04 September 2024 13:31:55 -0400 (0:00:00.021) 0:00:26.858 *** ok: [managed-node2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43 Wednesday 04 September 2024 13:31:57 -0400 (0:00:01.624) 0:00:28.482 *** skipping: [managed-node2] => {"false_condition": "__firewall_is_transactional | d(false)"} TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48 Wednesday 04 September 2024 13:31:57 -0400 (0:00:00.052) 0:00:28.535 *** skipping: [managed-node2] => {"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-Taf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53 Wednesday 04 September 2024 13:31:57 -0400 (0:00:00.039) 0:00:28.574 *** skipping: [managed-node2] => {"changed": false, "false_condition": "__firewall_is_transactional | d(false)", "skip_reason": "Conditional result was False"} TASK [fedora.linux_system_roles.firewall : Collect service facts] ************** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Wednesday 04 September 2024 13:31:57 -0400 (0:00:00.036) 0:00:28.611 *** skipping: [managed-node2] => {"changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "skip_reason": "Conditional result was False"} TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Wednesday 04 September 2024 13:31:57 -0400 (0:00:00.034) 0:00:28.645 *** skipping: [managed-node2] => (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-node2] => (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-node2] => (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-node2] => {"changed": false, "msg": "All items skipped"} TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Wednesday 04 September 2024 13:31:57 -0400 (0:00:00.043) 0:00:28.688 *** ok: [managed-node2] => {"changed": false, "name": "firewalld", "status": {"AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Wed 2024-09-04 13:31:39 EDT", "ActiveEnterTimestampMonotonic": "221962407", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target dbus.socket system.slice sysinit.target dbus-broker.service polkit.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Wed 2024-09-04 13:31:38 EDT", "AssertTimestampMonotonic": "221056081", "Before": "network-pre.target shutdown.target multi-user.target", "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": "464312000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "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_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Wed 2024-09-04 13:31:38 EDT", "ConditionTimestampMonotonic": "221056077", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target ipset.service nftables.service iptables.service ebtables.service ip6tables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "5133", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "\"man:firewalld(1)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "3712", "ExecMainStartTimestamp": "Wed 2024-09-04 13:31:38 EDT", "ExecMainStartTimestampMonotonic": "221067131", "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 }", "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", "InactiveExitTimestamp": "Wed 2024-09-04 13:31:38 EDT", "InactiveExitTimestampMonotonic": "221067406", "InvocationID": "4a2b1d02530d48df88c3664ea1a3b9c7", "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": "14721", "LimitNPROCSoft": "14721", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14721", "LimitSIGPENDINGSoft": "14721", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "3712", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3378130944", "MemoryCurrent": "32407552", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "32886784", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "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 dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target dbus.socket 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": "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", "StateChangeTimestamp": "Wed 2024-09-04 13:31:53 EDT", "StateChangeTimestampMonotonic": "236463123", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "2", "TasksMax": "4416", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Wednesday 04 September 2024 13:31:57 -0400 (0:00:00.564) 0:00:29.252 *** ok: [managed-node2] => {"changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": {"AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Wed 2024-09-04 13:31:39 EDT", "ActiveEnterTimestampMonotonic": "221962407", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target dbus.socket system.slice sysinit.target dbus-broker.service polkit.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Wed 2024-09-04 13:31:38 EDT", "AssertTimestampMonotonic": "221056081", "Before": "network-pre.target shutdown.target multi-user.target", "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": "464312000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "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_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Wed 2024-09-04 13:31:38 EDT", "ConditionTimestampMonotonic": "221056077", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target ipset.service nftables.service iptables.service ebtables.service ip6tables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "5133", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "\"man:firewalld(1)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "3712", "ExecMainStartTimestamp": "Wed 2024-09-04 13:31:38 EDT", "ExecMainStartTimestampMonotonic": "221067131", "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 }", "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", "InactiveExitTimestamp": "Wed 2024-09-04 13:31:38 EDT", "InactiveExitTimestampMonotonic": "221067406", "InvocationID": "4a2b1d02530d48df88c3664ea1a3b9c7", "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": "14721", "LimitNPROCSoft": "14721", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14721", "LimitSIGPENDINGSoft": "14721", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "3712", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3377659904", "MemoryCurrent": "32407552", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "32886784", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "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 dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target dbus.socket 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": "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", "StateChangeTimestamp": "Wed 2024-09-04 13:31:53 EDT", "StateChangeTimestampMonotonic": "236463123", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "2", "TasksMax": "4416", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Wednesday 04 September 2024 13:31:58 -0400 (0:00:00.582) 0:00:29.835 *** ok: [managed-node2] => {"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-Taf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Wednesday 04 September 2024 13:31:58 -0400 (0:00:00.054) 0:00:29.890 *** skipping: [managed-node2] => {"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-Taf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Wednesday 04 September 2024 13:31:58 -0400 (0:00:00.042) 0:00:29.932 *** skipping: [managed-node2] => {"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-Taf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Wednesday 04 September 2024 13:31:58 -0400 (0:00:00.055) 0:00:29.988 *** ok: [managed-node2] => (item={'service': 'smtp', 'state': 'enabled'}) => {"__firewall_changed": false, "ansible_loop_var": "item", "changed": false, "item": {"service": "smtp", "state": "enabled"}} ok: [managed-node2] => (item={'service': 'smtps', 'state': 'enabled'}) => {"__firewall_changed": false, "ansible_loop_var": "item", "changed": false, "item": {"service": "smtps", "state": "enabled"}} ok: [managed-node2] => (item={'service': 'smtp-submission', 'state': 'enabled'}) => {"__firewall_changed": false, "ansible_loop_var": "item", "changed": false, "item": {"service": "smtp-submission", "state": "enabled"}} TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 Wednesday 04 September 2024 13:32:00 -0400 (0:00:01.541) 0:00:31.529 *** skipping: [managed-node2] => (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-node2] => (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-node2] => (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-node2] => {"changed": false, "msg": "All items skipped"} TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Wednesday 04 September 2024 13:32:00 -0400 (0:00:00.060) 0:00:31.590 *** skipping: [managed-node2] => {"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-Taf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 Wednesday 04 September 2024 13:32:00 -0400 (0:00:00.041) 0:00:31.631 *** skipping: [managed-node2] => {"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-Taf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 Wednesday 04 September 2024 13:32:00 -0400 (0:00:00.057) 0:00:31.689 *** skipping: [managed-node2] => {"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-Taf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Wednesday 04 September 2024 13:32:00 -0400 (0:00:00.043) 0:00:31.732 *** skipping: [managed-node2] => {"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-Taf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 Wednesday 04 September 2024 13:32:00 -0400 (0:00:00.039) 0:00:31.772 *** skipping: [managed-node2] => {"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-Taf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 Wednesday 04 September 2024 13:32:00 -0400 (0:00:00.047) 0:00:31.819 *** skipping: [managed-node2] => {"false_condition": "__firewall_previous_replaced | bool"} TASK [fedora.linux_system_roles.postfix : Configure selinux] ******************* task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:57 Wednesday 04 September 2024 13:32:00 -0400 (0:00:00.061) 0:00:31.881 *** included: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml for managed-node2 TASK [fedora.linux_system_roles.postfix : Get the smtp related tcp service ports] *** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:12 Wednesday 04 September 2024 13:32:00 -0400 (0:00:00.028) 0:00:31.909 *** ok: [managed-node2] => (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.242091", "end": "2024-09-04 13:32:01.270175", "item": "smtp", "msg": "", "rc": 0, "start": "2024-09-04 13:32:01.028084", "stderr": "", "stderr_lines": [], "stdout": "25/tcp", "stdout_lines": ["25/tcp"]} ok: [managed-node2] => (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.200146", "end": "2024-09-04 13:32:01.877763", "item": "smtps", "msg": "", "rc": 0, "start": "2024-09-04 13:32:01.677617", "stderr": "", "stderr_lines": [], "stdout": "465/tcp", "stdout_lines": ["465/tcp"]} ok: [managed-node2] => (item=submission) => {"ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nports=\"$(firewall-cmd --info-service=\"submission\" | \\\n grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\" || :\nif [ -z \"$ports\" ]; then\n include=\"$(firewall-cmd --info-service=\"submission\" | \\\n awk '/^ +includes:/ {print $2}')\" || :\n if [ -n \"$include\" ]; then\n ports=\"$(firewall-cmd --info-service=\"$include\" | \\\n grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\"\n fi\nfi\nif [ -z \"$ports\" ]; then\n exit 1\nfi\necho \"$ports\"", "delta": "0:00:00.198013", "end": "2024-09-04 13:32:02.466351", "item": "submission", "msg": "", "rc": 0, "start": "2024-09-04 13:32:02.268338", "stderr": "", "stderr_lines": [], "stdout": "587/tcp", "stdout_lines": ["587/tcp"]} TASK [fedora.linux_system_roles.postfix : Initialize _postfix_selinux] ********* task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:33 Wednesday 04 September 2024 13:32:02 -0400 (0:00:01.899) 0:00:33.809 *** ok: [managed-node2] => {"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-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:37 Wednesday 04 September 2024 13:32:02 -0400 (0:00:00.045) 0:00:33.855 *** ok: [managed-node2] => (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': '2024-09-04 13:32:01.028084', 'end': '2024-09-04 13:32:01.270175', 'delta': '0:00:00.242091', '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.242091", "end": "2024-09-04 13:32:01.270175", "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": "2024-09-04 13:32:01.028084", "stderr": "", "stderr_lines": [], "stdout": "25/tcp", "stdout_lines": ["25/tcp"]}} ok: [managed-node2] => (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': '2024-09-04 13:32:01.677617', 'end': '2024-09-04 13:32:01.877763', 'delta': '0:00:00.200146', '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.200146", "end": "2024-09-04 13:32:01.877763", "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": "2024-09-04 13:32:01.677617", "stderr": "", "stderr_lines": [], "stdout": "465/tcp", "stdout_lines": ["465/tcp"]}} ok: [managed-node2] => (item={'changed': False, 'stdout': '587/tcp', 'stderr': '', 'rc': 0, 'cmd': 'set -euo pipefail\nports="$(firewall-cmd --info-service="submission" | \\\n grep -E " +ports: +" | sed -e "s/ *ports: //")" || :\nif [ -z "$ports" ]; then\n include="$(firewall-cmd --info-service="submission" | \\\n awk \'/^ +includes:/ {print $2}\')" || :\n if [ -n "$include" ]; then\n ports="$(firewall-cmd --info-service="$include" | \\\n grep -E " +ports: +" | sed -e "s/ *ports: //")"\n fi\nfi\nif [ -z "$ports" ]; then\n exit 1\nfi\necho "$ports"', 'start': '2024-09-04 13:32:02.268338', 'end': '2024-09-04 13:32:02.466351', 'delta': '0:00:00.198013', 'msg': '', 'invocation': {'module_args': {'_raw_params': 'set -euo pipefail\nports="$(firewall-cmd --info-service="submission" | \\\n grep -E " +ports: +" | sed -e "s/ *ports: //")" || :\nif [ -z "$ports" ]; then\n include="$(firewall-cmd --info-service="submission" | \\\n awk \'/^ +includes:/ {print $2}\')" || :\n if [ -n "$include" ]; then\n ports="$(firewall-cmd --info-service="$include" | \\\n grep -E " +ports: +" | sed -e "s/ *ports: //")"\n fi\nfi\nif [ -z "$ports" ]; then\n exit 1\nfi\necho "$ports"', '_uses_shell': True, 'expand_argument_vars': True, 'stdin_add_newline': True, 'strip_empty_ends': True, 'argv': None, 'chdir': None, 'executable': None, 'creates': None, 'removes': None, 'stdin': None}}, 'stdout_lines': ['587/tcp'], 'stderr_lines': [], 'failed': False, 'item': 'submission', 'ansible_loop_var': 'item'}) => {"ansible_facts": {"_postfix_selinux": [{"local": "true", "ports": "25", "proto": "tcp", "setype": "smtp_port_t", "state": "present"}, {"local": "true", "ports": "465", "proto": "tcp", "setype": "smtp_port_t", "state": "present"}, {"local": "true", "ports": "587", "proto": "tcp", "setype": "smtp_port_t", "state": "present"}]}, "ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nports=\"$(firewall-cmd --info-service=\"submission\" | \\\n grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\" || :\nif [ -z \"$ports\" ]; then\n include=\"$(firewall-cmd --info-service=\"submission\" | \\\n awk '/^ +includes:/ {print $2}')\" || :\n if [ -n \"$include\" ]; then\n ports=\"$(firewall-cmd --info-service=\"$include\" | \\\n grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\"\n fi\nfi\nif [ -z \"$ports\" ]; then\n exit 1\nfi\necho \"$ports\"", "delta": "0:00:00.198013", "end": "2024-09-04 13:32:02.466351", "failed": false, "invocation": {"module_args": {"_raw_params": "set -euo pipefail\nports=\"$(firewall-cmd --info-service=\"submission\" | \\\n grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\" || :\nif [ -z \"$ports\" ]; then\n include=\"$(firewall-cmd --info-service=\"submission\" | \\\n awk '/^ +includes:/ {print $2}')\" || :\n if [ -n \"$include\" ]; then\n ports=\"$(firewall-cmd --info-service=\"$include\" | \\\n grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\"\n fi\nfi\nif [ -z \"$ports\" ]; then\n exit 1\nfi\necho \"$ports\"", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "expand_argument_vars": true, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true}}, "item": "submission", "msg": "", "rc": 0, "start": "2024-09-04 13:32:02.268338", "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-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:46 Wednesday 04 September 2024 13:32:02 -0400 (0:00:00.120) 0:00:33.975 *** skipping: [managed-node2] => {"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-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:55 Wednesday 04 September 2024 13:32:02 -0400 (0:00:00.061) 0:00:34.037 *** 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-node2 TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] *** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Wednesday 04 September 2024 13:32:02 -0400 (0:00:00.095) 0:00:34.133 *** included: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml for managed-node2 TASK [fedora.linux_system_roles.selinux : Ensure ansible_facts used by role] *** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Wednesday 04 September 2024 13:32:02 -0400 (0:00:00.060) 0:00:34.194 *** skipping: [managed-node2] => {"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-Taf/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Wednesday 04 September 2024 13:32:02 -0400 (0:00:00.041) 0:00:34.235 *** included: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml for managed-node2 TASK [fedora.linux_system_roles.selinux : Check if system is ostree] *********** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Wednesday 04 September 2024 13:32:03 -0400 (0:00:00.054) 0:00:34.289 *** ok: [managed-node2] => {"changed": false, "stat": {"exists": false}} TASK [fedora.linux_system_roles.selinux : Set flag to indicate system is ostree] *** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Wednesday 04 September 2024 13:32:03 -0400 (0:00:00.417) 0:00:34.707 *** ok: [managed-node2] => {"ansible_facts": {"__selinux_is_ostree": false}, "changed": false} TASK [fedora.linux_system_roles.selinux : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Wednesday 04 September 2024 13:32:03 -0400 (0:00:00.044) 0:00:34.751 *** ok: [managed-node2] => {"changed": false, "stat": {"exists": false}} TASK [fedora.linux_system_roles.selinux : Set flag if transactional-update exists] *** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Wednesday 04 September 2024 13:32:03 -0400 (0:00:00.447) 0:00:35.199 *** ok: [managed-node2] => {"ansible_facts": {"__selinux_is_transactional": false}, "changed": false} TASK [fedora.linux_system_roles.selinux : Install SELinux python2 tools] ******* task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Wednesday 04 September 2024 13:32:03 -0400 (0:00:00.047) 0:00:35.247 *** skipping: [managed-node2] => {"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-Taf/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Wednesday 04 September 2024 13:32:04 -0400 (0:00:00.038) 0:00:35.285 *** ok: [managed-node2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Wednesday 04 September 2024 13:32:05 -0400 (0:00:01.515) 0:00:36.801 *** skipping: [managed-node2] => {"changed": false, "false_condition": "ansible_os_family == \"Suse\"", "skip_reason": "Conditional result was False"} TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] ******* task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Wednesday 04 September 2024 13:32:05 -0400 (0:00:00.040) 0:00:36.841 *** changed: [managed-node2] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: policycoreutils-python-utils-3.6-3.fc40.noarch"]} TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:72 Wednesday 04 September 2024 13:32:08 -0400 (0:00:02.468) 0:00:39.309 *** skipping: [managed-node2] => {"false_condition": "__selinux_is_transactional | d(false)"} TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:77 Wednesday 04 September 2024 13:32:08 -0400 (0:00:00.037) 0:00:39.347 *** skipping: [managed-node2] => {"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-Taf/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:82 Wednesday 04 September 2024 13:32:08 -0400 (0:00:00.038) 0:00:39.386 *** skipping: [managed-node2] => {"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-Taf/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:89 Wednesday 04 September 2024 13:32:08 -0400 (0:00:00.038) 0:00:39.424 *** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] *** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5 Wednesday 04 September 2024 13:32:09 -0400 (0:00:01.485) 0:00:40.910 *** skipping: [managed-node2] => {"changed": false, "false_condition": "ansible_selinux.status == \"enabled\" and (selinux_state or selinux_policy)", "skip_reason": "Conditional result was False"} TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] *** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13 Wednesday 04 September 2024 13:32:09 -0400 (0:00:00.039) 0:00:40.949 *** skipping: [managed-node2] => {"changed": false, "false_condition": "ansible_selinux.status == \"disabled\" and selinux_state", "skip_reason": "Conditional result was False"} TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21 Wednesday 04 September 2024 13:32:09 -0400 (0:00:00.035) 0:00:40.985 *** ok: [managed-node2] => {"ansible_facts": {"selinux_reboot_required": false}, "changed": false} TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] ********** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25 Wednesday 04 September 2024 13:32:09 -0400 (0:00:00.054) 0:00:41.039 *** skipping: [managed-node2] => {"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-Taf/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30 Wednesday 04 September 2024 13:32:09 -0400 (0:00:00.054) 0:00:41.094 *** skipping: [managed-node2] => {"false_condition": "ansible_selinux.status == \"disabled\""} TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35 Wednesday 04 September 2024 13:32:09 -0400 (0:00:00.057) 0:00:41.151 *** skipping: [managed-node2] => {"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-Taf/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:43 Wednesday 04 September 2024 13:32:09 -0400 (0:00:00.057) 0:00:41.209 *** skipping: [managed-node2] => {"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-Taf/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:48 Wednesday 04 September 2024 13:32:09 -0400 (0:00:00.056) 0:00:41.266 *** skipping: [managed-node2] => {"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-Taf/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:53 Wednesday 04 September 2024 13:32:10 -0400 (0:00:00.057) 0:00:41.324 *** skipping: [managed-node2] => {"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-Taf/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58 Wednesday 04 September 2024 13:32:10 -0400 (0:00:00.057) 0:00:41.381 *** skipping: [managed-node2] => {"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-Taf/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:63 Wednesday 04 September 2024 13:32:10 -0400 (0:00:00.059) 0:00:41.441 *** skipping: [managed-node2] => {"changed": false, "skipped_reason": "No items in the list"} TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] *********** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:74 Wednesday 04 September 2024 13:32:10 -0400 (0:00:00.023) 0:00:41.465 *** skipping: [managed-node2] => {"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-Taf/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 Wednesday 04 September 2024 13:32:10 -0400 (0:00:00.024) 0:00:41.489 *** changed: [managed-node2] => (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-node2] => (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-node2] => (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-Taf/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:99 Wednesday 04 September 2024 13:32:19 -0400 (0:00:09.147) 0:00:50.636 *** skipping: [managed-node2] => {"changed": false, "skipped_reason": "No items in the list"} TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] *********** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 Wednesday 04 September 2024 13:32:19 -0400 (0:00:00.016) 0:00:50.652 *** ok: [managed-node2] => {"ansible_facts": {"selinux_checksums": true, "selinux_installed_modules": {"abrt": {"100": {"checksum": "sha256:4180b8fba242f924ae2816f290fd2f447533bff3ae4b8b6b60f999c7b5a10caa", "enabled": 1}}, "accountsd": {"100": {"checksum": "sha256:bf97d40f7ec7e4318b7d31bfd664735627b76b6e616a0cff06c15040960620ec", "enabled": 1}}, "acct": {"100": {"checksum": "sha256:da4a2c785c040f6c34a3e602eeb1ed612a74ac170b7f5089d8ba55e12f750818", "enabled": 1}}, "afs": {"100": {"checksum": "sha256:fb7e253fdbe3d08b3929bb97c3b6d52f56123bd4759aa1008c667abd2021b2aa", "enabled": 1}}, "afterburn": {"100": {"checksum": "sha256:86bb7a2815cf9d64e9efd2c917153b238cbc60d7d03abac54f428bf676e4bdb6", "enabled": 1}}, "aiccu": {"100": {"checksum": "sha256:836a35abbbf400c117eae70a77a4596a73b3d548e6fa82e3a0f55ae96f21d64b", "enabled": 1}}, "aide": {"100": {"checksum": "sha256:4f387a45821ab709a325b7ccd4af3a4951c231c34440b5fa877b8fc6387d2aff", "enabled": 1}}, "ajaxterm": {"100": {"checksum": "sha256:6e3edee489b6c939e15c49b4819463a7021d6188eaff9b05e9c8867de1f018fd", "enabled": 1}}, "alsa": {"100": {"checksum": "sha256:9de454604bdef8775f6ebae39b8bc4ba7b5e79a2972d3e32ca7d50abffa7a85a", "enabled": 1}}, "amanda": {"100": {"checksum": "sha256:133a6a6da4b4ab3b13dd255bd7974bb6e0494fa7c5e0b1034b7926823d6621a2", "enabled": 1}}, "amtu": {"100": {"checksum": "sha256:80ccb9e85608a483fa07c37c2772933f5e63025bcc667540bec377b02bde2f3c", "enabled": 1}}, "anaconda": {"100": {"checksum": "sha256:409af50bd5708e662302020ddef0f314e0da72c996c670db45aea57478e8ee9a", "enabled": 1}}, "antivirus": {"100": {"checksum": "sha256:f1ed2e1ec9355b898716cc1ed8f18d7983b45b5bb88c2624fe31ffc968dcd6ca", "enabled": 1}}, "apache": {"100": {"checksum": "sha256:be4ca99796e2a67e5756d9242dad3f02e1d63be342cdedbb2c744a79cbb52ccb", "enabled": 1}}, "apcupsd": {"100": {"checksum": "sha256:47a5360325c4aebd9de805b5113bc715736bb01801cbbf317ac2112d1bae15c8", "enabled": 1}}, "apm": {"100": {"checksum": "sha256:757508a02ab22f3ad35ce7bc9e596f7c84e62b7744db341f9d4f63ef74ee92ff", "enabled": 1}}, "application": {"100": {"checksum": "sha256:3a91f2a5b7473a60ba38440265946e298936584c7954ac53b9a63926557d3d0d", "enabled": 1}}, "arpwatch": {"100": {"checksum": "sha256:a8786979d69981a916a89856cce9aadaa540fe2baf93053bf9274eac36cc38fb", "enabled": 1}}, "asterisk": {"100": {"checksum": "sha256:f113821fcc3ce3e5e04130937924e8aeb5741935d8b5422af25ef8c4540cedbd", "enabled": 1}}, "auditadm": {"100": {"checksum": "sha256:c7c679838339ee165e9e71dbbf7c7bf40964333a74256ee98d4b56bc72e310f9", "enabled": 1}}, "authconfig": {"100": {"checksum": "sha256:42a66af256fa45dd7be3e09166aaa0f2a035f5670f39466a2d4ee84e417fd76d", "enabled": 1}}, "authlogin": {"100": {"checksum": "sha256:0e0de66c5efe773f5749d1a9d18b46c8e1264efe8dc77f1ab1ee34936429a6dd", "enabled": 1}}, "automount": {"100": {"checksum": "sha256:3196fce29123f8eeecd6175b098063735d77aecfaffa7f6cb641adbcbd9ee977", "enabled": 1}}, "avahi": {"100": {"checksum": "sha256:9bfb194e5b283124abae90dc92abb883e1cf7b3e2f51bcb9fcf842672c86ac60", "enabled": 1}}, "awstats": {"100": {"checksum": "sha256:ccb0373eb1228e3a34112ba0124b37cee80def8c7ddcc0981b0676aa59bba2f8", "enabled": 1}}, "bacula": {"100": {"checksum": "sha256:4ee194dcd976488e6eb0e0ba84d9b6875befc4eca8389c9d0102cac06c04809f", "enabled": 1}}, "base": {"100": {"checksum": "sha256:6caa2cbaa3caf74ac1652751ba8cd482e6792685d960cf7f6f6e56edbed280e7", "enabled": 1}}, "bcfg2": {"100": {"checksum": "sha256:3e147aa1e329d87cdfd30b20b3b80ee0c039e9665e944dc6a28231ebac38d5d4", "enabled": 1}}, "bind": {"100": {"checksum": "sha256:50cd4920e108bb448da391a6e0136bc2023f3f6b7d825b39505b7244a6a55493", "enabled": 1}}, "bitlbee": {"100": {"checksum": "sha256:9324bebe4e0cac756830480f53dd8e23a01f3c4c7185b30dd72024394dec2783", "enabled": 1}}, "blkmapd": {"100": {"checksum": "sha256:fd38032cb8b3e9c24024364c02b07a830e97432cd763f41e82612fd83de06654", "enabled": 1}}, "blueman": {"100": {"checksum": "sha256:2150b8a1afae75f4d73c76e2982ccc575f599577b8b7042d7bfa87fe2fed3a30", "enabled": 1}}, "bluetooth": {"100": {"checksum": "sha256:b97526aa2398ec96e9185d11b1429064e6b88b9e47f2d0460d5c8dbfd2289bce", "enabled": 1}}, "boinc": {"100": {"checksum": "sha256:1038d007468960019e0957df9b9dd0a76308b2dd5d3942dcef18c937a5130fa6", "enabled": 1}}, "boltd": {"100": {"checksum": "sha256:89dc609017c6f2173d442769cbec67f3039fd77c8bec78ee038ff565856711a8", "enabled": 1}}, "boothd": {"100": {"checksum": "sha256:d097d6711f0b31c706c8a186a615dcaf2b91d070a69304c05d5d7868c88bab5f", "enabled": 1}}, "bootloader": {"100": {"checksum": "sha256:dabf91939aac32788c03a2c0b658d6e951cf80c3b5337e297f6c53bbe3f4418e", "enabled": 1}}, "bootupd": {"100": {"checksum": "sha256:b0bda821f499f688d6d1d560a55673989cef71e7cd4e20f9cf3c9ce45e91d369", "enabled": 1}}, "brctl": {"100": {"checksum": "sha256:78276818c60a76e84a9b3263a906d7109a69028c557a2d6a4a39ded2ef713a44", "enabled": 1}}, "brltty": {"100": {"checksum": "sha256:0230419d38276d2c823a427d44fa1362f89784c7ac17f76826be95d3c8e6de1b", "enabled": 1}}, "bugzilla": {"100": {"checksum": "sha256:8e4fd93cbe0357fc894c7898adf9a14f8c845d87a08f673f410b702f798c2383", "enabled": 1}}, "bumblebee": {"100": {"checksum": "sha256:3d6e2bb58a928e53f4d89d5bdbdb6fea3f9ae98e5be81548df29fdb13b204f9b", "enabled": 1}}, "cachefilesd": {"100": {"checksum": "sha256:d595466a7aa404ade4ad75d45e10f6a37d30529858cf990407f545f7826b364c", "enabled": 1}}, "calamaris": {"100": {"checksum": "sha256:4c65dae6d30fea1bebc4e63ff693b2041f18d0adb710b783002c98c529be84d8", "enabled": 1}}, "callweaver": {"100": {"checksum": "sha256:cede7c726cd48a09e9b2974e9f78d9482cc9d01a4ceb74ff190c4a219900f2b3", "enabled": 1}}, "canna": {"100": {"checksum": "sha256:d523a4d1579256bb5faf1f761ac6a22cb4e8bb8e5544a5843615d4927abb5e76", "enabled": 1}}, "ccs": {"100": {"checksum": "sha256:496749576c65d4a03024ee5d3be0814965308561f565ec6cd29587c3a3b7ec57", "enabled": 1}}, "cdrecord": {"100": {"checksum": "sha256:ba7fd7c8a2a4d0fc658dd4aeb27b1c9c2049e7b8b5b5c3afa9523c74f6aae263", "enabled": 1}}, "certmaster": {"100": {"checksum": "sha256:f9a4c97defbe94abd597286e65015baa5cdbc494a6404f3e467ba2484fd753d8", "enabled": 1}}, "certmonger": {"100": {"checksum": "sha256:b156ebbd9f20cfe8d9fbb273f031fe309a0b850147f2b2a4f4316e4492f5fd30", "enabled": 1}}, "certwatch": {"100": {"checksum": "sha256:c875a519672af0d8291b9097f547dc940b9f0132a174d49cb4a332e08fe92b89", "enabled": 1}}, "cfengine": {"100": {"checksum": "sha256:8fc798d839b2d5a643625812c65fd6859b386328ef9b685f279082a38baa1b24", "enabled": 1}}, "cgroup": {"100": {"checksum": "sha256:689e8e4f1b836e9e95320ac85cad26e50af1663439260c4bbb0fa65b0a7640ee", "enabled": 1}}, "chrome": {"100": {"checksum": "sha256:6ae0aef5714b891c8d27622893515e8de72454ab279b4726975d9c313401797e", "enabled": 1}}, "chronyd": {"100": {"checksum": "sha256:28d17217c3c515dbb1c0b04d5dc36d50c7f3165144a9ba56b3adce749ceb8467", "enabled": 1}}, "cifsutils": {"100": {"checksum": "sha256:689032aad1e66934c35a72d87b428787df267d8ba743de741bc7fc4cec47c5ad", "enabled": 1}}, "cinder": {"100": {"checksum": "sha256:1bca5805677f6de8372027eab3e7b091d28d9098bf5c363090b12f4195051441", "enabled": 1}}, "cipe": {"100": {"checksum": "sha256:9037f8704235ce4b481935dbe9f81fb7eb065e593e07988b869938948b15f432", "enabled": 1}}, "clock": {"100": {"checksum": "sha256:62a84539a2764eb9eea9d29b86128f1deea9adb3a3a534c88f5fcdd7637b8575", "enabled": 1}}, "clogd": {"100": {"checksum": "sha256:f79fddbcdd23396829c104b213648ffd5d5cac6dec8adf2f5f0efa2f7061b615", "enabled": 1}}, "cloudform": {"100": {"checksum": "sha256:e985f49df5d3f27855f9c727f19138103110d987ed0f9ed8081e39a39aeb813b", "enabled": 1}}, "cmirrord": {"100": {"checksum": "sha256:2c94298413c5d1fdb88ca748b4c597d2b3e543ed82604378a6ee333276dcaab4", "enabled": 1}}, "cobbler": {"100": {"checksum": "sha256:7fc7afc3aec313b51b6508fe564813eccb4ce5bc1d650ba9f7eb61a438cee86f", "enabled": 1}}, "collectd": {"100": {"checksum": "sha256:e574da01bdbc51b1b08385713fa8c9780df9aa657ddab4cd93211e4e9c8b6ff0", "enabled": 1}}, "colord": {"100": {"checksum": "sha256:1887fa9a04336ceeeb73c20f3f7f6d6e6994f2a4b1cff802ca64e142ea1bff05", "enabled": 1}}, "comsat": {"100": {"checksum": "sha256:38a4f293f3f8cdb18203c347a11304f161264aaf794ba6da418804f090c0e7a3", "enabled": 1}}, "condor": {"100": {"checksum": "sha256:e8d56cababfbca2569c42055e8fac5782d6ae8b42ba2b236b9563f7eb6c2ef4c", "enabled": 1}}, "conman": {"100": {"checksum": "sha256:e172ba28d687e96a2ffc463bffbf202ce44e7bff6e0685adc4b89a67cdcdfd40", "enabled": 1}}, "conntrackd": {"100": {"checksum": "sha256:794a65c72b01138ecd19d9e679f62129d33183f9b1324b064c16301fa79d53d4", "enabled": 1}}, "consolekit": {"100": {"checksum": "sha256:cbc53cf7577ba92ef76acae3e99df2159a8aa432f25bbc2ee03bc0eee036f5e5", "enabled": 1}}, "coreos_installer": {"100": {"checksum": "sha256:699c69e48f1ec1dd8f915f094a83a6e2f6b6fdd515233fd8867649f254509270", "enabled": 1}}, "couchdb": {"100": {"checksum": "sha256:743992902ac8514de4dd54b16317a8edb9cb1e383e29d0450821a9ac304059db", "enabled": 1}}, "courier": {"100": {"checksum": "sha256:3bb1b730a3a6f236b312c3f71172364911992d35e93c1e5cd1e1fb076eb2d3eb", "enabled": 1}}, "cpucontrol": {"100": {"checksum": "sha256:969a757fa353d20473f2eab457378e50d6f32b1da19f6744f7f20d5f3f99744e", "enabled": 1}}, "cpufreqselector": {"100": {"checksum": "sha256:0b0bd5618356e7da7018c86dc262758bb6f04e7618de2942995ad59e897c3244", "enabled": 1}}, "cpuplug": {"100": {"checksum": "sha256:211dc5348ec5f69d5d76aa3d07c74624bb39cd2aa082262e5bc4c6c165f677e7", "enabled": 1}}, "cron": {"100": {"checksum": "sha256:d87419acfca2174158477e7e62a1c6d5a6b90f9fc759b1caa7fc2c80b2b66fc2", "enabled": 1}}, "ctdb": {"100": {"checksum": "sha256:aadb573940c57a51a13c72bfa7a074e440d7b6b3d2440c3a435c1b41742d2b3a", "enabled": 1}}, "cups": {"100": {"checksum": "sha256:4855d463c5142f1f001a028136bb737a837c6a0d87807c0b97b1eb23b897a05f", "enabled": 1}}, "cvs": {"100": {"checksum": "sha256:b188990c62c036cf96deb2fd121236499dcb5cff830e38ac24b74d4692c0323d", "enabled": 1}}, "cyphesis": {"100": {"checksum": "sha256:ffe9e6e4bb673f6822a874b86eb21769ef0f5fdbfd2e2659485abc4c6215ffa2", "enabled": 1}}, "cyrus": {"100": {"checksum": "sha256:8b077e1368da1daaa96272b0d6f22f08bcb264617e6884c9074423a9b066912d", "enabled": 1}}, "daemontools": {"100": {"checksum": "sha256:c9631ff4c56b588338bd87c7d8cba95e78285ecfc4f12653ea5c888d2fee8af0", "enabled": 1}}, "dbadm": {"100": {"checksum": "sha256:cdf7e54b6a3fceceb16ba54647c10c12bc09bd9541550a9a516823d771c66ee6", "enabled": 1}}, "dbskk": {"100": {"checksum": "sha256:5c3f9427b9dcfa7aa76a67db7c3f9a33ca299916a5608cd985fcb5f30fcc405a", "enabled": 1}}, "dbus": {"100": {"checksum": "sha256:e149fe7195a124d01d7afab5ba6a34552b50e47890e94153d06763826ee7c00d", "enabled": 1}}, "dcc": {"100": {"checksum": "sha256:e111315155b31d6b375dcaae05acf5e957dffc94e9efa04d4eac9ee74888b4e6", "enabled": 1}}, "ddclient": {"100": {"checksum": "sha256:eee9cdfaed63e516667ca9f76565fcc909c173c6440bfd19dca5c12fca61692d", "enabled": 1}}, "denyhosts": {"100": {"checksum": "sha256:7a239615a4db634ae1ae8564acc54c55c86c68bd2e44d47ad9c24758d492b22c", "enabled": 1}}, "devicekit": {"100": {"checksum": "sha256:17ec39ae4334df1f47531199b3f12954bc848810d1eccaadc0463174aad953f4", "enabled": 1}}, "dhcp": {"100": {"checksum": "sha256:15aac55748ee10a93ba0547d3c20670148e01d14b74afae89df0e660e3396dc3", "enabled": 1}}, "dictd": {"100": {"checksum": "sha256:3821e27717e50b0e999807d79f0eacd2ad6012a7a252b2c6280a0303e438237e", "enabled": 1}}, "dirsrv": {"100": {"checksum": "sha256:a33b7321ba8fd3e69c610462584e0147b9bfbae8498de44c2eee891f209a03bd", "enabled": 1}}, "dirsrv-admin": {"100": {"checksum": "sha256:e7ec5090958fbde915f221e49396a45b968b8a2d6429d74000ffefa8b6e87e3f", "enabled": 1}}, "dmesg": {"100": {"checksum": "sha256:19cf6b1658e2a7ff92db6c537944a989ea72e88173663ba4589f71132a80be61", "enabled": 1}}, "dmidecode": {"100": {"checksum": "sha256:55423cc64cb3aeccc3e05952327db479669ddd5f5e98bcbc275859d38333e79b", "enabled": 1}}, "dnsmasq": {"100": {"checksum": "sha256:18f7d99ff73fb7c2256ac3d86d4328098274cf2b8fa92c8b42da37867f6c7b31", "enabled": 1}}, "dnssec": {"100": {"checksum": "sha256:1584e02889b2969514ddfcdc5fa31152ba8505c66c1b5f88e75b3bf23f96bec3", "enabled": 1}}, "dovecot": {"100": {"checksum": "sha256:57d7924556ab25fb130b93002b1da35e886ef1ad01c4391266cedcc01848ea8b", "enabled": 1}}, "drbd": {"100": {"checksum": "sha256:b96580e08581043a5e5fe37b67ab937e074e4218d685b23df6f9421ca49d5248", "enabled": 1}}, "dspam": {"100": {"checksum": "sha256:90cdf514efbb5bf01f1e2b90d7d58eed2e2b458242905b5cfa32e1de01d71da3", "enabled": 1}}, "entropyd": {"100": {"checksum": "sha256:ca075b4e9b9aee4bb5946407a418fc229a1c6fe4c7abc9487b9ba9770692c78d", "enabled": 1}}, "exim": {"100": {"checksum": "sha256:413b889a36fb01d9d3ee8fe149aa2d11702e5e44afceef42a0d7450a421cc89c", "enabled": 1}}, "fail2ban": {"100": {"checksum": "sha256:bfd591b0e99fc96cdd443d01c045583e45fc0ba1e8d6b7a18f2596473fe11ac9", "enabled": 1}}, "fcoe": {"100": {"checksum": "sha256:8e2cebfc7249a86f6b40690946f6281f83a343eeef929d7e1588bc77622004fa", "enabled": 1}}, "fdo": {"100": {"checksum": "sha256:7e7c69d205d75239503dd305a759ac9ba8406c0a1eaa20a7c97a033f38b13006", "enabled": 1}}, "fedoratp": {"100": {"checksum": "sha256:d6f5f286ed1d5705e62598f143c0150deb59d708d7dd1ad89bdc6d68f59ed853", "enabled": 1}}, "fetchmail": {"100": {"checksum": "sha256:3acaf8ff26c8d81010cc1ccf88872df39199279fa44d85b06903c97f50def08c", "enabled": 1}}, "finger": {"100": {"checksum": "sha256:17aedac05f634eb036f29d301d8b0416cdae5f3967f88c0286761e209858f07e", "enabled": 1}}, "firewalld": {"100": {"checksum": "sha256:935b69863cf4def7a44b43cab96cf43fe663ec8d5ee103d6f412936391125a50", "enabled": 1}}, "firewallgui": {"100": {"checksum": "sha256:18bfb3bc0946b731f05e969de50189403372c76fab801f83e2687a9d43b86622", "enabled": 1}}, "firstboot": {"100": {"checksum": "sha256:4c9915a1c1cf1e67ea429fab342c29f2caa911f5d615b86f9eb8da496d7b5d54", "enabled": 1}}, "fprintd": {"100": {"checksum": "sha256:ff74bb68f3369f30d2ae98cfce6acecbd6b7adbad46a18cc03bba25037a26beb", "enabled": 1}}, "freeipmi": {"100": {"checksum": "sha256:38cefd0e603535dcb11f9291f4948f059693fa7371f3ee92654cd3176a5195a5", "enabled": 1}}, "freqset": {"100": {"checksum": "sha256:3f2c6b1336ed28a0a7d90f283e9289a5f83e5ceb71d11b7814fdc65ae529314a", "enabled": 1}}, "fstools": {"100": {"checksum": "sha256:602b25a03e6a5d5a25d3ed528e4c68f6a495e2dea3b6060ca32845483f9d2d88", "enabled": 1}}, "ftp": {"100": {"checksum": "sha256:22e96b5040327ea8554d0216ef4e28d6a94abdabfe3a211a6535941bebebd013", "enabled": 1}}, "fwupd": {"100": {"checksum": "sha256:3da67a17b85cde7a0f181e6599726357fb2eeeb251fdd980a9d6669772415922", "enabled": 1}}, "games": {"100": {"checksum": "sha256:020d175da904ce5e5f94eaab9e60a4a86b70ed9767f7660157c7fa459c747b34", "enabled": 1}}, "gdomap": {"100": {"checksum": "sha256:f41fda08cf3bd33ac571a4ca5d6d505a6dc7062c29e45b1d5d160c953c532230", "enabled": 1}}, "geoclue": {"100": {"checksum": "sha256:beec56305b71ccb0174a7c790eb972244d10b8381a84812f01021b9e8eb7ad99", "enabled": 1}}, "getty": {"100": {"checksum": "sha256:a6fac65e97c9962f1066c0a2fc839e67597cda9061557affb60a01df78184a4a", "enabled": 1}}, "git": {"100": {"checksum": "sha256:9f2c83dc9cafe17c8d650f8c78c39c61bd3d2c8b4d77a535eb61ce6a04a3e3f4", "enabled": 1}}, "gitosis": {"100": {"checksum": "sha256:b7decc3fbc86e4b9e3fe1fec22021737ad607cf795224b5d5793069716a7eda8", "enabled": 1}}, "glance": {"100": {"checksum": "sha256:097520793eaae6b878f14f2b767d40a80007786065abf1b252d898a685957fc5", "enabled": 1}}, "glusterd": {"100": {"checksum": "sha256:9fa405b48cc837c307845447cc5444caf258bd0bd7f00bb6ba6c9bc623d7b15a", "enabled": 1}}, "gnome": {"100": {"checksum": "sha256:cc9c1db5bd96467067486759e63ec280a5292165516d258a9a167af19a5d865a", "enabled": 1}}, "gpg": {"100": {"checksum": "sha256:bf938826905f5d23a97e4adb465766f1dbce18fcc6da669f6e7ff2f287b5fd0f", "enabled": 1}}, "gpm": {"100": {"checksum": "sha256:f3799d846d2d0bdc1e1d3d075565002b1cda87f798b852691135012b5f545d1b", "enabled": 1}}, "gpsd": {"100": {"checksum": "sha256:c38a1e2a1cb3c1a8d400f506cc9f3f6dd15d78234f982a04bf4ad8b4f6308937", "enabled": 1}}, "gssproxy": {"100": {"checksum": "sha256:7d88832619945a1af5fa3b40ad467b816e5a1e24b7f875e10b8c4d75a33d79b3", "enabled": 1}}, "guest": {"100": {"checksum": "sha256:c0f9f2a0be3fe24b4f74acf4d1924183310b454591b8e8219fccc61c2194f167", "enabled": 1}}, "hddtemp": {"100": {"checksum": "sha256:82815af35d160bae556a7c6b8862da02b469fbb90ffd5472a6b22c18bf0f1fec", "enabled": 1}}, "hostapd": {"100": {"checksum": "sha256:ea0ff5fc3de7fc7a93d4b64c0bc54a4040d9427c9eaf8200b97388166cc0dce6", "enabled": 1}}, "hostname": {"100": {"checksum": "sha256:17a1021557fb77a340af451c33cf80f05ab309a719778d84813d8ab67cd18f6f", "enabled": 1}}, "hsqldb": {"100": {"checksum": "sha256:201698320ad8f5f35391ea84f0aad40c26ba8db2fe006b38c7b65b8dc71f45b7", "enabled": 1}}, "hwloc": {"100": {"checksum": "sha256:a5454f4868d22b9ae798ee6f85df6d8b6b35b456617a02084af47d393322ab76", "enabled": 1}}, "hypervkvp": {"100": {"checksum": "sha256:c89e58ec9c52039bc7ddfd048fa5b287780a48f78e70ce64181607ad33da6c47", "enabled": 1}}, "ibacm": {"100": {"checksum": "sha256:b7ab0f90999e86d8fff9de3abeca0f093f2bf9f73330d434e947fdb5bfcc63b3", "enabled": 1}}, "ica": {"100": {"checksum": "sha256:bd8eccb4266130eddfae34318855e6aa3a8624998f0a906a970a04802510ad86", "enabled": 1}}, "icecast": {"100": {"checksum": "sha256:3199646b83c13466308cbe243d6c75f828875ab0dfca1deb585dcd7bfb28ae60", "enabled": 1}}, "inetd": {"100": {"checksum": "sha256:0e2a80d0943b3fea8756b2d487038182ed624dd36e9177305fafbc1ca0374af3", "enabled": 1}}, "init": {"100": {"checksum": "sha256:358dbf02ed7fb53d0f7abafebad35d5bad7a2cf830676a1fcdf93055569b1c21", "enabled": 1}}, "inn": {"100": {"checksum": "sha256:d60fd47ec62ca3bca272ca38d8fe86fce36d6f04c44d01410d30428c8b914861", "enabled": 1}}, "insights_client": {"100": {"checksum": "sha256:c4e83821f0150988e86e714cf9e088ef11abd0a30dada90cb7e68a95c406a921", "enabled": 1}}, "iodine": {"100": {"checksum": "sha256:6185225b7c5910d94396a18d93429704434d564b4478aeea9d1a8c54f6b12834", "enabled": 1}}, "iotop": {"100": {"checksum": "sha256:7db93e52e29915a08c82b0ebac02856e9a484923d2ce215946c8f54cf5297704", "enabled": 1}}, "ipmievd": {"100": {"checksum": "sha256:ea599044fe2e2d25c8078ac0b5b0d2c589b4410dd7958eefdc0217f8b8c8c3d0", "enabled": 1}}, "ipsec": {"100": {"checksum": "sha256:c5b3f0780b99bd8773d7723c5f2a3ff188d36888611ffb524151c9943c8c5d5d", "enabled": 1}}, "iptables": {"100": {"checksum": "sha256:e315834c2a287c9b9f8d31a6fb5f62360241fab584b68ce05984035ff67f01dc", "enabled": 1}}, "irc": {"100": {"checksum": "sha256:1ed937287398d60e302478f4880a25c1aef605a5d370c1f583426c59067d8ed5", "enabled": 1}}, "irqbalance": {"100": {"checksum": "sha256:12e969265cff2e8d4ee9be8b99da0bd47138ff8754039dd1387a14b2a4a03b79", "enabled": 1}}, "iscsi": {"100": {"checksum": "sha256:6666da694f33e444225327d9fc58208b230a1e1244e05335e16217c507ac0627", "enabled": 1}}, "isns": {"100": {"checksum": "sha256:85a313d121f764081dc92c4c1ed5773b8cb7a7113b84b66339a48f76c57efe54", "enabled": 1}}, "jabber": {"100": {"checksum": "sha256:08288d791f1b1aa3a8f154ae7b2ff73d574560bf5bb82246020baa3c26f6c988", "enabled": 1}}, "jetty": {"100": {"checksum": "sha256:6aea2d07d8f040434ff0c0d5e9b81e825b1de56cd01c0e0a069ee1f0d5196885", "enabled": 1}}, "jockey": {"100": {"checksum": "sha256:f35d7f2d61175ba7f908459f738c7d6b6adf2ae678d88531fa527c4d50b21985", "enabled": 1}}, "journalctl": {"100": {"checksum": "sha256:6ba4c0331da8031107dba9c447502f4809d0392a56de2c9d4ce8c333c14f1627", "enabled": 1}}, "kafs": {"100": {"checksum": "sha256:5a35385072b421cdb86fc66190dc00e6c8e7a587a60ffeedfe2a931b6b92a11d", "enabled": 1}}, "kdump": {"100": {"checksum": "sha256:370090682ef9410c2d12556dfd1cb6f8f7f7ab60287148ead03b3b11d64146e0", "enabled": 1}}, "kdumpgui": {"100": {"checksum": "sha256:c6d5f08d82062fe0634f0dcc9ee434fcea7760141740b79cbae187d970984a0c", "enabled": 1}}, "keepalived": {"100": {"checksum": "sha256:6fa6bedd26d8e4b178a2d74158634f26fc2b322782e4685d69ca48f4854e037b", "enabled": 1}}, "kerberos": {"100": {"checksum": "sha256:e120007ccfb6133d0bd394a6d93bf6c27b39e61feb2abf6bfdaef8fe2ffc2a54", "enabled": 1}}, "keyboardd": {"100": {"checksum": "sha256:4eae5ab2b926695b3ed881a26e7b6a79f4dd48c1ffa3e3c6809cfa4958b54091", "enabled": 1}}, "keystone": {"100": {"checksum": "sha256:6d9a8c7420b3aee2c752119ef6d72dc828cd76ea4f535bdcd44461a3cbb43454", "enabled": 1}}, "keyutils": {"100": {"checksum": "sha256:fde15419e2fc670c8086bb75f5156306aec61549f266cbec89e12b8c12315606", "enabled": 1}}, "kismet": {"100": {"checksum": "sha256:30ba7e91c6fe3cff8ac488e6160a5037fb8f1719275991ec44e5bfcbd9089aca", "enabled": 1}}, "kmscon": {"100": {"checksum": "sha256:f84aad2ecda576c41ff72438aaa394122fe6f13d274adb17a2cf145718776969", "enabled": 1}}, "kpatch": {"100": {"checksum": "sha256:16b2c313e69ba9a2726025ee54bbfb638c633f91d53db454e204adef45e5b5e1", "enabled": 1}}, "ksmtuned": {"100": {"checksum": "sha256:328ce002901ec9be77a5035fe50b01b9e01b016128efb981a7fb0aa586b55a77", "enabled": 1}}, "ktalk": {"100": {"checksum": "sha256:311f6dd8403d55da5f3173593f5fa6331d4cf7570af2b9d0182f7b260ba7285e", "enabled": 1}}, "l2tp": {"100": {"checksum": "sha256:cc0faedcac2d86171aeb9a89ec83f2d03cb905f54296f6f085415fcf7ddd1a06", "enabled": 1}}, "ldap": {"100": {"checksum": "sha256:f1a7908800f08a04aade8083ad79d002aba0c85f1699f35ded5a0eaf46dbc41a", "enabled": 1}}, "libraries": {"100": {"checksum": "sha256:91a8d1cb1ea2e44b9395cb7a44776e7992983378fbc72dc3725d0e03fa673a40", "enabled": 1}}, "likewise": {"100": {"checksum": "sha256:c83754418ce993f0d9dff4ad73f0e64362ceb3ed073a093dcdaec0ac6d8c8b5a", "enabled": 1}}, "linuxptp": {"100": {"checksum": "sha256:6a6b3d623e27e1e8a1ce185ba3ca42d3c7fb5dcad8cc91ab54950a1f69853dd7", "enabled": 1}}, "lircd": {"100": {"checksum": "sha256:564e3801937503b310cd4fef750cea8bd1be7ce323cf41276cfb0eedb0fbdc8c", "enabled": 1}}, "livecd": {"100": {"checksum": "sha256:9070ba1f03a04a5906bafb1399a0eb181dfdeab868dfb021505c116c61decbe3", "enabled": 1}}, "lldpad": {"100": {"checksum": "sha256:26feff7ac4722e995c622b4ec3cc242deeda12f88077bff1b419193ed76ffef1", "enabled": 1}}, "loadkeys": {"100": {"checksum": "sha256:ee0cf6f2b19c24b7bd76829de7de00b60f67ae9d96f2ebcb8eb09b961b6dd751", "enabled": 1}}, "locallogin": {"100": {"checksum": "sha256:56bf0d727637f1964d5f71a7ccc5edba76cfd50d2e546e9558d0551ffc968858", "enabled": 1}}, "lockdev": {"100": {"checksum": "sha256:3cd6822d612f355cc8000823f47b7ab0087035b59b57904c145db627cc58d22c", "enabled": 1}}, "logadm": {"100": {"checksum": "sha256:6b69c0a0528321f39311d34a94e750c5cfffd9bbcc00dd3c06f445f2a7bad660", "enabled": 1}}, "logging": {"100": {"checksum": "sha256:274d379294253625ca276e6463b80d3b3fa88deabfacb4b4472f8f046119dae6", "enabled": 1}}, "logrotate": {"100": {"checksum": "sha256:5ad554f859ea8313b48b7592cb1d1c3e13884199c9d9f939a99bb0651cadc5bf", "enabled": 1}}, "logwatch": {"100": {"checksum": "sha256:2ef8bb580d1bb1de08940ad1cd29d82f66bf03fb31c361716e8465b0f05db62f", "enabled": 1}}, "lpd": {"100": {"checksum": "sha256:fe9e6623bfd94678b32ba9a20c3e04469aa69a5175a1f626368c1fcacf7c5026", "enabled": 1}}, "lsm": {"100": {"checksum": "sha256:3979d77408c282fc3abfe32908df4889d7ff0ee8096ccb68a6a91d44bebfa56a", "enabled": 1}}, "lttng-tools": {"100": {"checksum": "sha256:b216fc3f1025723b5bf96002b39dcb9ae8c80c6d6708dc2db348f419af025a45", "enabled": 1}}, "lvm": {"100": {"checksum": "sha256:e67d95db5bc472d9d8a819db5c947190543bb6eb971955dde57e5249655033e1", "enabled": 1}}, "mailman": {"100": {"checksum": "sha256:0abc78cfd35d9e43c0c21983a250f874ee7ca7c10d7eb1c6e0d3106f538cf482", "enabled": 1}}, "mailscanner": {"100": {"checksum": "sha256:b76bb64b5c5dd0db6346ae7ba19faed97ed414c7d03d7b8747e0919867a7b8c9", "enabled": 1}}, "man2html": {"100": {"checksum": "sha256:3269314b5d8bbfc843900344d65e604432222bebc7e2dd628abb9d186fca1cd1", "enabled": 1}}, "mandb": {"100": {"checksum": "sha256:c5c6c2cfc4930bb865330ac4bf1e04976290772b0e058cce0d73de071ccf7819", "enabled": 1}}, "mcelog": {"100": {"checksum": "sha256:7a137918a31fc7684a8ae929a5046517be97399b2534a6b471e3cf3bd7f355b3", "enabled": 1}}, "mediawiki": {"100": {"checksum": "sha256:4fb79885af1e12d162aaea04067c9dbd19c248b8bc6bb4fa91240acb6986c84c", "enabled": 1}}, "memcached": {"100": {"checksum": "sha256:10e59adbf0210a83d2506cdcc189bed58fbb49f01ecc07afe00a5fc06a0f025c", "enabled": 1}}, "milter": {"100": {"checksum": "sha256:686b92d2ed35a14042a3d6d95af167aa0b1bdb0bb1d1894909c3d4b5ad70ca34", "enabled": 1}}, "minidlna": {"100": {"checksum": "sha256:6b200b3b9aafc62c019eba4121e1743ef9670896b70f8b5201caa19b975d6964", "enabled": 1}}, "minissdpd": {"100": {"checksum": "sha256:33b06281053cbe0c55752bfcda928a48a50743eb2d061d429b07ec3b0dc28a04", "enabled": 1}}, "mip6d": {"100": {"checksum": "sha256:1c657a9f8eeacab2a91a9725d7c5980624ab90e0e5c67c2f9270df3b0ebc9fca", "enabled": 1}}, "mirrormanager": {"100": {"checksum": "sha256:5b9141bfd8861fae68d1054e5c15d503815c2191e68348405d5f8f2e53757b5f", "enabled": 1}}, "miscfiles": {"100": {"checksum": "sha256:4d0081333a7d5871e89e8955ab640c3374bf2bde197557cb6a83e122aee9137e", "enabled": 1}}, "mock": {"100": {"checksum": "sha256:a03da1b4a0188f7ed4057cc37b734745624b265fdad71ed6c2d00467b72a4846", "enabled": 1}}, "modemmanager": {"100": {"checksum": "sha256:b618ed40113167b489f2e3ba560d1b2fe3013f15cffaa4d7263ec04f77bc67e5", "enabled": 1}}, "modutils": {"100": {"checksum": "sha256:03fa2b1f672c7902f9c88bc3048c996ed5189bf6a965ffbae30b2cc555662aa6", "enabled": 1}}, "mojomojo": {"100": {"checksum": "sha256:ce4c112a710ad3b571ab733fbf785a6ac7b9eeb9c29f3ced5f994965e9386ab4", "enabled": 1}}, "mon_statd": {"100": {"checksum": "sha256:db72ccb5d6952aecb9188c455e70a0b8c6feb25946b44dd0884942e74074a65a", "enabled": 1}}, "mongodb": {"100": {"checksum": "sha256:a5753efd9c79243f87ee59feb5c3914e9c6a435f70a053ff59657baa91f0c8a4", "enabled": 1}}, "motion": {"100": {"checksum": "sha256:13c108e4971acbc506790783af8287ab766941ef3745594a69e020dfa769e75d", "enabled": 1}}, "mount": {"100": {"checksum": "sha256:865539a39bf40f78356e8b2cbb08b24926913db3a08fa9796e4c2543882aeb25", "enabled": 1}}, "mozilla": {"100": {"checksum": "sha256:c8f4b2cd46adef88902943506de8358f988c8e867e681fb9029f7f8e4bcc3a2c", "enabled": 1}}, "mpd": {"100": {"checksum": "sha256:2b0acf523137d68497ea06f19b5494cb5c7ad6e4102fd7c626b9b74fef062f19", "enabled": 1}}, "mplayer": {"100": {"checksum": "sha256:b68a6f0cf3b61e296607fd8557480c3706ee0d211722c53708b8605d387bb434", "enabled": 1}}, "mptcpd": {"100": {"checksum": "sha256:3d4452b8e5b08d56b16c141515f2169809ab160544da9164cd91c3872fa5ca59", "enabled": 1}}, "mrtg": {"100": {"checksum": "sha256:6757ab3ee1b84340b5a58935d090b926ffc96f43d03c9cb243802b4d01d5a29b", "enabled": 1}}, "mta": {"100": {"checksum": "sha256:8dd4e90b95311cc5dae5b11733cf9ff8be46637d84c5aec28ae62a0b11dc452d", "enabled": 1}}, "munin": {"100": {"checksum": "sha256:403d5e09c6c84eee2d3c80a1c50502d8850469e5c9d74347aacc1c8f7496861e", "enabled": 1}}, "mysql": {"100": {"checksum": "sha256:2d19d6dc11b839551e1a98aa95588c06a3e1dd84dcdfe615bf61f26dd9ef31a1", "enabled": 1}}, "mythtv": {"100": {"checksum": "sha256:f260b769c9d70fe26cddea75c71e1c3d16348233c40a3b8a844358d138c19d2f", "enabled": 1}}, "naemon": {"100": {"checksum": "sha256:9c21b6bd9db730c7b79a4852236f92228282eb2dd06a2ff722b36acf70553386", "enabled": 1}}, "nagios": {"100": {"checksum": "sha256:2681295ba94471abc9d7d49b6da5d757409c6c95745586d1671a4765ed61b130", "enabled": 1}}, "namespace": {"100": {"checksum": "sha256:cc65424c4edcef752cf3d9223a0a49d84f7250bbc9c42d08d0b5727e0168dff6", "enabled": 1}}, "ncftool": {"100": {"checksum": "sha256:9795f4fc6fa6e09a6976b87c80aab11801ae7b43d4f0df1b603b8799f4ff0115", "enabled": 1}}, "netlabel": {"100": {"checksum": "sha256:229788201a8048a7a80661a258cabee570ce65b4c5fef318a86f8ba7f027975d", "enabled": 1}}, "netutils": {"100": {"checksum": "sha256:78163350e82824e0c5bd14daf11f9a12833f34ac2a9c5c90c7949aaf9c7f9b1a", "enabled": 1}}, "networkmanager": {"100": {"checksum": "sha256:58330897fef7d27075139bd8591d14e9274c14a1207f2dca120f05f2e89a9759", "enabled": 1}}, "ninfod": {"100": {"checksum": "sha256:13dcb24aa31902b75b5416a1f2d3dbba243445fa8ae1581ea41029ca21cdbc60", "enabled": 1}}, "nis": {"100": {"checksum": "sha256:51dded020c93ce723bb8cd739359983f6ed82b5d70e93980d2fd095aaadcc168", "enabled": 1}}, "nova": {"100": {"checksum": "sha256:000c5853f5261b435c8a0362720ce04a1ed300aed5f22dfee9659e8a024466a0", "enabled": 1}}, "nscd": {"100": {"checksum": "sha256:9fb6cd0d5e35bcfcd051889e81e2834b4b50861455a0d8ee30920df919d3067a", "enabled": 1}}, "nsd": {"100": {"checksum": "sha256:c940ff7748160326587bf9084d5b7906d501ecf9576707bc19f20ee759023442", "enabled": 1}}, "nslcd": {"100": {"checksum": "sha256:a1af29229de29bfe64bde5357ea9e2a47d5b82f8329f62be4ddbc184fb8ead22", "enabled": 1}}, "ntop": {"100": {"checksum": "sha256:20d8e86dcf15719ed0b481b0f5cd521b2ada532e712c6e1cb9f89e1736466ea0", "enabled": 1}}, "ntp": {"100": {"checksum": "sha256:74dfbd9db80b05cc69c090005f02ab089695f21c0e0b70c2a7d8300247624e1e", "enabled": 1}}, "numad": {"100": {"checksum": "sha256:eca77e7334e62b4b1a7186d51a9817b9259eb72dde54df6a23c83c6a20e26546", "enabled": 1}}, "nut": {"100": {"checksum": "sha256:028a9e891f008817a604f55f77416af67a4332393386af9624aa99c20742a570", "enabled": 1}}, "nvme_stas": {"100": {"checksum": "sha256:873f782179ba1a156db5c05a22e3391d65ac4748427d3d19d094ea8906e10fdd", "enabled": 1}}, "nx": {"100": {"checksum": "sha256:dd19058574329f7c7ce709bc94f6c4be87028cdd184cc365a61d5c0113b78bdf", "enabled": 1}}, "obex": {"100": {"checksum": "sha256:649c497ab74a203064009d553b42829aac89ac5c4273b7c0ccc0a23530001fcc", "enabled": 1}}, "oddjob": {"100": {"checksum": "sha256:4c0624c2e3095eb392ee93e8cf98a2242598b7694de12ae75ceffdc0043d1043", "enabled": 1}}, "opafm": {"100": {"checksum": "sha256:06c9fb3964a855ec2ffd00719ed70b104d40e4b33720e2b109cd22ccc7157b8b", "enabled": 1}}, "openct": {"100": {"checksum": "sha256:37ac5651f2ce2bfda7d898a024d560c6cdcd54da32409ced32c8b6df059370c3", "enabled": 1}}, "opendnssec": {"100": {"checksum": "sha256:9890fb3013a4287e6850621c5c6a462a254299b927609fbe6bf67f141862f3c7", "enabled": 1}}, "openfortivpn": {"100": {"checksum": "sha256:75fa83f68fa800bef996da027f14f6c8f0ded93f93569f3b559495dba39a6176", "enabled": 1}}, "openhpid": {"100": {"checksum": "sha256:dfbf83e8feccc45bd9de7bd5a3f90edd49c3190b5010f9f98457d995ae974f8c", "enabled": 1}}, "openshift": {"100": {"checksum": "sha256:1b7ff4ebc979d45777979c0340790dcf10a3e9353272c2e99f6f4f4f93987020", "enabled": 1}}, "openshift-origin": {"100": {"checksum": "sha256:e8e6bb283142b08b3a1ce7c097f49f402bb6d59eb6d03138ef0b69f3579e466c", "enabled": 1}}, "opensm": {"100": {"checksum": "sha256:c1bc06d4e5a22837586d3d7ee07922f26b4cd025687cdfd7e3e3789e1c5bdf3d", "enabled": 1}}, "openvpn": {"100": {"checksum": "sha256:800615bda29f1b49c90de283570ccb018a28ddfff34a36bfe84a4d0485c37138", "enabled": 1}}, "openvswitch": {"100": {"checksum": "sha256:0bb8334afe603f02ef4f1a46517f970bb30fb191e1d9d944daee33437ae89b46", "enabled": 1}}, "openwsman": {"100": {"checksum": "sha256:c6d157e74586892234883ad01bb4d2e386637cdd04e45c3587a1cbc8c34e35f9", "enabled": 1}}, "oracleasm": {"100": {"checksum": "sha256:802090ff2dcc2db35b369ac359e51b1418a5a779cf94e5a14a01a1882b583d64", "enabled": 1}}, "osad": {"100": {"checksum": "sha256:d3b5dec9cf6640c48875229fcdadc4f9c4bfa1088bff93cb61a18360197a691e", "enabled": 1}}, "pads": {"100": {"checksum": "sha256:23da314c2255bb1c19dad65a242681330d6bdddc2ba4a0b80ae2ad2249c0a52b", "enabled": 1}}, "passenger": {"100": {"checksum": "sha256:75e644cc79f5447d17ed5461e52b37f29dc86806320b0ef562b2acd8e2870121", "enabled": 1}}, "pcmcia": {"100": {"checksum": "sha256:6d1d142817f6c7013fa94819eaae391f98b69357bfb352584c1ef104d93aa08a", "enabled": 1}}, "pcp": {"100": {"checksum": "sha256:3f0071ca72c2269c6568f2695aea954cbb6a8504efa48a8ed1e94e2c0baac106", "enabled": 1}}, "pcscd": {"100": {"checksum": "sha256:9bd33415ca0bd34a05461719de21697d486512341069567c26b25cd6a7b06c00", "enabled": 1}}, "pdns": {"100": {"checksum": "sha256:5dcb629d0e7578776fb9476a8b66ff883fe52da8be37e3b1f7a3bd4810354511", "enabled": 1}}, "pegasus": {"100": {"checksum": "sha256:0312d08cfc7b9ad408ce3d34a27b27c64c62e1b00d280c484616927a859aeb47", "enabled": 1}}, "permissivedomains": {"100": {"checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1}}, "pesign": {"100": {"checksum": "sha256:597ab5f0f472ea2f2aca1b3754c2457cc7769f79daaec0856ad2675e53867b80", "enabled": 1}}, "pingd": {"100": {"checksum": "sha256:877bbc42240491f32726ac44a082942e80724e3bd3985c64845dee49a060a144", "enabled": 1}}, "piranha": {"100": {"checksum": "sha256:4e9b8ae11387a45c9266a82f79f31728bce6397b8e7f8d39287b78dd58ddfd96", "enabled": 1}}, "pkcs": {"100": {"checksum": "sha256:81dc1bee85071c65da6d7e4dd12f390fdaeae5d7a285c132c952290152f90c0b", "enabled": 1}}, "pkcs11proxyd": {"100": {"checksum": "sha256:184ad49c7d752eae216e8e7313fc50952515caf2d4fe77b1315204a436979cbc", "enabled": 1}}, "pki": {"100": {"checksum": "sha256:611152fa77dc465824018a6b6e2687f2a1e483f92e20d9754c33f8032d7a210d", "enabled": 1}}, "plymouthd": {"100": {"checksum": "sha256:2ed5421126ee7ac09bddedec68697ddef1d14aeb02432eb766ce64aa364d04f7", "enabled": 1}}, "podsleuth": {"100": {"checksum": "sha256:ac303c7ac224ff7fec004f7db6bdc6cabc5e9fbf1df3e27ab454f3f87de18b8d", "enabled": 1}}, "policykit": {"100": {"checksum": "sha256:f651b9a5f05bc1884e58553525034b9fa376084bc3eee5ecd5cb7b70c42a55aa", "enabled": 1}}, "polipo": {"100": {"checksum": "sha256:e30571ba606507dd4439ea7b455a115170923229f105614f0b044ed07a8ba832", "enabled": 1}}, "portmap": {"100": {"checksum": "sha256:15e3c27ffaa1d13d785823bd82e53c398e0b5c96c4e0efce502137b326f3710e", "enabled": 1}}, "portreserve": {"100": {"checksum": "sha256:b1795d2f89c94a43339f1b659f29173491eed1d079a21cc290fb53afb74efd1f", "enabled": 1}}, "postfix": {"100": {"checksum": "sha256:6cde70e3d4ff9a7bb74bfb907dd14d626e0aa6d0a7a794484b0344f10f27b03a", "enabled": 1}}, "postgresql": {"100": {"checksum": "sha256:dd827cd694ba2389e77fee7137a741677590dc56dff0015fa6b58b93ab354c7c", "enabled": 1}}, "postgrey": {"100": {"checksum": "sha256:698a04231cb1ca9a1a657c942f22b26ad57e06af78dbce2006dd9a7991d01b19", "enabled": 1}}, "ppp": {"100": {"checksum": "sha256:640c55f9dc7e32054fc5dcb34e4080a848526a35cbc4225b32deec213e9906e4", "enabled": 1}}, "prelink": {"100": {"checksum": "sha256:db21e33d0ffe48bd93a10808ea536532acad2578c499333de859afca9b4bfd5f", "enabled": 1}}, "prelude": {"100": {"checksum": "sha256:2592c97f035c97e88768678244baa38c031afeb5e94730133a0a59e7b451aa57", "enabled": 1}}, "privoxy": {"100": {"checksum": "sha256:2f9555f9f047d752841d98608cd372c9f9743fdaa88a59c96a0b2e85f9016b00", "enabled": 1}}, "procmail": {"100": {"checksum": "sha256:ee1a9203e7dd07d84cfa3c20a2e069bb0552dc430a6d2feed2919e53731b1864", "enabled": 1}}, "prosody": {"100": {"checksum": "sha256:360e32fc4cb037faf2b5684ce2d376c42cff14785fc95d82fd750fe66dabe1e2", "enabled": 1}}, "psad": {"100": {"checksum": "sha256:f07697452277aee96c92093916a241aa1e170359e0137e82bed4e84294c71d83", "enabled": 1}}, "ptchown": {"100": {"checksum": "sha256:861c6b803141841f4756be8531775c7d37e8ec378b2b9e90f37e1932d35e5e36", "enabled": 1}}, "publicfile": {"100": {"checksum": "sha256:a932f4ee30fe06d891909b328e9ed103a77010e273b19cd7e9debf3ba43204c6", "enabled": 1}}, "pulseaudio": {"100": {"checksum": "sha256:02a332ab93358096dfeafa4b77d9ca1c8dcf79fe6ab9b18150646f1a2efee4dc", "enabled": 1}}, "puppet": {"100": {"checksum": "sha256:0ac394773bec589974cc6ecc5f99dc5faf2871e771295cb84f33a86bdbd51a6d", "enabled": 1}}, "pwauth": {"100": {"checksum": "sha256:4cabb0c5c75a395579d7523d3e7616db9fb0e1f40d3b9f581f6e94eebb049810", "enabled": 1}}, "qatlib": {"100": {"checksum": "sha256:1ce83ef85ac222374d15e090a30072e96219bea1a6c1e72bb122842ebbec7cee", "enabled": 1}}, "qmail": {"100": {"checksum": "sha256:7972bb152e68b8fdb1a77c84868b66e420365c9f526254fb272a7263500acbff", "enabled": 1}}, "qpid": {"100": {"checksum": "sha256:7cd981f1dfd524edc5e5992f10cd1b3e723adcb3cfaf8c7bb42c8f5197e64378", "enabled": 1}}, "quantum": {"100": {"checksum": "sha256:a25e72eac82204e6200ec843bc06d7b59a1ce7c755666bf1ed9effd12ee466d7", "enabled": 1}}, "quota": {"100": {"checksum": "sha256:292ac0c56b89fb197298bc0cda18828e0c6c524414d7ccc38133e2552283136f", "enabled": 1}}, "rabbitmq": {"100": {"checksum": "sha256:6ae09222a0b9aefa3ead90b1f1ee08972570b1f5e39d25c05108228e4d315d50", "enabled": 1}}, "radius": {"100": {"checksum": "sha256:76e245eff00a30a5db15851804f5047caa072e5f418e44fd75e70fcaba611e73", "enabled": 1}}, "radvd": {"100": {"checksum": "sha256:b0ab6f58a00a32e8119b2b598d56acdc5919c7d9414eec24beb5eca9d84c90dc", "enabled": 1}}, "raid": {"100": {"checksum": "sha256:3ab88c070cf4ab980219197d2125cba4272dce884c9d00a673b8aa3b316e1611", "enabled": 1}}, "rasdaemon": {"100": {"checksum": "sha256:f6d50ea9aa365ffb71b924d04e606e7e7be9fc0ff67899ad1fd348bb209a7ad1", "enabled": 1}}, "rdisc": {"100": {"checksum": "sha256:d45a4dad3bf9f007f05eca41b5c04d4ae329405b60f307f8d6959fc92dee841e", "enabled": 1}}, "readahead": {"100": {"checksum": "sha256:338d67a9fa343855efdd6d99bf0d28bdcf03631bdff7591c1a21e975471a510a", "enabled": 1}}, "realmd": {"100": {"checksum": "sha256:e2efb27c1fed30b949be0f29464b99701353b8eb65bd2da624505c7fc1e586a4", "enabled": 1}}, "redis": {"100": {"checksum": "sha256:642738508f133e3709992b5542f048755e1ca6bdd1c3eed8fbf6de60135fe754", "enabled": 1}}, "remotelogin": {"100": {"checksum": "sha256:31f6f5efb0759335de46ac3ab4c8a64955f838afc9743a20f2e81a8cb54cb36a", "enabled": 1}}, "restraint": {"400": {"checksum": "sha256:b14c8c21fe8ee2121e5817382e83fd2a25699836be8e79269026a2d2494718f4", "enabled": 1}}, "rhcd": {"100": {"checksum": "sha256:439afb2b8b905d32073d55ee61bb5ebc085ac1dd2c4bbb6b25f90051827dc6d2", "enabled": 1}}, "rhcs": {"100": {"checksum": "sha256:554186e44a5763b0c4411968a57bf6266fcc4a0eeef5e971449135245df6807f", "enabled": 1}}, "rhev": {"100": {"checksum": "sha256:4c8dc74bd9e7cebd9f78bae013483cdc6350fb8eb90debbf2888a89a0c30232c", "enabled": 1}}, "rhgb": {"100": {"checksum": "sha256:4b222d1ae2a6931560eca08e087c56c7835ce79c3f82514c5c6d3e98a7de89b1", "enabled": 1}}, "rhnsd": {"100": {"checksum": "sha256:12ea9c8c79218c6ef2da68bbe6f321ca6a7247a0f40142f1be8b85cb5b84d54d", "enabled": 1}}, "rhsmcertd": {"100": {"checksum": "sha256:1f2f53ec9801fa0fff759f87f132d50b84cd6eb10350ac7fb5f0ea3c5fa09121", "enabled": 1}}, "rhts": {"400": {"checksum": "sha256:e13af8921501fa4e869a20c87963951145bc762c670fc1b996c4858ca430cc71", "enabled": 1}}, "ricci": {"100": {"checksum": "sha256:c9afadeea7fc4762d923383de22df24de13563a6dbe205b9ab73a6ad0a5cff79", "enabled": 1}}, "rkhunter": {"100": {"checksum": "sha256:5f31c86e2f2cc425040785cc22a9040c7cdb80bd1145dfd668d2b2597534d6e3", "enabled": 1}}, "rkt": {"100": {"checksum": "sha256:6154fe3dc060aa2df1f629434a417621e043836c3fc0d1cfe128db80a0c3a5d9", "enabled": 1}}, "rlogin": {"100": {"checksum": "sha256:2001491066517e9d1718973ef9ce30640101b146abaac53218e9fafc5838eba5", "enabled": 1}}, "rngd": {"100": {"checksum": "sha256:932eb717c50cc3b89b0d39754e8d42285224c7112dc8fb773b979ae335c61b81", "enabled": 1}}, "rolekit": {"100": {"checksum": "sha256:08975182ac9221887a5cec3f1e51639802794cfa718d6bfe245aa5f132bac74d", "enabled": 1}}, "roundup": {"100": {"checksum": "sha256:931c928c6bf89625bce5b6cb76084615486f91d6e86a09fcaf007c47c5e68ba7", "enabled": 1}}, "rpc": {"100": {"checksum": "sha256:2b9fd485fa6fa2df485152c5ecf7b72a27e67db4f16cb86201b360a380a29e1d", "enabled": 1}}, "rpcbind": {"100": {"checksum": "sha256:3368e81d1e4c4368ed76661f4b636f38651dcc804843c4b1ef0f8ea0eff45d0d", "enabled": 1}}, "rpm": {"100": {"checksum": "sha256:ac6b3768152d1d94a1ab2c28f23681e16fe3a923e0880d32cc448daacd9cbfcd", "enabled": 1}}, "rrdcached": {"100": {"checksum": "sha256:340e748f2da66a79889ffe2d77224bce0090a2954743d5c1098ac3cb1eb48866", "enabled": 1}}, "rshd": {"100": {"checksum": "sha256:58d4cffb8b490c67aa4b1a335b0a3b933af4dfe6cc022fa0bc7400841d1efba7", "enabled": 1}}, "rshim": {"100": {"checksum": "sha256:0188c6dcedbe5ab251e3958c40024bbfa40ed2cc84d5fa71aceaa2cb25cd964d", "enabled": 1}}, "rssh": {"100": {"checksum": "sha256:26f6c19589d58fd23c303ac699697517d6883a9531837ad406e2f09b7507278d", "enabled": 1}}, "rsync": {"100": {"checksum": "sha256:0aa06de248b996ddd0afc67811e82a96bde2dc7a2c328ecbbf6c6a5c9c780784", "enabled": 1}}, "rtas": {"100": {"checksum": "sha256:3cf7dfe541071b3898cd76674ccce511cb2b25626b0e5f9e43fb903f928508c5", "enabled": 1}}, "rtkit": {"100": {"checksum": "sha256:d8e666993d2c3c43a5efc6628d04fed230f380cec2feafc9fb1eb305239ad954", "enabled": 1}}, "rwho": {"100": {"checksum": "sha256:c66a34fe691a84d52c8dd62ed1e9c8525796ccb3114743202a1d11dab4397c1b", "enabled": 1}}, "samba": {"100": {"checksum": "sha256:98eb081b4cda2ac0cb8efdb83ed66772e7079fb81091c8a64cb3cfdeccd928c6", "enabled": 1}}, "sambagui": {"100": {"checksum": "sha256:4c91ce35da807c4194c847e713628c8c5a8c2edabbc32800a9f0245175d61f9a", "enabled": 1}}, "sandboxX": {"100": {"checksum": "sha256:3af5738f6c839b9e1f918287b3c852c9c7ac8fd2e82588952f8d423f8c0e82c8", "enabled": 1}}, "sanlock": {"100": {"checksum": "sha256:12903fc32000cd4e9785975352f7cfc11ebb15acfbe277be575edb318b15131f", "enabled": 1}}, "sasl": {"100": {"checksum": "sha256:5a49a242fb57fbde3ec1d0b7c33432f0beb2992005df650c1387cd727cfc31a8", "enabled": 1}}, "sbd": {"100": {"checksum": "sha256:95253a6493fcb163e729a0937735e74fce0900975863996e7461a0590c36f2da", "enabled": 1}}, "sblim": {"100": {"checksum": "sha256:cf43ae0bb1072dfbd3f191147458ab654f4bf36c7e6e52b3ddc5e21d565e527b", "enabled": 1}}, "screen": {"100": {"checksum": "sha256:5c749a6c028d95eabf66a4af046f252d580a96be344cc6a4cbaf6c41bc3d7052", "enabled": 1}}, "secadm": {"100": {"checksum": "sha256:645ea8eba12cb23c2f2a651d936cbe29c280bff2b7eecfd52ad99c592cc5a6b3", "enabled": 1}}, "sectoolm": {"100": {"checksum": "sha256:35e4d2a3208b8c0d74c4016309c3447efac46618ce4209c78af9861f95cf36c6", "enabled": 1}}, "selinuxutil": {"100": {"checksum": "sha256:64baf197e41fe7d76da2de1aaefa3da468cd99982d7f4078b497ae3968511005", "enabled": 1}}, "sendmail": {"100": {"checksum": "sha256:b74fad36b6b99dce25b9723b5c83278e4cf0ad7a66b7f2d1788fa930737b6b26", "enabled": 1}}, "sensord": {"100": {"checksum": "sha256:cf1265945526b166650edb71077e9778d22a9a35e59b12e1edae8b233e8e656b", "enabled": 1}}, "setrans": {"100": {"checksum": "sha256:95193c003b42fd26e548de51bb8652289fc2fc66bd38f571c6e7173befc6e33d", "enabled": 1}}, "setroubleshoot": {"100": {"checksum": "sha256:32db4ce0c3eea9523927d9e0eaee0ceb1f230861fcd43eeafbfe06924f827bbf", "enabled": 1}}, "seunshare": {"100": {"checksum": "sha256:a8c3633cf363e103e840a32cace7793040117dbc627ae5ebdbb4509f79273cef", "enabled": 1}}, "sge": {"100": {"checksum": "sha256:a78576b227ed6d26f57c3ee3bceb45529e50e6662914cf22ad89cc4dedce2251", "enabled": 1}}, "shorewall": {"100": {"checksum": "sha256:f7c098e79dd886767fe6d5ae4e564d458a4b1243e99c0c74d8c36432e138599a", "enabled": 1}}, "slocate": {"100": {"checksum": "sha256:763088f3e0392356a8bad6a06d56305a49c73690573a0c1e3d7cd8e7a7583f2e", "enabled": 1}}, "slpd": {"100": {"checksum": "sha256:ba397cdd0a7a730fc70c7cad3cbe4ed2475c670b65ee5f9914aeb08b58200845", "enabled": 1}}, "smartmon": {"100": {"checksum": "sha256:8ef416256baedc5250ebe2cee413dec8082c9dcb2e9d11a4efa164326551eae8", "enabled": 1}}, "smokeping": {"100": {"checksum": "sha256:81de53921f1a522847961acb56f77dbad54284bcf8841f52afe11ced904a20d7", "enabled": 1}}, "smoltclient": {"100": {"checksum": "sha256:95c7ee276c5baae8d1a63c94a349ea997f421cebdf73d013ab4b90b34d986fd0", "enabled": 1}}, "smsd": {"100": {"checksum": "sha256:d871da983b281e8a8daec281efefbc6f6bf1ce5d5cbea4b352b49a08b0d89c77", "enabled": 1}}, "snapper": {"100": {"checksum": "sha256:4e5c5d73145bbed79c08e82d0a21a965d8cb7a92db76b202b5d134fa42c95fe1", "enabled": 1}}, "snmp": {"100": {"checksum": "sha256:af32d5989dfb265da12ba1be45f553eb0cca6ad12097540b811f7c30fbb208fe", "enabled": 1}}, "snort": {"100": {"checksum": "sha256:b1696f79ceb514e5ffed2caea4f90f783c94ca4a73a22f278e48438182d4f07e", "enabled": 1}}, "sosreport": {"100": {"checksum": "sha256:8059bae88c09a10f717526e476d1a4007db637fea6adc08fad6b17449dbc9e4d", "enabled": 1}}, "soundserver": {"100": {"checksum": "sha256:3d50318423313efcf8160d08a3bd655e53f34b30374d9dc30ad5bea5cc7e0776", "enabled": 1}}, "spamassassin": {"100": {"checksum": "sha256:4054ceef428a1df14d5fd4c620fce5d039a236500c1368a7a6e4bb07135d307a", "enabled": 1}}, "speech-dispatcher": {"100": {"checksum": "sha256:b08147b36ed3fa54428c34c8ac8e2781717ecb453c2372760d41a7738b7757da", "enabled": 1}}, "squid": {"100": {"checksum": "sha256:d6ec108e7f32a9cfe6f024cd5287a9b020783887f6a71e03b113eab3304342ab", "enabled": 1}}, "ssh": {"100": {"checksum": "sha256:9bd8be75c6db916fa07e119e325784328632d1755a1ae942d528772aeb2d35c2", "enabled": 1}}, "sslh": {"100": {"checksum": "sha256:5f14c1526eaa63f5176c2e6401410159cacd7f06f89d3c37c6670f5f3193eaa4", "enabled": 1}}, "sssd": {"100": {"checksum": "sha256:2a1fce6e52ac5a339cda1617ae65ae121a681ab9b88a9ebabcc7afc03a6324ed", "enabled": 1}}, "staff": {"100": {"checksum": "sha256:817fd51715b8897c09a36169ce0da31ac4493012bf09cb268faf9ae48cb5c359", "enabled": 1}}, "stalld": {"100": {"checksum": "sha256:f51e2b820929b6b7e3ff75de0c6b944683c0c9572388fd4b55d125d167145d41", "enabled": 1}}, "stapserver": {"100": {"checksum": "sha256:0a08f155a5545909cceeb2c2221dcee1980385b52a4afd3f8b8f6704617d14a5", "enabled": 1}}, "stratisd": {"100": {"checksum": "sha256:46468db34c31c668f4b213b8ed14fcfb53e1e183431f6237364acf686d83b8f0", "enabled": 1}}, "stunnel": {"100": {"checksum": "sha256:b24d3a5bcd4ecd35cd51836670ce97820a48a3669c0d590e716aee30709dc1f7", "enabled": 1}}, "su": {"100": {"checksum": "sha256:858e8488feb83d85137a778c3b8c5140d9bc7d9b83a43077a23fbfd27091349c", "enabled": 1}}, "sudo": {"100": {"checksum": "sha256:c274be08afec52e985bfc508199ef983f1f2eab41bf9b72b0921aa0276e47a51", "enabled": 1}}, "svnserve": {"100": {"checksum": "sha256:2a78595b73c7ea25c5b395ec91f18b3dad58002dd8ef3652d69edd5a8c13f3f5", "enabled": 1}}, "swift": {"100": {"checksum": "sha256:ccacc18e643d0ca081b36d910abb0ad6fae2acdd1f92a52b4fc9004fc31f4677", "enabled": 1}}, "sysadm": {"100": {"checksum": "sha256:252d43a3b5e1fc1e91699252a7bcd47f56199e7169dfe3023f12ada6770be35d", "enabled": 1}}, "sysadm_secadm": {"100": {"checksum": "sha256:8b3d56e43b270a3c8e85c91782ceb793a817dadff0af988ed17ec41251b9b315", "enabled": 1}}, "sysnetwork": {"100": {"checksum": "sha256:e7d47e23523de1fde711e49fde546e1c8eb632409bf15fcf004ad97d8c55bf59", "enabled": 1}}, "sysstat": {"100": {"checksum": "sha256:e35d3df921d581298273023c20b12e4d1168c249b06e08458a27732a4ff082ce", "enabled": 1}}, "systemd": {"100": {"checksum": "sha256:087d232c264c25af626d60a5e1fd53cebe419d81b403d189a5ad88e3b794aafe", "enabled": 1}}, "tangd": {"100": {"checksum": "sha256:b09965ae1db2d4aeab2d1c8775897288e6d55224183205ed48002daa816d2bbd", "enabled": 1}}, "targetd": {"100": {"checksum": "sha256:8d31e97d05e23cbca57938b58d725c33af5e6aaa3e563971a398936cd3a21b36", "enabled": 1}}, "tcpd": {"100": {"checksum": "sha256:2ea50e3363cefebf4b9bbcb6bcdd9e923da455c54a14c509f8c5ba9ca4da1c5d", "enabled": 1}}, "tcsd": {"100": {"checksum": "sha256:a4d57e1e23ddfdbf6977fae56c0797b5791bd7a03bc3e7da5ae87d6f9ca870cc", "enabled": 1}}, "telepathy": {"100": {"checksum": "sha256:98fac790af3d7a87e75899e112ba5d4cd2455261e44b60f1a0d7387ba0e0ad49", "enabled": 1}}, "telnet": {"100": {"checksum": "sha256:e531681ec043e98c7aa5feeb5948eb339c71c657dd9a93a7dc35909aee56de2b", "enabled": 1}}, "tftp": {"100": {"checksum": "sha256:7746597ed5d872b63e1e842421771ebacdcde5288bfd6d006346ad554e4799e7", "enabled": 1}}, "tgtd": {"100": {"checksum": "sha256:e599de319c72ac9f8ca525508c1d2ce54b46a85f378b56b04ff8fa1781250c60", "enabled": 1}}, "thin": {"100": {"checksum": "sha256:9825f5ea5ecf0720ae08c5fb7a50d3318b3dfb520801cf5ec8c0663364df5a62", "enabled": 1}}, "thumb": {"100": {"checksum": "sha256:4f6d98b3bc45e22184ef8d39e7960e9ba575b52c8d8b57f18526591be0db8f4d", "enabled": 1}}, "timedatex": {"100": {"checksum": "sha256:127a1f551291ce8c39e638b32770fdeadda67312a1c16dc1fad7da9b5a4f5c01", "enabled": 1}}, "tlp": {"100": {"checksum": "sha256:a0cc26aad002d4bb8e8e9f68265052e84c0995e395bde032bdf09ee36ce229f7", "enabled": 1}}, "tmpreaper": {"100": {"checksum": "sha256:5650adc4d1a2c1db0f3733e73fe7b7b9aa4fda69a1d3308e0b59a8c4cf30c5f5", "enabled": 1}}, "tomcat": {"100": {"checksum": "sha256:59312967f089bd0efa786367f1587ca124a49b7eb0ba7b5f21c2d66bc66e1b1b", "enabled": 1}}, "tor": {"100": {"checksum": "sha256:210d53406ae0727c0243c597928358124d2c44c16bf33a47767a3ac88227414b", "enabled": 1}}, "tuned": {"100": {"checksum": "sha256:758f35f5b9f4195f564792cf864a87a9b6e8de155fc2d348d4eec0ca30d8463d", "enabled": 1}}, "tvtime": {"100": {"checksum": "sha256:2d5107d1b764ddd411e4abf44d7b3a2770c192bf0d0e19c88856d6593f0f2891", "enabled": 1}}, "udev": {"100": {"checksum": "sha256:acb78447445a0d74b28f8e7b5db170464c56476be775e8d2577b04cb55ce3f69", "enabled": 1}}, "ulogd": {"100": {"checksum": "sha256:fbd1de444b4bfe75df73aee4560955dac1378eb7e5654d05d849c67db43546b5", "enabled": 1}}, "uml": {"100": {"checksum": "sha256:c05987c6a9f49b3370c011d79431dc52d6d435e89a577d7d10a8db02587a3786", "enabled": 1}}, "unconfined": {"100": {"checksum": "sha256:be7e30d2c6b24f9d403c9b96acbf9258310b570cb8bf11fdf05166b4b4144664", "enabled": 1}}, "unconfineduser": {"100": {"checksum": "sha256:8006817bbdf1a8de02fbe47d42fd5a79fd515cbb9b40a49cd5677cd83dc5b466", "enabled": 1}}, "unlabelednet": {"100": {"checksum": "sha256:1b37d8de7cf505da7e184ad33a2d04904d9fc51d64707b5d7e449b9d615deaa2", "enabled": 1}}, "unprivuser": {"100": {"checksum": "sha256:e2a1b07953c01d2f93d5fcc82af0564346b1a1079f7eb8110bef1bcd2d475067", "enabled": 1}}, "updfstab": {"100": {"checksum": "sha256:e698b5479929ff28896c7e38efc410a47b6a5cd38eafd56c0c8de7fa210d16e3", "enabled": 1}}, "usbmodules": {"100": {"checksum": "sha256:00518ce2d8f4e15cf7186a7467c8710848f2312adbbfb919cd6bed45d40d10d4", "enabled": 1}}, "usbmuxd": {"100": {"checksum": "sha256:495bbffef9f008519da7918d89fdb853bab29a6c718ed72b13496574d16a18af", "enabled": 1}}, "userdomain": {"100": {"checksum": "sha256:2a2af9fdb88cf5c21029ee4e80cff74f015dfc1e9766afab9b83c49c7d87dadf", "enabled": 1}}, "userhelper": {"100": {"checksum": "sha256:ec2502e379bebb8c8b29386cb8324f0fe8b3935bf065702a1b0a3cf4224e9798", "enabled": 1}}, "usermanage": {"100": {"checksum": "sha256:35178826cea105b5cbec665c4032d007e453cc6897c787d14b00700e37ac5cdc", "enabled": 1}}, "usernetctl": {"100": {"checksum": "sha256:24d457c012fb774bde2ecfb530699e6b4768604525b33f8d3cc99844f53918bb", "enabled": 1}}, "uucp": {"100": {"checksum": "sha256:5451b95ffd75ed6e3a933bc0518e3dd2e9dfad315b4a6d3b08653469e8168668", "enabled": 1}}, "uuidd": {"100": {"checksum": "sha256:7e39bde0db4bb71a014b04fe58282e134c94c1e753bd1b15e3e7f64b016bcb51", "enabled": 1}}, "varnishd": {"100": {"checksum": "sha256:b6a3a26dac9580a586502165719438a72e9d41f72ff3d21eb05225a6d368f296", "enabled": 1}}, "vdagent": {"100": {"checksum": "sha256:f513668cef5d03425903904f53f97a3640fa138faa4d1c13192d46b752b78c71", "enabled": 1}}, "vhostmd": {"100": {"checksum": "sha256:bc8ddc6407a2ff415e265da8ff8609013d8d173979235acf4fcd1cbfc313a571", "enabled": 1}}, "virt": {"100": {"checksum": "sha256:0f01a0f3bf8b449185addaf4d10360b1de985c4eaf0bde302e37ac54624cd73e", "enabled": 1}}, "virt_supplementary": {"100": {"checksum": "sha256:d80a998844ea68164a2ac00d46b8c5ce51107066dc44a30ab41057a4e3ac259e", "enabled": 1}}, "vlock": {"100": {"checksum": "sha256:ec8354aba09fd7ab45ed59a737034196f8b6c4df25e6079c4a00985e36b15f92", "enabled": 1}}, "vmtools": {"100": {"checksum": "sha256:2b632a2cf0d1be1e6bffaf66a320cfd73cd3cb175711cfcab9ff77147838db40", "enabled": 1}}, "vmware": {"100": {"checksum": "sha256:adf42ce5e6b76b7cfc85d8e6f83c0597ab9cba435011fd779c2202831dfba8dc", "enabled": 1}}, "vnstatd": {"100": {"checksum": "sha256:fc8312deb1ef563cfbf8da562e6afba6dd16f4adc97e027c294ff06b1f1ef29f", "enabled": 1}}, "vpn": {"100": {"checksum": "sha256:e1a9309d48b6463d32450421e867adadb08adbd641eaa072dcb5cd3d629f5dae", "enabled": 1}}, "w3c": {"100": {"checksum": "sha256:6b19f10f4a51f6f1f343b082d4a96c3335b191f00d41152ae090627f727b8360", "enabled": 1}}, "watchdog": {"100": {"checksum": "sha256:1171d89af3fa7fc84808f2b6f44fa9a6f8c161198fd3e326fa0f6f63b3820aac", "enabled": 1}}, "wdmd": {"100": {"checksum": "sha256:9d1a40c730927da34e987d2aae6018f328fd6e9bf2d6134644515f50a359eb8c", "enabled": 1}}, "webadm": {"100": {"checksum": "sha256:f836d4af3abab47d1c5afe5f6a83ca9303506403e75e65f10fe4c4c719dee46a", "enabled": 1}}, "webalizer": {"100": {"checksum": "sha256:43f69260eb8c399ceb227825b190ee1758a60b1b78052b1fbfe21d5fce8daab5", "enabled": 1}}, "wine": {"100": {"checksum": "sha256:204369c49480adaf6c3bbee72b72ec17a5fac47821e371ac9b0e633666af050e", "enabled": 1}}, "wireguard": {"100": {"checksum": "sha256:7ce468b04b03ed26fb5ebadc5020c3fd578c678d97337d1d8afa471bf472c6d5", "enabled": 1}}, "wireshark": {"100": {"checksum": "sha256:e1b5a6483deac005288672619780282eb889108244815c872e59166ae8df750a", "enabled": 1}}, "xen": {"100": {"checksum": "sha256:e79e6baf86bd76cda73219fd891bd706c38ecb6e37a92c24ba4291b28e8782de", "enabled": 1}}, "xguest": {"100": {"checksum": "sha256:aa67ee5990009528b3dd86133a60dddabbad37ac073700d62e58e149ef98ed73", "enabled": 1}}, "xserver": {"100": {"checksum": "sha256:f7d1a4c3f9b5d5c0a9509a4ef41f88d58ac785b0e66423cfa0f4ccdbdac1dc7c", "enabled": 1}}, "zabbix": {"100": {"checksum": "sha256:a7eab2820c4bf5c9e51dd30942fce48426c0e35c25d5c13efda6e9313602a66f", "enabled": 1}}, "zarafa": {"100": {"checksum": "sha256:b1738ace3c35a58867613fabb433a761136afae86bab322ea4d192436c5b0ddd", "enabled": 1}}, "zebra": {"100": {"checksum": "sha256:913b9c2802fc6607d811ffc278dff3fb84d81942603cf21e1b4efcebf6a7529e", "enabled": 1}}, "zoneminder": {"100": {"checksum": "sha256:19a33723d291446ee9617d0120088d7bae884e5a963c48a8afec20fc6bacc4bc", "enabled": 1}}, "zosremote": {"100": {"checksum": "sha256:0e85101587e037fa8552703dfe40e3c31d4b86d65981d03ca3bcb9f91cde9e06", "enabled": 1}}}, "selinux_priorities": true}, "changed": false} TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:115 Wednesday 04 September 2024 13:32:22 -0400 (0:00:03.410) 0:00:54.063 *** skipping: [managed-node2] => {"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-Taf/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:128 Wednesday 04 September 2024 13:32:22 -0400 (0:00:00.049) 0:00:54.112 *** skipping: [managed-node2] => {"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-Taf/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:136 Wednesday 04 September 2024 13:32:22 -0400 (0:00:00.025) 0:00:54.138 *** skipping: [managed-node2] => {"changed": false, "skipped_reason": "No items in the list"} TASK [fedora.linux_system_roles.postfix : Install Postfix] ********************* task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:60 Wednesday 04 September 2024 13:32:22 -0400 (0:00:00.036) 0:00:54.174 *** ok: [managed-node2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [fedora.linux_system_roles.postfix : Enable Postfix] ********************** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:66 Wednesday 04 September 2024 13:32:24 -0400 (0:00:01.522) 0:00:55.697 *** ok: [managed-node2] => {"changed": false, "enabled": true, "name": "postfix", "state": "started", "status": {"AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Wed 2024-09-04 13:31:54 EDT", "ActiveEnterTimestampMonotonic": "236872037", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "syslog.target systemd-journald.socket basic.target tmp.mount sysinit.target network.target systemd-tmpfiles-setup.service system.slice -.mount", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Wed 2024-09-04 13:31:53 EDT", "AssertTimestampMonotonic": "236473625", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "382461000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "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": "yes", "ConditionTimestamp": "Wed 2024-09-04 13:31:53 EDT", "ConditionTimestampMonotonic": "236473622", "ConfigurationDirectoryMode": "0755", "Conflicts": "exim.service shutdown.target sendmail.service", "ControlGroup": "/system.slice/postfix.service", "ControlGroupId": "5527", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Postfix Mail Transport Agent", "DevicePolicy": "closed", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/network (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "5064", "ExecMainStartTimestamp": "Wed 2024-09-04 13:31:54 EDT", "ExecMainStartTimestampMonotonic": "236871913", "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=[Wed 2024-09-04 13:31:54 EDT] ; stop_time=[Wed 2024-09-04 13:31:54 EDT] ; pid=4997 ; code=exited ; status=0 }", "ExecStartEx": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix start ; flags= ; start_time=[Wed 2024-09-04 13:31:54 EDT] ; stop_time=[Wed 2024-09-04 13:31:54 EDT] ; pid=4997 ; code=exited ; status=0 }", "ExecStartPre": "{ path=/usr/libexec/postfix/chroot-update ; argv[]=/usr/libexec/postfix/chroot-update ; ignore_errors=yes ; start_time=[Wed 2024-09-04 13:31:54 EDT] ; stop_time=[Wed 2024-09-04 13:31:54 EDT] ; pid=4995 ; code=exited ; status=0 }", "ExecStartPreEx": "{ path=/usr/libexec/postfix/chroot-update ; argv[]=/usr/libexec/postfix/chroot-update ; flags=ignore-failure ; start_time=[Wed 2024-09-04 13:31:54 EDT] ; stop_time=[Wed 2024-09-04 13:31:54 EDT] ; pid=4995 ; code=exited ; status=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", "InactiveExitTimestamp": "Wed 2024-09-04 13:31:54 EDT", "InactiveExitTimestampMonotonic": "236481273", "InvocationID": "eed050deed5e4dc78c9471b78aee19b9", "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": "14721", "LimitNPROCSoft": "14721", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14721", "LimitSIGPENDINGSoft": "14721", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "5064", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3373465600", "MemoryCurrent": "4304896", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "4612096", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "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", "PrivateTmp": "yes", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "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": "system.slice -.mount sysinit.target", "RequiresMountsFor": "/var/tmp", "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", "StateChangeTimestamp": "Wed 2024-09-04 13:31:54 EDT", "StateChangeTimestampMonotonic": "236872037", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "3", "TasksMax": "4416", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "forking", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "tmp.mount", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} TASK [fedora.linux_system_roles.postfix : Get current config] ****************** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:72 Wednesday 04 September 2024 13:32:24 -0400 (0:00:00.569) 0:00:56.267 *** ok: [managed-node2] => {"changed": false, "cmd": ["postconf"], "delta": "0:00:00.010737", "end": "2024-09-04 13:32:25.410789", "msg": "", "rc": 0, "start": "2024-09-04 13:32:25.400052", "stderr": "", "stderr_lines": [], "stdout": "2bounce_notice_recipient = postmaster\naccess_map_defer_code = 450\naccess_map_reject_code = 554\naddress_verify_cache_cleanup_interval = 12h\naddress_verify_default_transport = $default_transport\naddress_verify_local_transport = $local_transport\naddress_verify_map = btree:$data_directory/verify_cache\naddress_verify_negative_cache = yes\naddress_verify_negative_expire_time = 3d\naddress_verify_negative_refresh_time = 3h\naddress_verify_pending_request_limit = 5000\naddress_verify_poll_count = ${stress?{1}:{3}}\naddress_verify_poll_delay = 3s\naddress_verify_positive_expire_time = 31d\naddress_verify_positive_refresh_time = 7d\naddress_verify_relay_transport = $relay_transport\naddress_verify_relayhost = $relayhost\naddress_verify_sender = $double_bounce_sender\naddress_verify_sender_dependent_default_transport_maps = $sender_dependent_default_transport_maps\naddress_verify_sender_dependent_relayhost_maps = $sender_dependent_relayhost_maps\naddress_verify_sender_ttl = 0s\naddress_verify_service_name = verify\naddress_verify_transport_maps = $transport_maps\naddress_verify_virtual_transport = $virtual_transport\nalias_database = hash:/etc/aliases\nalias_maps = hash:/etc/aliases\nallow_mail_to_commands = alias, forward\nallow_mail_to_files = alias, forward\nallow_min_user = no\nallow_percent_hack = yes\nallow_srv_lookup_fallback = no\nallow_untrusted_routing = no\nalternate_config_directories =\nalways_add_missing_headers = no\nalways_bcc =\nanvil_rate_time_unit = 60s\nanvil_status_update_time = 600s\nappend_at_myorigin = yes\nappend_dot_mydomain = ${{$compatibility_level} \nempty_address_local_login_sender_maps_lookup_key = <>\nempty_address_recipient = MAILER-DAEMON\nempty_address_relayhost_maps_lookup_key = <>\nenable_idna2003_compatibility = no\nenable_long_queue_ids = no\nenable_original_recipient = yes\nenable_threaded_bounces = no\nerror_delivery_slot_cost = $default_delivery_slot_cost\nerror_delivery_slot_discount = $default_delivery_slot_discount\nerror_delivery_slot_loan = $default_delivery_slot_loan\nerror_destination_concurrency_failed_cohort_limit = $default_destination_concurrency_failed_cohort_limit\nerror_destination_concurrency_limit = $default_destination_concurrency_limit\nerror_destination_concurrency_negative_feedback = $default_destination_concurrency_negative_feedback\nerror_destination_concurrency_positive_feedback = $default_destination_concurrency_positive_feedback\nerror_destination_rate_delay = $default_destination_rate_delay\nerror_destination_recipient_limit = $default_destination_recipient_limit\nerror_extra_recipient_limit = $default_extra_recipient_limit\nerror_initial_destination_concurrency = $initial_destination_concurrency\nerror_minimum_delivery_slots = $default_minimum_delivery_slots\nerror_notice_recipient = postmaster\nerror_recipient_limit = $default_recipient_limit\nerror_recipient_refill_delay = $default_recipient_refill_delay\nerror_recipient_refill_limit = $default_recipient_refill_limit\nerror_service_name = error\nerror_transport_rate_delay = $default_transport_rate_delay\nexecution_directory_expansion_filter = 1234567890!@%-_=+:,./abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ\nexpand_owner_alias = no\nexport_environment = TZ MAIL_CONFIG LANG\nfallback_transport =\nfallback_transport_maps =\nfast_flush_domains = $relay_domains\nfast_flush_purge_time = 7d\nfast_flush_refresh_time = 12h\nfault_injection_code = 0\nflush_service_name = flush\nfork_attempts = 5\nfork_delay = 1s\nforward_expansion_filter = 1234567890!@%-_=+:,./abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ\nforward_path = $home/.forward${recipient_delimiter}${extension}, $home/.forward\nfrozen_delivered_to = yes\nhash_queue_depth = 1\nhash_queue_names = deferred, defer\nheader_address_token_limit = 10240\nheader_checks =\nheader_from_format = standard\nheader_size_limit = 102400\nhelpful_warnings = yes\nhome_mailbox =\nhopcount_limit = 50\nhtml_directory = no\nignore_mx_lookup_error = no\nignore_srv_lookup_error = no\nimport_environment = MAIL_CONFIG MAIL_DEBUG MAIL_LOGTAG TZ XAUTHORITY DISPLAY LANG=C POSTLOG_SERVICE POSTLOG_HOSTNAME\nin_flow_delay = 1s\ninet_interfaces = localhost\ninet_protocols = all\ninfo_log_address_format = external\ninitial_destination_concurrency = 5\ninternal_mail_filter_classes =\ninvalid_hostname_reject_code = 501\nipc_idle = 5s\nipc_timeout = 3600s\nipc_ttl = 1000s\nknown_tcp_ports = lmtp=24, smtp=25, smtps=submissions=465, submission=587\nline_length_limit = 2048\nlmdb_map_size = 16777216\nlmtp_address_preference = any\nlmtp_address_verify_target = rcpt\nlmtp_assume_final = no\nlmtp_balance_inet_protocols = yes\nlmtp_bind_address =\nlmtp_bind_address6 =\nlmtp_bind_address_enforce = no\nlmtp_body_checks =\nlmtp_cname_overrides_servername = no\nlmtp_connect_timeout = 0s\nlmtp_connection_cache_destinations =\nlmtp_connection_cache_on_demand = yes\nlmtp_connection_cache_time_limit = 2s\nlmtp_connection_reuse_count_limit = 0\nlmtp_connection_reuse_time_limit = 300s\nlmtp_data_done_timeout = 600s\nlmtp_data_init_timeout = 120s\nlmtp_data_xfer_timeout = 180s\nlmtp_defer_if_no_mx_address_found = no\nlmtp_delivery_slot_cost = $default_delivery_slot_cost\nlmtp_delivery_slot_discount = $default_delivery_slot_discount\nlmtp_delivery_slot_loan = $default_delivery_slot_loan\nlmtp_delivery_status_filter = $default_delivery_status_filter\nlmtp_destination_concurrency_failed_cohort_limit = $default_destination_concurrency_failed_cohort_limit\nlmtp_destination_concurrency_limit = $default_destination_concurrency_limit\nlmtp_destination_concurrency_negative_feedback = $default_destination_concurrency_negative_feedback\nlmtp_destination_concurrency_positive_feedback = $default_destination_concurrency_positive_feedback\nlmtp_destination_rate_delay = $default_destination_rate_delay\nlmtp_destination_recipient_limit = $default_destination_recipient_limit\nlmtp_discard_lhlo_keyword_address_maps =\nlmtp_discard_lhlo_keywords =\nlmtp_dns_reply_filter =\nlmtp_dns_resolver_options =\nlmtp_dns_support_level =\nlmtp_enforce_tls = no\nlmtp_extra_recipient_limit = $default_extra_recipient_limit\nlmtp_fallback_relay =\nlmtp_generic_maps =\nlmtp_header_checks =\nlmtp_host_lookup = dns\nlmtp_initial_destination_concurrency = $initial_destination_concurrency\nlmtp_lhlo_name = $myhostname\nlmtp_lhlo_timeout = 300s\nlmtp_line_length_limit = 998\nlmtp_mail_timeout = 300s\nlmtp_mime_header_checks =\nlmtp_min_data_rate = 500\nlmtp_minimum_delivery_slots = $default_minimum_delivery_slots\nlmtp_mx_address_limit = 5\nlmtp_mx_session_limit = 2\nlmtp_nested_header_checks =\nlmtp_per_request_deadline = ${lmtp_per_record_deadline?{$lmtp_per_record_deadline}:{no}}\nlmtp_pix_workaround_delay_time = 10s\nlmtp_pix_workaround_maps =\nlmtp_pix_workaround_threshold_time = 500s\nlmtp_pix_workarounds = disable_esmtp,delay_dotcrlf\nlmtp_quit_timeout = 300s\nlmtp_quote_rfc821_envelope = yes\nlmtp_randomize_addresses = yes\nlmtp_rcpt_timeout = 300s\nlmtp_recipient_limit = $default_recipient_limit\nlmtp_recipient_refill_delay = $default_recipient_refill_delay\nlmtp_recipient_refill_limit = $default_recipient_refill_limit\nlmtp_reply_filter =\nlmtp_rset_timeout = 20s\nlmtp_sasl_auth_cache_name =\nlmtp_sasl_auth_cache_time = 90d\nlmtp_sasl_auth_enable = no\nlmtp_sasl_auth_soft_bounce = yes\nlmtp_sasl_mechanism_filter =\nlmtp_sasl_password_maps =\nlmtp_sasl_path =\nlmtp_sasl_security_options = noplaintext, noanonymous\nlmtp_sasl_tls_security_options = $lmtp_sasl_security_options\nlmtp_sasl_tls_verified_security_options = $lmtp_sasl_tls_security_options\nlmtp_sasl_type = cyrus\nlmtp_send_dummy_mail_auth = no\nlmtp_send_xforward_command = no\nlmtp_sender_dependent_authentication = no\nlmtp_skip_5xx_greeting = yes\nlmtp_skip_quit_response = no\nlmtp_starttls_timeout = 300s\nlmtp_tcp_port = 24\nlmtp_tls_CAfile =\nlmtp_tls_CApath =\nlmtp_tls_block_early_mail_reply = no\nlmtp_tls_cert_file =\nlmtp_tls_chain_files =\nlmtp_tls_ciphers = medium\nlmtp_tls_connection_reuse = no\nlmtp_tls_dcert_file =\nlmtp_tls_dkey_file = $lmtp_tls_dcert_file\nlmtp_tls_eccert_file =\nlmtp_tls_eckey_file = $lmtp_tls_eccert_file\nlmtp_tls_enforce_peername = yes\nlmtp_tls_exclude_ciphers =\nlmtp_tls_fingerprint_cert_match =\nlmtp_tls_fingerprint_digest = ${{$compatibility_level} =TLSv1\nlmtp_tls_note_starttls_offer = no\nlmtp_tls_per_site =\nlmtp_tls_policy_maps =\nlmtp_tls_protocols = >=TLSv1\nlmtp_tls_scert_verifydepth = 9\nlmtp_tls_secure_cert_match = nexthop\nlmtp_tls_security_level =\nlmtp_tls_servername =\nlmtp_tls_session_cache_database =\nlmtp_tls_session_cache_timeout = 3600s\nlmtp_tls_trust_anchor_file =\nlmtp_tls_verify_cert_match = hostname\nlmtp_tls_wrappermode = no\nlmtp_transport_rate_delay = $default_transport_rate_delay\nlmtp_use_tls = no\nlmtp_xforward_timeout = 300s\nlocal_command_shell =\nlocal_delivery_slot_cost = $default_delivery_slot_cost\nlocal_delivery_slot_discount = $default_delivery_slot_discount\nlocal_delivery_slot_loan = $default_delivery_slot_loan\nlocal_delivery_status_filter = $default_delivery_status_filter\nlocal_destination_concurrency_failed_cohort_limit = $default_destination_concurrency_failed_cohort_limit\nlocal_destination_concurrency_limit = 2\nlocal_destination_concurrency_negative_feedback = $default_destination_concurrency_negative_feedback\nlocal_destination_concurrency_positive_feedback = $default_destination_concurrency_positive_feedback\nlocal_destination_rate_delay = $default_destination_rate_delay\nlocal_destination_recipient_limit = 1\nlocal_extra_recipient_limit = $default_extra_recipient_limit\nlocal_header_rewrite_clients = permit_inet_interfaces\nlocal_initial_destination_concurrency = $initial_destination_concurrency\nlocal_login_sender_maps = static:*\nlocal_minimum_delivery_slots = $default_minimum_delivery_slots\nlocal_recipient_limit = $default_recipient_limit\nlocal_recipient_maps = proxy:unix:passwd.byname $alias_maps\nlocal_recipient_refill_delay = $default_recipient_refill_delay\nlocal_recipient_refill_limit = $default_recipient_refill_limit\nlocal_transport = local:$myhostname\nlocal_transport_rate_delay = $default_transport_rate_delay\nluser_relay =\nmail_name = Postfix\nmail_owner = postfix\nmail_release_date = 20240121\nmail_spool_directory = /var/mail\nmail_version = 3.8.5\nmailbox_command =\nmailbox_command_maps =\nmailbox_delivery_lock = fcntl, dotlock\nmailbox_size_limit = 51200000\nmailbox_transport =\nmailbox_transport_maps =\nmaillog_file =\nmaillog_file_compressor = gzip\nmaillog_file_prefixes = /var, /dev/stdout\nmaillog_file_rotate_suffix = %Y%m%d-%H%M%S\nmailq_path = /usr/bin/mailq.postfix\nmanpage_directory = /usr/share/man\nmaps_rbl_domains =\nmaps_rbl_reject_code = 554\nmasquerade_classes = envelope_sender, header_sender, header_recipient\nmasquerade_domains =\nmasquerade_exceptions =\nmaster_service_disable =\nmax_idle = 100s\nmax_use = 100\nmaximal_backoff_time = 4000s\nmaximal_queue_lifetime = 5d\nmessage_drop_headers = bcc, content-length, resent-bcc, return-path\nmessage_reject_characters =\nmessage_size_limit = 10240000\nmessage_strip_characters =\nmeta_directory = /etc/postfix\nmilter_command_timeout = 30s\nmilter_connect_macros = j {daemon_name} {daemon_addr} v _\nmilter_connect_timeout = 30s\nmilter_content_timeout = 300s\nmilter_data_macros = i\nmilter_default_action = tempfail\nmilter_end_of_data_macros = i\nmilter_end_of_header_macros = i\nmilter_header_checks =\nmilter_helo_macros = {tls_version} {cipher} {cipher_bits} {cert_subject} {cert_issuer}\nmilter_macro_daemon_name = $myhostname\nmilter_macro_defaults =\nmilter_macro_v = $mail_name $mail_version\nmilter_mail_macros = i {auth_type} {auth_authen} {auth_author} {mail_addr} {mail_host} {mail_mailer}\nmilter_protocol = 6\nmilter_rcpt_macros = i {rcpt_addr} {rcpt_host} {rcpt_mailer}\nmilter_unknown_command_macros =\nmime_boundary_length_limit = 2048\nmime_header_checks = $header_checks\nmime_nesting_limit = 100\nminimal_backoff_time = 300s\nmulti_instance_directories =\nmulti_instance_enable = no\nmulti_instance_group =\nmulti_instance_name =\nmulti_instance_wrapper =\nmulti_recipient_bounce_reject_code = 550\nmydestination = $myhostname, localhost.$mydomain, localhost\nmydomain = us-east-1.aws.redhat.com\nmyhostname = ip-10-31-15-229.us-east-1.aws.redhat.com\nmynetworks = 127.0.0.1/32 [::1]/128\nmynetworks_style = ${{$compatibility_level} =TLSv1\nsmtp_tls_note_starttls_offer = no\nsmtp_tls_per_site =\nsmtp_tls_policy_maps =\nsmtp_tls_protocols = >=TLSv1\nsmtp_tls_scert_verifydepth = 9\nsmtp_tls_secure_cert_match = nexthop, dot-nexthop\nsmtp_tls_security_level = may\nsmtp_tls_servername =\nsmtp_tls_session_cache_database =\nsmtp_tls_session_cache_timeout = 3600s\nsmtp_tls_trust_anchor_file =\nsmtp_tls_verify_cert_match = hostname\nsmtp_tls_wrappermode = no\nsmtp_transport_rate_delay = $default_transport_rate_delay\nsmtp_use_tls = no\nsmtp_xforward_timeout = 300s\nsmtpd_authorized_verp_clients = $authorized_verp_clients\nsmtpd_authorized_xclient_hosts =\nsmtpd_authorized_xforward_hosts =\nsmtpd_banner = $myhostname ESMTP $mail_name\nsmtpd_client_auth_rate_limit = 0\nsmtpd_client_connection_count_limit = 50\nsmtpd_client_connection_rate_limit = 0\nsmtpd_client_event_limit_exceptions = ${smtpd_client_connection_limit_exceptions:$mynetworks}\nsmtpd_client_ipv4_prefix_length = 32\nsmtpd_client_ipv6_prefix_length = 84\nsmtpd_client_message_rate_limit = 0\nsmtpd_client_new_tls_session_rate_limit = 0\nsmtpd_client_port_logging = no\nsmtpd_client_recipient_rate_limit = 0\nsmtpd_client_restrictions =\nsmtpd_command_filter =\nsmtpd_data_restrictions =\nsmtpd_delay_open_until_valid_rcpt = yes\nsmtpd_delay_reject = yes\nsmtpd_discard_ehlo_keyword_address_maps =\nsmtpd_discard_ehlo_keywords =\nsmtpd_dns_reply_filter =\nsmtpd_end_of_data_restrictions =\nsmtpd_enforce_tls = no\nsmtpd_error_sleep_time = 1s\nsmtpd_etrn_restrictions =\nsmtpd_expansion_filter = \\t\\40!\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\\\]^_`abcdefghijklmnopqrstuvwxyz{|}~\nsmtpd_forbid_bare_newline = no\nsmtpd_forbid_bare_newline_exclusions = $mynetworks\nsmtpd_forbid_bare_newline_reject_code = 550\nsmtpd_forbid_unauth_pipelining = no\nsmtpd_forbidden_commands = CONNECT GET POST regexp:{{/^[^A-Z]/ Bogus}}\nsmtpd_hard_error_limit = ${stress?{1}:{20}}\nsmtpd_helo_required = no\nsmtpd_helo_restrictions =\nsmtpd_history_flush_threshold = 100\nsmtpd_junk_command_limit = ${stress?{1}:{100}}\nsmtpd_log_access_permit_actions =\nsmtpd_milter_maps =\nsmtpd_milters =\nsmtpd_min_data_rate = 500\nsmtpd_noop_commands =\nsmtpd_null_access_lookup_key = <>\nsmtpd_peername_lookup = yes\nsmtpd_per_request_deadline = ${smtpd_per_record_deadline?{$smtpd_per_record_deadline}:{${stress?{yes}:{no}}}}\nsmtpd_policy_service_default_action = 451 4.3.5 Server configuration problem\nsmtpd_policy_service_max_idle = 300s\nsmtpd_policy_service_max_ttl = 1000s\nsmtpd_policy_service_policy_context =\nsmtpd_policy_service_request_limit = 0\nsmtpd_policy_service_retry_delay = 1s\nsmtpd_policy_service_timeout = 100s\nsmtpd_policy_service_try_limit = 2\nsmtpd_proxy_ehlo = $myhostname\nsmtpd_proxy_filter =\nsmtpd_proxy_options =\nsmtpd_proxy_timeout = 100s\nsmtpd_recipient_limit = 1000\nsmtpd_recipient_overshoot_limit = 1000\nsmtpd_recipient_restrictions =\nsmtpd_reject_footer =\nsmtpd_reject_footer_maps =\nsmtpd_reject_unlisted_recipient = yes\nsmtpd_reject_unlisted_sender = no\nsmtpd_relay_before_recipient_restrictions = ${{$compatibility_level} =TLSv1\nsmtpd_tls_protocols = >=TLSv1\nsmtpd_tls_received_header = no\nsmtpd_tls_req_ccert = no\nsmtpd_tls_security_level = may\nsmtpd_tls_session_cache_database =\nsmtpd_tls_session_cache_timeout = 3600s\nsmtpd_tls_wrappermode = no\nsmtpd_upstream_proxy_protocol =\nsmtpd_upstream_proxy_timeout = 5s\nsmtpd_use_tls = no\nsmtputf8_autodetect_classes = sendmail, verify\nsmtputf8_enable = ${{$compatibility_level} ", "empty_address_local_login_sender_maps_lookup_key = <>", "empty_address_recipient = MAILER-DAEMON", "empty_address_relayhost_maps_lookup_key = <>", "enable_idna2003_compatibility = no", "enable_long_queue_ids = no", "enable_original_recipient = yes", "enable_threaded_bounces = no", "error_delivery_slot_cost = $default_delivery_slot_cost", "error_delivery_slot_discount = $default_delivery_slot_discount", "error_delivery_slot_loan = $default_delivery_slot_loan", "error_destination_concurrency_failed_cohort_limit = $default_destination_concurrency_failed_cohort_limit", "error_destination_concurrency_limit = $default_destination_concurrency_limit", "error_destination_concurrency_negative_feedback = $default_destination_concurrency_negative_feedback", "error_destination_concurrency_positive_feedback = $default_destination_concurrency_positive_feedback", "error_destination_rate_delay = $default_destination_rate_delay", "error_destination_recipient_limit = $default_destination_recipient_limit", "error_extra_recipient_limit = $default_extra_recipient_limit", "error_initial_destination_concurrency = $initial_destination_concurrency", "error_minimum_delivery_slots = $default_minimum_delivery_slots", "error_notice_recipient = postmaster", "error_recipient_limit = $default_recipient_limit", "error_recipient_refill_delay = $default_recipient_refill_delay", "error_recipient_refill_limit = $default_recipient_refill_limit", "error_service_name = error", "error_transport_rate_delay = $default_transport_rate_delay", "execution_directory_expansion_filter = 1234567890!@%-_=+:,./abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ", "expand_owner_alias = no", "export_environment = TZ MAIL_CONFIG LANG", "fallback_transport =", "fallback_transport_maps =", "fast_flush_domains = $relay_domains", "fast_flush_purge_time = 7d", "fast_flush_refresh_time = 12h", "fault_injection_code = 0", "flush_service_name = flush", "fork_attempts = 5", "fork_delay = 1s", "forward_expansion_filter = 1234567890!@%-_=+:,./abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ", "forward_path = $home/.forward${recipient_delimiter}${extension}, $home/.forward", "frozen_delivered_to = yes", "hash_queue_depth = 1", "hash_queue_names = deferred, defer", "header_address_token_limit = 10240", "header_checks =", "header_from_format = standard", "header_size_limit = 102400", "helpful_warnings = yes", "home_mailbox =", "hopcount_limit = 50", "html_directory = no", "ignore_mx_lookup_error = no", "ignore_srv_lookup_error = no", "import_environment = MAIL_CONFIG MAIL_DEBUG MAIL_LOGTAG TZ XAUTHORITY DISPLAY LANG=C POSTLOG_SERVICE POSTLOG_HOSTNAME", "in_flow_delay = 1s", "inet_interfaces = localhost", "inet_protocols = all", "info_log_address_format = external", "initial_destination_concurrency = 5", "internal_mail_filter_classes =", "invalid_hostname_reject_code = 501", "ipc_idle = 5s", "ipc_timeout = 3600s", "ipc_ttl = 1000s", "known_tcp_ports = lmtp=24, smtp=25, smtps=submissions=465, submission=587", "line_length_limit = 2048", "lmdb_map_size = 16777216", "lmtp_address_preference = any", "lmtp_address_verify_target = rcpt", "lmtp_assume_final = no", "lmtp_balance_inet_protocols = yes", "lmtp_bind_address =", "lmtp_bind_address6 =", "lmtp_bind_address_enforce = no", "lmtp_body_checks =", "lmtp_cname_overrides_servername = no", "lmtp_connect_timeout = 0s", "lmtp_connection_cache_destinations =", "lmtp_connection_cache_on_demand = yes", "lmtp_connection_cache_time_limit = 2s", "lmtp_connection_reuse_count_limit = 0", "lmtp_connection_reuse_time_limit = 300s", "lmtp_data_done_timeout = 600s", "lmtp_data_init_timeout = 120s", "lmtp_data_xfer_timeout = 180s", "lmtp_defer_if_no_mx_address_found = no", "lmtp_delivery_slot_cost = $default_delivery_slot_cost", "lmtp_delivery_slot_discount = $default_delivery_slot_discount", "lmtp_delivery_slot_loan = $default_delivery_slot_loan", "lmtp_delivery_status_filter = $default_delivery_status_filter", "lmtp_destination_concurrency_failed_cohort_limit = $default_destination_concurrency_failed_cohort_limit", "lmtp_destination_concurrency_limit = $default_destination_concurrency_limit", "lmtp_destination_concurrency_negative_feedback = $default_destination_concurrency_negative_feedback", "lmtp_destination_concurrency_positive_feedback = $default_destination_concurrency_positive_feedback", "lmtp_destination_rate_delay = $default_destination_rate_delay", "lmtp_destination_recipient_limit = $default_destination_recipient_limit", "lmtp_discard_lhlo_keyword_address_maps =", "lmtp_discard_lhlo_keywords =", "lmtp_dns_reply_filter =", "lmtp_dns_resolver_options =", "lmtp_dns_support_level =", "lmtp_enforce_tls = no", "lmtp_extra_recipient_limit = $default_extra_recipient_limit", "lmtp_fallback_relay =", "lmtp_generic_maps =", "lmtp_header_checks =", "lmtp_host_lookup = dns", "lmtp_initial_destination_concurrency = $initial_destination_concurrency", "lmtp_lhlo_name = $myhostname", "lmtp_lhlo_timeout = 300s", "lmtp_line_length_limit = 998", "lmtp_mail_timeout = 300s", "lmtp_mime_header_checks =", "lmtp_min_data_rate = 500", "lmtp_minimum_delivery_slots = $default_minimum_delivery_slots", "lmtp_mx_address_limit = 5", "lmtp_mx_session_limit = 2", "lmtp_nested_header_checks =", "lmtp_per_request_deadline = ${lmtp_per_record_deadline?{$lmtp_per_record_deadline}:{no}}", "lmtp_pix_workaround_delay_time = 10s", "lmtp_pix_workaround_maps =", "lmtp_pix_workaround_threshold_time = 500s", "lmtp_pix_workarounds = disable_esmtp,delay_dotcrlf", "lmtp_quit_timeout = 300s", "lmtp_quote_rfc821_envelope = yes", "lmtp_randomize_addresses = yes", "lmtp_rcpt_timeout = 300s", "lmtp_recipient_limit = $default_recipient_limit", "lmtp_recipient_refill_delay = $default_recipient_refill_delay", "lmtp_recipient_refill_limit = $default_recipient_refill_limit", "lmtp_reply_filter =", "lmtp_rset_timeout = 20s", "lmtp_sasl_auth_cache_name =", "lmtp_sasl_auth_cache_time = 90d", "lmtp_sasl_auth_enable = no", "lmtp_sasl_auth_soft_bounce = yes", "lmtp_sasl_mechanism_filter =", "lmtp_sasl_password_maps =", "lmtp_sasl_path =", "lmtp_sasl_security_options = noplaintext, noanonymous", "lmtp_sasl_tls_security_options = $lmtp_sasl_security_options", "lmtp_sasl_tls_verified_security_options = $lmtp_sasl_tls_security_options", "lmtp_sasl_type = cyrus", "lmtp_send_dummy_mail_auth = no", "lmtp_send_xforward_command = no", "lmtp_sender_dependent_authentication = no", "lmtp_skip_5xx_greeting = yes", "lmtp_skip_quit_response = no", "lmtp_starttls_timeout = 300s", "lmtp_tcp_port = 24", "lmtp_tls_CAfile =", "lmtp_tls_CApath =", "lmtp_tls_block_early_mail_reply = no", "lmtp_tls_cert_file =", "lmtp_tls_chain_files =", "lmtp_tls_ciphers = medium", "lmtp_tls_connection_reuse = no", "lmtp_tls_dcert_file =", "lmtp_tls_dkey_file = $lmtp_tls_dcert_file", "lmtp_tls_eccert_file =", "lmtp_tls_eckey_file = $lmtp_tls_eccert_file", "lmtp_tls_enforce_peername = yes", "lmtp_tls_exclude_ciphers =", "lmtp_tls_fingerprint_cert_match =", "lmtp_tls_fingerprint_digest = ${{$compatibility_level} =TLSv1", "lmtp_tls_note_starttls_offer = no", "lmtp_tls_per_site =", "lmtp_tls_policy_maps =", "lmtp_tls_protocols = >=TLSv1", "lmtp_tls_scert_verifydepth = 9", "lmtp_tls_secure_cert_match = nexthop", "lmtp_tls_security_level =", "lmtp_tls_servername =", "lmtp_tls_session_cache_database =", "lmtp_tls_session_cache_timeout = 3600s", "lmtp_tls_trust_anchor_file =", "lmtp_tls_verify_cert_match = hostname", "lmtp_tls_wrappermode = no", "lmtp_transport_rate_delay = $default_transport_rate_delay", "lmtp_use_tls = no", "lmtp_xforward_timeout = 300s", "local_command_shell =", "local_delivery_slot_cost = $default_delivery_slot_cost", "local_delivery_slot_discount = $default_delivery_slot_discount", "local_delivery_slot_loan = $default_delivery_slot_loan", "local_delivery_status_filter = $default_delivery_status_filter", "local_destination_concurrency_failed_cohort_limit = $default_destination_concurrency_failed_cohort_limit", "local_destination_concurrency_limit = 2", "local_destination_concurrency_negative_feedback = $default_destination_concurrency_negative_feedback", "local_destination_concurrency_positive_feedback = $default_destination_concurrency_positive_feedback", "local_destination_rate_delay = $default_destination_rate_delay", "local_destination_recipient_limit = 1", "local_extra_recipient_limit = $default_extra_recipient_limit", "local_header_rewrite_clients = permit_inet_interfaces", "local_initial_destination_concurrency = $initial_destination_concurrency", "local_login_sender_maps = static:*", "local_minimum_delivery_slots = $default_minimum_delivery_slots", "local_recipient_limit = $default_recipient_limit", "local_recipient_maps = proxy:unix:passwd.byname $alias_maps", "local_recipient_refill_delay = $default_recipient_refill_delay", "local_recipient_refill_limit = $default_recipient_refill_limit", "local_transport = local:$myhostname", "local_transport_rate_delay = $default_transport_rate_delay", "luser_relay =", "mail_name = Postfix", "mail_owner = postfix", "mail_release_date = 20240121", "mail_spool_directory = /var/mail", "mail_version = 3.8.5", "mailbox_command =", "mailbox_command_maps =", "mailbox_delivery_lock = fcntl, dotlock", "mailbox_size_limit = 51200000", "mailbox_transport =", "mailbox_transport_maps =", "maillog_file =", "maillog_file_compressor = gzip", "maillog_file_prefixes = /var, /dev/stdout", "maillog_file_rotate_suffix = %Y%m%d-%H%M%S", "mailq_path = /usr/bin/mailq.postfix", "manpage_directory = /usr/share/man", "maps_rbl_domains =", "maps_rbl_reject_code = 554", "masquerade_classes = envelope_sender, header_sender, header_recipient", "masquerade_domains =", "masquerade_exceptions =", "master_service_disable =", "max_idle = 100s", "max_use = 100", "maximal_backoff_time = 4000s", "maximal_queue_lifetime = 5d", "message_drop_headers = bcc, content-length, resent-bcc, return-path", "message_reject_characters =", "message_size_limit = 10240000", "message_strip_characters =", "meta_directory = /etc/postfix", "milter_command_timeout = 30s", "milter_connect_macros = j {daemon_name} {daemon_addr} v _", "milter_connect_timeout = 30s", "milter_content_timeout = 300s", "milter_data_macros = i", "milter_default_action = tempfail", "milter_end_of_data_macros = i", "milter_end_of_header_macros = i", "milter_header_checks =", "milter_helo_macros = {tls_version} {cipher} {cipher_bits} {cert_subject} {cert_issuer}", "milter_macro_daemon_name = $myhostname", "milter_macro_defaults =", "milter_macro_v = $mail_name $mail_version", "milter_mail_macros = i {auth_type} {auth_authen} {auth_author} {mail_addr} {mail_host} {mail_mailer}", "milter_protocol = 6", "milter_rcpt_macros = i {rcpt_addr} {rcpt_host} {rcpt_mailer}", "milter_unknown_command_macros =", "mime_boundary_length_limit = 2048", "mime_header_checks = $header_checks", "mime_nesting_limit = 100", "minimal_backoff_time = 300s", "multi_instance_directories =", "multi_instance_enable = no", "multi_instance_group =", "multi_instance_name =", "multi_instance_wrapper =", "multi_recipient_bounce_reject_code = 550", "mydestination = $myhostname, localhost.$mydomain, localhost", "mydomain = us-east-1.aws.redhat.com", "myhostname = ip-10-31-15-229.us-east-1.aws.redhat.com", "mynetworks = 127.0.0.1/32 [::1]/128", "mynetworks_style = ${{$compatibility_level} =TLSv1", "smtp_tls_note_starttls_offer = no", "smtp_tls_per_site =", "smtp_tls_policy_maps =", "smtp_tls_protocols = >=TLSv1", "smtp_tls_scert_verifydepth = 9", "smtp_tls_secure_cert_match = nexthop, dot-nexthop", "smtp_tls_security_level = may", "smtp_tls_servername =", "smtp_tls_session_cache_database =", "smtp_tls_session_cache_timeout = 3600s", "smtp_tls_trust_anchor_file =", "smtp_tls_verify_cert_match = hostname", "smtp_tls_wrappermode = no", "smtp_transport_rate_delay = $default_transport_rate_delay", "smtp_use_tls = no", "smtp_xforward_timeout = 300s", "smtpd_authorized_verp_clients = $authorized_verp_clients", "smtpd_authorized_xclient_hosts =", "smtpd_authorized_xforward_hosts =", "smtpd_banner = $myhostname ESMTP $mail_name", "smtpd_client_auth_rate_limit = 0", "smtpd_client_connection_count_limit = 50", "smtpd_client_connection_rate_limit = 0", "smtpd_client_event_limit_exceptions = ${smtpd_client_connection_limit_exceptions:$mynetworks}", "smtpd_client_ipv4_prefix_length = 32", "smtpd_client_ipv6_prefix_length = 84", "smtpd_client_message_rate_limit = 0", "smtpd_client_new_tls_session_rate_limit = 0", "smtpd_client_port_logging = no", "smtpd_client_recipient_rate_limit = 0", "smtpd_client_restrictions =", "smtpd_command_filter =", "smtpd_data_restrictions =", "smtpd_delay_open_until_valid_rcpt = yes", "smtpd_delay_reject = yes", "smtpd_discard_ehlo_keyword_address_maps =", "smtpd_discard_ehlo_keywords =", "smtpd_dns_reply_filter =", "smtpd_end_of_data_restrictions =", "smtpd_enforce_tls = no", "smtpd_error_sleep_time = 1s", "smtpd_etrn_restrictions =", "smtpd_expansion_filter = \\t\\40!\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\\\]^_`abcdefghijklmnopqrstuvwxyz{|}~", "smtpd_forbid_bare_newline = no", "smtpd_forbid_bare_newline_exclusions = $mynetworks", "smtpd_forbid_bare_newline_reject_code = 550", "smtpd_forbid_unauth_pipelining = no", "smtpd_forbidden_commands = CONNECT GET POST regexp:{{/^[^A-Z]/ Bogus}}", "smtpd_hard_error_limit = ${stress?{1}:{20}}", "smtpd_helo_required = no", "smtpd_helo_restrictions =", "smtpd_history_flush_threshold = 100", "smtpd_junk_command_limit = ${stress?{1}:{100}}", "smtpd_log_access_permit_actions =", "smtpd_milter_maps =", "smtpd_milters =", "smtpd_min_data_rate = 500", "smtpd_noop_commands =", "smtpd_null_access_lookup_key = <>", "smtpd_peername_lookup = yes", "smtpd_per_request_deadline = ${smtpd_per_record_deadline?{$smtpd_per_record_deadline}:{${stress?{yes}:{no}}}}", "smtpd_policy_service_default_action = 451 4.3.5 Server configuration problem", "smtpd_policy_service_max_idle = 300s", "smtpd_policy_service_max_ttl = 1000s", "smtpd_policy_service_policy_context =", "smtpd_policy_service_request_limit = 0", "smtpd_policy_service_retry_delay = 1s", "smtpd_policy_service_timeout = 100s", "smtpd_policy_service_try_limit = 2", "smtpd_proxy_ehlo = $myhostname", "smtpd_proxy_filter =", "smtpd_proxy_options =", "smtpd_proxy_timeout = 100s", "smtpd_recipient_limit = 1000", "smtpd_recipient_overshoot_limit = 1000", "smtpd_recipient_restrictions =", "smtpd_reject_footer =", "smtpd_reject_footer_maps =", "smtpd_reject_unlisted_recipient = yes", "smtpd_reject_unlisted_sender = no", "smtpd_relay_before_recipient_restrictions = ${{$compatibility_level} =TLSv1", "smtpd_tls_protocols = >=TLSv1", "smtpd_tls_received_header = no", "smtpd_tls_req_ccert = no", "smtpd_tls_security_level = may", "smtpd_tls_session_cache_database =", "smtpd_tls_session_cache_timeout = 3600s", "smtpd_tls_wrappermode = no", "smtpd_upstream_proxy_protocol =", "smtpd_upstream_proxy_timeout = 5s", "smtpd_use_tls = no", "smtputf8_autodetect_classes = sendmail, verify", "smtputf8_enable = ${{$compatibility_level} {"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-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:112 Wednesday 04 September 2024 13:32:25 -0400 (0:00:00.024) 0:00:56.853 *** skipping: [managed-node2] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} TASK [fedora.linux_system_roles.postfix : Gather facts for ansible_date_time] *** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:126 Wednesday 04 September 2024 13:32:25 -0400 (0:00:00.023) 0:00:56.877 *** ok: [managed-node2] TASK [fedora.linux_system_roles.postfix : Backup configuration] **************** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:132 Wednesday 04 September 2024 13:32:27 -0400 (0:00:01.765) 0:00:58.642 *** changed: [managed-node2] => {"changed": true, "checksum": "1b619865e70047dd4987d6f4361438a356b11d0e", "dest": "/etc/postfix/main.cf.2024-09-04T17:32:26Z", "gid": 0, "group": "root", "md5sum": "a237532fbdccf3881de08c4ca5b57e52", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:postfix_etc_t:s0", "size": 29709, "src": "/etc/postfix/main.cf", "state": "file", "uid": 0} TASK [fedora.linux_system_roles.postfix : Ensure Last modified header is absent] *** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:140 Wednesday 04 September 2024 13:32:27 -0400 (0:00:00.514) 0:00:59.157 *** ok: [managed-node2] => {"backup": "", "changed": false, "found": 0, "msg": ""} TASK [fedora.linux_system_roles.postfix : Ensure the outdated ansible managed header is absent] *** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:148 Wednesday 04 September 2024 13:32:28 -0400 (0:00:00.541) 0:00:59.698 *** ok: [managed-node2] => {"backup": "", "changed": false, "found": 0, "msg": ""} TASK [fedora.linux_system_roles.postfix : Ensure ansible_managed header in configuration file] *** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:154 Wednesday 04 September 2024 13:32:28 -0400 (0:00:00.414) 0:01:00.112 *** changed: [managed-node2] => {"changed": true, "msg": "Block inserted"} TASK [fedora.linux_system_roles.postfix : Configure Postfix] ******************* task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:162 Wednesday 04 September 2024 13:32:29 -0400 (0:00:00.525) 0:01:00.638 *** changed: [managed-node2] => (item={'key': 'relay_domains', 'value': 'London'}) => {"ansible_loop_var": "item", "changed": true, "cmd": ["postconf", "-e", "relay_domains=London"], "delta": "0:00:00.011205", "end": "2024-09-04 13:32:29.727802", "item": {"key": "relay_domains", "value": "London"}, "msg": "", "rc": 0, "start": "2024-09-04 13:32:29.716597", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} changed: [managed-node2] => (item={'key': 'relayhost', 'value': 'example.com'}) => {"ansible_loop_var": "item", "changed": true, "cmd": ["postconf", "-e", "relayhost=example.com"], "delta": "0:00:00.013640", "end": "2024-09-04 13:32:30.201317", "item": {"key": "relayhost", "value": "example.com"}, "msg": "", "rc": 0, "start": "2024-09-04 13:32:30.187677", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} Notification for handler Check postfix has been saved. Notification for handler Restart postfix has been saved. Notification for handler Check postfix has been saved. Notification for handler Restart postfix has been saved. TASK [Flush handlers] ********************************************************** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_previous_replaced.yml:29 Wednesday 04 September 2024 13:32:30 -0400 (0:00:00.924) 0:01:01.562 *** NOTIFIED HANDLER fedora.linux_system_roles.postfix : Check postfix for managed-node2 NOTIFIED HANDLER fedora.linux_system_roles.postfix : Restart postfix for managed-node2 META: triggered running handlers for managed-node2 RUNNING HANDLER [fedora.linux_system_roles.postfix : Check postfix] ************ task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/handlers/main.yml:2 Wednesday 04 September 2024 13:32:30 -0400 (0:00:00.023) 0:01:01.585 *** ok: [managed-node2] => {"changed": false, "cmd": ["postfix", "check"], "delta": "0:00:02.084568", "end": "2024-09-04 13:32:32.718415", "msg": "", "rc": 0, "start": "2024-09-04 13:32:30.633847", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} RUNNING HANDLER [fedora.linux_system_roles.postfix : Restart postfix] ********** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/handlers/main.yml:7 Wednesday 04 September 2024 13:32:32 -0400 (0:00:02.477) 0:01:04.063 *** changed: [managed-node2] => {"changed": true, "name": "postfix", "state": "started", "status": {"AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Wed 2024-09-04 13:31:54 EDT", "ActiveEnterTimestampMonotonic": "236872037", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "syslog.target systemd-journald.socket basic.target tmp.mount sysinit.target network.target systemd-tmpfiles-setup.service system.slice -.mount", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Wed 2024-09-04 13:31:53 EDT", "AssertTimestampMonotonic": "236473625", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "382461000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "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": "yes", "ConditionTimestamp": "Wed 2024-09-04 13:31:53 EDT", "ConditionTimestampMonotonic": "236473622", "ConfigurationDirectoryMode": "0755", "Conflicts": "exim.service shutdown.target sendmail.service", "ControlGroup": "/system.slice/postfix.service", "ControlGroupId": "5527", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Postfix Mail Transport Agent", "DevicePolicy": "closed", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/network (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "5064", "ExecMainStartTimestamp": "Wed 2024-09-04 13:31:54 EDT", "ExecMainStartTimestampMonotonic": "236871913", "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=[Wed 2024-09-04 13:31:54 EDT] ; stop_time=[Wed 2024-09-04 13:31:54 EDT] ; pid=4997 ; code=exited ; status=0 }", "ExecStartEx": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix start ; flags= ; start_time=[Wed 2024-09-04 13:31:54 EDT] ; stop_time=[Wed 2024-09-04 13:31:54 EDT] ; pid=4997 ; code=exited ; status=0 }", "ExecStartPre": "{ path=/usr/libexec/postfix/chroot-update ; argv[]=/usr/libexec/postfix/chroot-update ; ignore_errors=yes ; start_time=[Wed 2024-09-04 13:31:54 EDT] ; stop_time=[Wed 2024-09-04 13:31:54 EDT] ; pid=4995 ; code=exited ; status=0 }", "ExecStartPreEx": "{ path=/usr/libexec/postfix/chroot-update ; argv[]=/usr/libexec/postfix/chroot-update ; flags=ignore-failure ; start_time=[Wed 2024-09-04 13:31:54 EDT] ; stop_time=[Wed 2024-09-04 13:31:54 EDT] ; pid=4995 ; code=exited ; status=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", "InactiveExitTimestamp": "Wed 2024-09-04 13:31:54 EDT", "InactiveExitTimestampMonotonic": "236481273", "InvocationID": "eed050deed5e4dc78c9471b78aee19b9", "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": "14721", "LimitNPROCSoft": "14721", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14721", "LimitSIGPENDINGSoft": "14721", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "5064", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3459059712", "MemoryCurrent": "4304896", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "4612096", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "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", "PrivateTmp": "yes", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "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": "system.slice -.mount sysinit.target", "RequiresMountsFor": "/var/tmp", "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", "StateChangeTimestamp": "Wed 2024-09-04 13:31:54 EDT", "StateChangeTimestampMonotonic": "236872037", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "3", "TasksMax": "4416", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "forking", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "tmp.mount", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} TASK [Check firewall and selinux status] *************************************** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_previous_replaced.yml:32 Wednesday 04 September 2024 13:32:33 -0400 (0:00:01.016) 0:01:05.079 *** included: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/tests/postfix/check_firewall_selinux.yml for managed-node2 TASK [Get the firewall services] *********************************************** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/tests/postfix/check_firewall_selinux.yml:10 Wednesday 04 September 2024 13:32:33 -0400 (0:00:00.050) 0:01:05.130 *** skipping: [managed-node2] => {"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-Taf/ansible_collections/fedora/linux_system_roles/tests/postfix/check_firewall_selinux.yml:17 Wednesday 04 September 2024 13:32:33 -0400 (0:00:00.042) 0:01:05.173 *** skipping: [managed-node2] => (item=smtp) => {"ansible_loop_var": "item", "changed": false, "false_condition": "postfix_manage_firewall | bool", "item": "smtp", "skip_reason": "Conditional result was False"} skipping: [managed-node2] => (item=smtps) => {"ansible_loop_var": "item", "changed": false, "false_condition": "postfix_manage_firewall | bool", "item": "smtps", "skip_reason": "Conditional result was False"} skipping: [managed-node2] => (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-node2] => {"changed": false, "msg": "All items skipped"} TASK [Ensure smtp ports are retrieved] ***************************************** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/tests/postfix/check_firewall_selinux.yml:30 Wednesday 04 September 2024 13:32:33 -0400 (0:00:00.087) 0:01:05.260 *** skipping: [managed-node2] => {"changed": false, "false_condition": "postfix_manage_selinux | bool", "skip_reason": "Conditional result was False"} TASK [Check associated selinux] ************************************************ task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/tests/postfix/check_firewall_selinux.yml:34 Wednesday 04 September 2024 13:32:34 -0400 (0:00:00.043) 0:01:05.303 *** skipping: [managed-node2] => (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-node2] => (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-node2] => (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-node2] => {"changed": false, "msg": "All items skipped"} TASK [Check header for ansible_managed, fingerprint] *************************** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_previous_replaced.yml:35 Wednesday 04 September 2024 13:32:34 -0400 (0:00:00.052) 0:01:05.356 *** included: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/tests/postfix/tasks/check_header.yml for managed-node2 TASK [Get file] **************************************************************** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/tests/postfix/tasks/check_header.yml:3 Wednesday 04 September 2024 13:32:34 -0400 (0:00:00.059) 0:01:05.416 *** ok: [managed-node2] => {"changed": false, "content": "IyBCRUdJTiBBTlNJQkxFIE1BTkFHRUQgQkxPQ0sKIwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6cG9zdGZpeAojIEVORCBBTlNJQkxFIE1BTkFHRUQgQkxPQ0sKIyBHbG9iYWwgUG9zdGZpeCBjb25maWd1cmF0aW9uIGZpbGUuIFRoaXMgZmlsZSBsaXN0cyBvbmx5IGEgc3Vic2V0CiMgb2YgYWxsIHBhcmFtZXRlcnMuIEZvciB0aGUgc3ludGF4LCBhbmQgZm9yIGEgY29tcGxldGUgcGFyYW1ldGVyCiMgbGlzdCwgc2VlIHRoZSBwb3N0Y29uZig1KSBtYW51YWwgcGFnZSAoY29tbWFuZDogIm1hbiA1IHBvc3Rjb25mIikuCiMKIyBUSVA6IHVzZSB0aGUgY29tbWFuZCAicG9zdGNvbmYgLW4iIHRvIHZpZXcgbWFpbi5jZiBwYXJhbWV0ZXIKIyBzZXR0aW5ncywgInBvc3Rjb25mIHBhcmFtZXRlcm5hbWUiIHRvIHZpZXcgYSBzcGVjaWZpYyBwYXJhbWV0ZXIsCiMgYW5kICJwb3N0Y29uZiAncGFyYW1ldGVybmFtZT12YWx1ZSciIHRvIHNldCBhIHNwZWNpZmljIHBhcmFtZXRlci4KIwojIEZvciBjb21tb24gY29uZmlndXJhdGlvbiBleGFtcGxlcywgc2VlIEJBU0lDX0NPTkZJR1VSQVRJT05fUkVBRE1FCiMgYW5kIFNUQU5EQVJEX0NPTkZJR1VSQVRJT05fUkVBRE1FLiBUbyBmaW5kIHRoZXNlIGRvY3VtZW50cywgdXNlCiMgdGhlIGNvbW1hbmQgInBvc3Rjb25mIGh0bWxfZGlyZWN0b3J5IHJlYWRtZV9kaXJlY3RvcnkiLCBvciBnbyB0bwojIGh0dHA6Ly93d3cucG9zdGZpeC5vcmcvQkFTSUNfQ09ORklHVVJBVElPTl9SRUFETUUuaHRtbCBldGMuCiMKIyBGb3IgYmVzdCByZXN1bHRzLCBjaGFuZ2Ugbm8gbW9yZSB0aGFuIDItMyBwYXJhbWV0ZXJzIGF0IGEgdGltZSwKIyBhbmQgdGVzdCBpZiBQb3N0Zml4IHN0aWxsIHdvcmtzIGFmdGVyIGV2ZXJ5IGNoYW5nZS4KCiMgQ09NUEFUSUJJTElUWQojCiMgVGhlIGNvbXBhdGliaWxpdHlfbGV2ZWwgZGV0ZXJtaW5lcyB3aGF0IGRlZmF1bHQgc2V0dGluZ3MgUG9zdGZpeAojIHdpbGwgdXNlIGZvciBtYWluLmNmIGFuZCBtYXN0ZXIuY2Ygc2V0dGluZ3MuIFRoZXNlIGRlZmF1bHRzIHdpbGwKIyBjaGFuZ2Ugb3ZlciB0aW1lLgojCiMgVG8gYXZvaWQgYnJlYWtpbmcgdGhpbmdzLCBQb3N0Zml4IHdpbGwgdXNlIGJhY2t3YXJkcy1jb21wYXRpYmxlCiMgZGVmYXVsdCBzZXR0aW5ncyBhbmQgbG9nIHdoZXJlIGl0IHVzZXMgdGhvc2Ugb2xkIGJhY2t3YXJkcy1jb21wYXRpYmxlCiMgZGVmYXVsdCBzZXR0aW5ncywgdW50aWwgdGhlIHN5c3RlbSBhZG1pbmlzdHJhdG9yIGhhcyBkZXRlcm1pbmVkCiMgaWYgYW55IGJhY2t3YXJkcy1jb21wYXRpYmxlIGRlZmF1bHQgc2V0dGluZ3MgbmVlZCB0byBiZSBtYWRlCiMgcGVybWFuZW50IGluIG1haW4uY2Ygb3IgbWFzdGVyLmNmLgojCiMgV2hlbiB0aGlzIHJldmlldyBpcyBjb21wbGV0ZSwgdXBkYXRlIHRoZSBjb21wYXRpYmlsaXR5X2xldmVsIHNldHRpbmcKIyBiZWxvdyBhcyByZWNvbW1lbmRlZCBpbiB0aGUgUkVMRUFTRV9OT1RFUyBmaWxlLgojCiMgVGhlIGxldmVsIGJlbG93IGlzIHdoYXQgc2hvdWxkIGJlIHVzZWQgd2l0aCBuZXcgKG5vdCB1cGdyYWRlKSBpbnN0YWxscy4KIwpjb21wYXRpYmlsaXR5X2xldmVsID0gMy44CgojIFNPRlQgQk9VTkNFCiMKIyBUaGUgc29mdF9ib3VuY2UgcGFyYW1ldGVyIHByb3ZpZGVzIGEgbGltaXRlZCBzYWZldHkgbmV0IGZvcgojIHRlc3RpbmcuICBXaGVuIHNvZnRfYm91bmNlIGlzIGVuYWJsZWQsIG1haWwgd2lsbCByZW1haW4gcXVldWVkIHRoYXQKIyB3b3VsZCBvdGhlcndpc2UgYm91bmNlLiBUaGlzIHBhcmFtZXRlciBkaXNhYmxlcyBsb2NhbGx5LWdlbmVyYXRlZAojIGJvdW5jZXMsIGFuZCBwcmV2ZW50cyB0aGUgU01UUCBzZXJ2ZXIgZnJvbSByZWplY3RpbmcgbWFpbCBwZXJtYW5lbnRseQojIChieSBjaGFuZ2luZyA1eHggcmVwbGllcyBpbnRvIDR4eCByZXBsaWVzKS4gSG93ZXZlciwgc29mdF9ib3VuY2UKIyBpcyBubyBjdXJlIGZvciBhZGRyZXNzIHJld3JpdGluZyBtaXN0YWtlcyBvciBtYWlsIHJvdXRpbmcgbWlzdGFrZXMuCiMKI3NvZnRfYm91bmNlID0gbm8KCiMgTE9DQUwgUEFUSE5BTUUgSU5GT1JNQVRJT04KIwojIFRoZSBxdWV1ZV9kaXJlY3Rvcnkgc3BlY2lmaWVzIHRoZSBsb2NhdGlvbiBvZiB0aGUgUG9zdGZpeCBxdWV1ZS4KIyBUaGlzIGlzIGFsc28gdGhlIHJvb3QgZGlyZWN0b3J5IG9mIFBvc3RmaXggZGFlbW9ucyB0aGF0IHJ1biBjaHJvb3RlZC4KIyBTZWUgdGhlIGZpbGVzIGluIGV4YW1wbGVzL2Nocm9vdC1zZXR1cCBmb3Igc2V0dGluZyB1cCBQb3N0Zml4IGNocm9vdAojIGVudmlyb25tZW50cyBvbiBkaWZmZXJlbnQgVU5JWCBzeXN0ZW1zLgojCnF1ZXVlX2RpcmVjdG9yeSA9IC92YXIvc3Bvb2wvcG9zdGZpeAoKIyBUaGUgY29tbWFuZF9kaXJlY3RvcnkgcGFyYW1ldGVyIHNwZWNpZmllcyB0aGUgbG9jYXRpb24gb2YgYWxsCiMgcG9zdFhYWCBjb21tYW5kcy4KIwpjb21tYW5kX2RpcmVjdG9yeSA9IC91c3Ivc2JpbgoKIyBUaGUgZGFlbW9uX2RpcmVjdG9yeSBwYXJhbWV0ZXIgc3BlY2lmaWVzIHRoZSBsb2NhdGlvbiBvZiBhbGwgUG9zdGZpeAojIGRhZW1vbiBwcm9ncmFtcyAoaS5lLiBwcm9ncmFtcyBsaXN0ZWQgaW4gdGhlIG1hc3Rlci5jZiBmaWxlKS4gVGhpcwojIGRpcmVjdG9yeSBtdXN0IGJlIG93bmVkIGJ5IHJvb3QuCiMKZGFlbW9uX2RpcmVjdG9yeSA9IC91c3IvbGliZXhlYy9wb3N0Zml4CgojIFRoZSBkYXRhX2RpcmVjdG9yeSBwYXJhbWV0ZXIgc3BlY2lmaWVzIHRoZSBsb2NhdGlvbiBvZiBQb3N0Zml4LXdyaXRhYmxlCiMgZGF0YSBmaWxlcyAoY2FjaGVzLCByYW5kb20gbnVtYmVycykuIFRoaXMgZGlyZWN0b3J5IG11c3QgYmUgb3duZWQKIyBieSB0aGUgbWFpbF9vd25lciBhY2NvdW50IChzZWUgYmVsb3cpLgojCmRhdGFfZGlyZWN0b3J5ID0gL3Zhci9saWIvcG9zdGZpeAoKIyBRVUVVRSBBTkQgUFJPQ0VTUyBPV05FUlNISVAKIwojIFRoZSBtYWlsX293bmVyIHBhcmFtZXRlciBzcGVjaWZpZXMgdGhlIG93bmVyIG9mIHRoZSBQb3N0Zml4IHF1ZXVlCiMgYW5kIG9mIG1vc3QgUG9zdGZpeCBkYWVtb24gcHJvY2Vzc2VzLiAgU3BlY2lmeSB0aGUgbmFtZSBvZiBhIHVzZXIKIyBhY2NvdW50IFRIQVQgRE9FUyBOT1QgU0hBUkUgSVRTIFVTRVIgT1IgR1JPVVAgSUQgV0lUSCBPVEhFUiBBQ0NPVU5UUwojIEFORCBUSEFUIE9XTlMgTk8gT1RIRVIgRklMRVMgT1IgUFJPQ0VTU0VTIE9OIFRIRSBTWVNURU0uICBJbgojIHBhcnRpY3VsYXIsIGRvbid0IHNwZWNpZnkgbm9ib2R5IG9yIGRhZW1vbi4gUExFQVNFIFVTRSBBIERFRElDQVRFRAojIFVTRVIuCiMKbWFpbF9vd25lciA9IHBvc3RmaXgKCiMgVGhlIGRlZmF1bHRfcHJpdnMgcGFyYW1ldGVyIHNwZWNpZmllcyB0aGUgZGVmYXVsdCByaWdodHMgdXNlZCBieQojIHRoZSBsb2NhbCBkZWxpdmVyeSBhZ2VudCBmb3IgZGVsaXZlcnkgdG8gZXh0ZXJuYWwgZmlsZSBvciBjb21tYW5kLgojIFRoZXNlIHJpZ2h0cyBhcmUgdXNlZCBpbiB0aGUgYWJzZW5jZSBvZiBhIHJlY2lwaWVudCB1c2VyIGNvbnRleHQuCiMgRE8gTk9UIFNQRUNJRlkgQSBQUklWSUxFR0VEIFVTRVIgT1IgVEhFIFBPU1RGSVggT1dORVIuCiMKI2RlZmF1bHRfcHJpdnMgPSBub2JvZHkKCiMgSU5URVJORVQgSE9TVCBBTkQgRE9NQUlOIE5BTUVTCiMgCiMgVGhlIG15aG9zdG5hbWUgcGFyYW1ldGVyIHNwZWNpZmllcyB0aGUgaW50ZXJuZXQgaG9zdG5hbWUgb2YgdGhpcwojIG1haWwgc3lzdGVtLiBUaGUgZGVmYXVsdCBpcyB0byB1c2UgdGhlIGZ1bGx5LXF1YWxpZmllZCBkb21haW4gbmFtZQojIGZyb20gZ2V0aG9zdG5hbWUoKS4gJG15aG9zdG5hbWUgaXMgdXNlZCBhcyBhIGRlZmF1bHQgdmFsdWUgZm9yIG1hbnkKIyBvdGhlciBjb25maWd1cmF0aW9uIHBhcmFtZXRlcnMuCiMKI215aG9zdG5hbWUgPSBob3N0LmRvbWFpbi50bGQKI215aG9zdG5hbWUgPSB2aXJ0dWFsLmRvbWFpbi50bGQKCiMgVGhlIG15ZG9tYWluIHBhcmFtZXRlciBzcGVjaWZpZXMgdGhlIGxvY2FsIGludGVybmV0IGRvbWFpbiBuYW1lLgojIFRoZSBkZWZhdWx0IGlzIHRvIHVzZSAkbXlob3N0bmFtZSBtaW51cyB0aGUgZmlyc3QgY29tcG9uZW50LgojICRteWRvbWFpbiBpcyB1c2VkIGFzIGEgZGVmYXVsdCB2YWx1ZSBmb3IgbWFueSBvdGhlciBjb25maWd1cmF0aW9uCiMgcGFyYW1ldGVycy4KIwojbXlkb21haW4gPSBkb21haW4udGxkCgojIFNFTkRJTkcgTUFJTAojIAojIFRoZSBteW9yaWdpbiBwYXJhbWV0ZXIgc3BlY2lmaWVzIHRoZSBkb21haW4gdGhhdCBsb2NhbGx5LXBvc3RlZAojIG1haWwgYXBwZWFycyB0byBjb21lIGZyb20uIFRoZSBkZWZhdWx0IGlzIHRvIGFwcGVuZCAkbXlob3N0bmFtZSwKIyB3aGljaCBpcyBmaW5lIGZvciBzbWFsbCBzaXRlcy4gIElmIHlvdSBydW4gYSBkb21haW4gd2l0aCBtdWx0aXBsZQojIG1hY2hpbmVzLCB5b3Ugc2hvdWxkICgxKSBjaGFuZ2UgdGhpcyB0byAkbXlkb21haW4gYW5kICgyKSBzZXQgdXAKIyBhIGRvbWFpbi13aWRlIGFsaWFzIGRhdGFiYXNlIHRoYXQgYWxpYXNlcyBlYWNoIHVzZXIgdG8KIyB1c2VyQHRoYXQudXNlcnMubWFpbGhvc3QuCiMKIyBGb3IgdGhlIHNha2Ugb2YgY29uc2lzdGVuY3kgYmV0d2VlbiBzZW5kZXIgYW5kIHJlY2lwaWVudCBhZGRyZXNzZXMsCiMgbXlvcmlnaW4gYWxzbyBzcGVjaWZpZXMgdGhlIGRlZmF1bHQgZG9tYWluIG5hbWUgdGhhdCBpcyBhcHBlbmRlZAojIHRvIHJlY2lwaWVudCBhZGRyZXNzZXMgdGhhdCBoYXZlIG5vIEBkb21haW4gcGFydC4KIwojbXlvcmlnaW4gPSAkbXlob3N0bmFtZQojbXlvcmlnaW4gPSAkbXlkb21haW4KCiMgUkVDRUlWSU5HIE1BSUwKCiMgVGhlIGluZXRfaW50ZXJmYWNlcyBwYXJhbWV0ZXIgc3BlY2lmaWVzIHRoZSBuZXR3b3JrIGludGVyZmFjZQojIGFkZHJlc3NlcyB0aGF0IHRoaXMgbWFpbCBzeXN0ZW0gcmVjZWl2ZXMgbWFpbCBvbi4gIEJ5IGRlZmF1bHQsCiMgdGhlIHNvZnR3YXJlIGNsYWltcyBhbGwgYWN0aXZlIGludGVyZmFjZXMgb24gdGhlIG1hY2hpbmUuIFRoZQojIHBhcmFtZXRlciBhbHNvIGNvbnRyb2xzIGRlbGl2ZXJ5IG9mIG1haWwgdG8gdXNlckBbaXAuYWRkcmVzc10uCiMKIyBTZWUgYWxzbyB0aGUgcHJveHlfaW50ZXJmYWNlcyBwYXJhbWV0ZXIsIGZvciBuZXR3b3JrIGFkZHJlc3NlcyB0aGF0CiMgYXJlIGZvcndhcmRlZCB0byB1cyB2aWEgYSBwcm94eSBvciBuZXR3b3JrIGFkZHJlc3MgdHJhbnNsYXRvci4KIwojIE5vdGU6IHlvdSBuZWVkIHRvIHN0b3Avc3RhcnQgUG9zdGZpeCB3aGVuIHRoaXMgcGFyYW1ldGVyIGNoYW5nZXMuCiMKI2luZXRfaW50ZXJmYWNlcyA9IGFsbAojaW5ldF9pbnRlcmZhY2VzID0gJG15aG9zdG5hbWUKI2luZXRfaW50ZXJmYWNlcyA9ICRteWhvc3RuYW1lLCBsb2NhbGhvc3QKaW5ldF9pbnRlcmZhY2VzID0gbG9jYWxob3N0CgojIEVuYWJsZSBJUHY0LCBhbmQgSVB2NiBpZiBzdXBwb3J0ZWQKaW5ldF9wcm90b2NvbHMgPSBhbGwKCiMgVGhlIHByb3h5X2ludGVyZmFjZXMgcGFyYW1ldGVyIHNwZWNpZmllcyB0aGUgbmV0d29yayBpbnRlcmZhY2UKIyBhZGRyZXNzZXMgdGhhdCB0aGlzIG1haWwgc3lzdGVtIHJlY2VpdmVzIG1haWwgb24gYnkgd2F5IG9mIGEKIyBwcm94eSBvciBuZXR3b3JrIGFkZHJlc3MgdHJhbnNsYXRpb24gdW5pdC4gVGhpcyBzZXR0aW5nIGV4dGVuZHMKIyB0aGUgYWRkcmVzcyBsaXN0IHNwZWNpZmllZCB3aXRoIHRoZSBpbmV0X2ludGVyZmFjZXMgcGFyYW1ldGVyLgojCiMgWW91IG11c3Qgc3BlY2lmeSB5b3VyIHByb3h5L05BVCBhZGRyZXNzZXMgd2hlbiB5b3VyIHN5c3RlbSBpcyBhCiMgYmFja3VwIE1YIGhvc3QgZm9yIG90aGVyIGRvbWFpbnMsIG90aGVyd2lzZSBtYWlsIGRlbGl2ZXJ5IGxvb3BzCiMgd2lsbCBoYXBwZW4gd2hlbiB0aGUgcHJpbWFyeSBNWCBob3N0IGlzIGRvd24uCiMKI3Byb3h5X2ludGVyZmFjZXMgPQojcHJveHlfaW50ZXJmYWNlcyA9IDEuMi4zLjQKCiMgVGhlIG15ZGVzdGluYXRpb24gcGFyYW1ldGVyIHNwZWNpZmllcyB0aGUgbGlzdCBvZiBkb21haW5zIHRoYXQgdGhpcwojIG1hY2hpbmUgY29uc2lkZXJzIGl0c2VsZiB0aGUgZmluYWwgZGVzdGluYXRpb24gZm9yLgojCiMgVGhlc2UgZG9tYWlucyBhcmUgcm91dGVkIHRvIHRoZSBkZWxpdmVyeSBhZ2VudCBzcGVjaWZpZWQgd2l0aCB0aGUKIyBsb2NhbF90cmFuc3BvcnQgcGFyYW1ldGVyIHNldHRpbmcuIEJ5IGRlZmF1bHQsIHRoYXQgaXMgdGhlIFVOSVgKIyBjb21wYXRpYmxlIGRlbGl2ZXJ5IGFnZW50IHRoYXQgbG9va3VwcyBhbGwgcmVjaXBpZW50cyBpbiAvZXRjL3Bhc3N3ZAojIGFuZCAvZXRjL2FsaWFzZXMgb3IgdGhlaXIgZXF1aXZhbGVudC4KIwojIFRoZSBkZWZhdWx0IGlzICRteWhvc3RuYW1lICsgbG9jYWxob3N0LiRteWRvbWFpbiArIGxvY2FsaG9zdC4gIE9uCiMgYSBtYWlsIGRvbWFpbiBnYXRld2F5LCB5b3Ugc2hvdWxkIGFsc28gaW5jbHVkZSAkbXlkb21haW4uCiMKIyBEbyBub3Qgc3BlY2lmeSB0aGUgbmFtZXMgb2YgdmlydHVhbCBkb21haW5zIC0gdGhvc2UgZG9tYWlucyBhcmUKIyBzcGVjaWZpZWQgZWxzZXdoZXJlIChzZWUgVklSVFVBTF9SRUFETUUpLgojCiMgRG8gbm90IHNwZWNpZnkgdGhlIG5hbWVzIG9mIGRvbWFpbnMgdGhhdCB0aGlzIG1hY2hpbmUgaXMgYmFja3VwIE1YCiMgaG9zdCBmb3IuIFNwZWNpZnkgdGhvc2UgbmFtZXMgdmlhIHRoZSByZWxheV9kb21haW5zIHNldHRpbmdzIGZvcgojIHRoZSBTTVRQIHNlcnZlciwgb3IgdXNlIHBlcm1pdF9teF9iYWNrdXAgaWYgeW91IGFyZSBsYXp5IChzZWUKIyBTVEFOREFSRF9DT05GSUdVUkFUSU9OX1JFQURNRSkuCiMKIyBUaGUgbG9jYWwgbWFjaGluZSBpcyBhbHdheXMgdGhlIGZpbmFsIGRlc3RpbmF0aW9uIGZvciBtYWlsIGFkZHJlc3NlZAojIHRvIHVzZXJAW3RoZS5uZXQud29yay5hZGRyZXNzXSBvZiBhbiBpbnRlcmZhY2UgdGhhdCB0aGUgbWFpbCBzeXN0ZW0KIyByZWNlaXZlcyBtYWlsIG9uIChzZWUgdGhlIGluZXRfaW50ZXJmYWNlcyBwYXJhbWV0ZXIpLgojCiMgU3BlY2lmeSBhIGxpc3Qgb2YgaG9zdCBvciBkb21haW4gbmFtZXMsIC9maWxlL25hbWUgb3IgdHlwZTp0YWJsZQojIHBhdHRlcm5zLCBzZXBhcmF0ZWQgYnkgY29tbWFzIGFuZC9vciB3aGl0ZXNwYWNlLiBBIC9maWxlL25hbWUKIyBwYXR0ZXJuIGlzIHJlcGxhY2VkIGJ5IGl0cyBjb250ZW50czsgYSB0eXBlOnRhYmxlIGlzIG1hdGNoZWQgd2hlbgojIGEgbmFtZSBtYXRjaGVzIGEgbG9va3VwIGtleSAodGhlIHJpZ2h0LWhhbmQgc2lkZSBpcyBpZ25vcmVkKS4KIyBDb250aW51ZSBsb25nIGxpbmVzIGJ5IHN0YXJ0aW5nIHRoZSBuZXh0IGxpbmUgd2l0aCB3aGl0ZXNwYWNlLgojCiMgU2VlIGFsc28gYmVsb3csIHNlY3Rpb24gIlJFSkVDVElORyBNQUlMIEZPUiBVTktOT1dOIExPQ0FMIFVTRVJTIi4KIwpteWRlc3RpbmF0aW9uID0gJG15aG9zdG5hbWUsIGxvY2FsaG9zdC4kbXlkb21haW4sIGxvY2FsaG9zdAojbXlkZXN0aW5hdGlvbiA9ICRteWhvc3RuYW1lLCBsb2NhbGhvc3QuJG15ZG9tYWluLCBsb2NhbGhvc3QsICRteWRvbWFpbgojbXlkZXN0aW5hdGlvbiA9ICRteWhvc3RuYW1lLCBsb2NhbGhvc3QuJG15ZG9tYWluLCBsb2NhbGhvc3QsICRteWRvbWFpbiwKIwltYWlsLiRteWRvbWFpbiwgd3d3LiRteWRvbWFpbiwgZnRwLiRteWRvbWFpbgoKIyBSRUpFQ1RJTkcgTUFJTCBGT1IgVU5LTk9XTiBMT0NBTCBVU0VSUwojCiMgVGhlIGxvY2FsX3JlY2lwaWVudF9tYXBzIHBhcmFtZXRlciBzcGVjaWZpZXMgb3B0aW9uYWwgbG9va3VwIHRhYmxlcwojIHdpdGggYWxsIG5hbWVzIG9yIGFkZHJlc3NlcyBvZiB1c2VycyB0aGF0IGFyZSBsb2NhbCB3aXRoIHJlc3BlY3QKIyB0byAkbXlkZXN0aW5hdGlvbiwgJGluZXRfaW50ZXJmYWNlcyBvciAkcHJveHlfaW50ZXJmYWNlcy4KIwojIElmIHRoaXMgcGFyYW1ldGVyIGlzIGRlZmluZWQsIHRoZW4gdGhlIFNNVFAgc2VydmVyIHdpbGwgcmVqZWN0CiMgbWFpbCBmb3IgdW5rbm93biBsb2NhbCB1c2Vycy4gVGhpcyBwYXJhbWV0ZXIgaXMgZGVmaW5lZCBieSBkZWZhdWx0LgojCiMgVG8gdHVybiBvZmYgbG9jYWwgcmVjaXBpZW50IGNoZWNraW5nIGluIHRoZSBTTVRQIHNlcnZlciwgc3BlY2lmeQojIGxvY2FsX3JlY2lwaWVudF9tYXBzID0gKGkuZS4gZW1wdHkpLgojCiMgVGhlIGRlZmF1bHQgc2V0dGluZyBhc3N1bWVzIHRoYXQgeW91IHVzZSB0aGUgZGVmYXVsdCBQb3N0Zml4IGxvY2FsCiMgZGVsaXZlcnkgYWdlbnQgZm9yIGxvY2FsIGRlbGl2ZXJ5LiBZb3UgbmVlZCB0byB1cGRhdGUgdGhlCiMgbG9jYWxfcmVjaXBpZW50X21hcHMgc2V0dGluZyBpZjoKIwojIC0gWW91IGRlZmluZSAkbXlkZXN0aW5hdGlvbiBkb21haW4gcmVjaXBpZW50cyBpbiBmaWxlcyBvdGhlciB0aGFuCiMgICAvZXRjL3Bhc3N3ZCwgL2V0Yy9hbGlhc2VzLCBvciB0aGUgJHZpcnR1YWxfYWxpYXNfbWFwcyBmaWxlcy4KIyAgIEZvciBleGFtcGxlLCB5b3UgZGVmaW5lICRteWRlc3RpbmF0aW9uIGRvbWFpbiByZWNpcGllbnRzIGluICAgIAojICAgdGhlICR2aXJ0dWFsX21haWxib3hfbWFwcyBmaWxlcy4KIwojIC0gWW91IHJlZGVmaW5lIHRoZSBsb2NhbCBkZWxpdmVyeSBhZ2VudCBpbiBtYXN0ZXIuY2YuCiMKIyAtIFlvdSByZWRlZmluZSB0aGUgImxvY2FsX3RyYW5zcG9ydCIgc2V0dGluZyBpbiBtYWluLmNmLgojCiMgLSBZb3UgdXNlIHRoZSAibHVzZXJfcmVsYXkiLCAibWFpbGJveF90cmFuc3BvcnQiLCBvciAiZmFsbGJhY2tfdHJhbnNwb3J0IgojICAgZmVhdHVyZSBvZiB0aGUgUG9zdGZpeCBsb2NhbCBkZWxpdmVyeSBhZ2VudCAoc2VlIGxvY2FsKDgpKS4KIwojIERldGFpbHMgYXJlIGRlc2NyaWJlZCBpbiB0aGUgTE9DQUxfUkVDSVBJRU5UX1JFQURNRSBmaWxlLgojCiMgQmV3YXJlOiBpZiB0aGUgUG9zdGZpeCBTTVRQIHNlcnZlciBydW5zIGNocm9vdGVkLCB5b3UgcHJvYmFibHkgaGF2ZQojIHRvIGFjY2VzcyB0aGUgcGFzc3dkIGZpbGUgdmlhIHRoZSBwcm94eW1hcCBzZXJ2aWNlLCBpbiBvcmRlciB0bwojIG92ZXJjb21lIGNocm9vdCByZXN0cmljdGlvbnMuIFRoZSBhbHRlcm5hdGl2ZSwgaGF2aW5nIGEgY29weSBvZgojIHRoZSBzeXN0ZW0gcGFzc3dkIGZpbGUgaW4gdGhlIGNocm9vdCBqYWlsIGlzIGp1c3Qgbm90IHByYWN0aWNhbC4KIwojIFRoZSByaWdodC1oYW5kIHNpZGUgb2YgdGhlIGxvb2t1cCB0YWJsZXMgaXMgY29udmVuaWVudGx5IGlnbm9yZWQuCiMgSW4gdGhlIGxlZnQtaGFuZCBzaWRlLCBzcGVjaWZ5IGEgYmFyZSB1c2VybmFtZSwgYW4gQGRvbWFpbi50bGQKIyB3aWxkLWNhcmQsIG9yIHNwZWNpZnkgYSB1c2VyQGRvbWFpbi50bGQgYWRkcmVzcy4KIyAKI2xvY2FsX3JlY2lwaWVudF9tYXBzID0gdW5peDpwYXNzd2QuYnluYW1lICRhbGlhc19tYXBzCiNsb2NhbF9yZWNpcGllbnRfbWFwcyA9IHByb3h5OnVuaXg6cGFzc3dkLmJ5bmFtZSAkYWxpYXNfbWFwcwojbG9jYWxfcmVjaXBpZW50X21hcHMgPQoKIyBUaGUgdW5rbm93bl9sb2NhbF9yZWNpcGllbnRfcmVqZWN0X2NvZGUgc3BlY2lmaWVzIHRoZSBTTVRQIHNlcnZlcgojIHJlc3BvbnNlIGNvZGUgd2hlbiBhIHJlY2lwaWVudCBkb21haW4gbWF0Y2hlcyAkbXlkZXN0aW5hdGlvbiBvcgojICR7cHJveHksaW5ldH1faW50ZXJmYWNlcywgd2hpbGUgJGxvY2FsX3JlY2lwaWVudF9tYXBzIGlzIG5vbi1lbXB0eQojIGFuZCB0aGUgcmVjaXBpZW50IGFkZHJlc3Mgb3IgYWRkcmVzcyBsb2NhbC1wYXJ0IGlzIG5vdCBmb3VuZC4KIwojIFRoZSBkZWZhdWx0IHNldHRpbmcgaXMgNTUwIChyZWplY3QgbWFpbCkgYnV0IGl0IGlzIHNhZmVyIHRvIHN0YXJ0CiMgd2l0aCA0NTAgKHRyeSBhZ2FpbiBsYXRlcikgdW50aWwgeW91IGFyZSBjZXJ0YWluIHRoYXQgeW91cgojIGxvY2FsX3JlY2lwaWVudF9tYXBzIHNldHRpbmdzIGFyZSBPSy4KIwp1bmtub3duX2xvY2FsX3JlY2lwaWVudF9yZWplY3RfY29kZSA9IDU1MAoKIyBUUlVTVCBBTkQgUkVMQVkgQ09OVFJPTAoKIyBUaGUgbXluZXR3b3JrcyBwYXJhbWV0ZXIgc3BlY2lmaWVzIHRoZSBsaXN0IG9mICJ0cnVzdGVkIiBTTVRQCiMgY2xpZW50cyB0aGF0IGhhdmUgbW9yZSBwcml2aWxlZ2VzIHRoYW4gInN0cmFuZ2VycyIuCiMKIyBJbiBwYXJ0aWN1bGFyLCAidHJ1c3RlZCIgU01UUCBjbGllbnRzIGFyZSBhbGxvd2VkIHRvIHJlbGF5IG1haWwKIyB0aHJvdWdoIFBvc3RmaXguICBTZWUgdGhlIHNtdHBkX3JlY2lwaWVudF9yZXN0cmljdGlvbnMgcGFyYW1ldGVyCiMgaW4gcG9zdGNvbmYoNSkuCiMKIyBZb3UgY2FuIHNwZWNpZnkgdGhlIGxpc3Qgb2YgInRydXN0ZWQiIG5ldHdvcmsgYWRkcmVzc2VzIGJ5IGhhbmQKIyBvciB5b3UgY2FuIGxldCBQb3N0Zml4IGRvIGl0IGZvciB5b3UgKHdoaWNoIGlzIHRoZSBkZWZhdWx0KS4KIwojIEJ5IGRlZmF1bHQgKG15bmV0d29ya3Nfc3R5bGUgPSBob3N0KSwgUG9zdGZpeCAidHJ1c3RzIiBvbmx5CiMgdGhlIGxvY2FsIG1hY2hpbmUuCiMgCiMgU3BlY2lmeSAibXluZXR3b3Jrc19zdHlsZSA9IHN1Ym5ldCIgd2hlbiBQb3N0Zml4IHNob3VsZCAidHJ1c3QiCiMgU01UUCBjbGllbnRzIGluIHRoZSBzYW1lIElQIHN1Ym5ldHdvcmtzIGFzIHRoZSBsb2NhbCBtYWNoaW5lLgojIE9uIExpbnV4LCB0aGlzIHdvcmtzIGNvcnJlY3RseSBvbmx5IHdpdGggaW50ZXJmYWNlcyBzcGVjaWZpZWQKIyB3aXRoIHRoZSAiaWZjb25maWciIG9yICJpcCIgY29tbWFuZC4KIwojIFNwZWNpZnkgIm15bmV0d29ya3Nfc3R5bGUgPSBjbGFzcyIgd2hlbiBQb3N0Zml4IHNob3VsZCAidHJ1c3QiIFNNVFAKIyBjbGllbnRzIGluIHRoZSBzYW1lIElQIGNsYXNzIEEvQi9DIG5ldHdvcmtzIGFzIHRoZSBsb2NhbCBtYWNoaW5lLgojIERvbid0IGRvIHRoaXMgd2l0aCBhIGRpYWx1cCBzaXRlIC0gaXQgd291bGQgY2F1c2UgUG9zdGZpeCB0byAidHJ1c3QiCiMgeW91ciBlbnRpcmUgcHJvdmlkZXIncyBuZXR3b3JrLiAgSW5zdGVhZCwgc3BlY2lmeSBhbiBleHBsaWNpdAojIG15bmV0d29ya3MgbGlzdCBieSBoYW5kLCBhcyBkZXNjcmliZWQgYmVsb3cuCiMgIAojIFNwZWNpZnkgIm15bmV0d29ya3Nfc3R5bGUgPSBob3N0IiB3aGVuIFBvc3RmaXggc2hvdWxkICJ0cnVzdCIKIyBvbmx5IHRoZSBsb2NhbCBtYWNoaW5lLgojIAojbXluZXR3b3Jrc19zdHlsZSA9IGNsYXNzCiNteW5ldHdvcmtzX3N0eWxlID0gc3VibmV0CiNteW5ldHdvcmtzX3N0eWxlID0gaG9zdAoKIyBBbHRlcm5hdGl2ZWx5LCB5b3UgY2FuIHNwZWNpZnkgdGhlIG15bmV0d29ya3MgbGlzdCBieSBoYW5kLCBpbgojIHdoaWNoIGNhc2UgUG9zdGZpeCBpZ25vcmVzIHRoZSBteW5ldHdvcmtzX3N0eWxlIHNldHRpbmcuCiMKIyBTcGVjaWZ5IGFuIGV4cGxpY2l0IGxpc3Qgb2YgbmV0d29yay9uZXRtYXNrIHBhdHRlcm5zLCB3aGVyZSB0aGUKIyBtYXNrIHNwZWNpZmllcyB0aGUgbnVtYmVyIG9mIGJpdHMgaW4gdGhlIG5ldHdvcmsgcGFydCBvZiBhIGhvc3QKIyBhZGRyZXNzLgojCiMgWW91IGNhbiBhbHNvIHNwZWNpZnkgdGhlIGFic29sdXRlIHBhdGhuYW1lIG9mIGEgcGF0dGVybiBmaWxlIGluc3RlYWQKIyBvZiBsaXN0aW5nIHRoZSBwYXR0ZXJucyBoZXJlLiBTcGVjaWZ5IHR5cGU6dGFibGUgZm9yIHRhYmxlLWJhc2VkIGxvb2t1cHMKIyAodGhlIHZhbHVlIG9uIHRoZSB0YWJsZSByaWdodC1oYW5kIHNpZGUgaXMgbm90IHVzZWQpLgojCiNteW5ldHdvcmtzID0gMTY4LjEwMC4zLjAvMjgsIDEyNy4wLjAuMC84CiNteW5ldHdvcmtzID0gJGNvbmZpZ19kaXJlY3RvcnkvbXluZXR3b3JrcwojbXluZXR3b3JrcyA9IGhhc2g6L2V0Yy9wb3N0Zml4L25ldHdvcmtfdGFibGUKCiMgVGhlIHJlbGF5X2RvbWFpbnMgcGFyYW1ldGVyIHJlc3RyaWN0cyB3aGF0IGRlc3RpbmF0aW9ucyB0aGlzIHN5c3RlbSB3aWxsCiMgcmVsYXkgbWFpbCB0by4gIFNlZSB0aGUgc210cGRfcmVsYXlfcmVzdHJpY3Rpb25zIGFuZAojIHNtdHBkX3JlY2lwaWVudF9yZXN0cmljdGlvbnMgZGVzY3JpcHRpb25zIGluICBwb3N0Y29uZig1KSBmb3IgZGV0YWlsZWQKIyBpbmZvcm1hdGlvbi4KIwojIEJ5IGRlZmF1bHQsIFBvc3RmaXggcmVsYXlzIG1haWwKIyAtIGZyb20gInRydXN0ZWQiIGNsaWVudHMgKElQIGFkZHJlc3MgbWF0Y2hlcyAkbXluZXR3b3Jrcywgb3IgaXMKIyAgIFNBU0wgYXV0aGVudGljYXRlZCkgdG8gYW55IGRlc3RpbmF0aW9uLAojIC0gZnJvbSAidW50cnVzdGVkIiBjbGllbnRzIHRvIGRlc3RpbmF0aW9ucyB0aGF0IG1hdGNoICRyZWxheV9kb21haW5zIG9yCiMgICBzdWJkb21haW5zIHRoZXJlb2YsIGV4Y2VwdCBhZGRyZXNzZXMgd2l0aCBzZW5kZXItc3BlY2lmaWVkIHJvdXRpbmcuCiMgVGhlIGRlZmF1bHQgcmVsYXlfZG9tYWlucyB2YWx1ZSBpcyBlbXB0eS4KIyAKIyBJbiBhZGRpdGlvbiB0byB0aGUgYWJvdmUsIHRoZSBQb3N0Zml4IFNNVFAgc2VydmVyIGJ5IGRlZmF1bHQgYWNjZXB0cyBtYWlsCiMgdGhhdCBQb3N0Zml4IGlzIGZpbmFsIGRlc3RpbmF0aW9uIGZvcjoKIyAtIGRlc3RpbmF0aW9ucyB0aGF0IG1hdGNoICRpbmV0X2ludGVyZmFjZXMgb3IgJHByb3h5X2ludGVyZmFjZXMsCiMgLSBkZXN0aW5hdGlvbnMgdGhhdCBtYXRjaCAkbXlkZXN0aW5hdGlvbgojIC0gZGVzdGluYXRpb25zIHRoYXQgbWF0Y2ggJHZpcnR1YWxfYWxpYXNfZG9tYWlucywKIyAtIGRlc3RpbmF0aW9ucyB0aGF0IG1hdGNoICR2aXJ0dWFsX21haWxib3hfZG9tYWlucy4KIyBUaGVzZSBkZXN0aW5hdGlvbnMgZG8gbm90IG5lZWQgdG8gYmUgbGlzdGVkIGluICRyZWxheV9kb21haW5zLgojIAojIFNwZWNpZnkgYSBsaXN0IG9mIGhvc3RzIG9yIGRvbWFpbnMsIC9maWxlL25hbWUgcGF0dGVybnMgb3IgdHlwZTpuYW1lCiMgbG9va3VwIHRhYmxlcywgc2VwYXJhdGVkIGJ5IGNvbW1hcyBhbmQvb3Igd2hpdGVzcGFjZS4gIENvbnRpbnVlCiMgbG9uZyBsaW5lcyBieSBzdGFydGluZyB0aGUgbmV4dCBsaW5lIHdpdGggd2hpdGVzcGFjZS4gQSBmaWxlIG5hbWUKIyBpcyByZXBsYWNlZCBieSBpdHMgY29udGVudHM7IGEgdHlwZTpuYW1lIHRhYmxlIGlzIG1hdGNoZWQgd2hlbiBhCiMgKHBhcmVudCkgZG9tYWluIGFwcGVhcnMgYXMgbG9va3VwIGtleS4KIwojIE5PVEU6IFBvc3RmaXggd2lsbCBub3QgYXV0b21hdGljYWxseSBmb3J3YXJkIG1haWwgZm9yIGRvbWFpbnMgdGhhdAojIGxpc3QgdGhpcyBzeXN0ZW0gYXMgdGhlaXIgcHJpbWFyeSBvciBiYWNrdXAgTVggaG9zdC4gU2VlIHRoZQojIHBlcm1pdF9teF9iYWNrdXAgcmVzdHJpY3Rpb24gZGVzY3JpcHRpb24gaW4gcG9zdGNvbmYoNSkuCiMKI3JlbGF5X2RvbWFpbnMgPSAKCiMgSU5URVJORVQgT1IgSU5UUkFORVQKCiMgVGhlIHJlbGF5aG9zdCBwYXJhbWV0ZXIgc3BlY2lmaWVzIHRoZSBkZWZhdWx0IGhvc3QgdG8gc2VuZCBtYWlsIHRvCiMgd2hlbiBubyBlbnRyeSBpcyBtYXRjaGVkIGluIHRoZSBvcHRpb25hbCB0cmFuc3BvcnQoNSkgdGFibGUuIFdoZW4KIyBubyByZWxheWhvc3QgaXMgZ2l2ZW4sIG1haWwgaXMgcm91dGVkIGRpcmVjdGx5IHRvIHRoZSBkZXN0aW5hdGlvbi4KIwojIE9uIGFuIGludHJhbmV0LCBzcGVjaWZ5IHRoZSBvcmdhbml6YXRpb25hbCBkb21haW4gbmFtZS4gSWYgeW91cgojIGludGVybmFsIEROUyB1c2VzIG5vIE1YIHJlY29yZHMsIHNwZWNpZnkgdGhlIG5hbWUgb2YgdGhlIGludHJhbmV0CiMgZ2F0ZXdheSBob3N0IGluc3RlYWQuCiMKIyBJbiB0aGUgY2FzZSBvZiBTTVRQLCBzcGVjaWZ5IGEgZG9tYWluLCBob3N0LCBob3N0OnBvcnQsIFtob3N0XTpwb3J0LAojIFthZGRyZXNzXSBvciBbYWRkcmVzc106cG9ydDsgdGhlIGZvcm0gW2hvc3RdIHR1cm5zIG9mZiBNWCBsb29rdXBzLgojCiMgSWYgeW91J3JlIGNvbm5lY3RlZCB2aWEgVVVDUCwgc2VlIGFsc28gdGhlIGRlZmF1bHRfdHJhbnNwb3J0IHBhcmFtZXRlci4KIwojcmVsYXlob3N0ID0gJG15ZG9tYWluCiNyZWxheWhvc3QgPSBbZ2F0ZXdheS5teS5kb21haW5dCiNyZWxheWhvc3QgPSBbbWFpbHNlcnZlci5pc3AudGxkXQojcmVsYXlob3N0ID0gdXVjcGhvc3QKI3JlbGF5aG9zdCA9IFthbi5pcC5hZGQucmVzc10KCiMgUkVKRUNUSU5HIFVOS05PV04gUkVMQVkgVVNFUlMKIwojIFRoZSByZWxheV9yZWNpcGllbnRfbWFwcyBwYXJhbWV0ZXIgc3BlY2lmaWVzIG9wdGlvbmFsIGxvb2t1cCB0YWJsZXMKIyB3aXRoIGFsbCBhZGRyZXNzZXMgaW4gdGhlIGRvbWFpbnMgdGhhdCBtYXRjaCAkcmVsYXlfZG9tYWlucy4KIwojIElmIHRoaXMgcGFyYW1ldGVyIGlzIGRlZmluZWQsIHRoZW4gdGhlIFNNVFAgc2VydmVyIHdpbGwgcmVqZWN0CiMgbWFpbCBmb3IgdW5rbm93biByZWxheSB1c2Vycy4gVGhpcyBmZWF0dXJlIGlzIG9mZiBieSBkZWZhdWx0LgojCiMgVGhlIHJpZ2h0LWhhbmQgc2lkZSBvZiB0aGUgbG9va3VwIHRhYmxlcyBpcyBjb252ZW5pZW50bHkgaWdub3JlZC4KIyBJbiB0aGUgbGVmdC1oYW5kIHNpZGUsIHNwZWNpZnkgYW4gQGRvbWFpbi50bGQgd2lsZC1jYXJkLCBvciBzcGVjaWZ5CiMgYSB1c2VyQGRvbWFpbi50bGQgYWRkcmVzcy4KIyAKI3JlbGF5X3JlY2lwaWVudF9tYXBzID0gaGFzaDovZXRjL3Bvc3RmaXgvcmVsYXlfcmVjaXBpZW50cwoKIyBJTlBVVCBSQVRFIENPTlRST0wKIwojIFRoZSBpbl9mbG93X2RlbGF5IGNvbmZpZ3VyYXRpb24gcGFyYW1ldGVyIGltcGxlbWVudHMgbWFpbCBpbnB1dAojIGZsb3cgY29udHJvbC4gVGhpcyBmZWF0dXJlIGlzIHR1cm5lZCBvbiBieSBkZWZhdWx0LCBhbHRob3VnaCBpdAojIHN0aWxsIG5lZWRzIGZ1cnRoZXIgZGV2ZWxvcG1lbnQgKGl0J3MgZGlzYWJsZWQgb24gU0NPIFVOSVggZHVlCiMgdG8gYW4gU0NPIGJ1ZykuCiMgCiMgQSBQb3N0Zml4IHByb2Nlc3Mgd2lsbCBwYXVzZSBmb3IgJGluX2Zsb3dfZGVsYXkgc2Vjb25kcyBiZWZvcmUKIyBhY2NlcHRpbmcgYSBuZXcgbWVzc2FnZSwgd2hlbiB0aGUgbWVzc2FnZSBhcnJpdmFsIHJhdGUgZXhjZWVkcyB0aGUKIyBtZXNzYWdlIGRlbGl2ZXJ5IHJhdGUuIFdpdGggdGhlIGRlZmF1bHQgMTAwIFNNVFAgc2VydmVyIHByb2Nlc3MKIyBsaW1pdCwgdGhpcyBsaW1pdHMgdGhlIG1haWwgaW5mbG93IHRvIDEwMCBtZXNzYWdlcyBhIHNlY29uZCBtb3JlCiMgdGhhbiB0aGUgbnVtYmVyIG9mIG1lc3NhZ2VzIGRlbGl2ZXJlZCBwZXIgc2Vjb25kLgojIAojIFNwZWNpZnkgMCB0byBkaXNhYmxlIHRoZSBmZWF0dXJlLiBWYWxpZCBkZWxheXMgYXJlIDAuLjEwLgojIAojaW5fZmxvd19kZWxheSA9IDFzCgojIEFERFJFU1MgUkVXUklUSU5HCiMKIyBUaGUgQUREUkVTU19SRVdSSVRJTkdfUkVBRE1FIGRvY3VtZW50IGdpdmVzIGluZm9ybWF0aW9uIGFib3V0CiMgYWRkcmVzcyBtYXNxdWVyYWRpbmcgb3Igb3RoZXIgZm9ybXMgb2YgYWRkcmVzcyByZXdyaXRpbmcgaW5jbHVkaW5nCiMgdXNlcm5hbWUtPkZpcnN0bmFtZS5MYXN0bmFtZSBtYXBwaW5nLgoKIyBBRERSRVNTIFJFRElSRUNUSU9OIChWSVJUVUFMIERPTUFJTikKIwojIFRoZSBWSVJUVUFMX1JFQURNRSBkb2N1bWVudCBnaXZlcyBpbmZvcm1hdGlvbiBhYm91dCB0aGUgbWFueSBmb3JtcwojIG9mIGRvbWFpbiBob3N0aW5nIHRoYXQgUG9zdGZpeCBzdXBwb3J0cy4KCiMgIlVTRVIgSEFTIE1PVkVEIiBCT1VOQ0UgTUVTU0FHRVMKIwojIFNlZSB0aGUgZGlzY3Vzc2lvbiBpbiB0aGUgQUREUkVTU19SRVdSSVRJTkdfUkVBRE1FIGRvY3VtZW50LgoKIyBUUkFOU1BPUlQgTUFQCiMKIyBTZWUgdGhlIGRpc2N1c3Npb24gaW4gdGhlIEFERFJFU1NfUkVXUklUSU5HX1JFQURNRSBkb2N1bWVudC4KCiMgQUxJQVMgREFUQUJBU0UKIwojIFRoZSBhbGlhc19tYXBzIHBhcmFtZXRlciBzcGVjaWZpZXMgdGhlIGxpc3Qgb2YgYWxpYXMgZGF0YWJhc2VzIHVzZWQKIyBieSB0aGUgbG9jYWwgZGVsaXZlcnkgYWdlbnQuIFRoZSBkZWZhdWx0IGxpc3QgaXMgc3lzdGVtIGRlcGVuZGVudC4KIwojIE9uIHN5c3RlbXMgd2l0aCBOSVMsIHRoZSBkZWZhdWx0IGlzIHRvIHNlYXJjaCB0aGUgbG9jYWwgYWxpYXMKIyBkYXRhYmFzZSwgdGhlbiB0aGUgTklTIGFsaWFzIGRhdGFiYXNlLiBTZWUgYWxpYXNlcyg1KSBmb3Igc3ludGF4CiMgZGV0YWlscy4KIyAKIyBJZiB5b3UgY2hhbmdlIHRoZSBhbGlhcyBkYXRhYmFzZSwgcnVuICJwb3N0YWxpYXMgL2V0Yy9hbGlhc2VzIiAob3IKIyB3aGVyZXZlciB5b3VyIHN5c3RlbSBzdG9yZXMgdGhlIG1haWwgYWxpYXMgZmlsZSksIG9yIHNpbXBseSBydW4KIyAibmV3YWxpYXNlcyIgdG8gYnVpbGQgdGhlIG5lY2Vzc2FyeSBEQk0gb3IgREIgZmlsZS4KIwojIEl0IHdpbGwgdGFrZSBhIG1pbnV0ZSBvciBzbyBiZWZvcmUgY2hhbmdlcyBiZWNvbWUgdmlzaWJsZS4gIFVzZQojICJwb3N0Zml4IHJlbG9hZCIgdG8gZWxpbWluYXRlIHRoZSBkZWxheS4KIwojYWxpYXNfbWFwcyA9IGRibTovZXRjL2FsaWFzZXMKYWxpYXNfbWFwcyA9IGhhc2g6L2V0Yy9hbGlhc2VzCiNhbGlhc19tYXBzID0gaGFzaDovZXRjL2FsaWFzZXMsIG5pczptYWlsLmFsaWFzZXMKI2FsaWFzX21hcHMgPSBuZXRpbmZvOi9hbGlhc2VzCgojIFRoZSBhbGlhc19kYXRhYmFzZSBwYXJhbWV0ZXIgc3BlY2lmaWVzIHRoZSBhbGlhcyBkYXRhYmFzZShzKSB0aGF0CiMgYXJlIGJ1aWx0IHdpdGggIm5ld2FsaWFzZXMiIG9yICJzZW5kbWFpbCAtYmkiLiAgVGhpcyBpcyBhIHNlcGFyYXRlCiMgY29uZmlndXJhdGlvbiBwYXJhbWV0ZXIsIGJlY2F1c2UgYWxpYXNfbWFwcyAoc2VlIGFib3ZlKSBtYXkgc3BlY2lmeQojIHRhYmxlcyB0aGF0IGFyZSBub3QgbmVjZXNzYXJpbHkgYWxsIHVuZGVyIGNvbnRyb2wgYnkgUG9zdGZpeC4KIwojYWxpYXNfZGF0YWJhc2UgPSBkYm06L2V0Yy9hbGlhc2VzCiNhbGlhc19kYXRhYmFzZSA9IGRibTovZXRjL21haWwvYWxpYXNlcwphbGlhc19kYXRhYmFzZSA9IGhhc2g6L2V0Yy9hbGlhc2VzCiNhbGlhc19kYXRhYmFzZSA9IGhhc2g6L2V0Yy9hbGlhc2VzLCBoYXNoOi9vcHQvbWFqb3Jkb21vL2FsaWFzZXMKCiMgQUREUkVTUyBFWFRFTlNJT05TIChlLmcuLCB1c2VyK2ZvbykKIwojIFRoZSByZWNpcGllbnRfZGVsaW1pdGVyIHBhcmFtZXRlciBzcGVjaWZpZXMgdGhlIHNlcGFyYXRvciBiZXR3ZWVuCiMgdXNlciBuYW1lcyBhbmQgYWRkcmVzcyBleHRlbnNpb25zICh1c2VyK2ZvbykuIFNlZSBjYW5vbmljYWwoNSksCiMgbG9jYWwoOCksIHJlbG9jYXRlZCg1KSBhbmQgdmlydHVhbCg1KSBmb3IgdGhlIGVmZmVjdHMgdGhpcyBoYXMgb24KIyBhbGlhc2VzLCBjYW5vbmljYWwsIHZpcnR1YWwsIHJlbG9jYXRlZCBhbmQgLmZvcndhcmQgZmlsZSBsb29rdXBzLgojIEJhc2ljYWxseSwgdGhlIHNvZnR3YXJlIHRyaWVzIHVzZXIrZm9vIGFuZCAuZm9yd2FyZCtmb28gYmVmb3JlCiMgdHJ5aW5nIHVzZXIgYW5kIC5mb3J3YXJkLgojCiNyZWNpcGllbnRfZGVsaW1pdGVyID0gKwoKIyBERUxJVkVSWSBUTyBNQUlMQk9YCiMKIyBUaGUgaG9tZV9tYWlsYm94IHBhcmFtZXRlciBzcGVjaWZpZXMgdGhlIG9wdGlvbmFsIHBhdGhuYW1lIG9mIGEKIyBtYWlsYm94IGZpbGUgcmVsYXRpdmUgdG8gYSB1c2VyJ3MgaG9tZSBkaXJlY3RvcnkuIFRoZSBkZWZhdWx0CiMgbWFpbGJveCBmaWxlIGlzIC92YXIvc3Bvb2wvbWFpbC91c2VyIG9yIC92YXIvbWFpbC91c2VyLiAgU3BlY2lmeQojICJNYWlsZGlyLyIgZm9yIHFtYWlsLXN0eWxlIGRlbGl2ZXJ5ICh0aGUgLyBpcyByZXF1aXJlZCkuCiMKI2hvbWVfbWFpbGJveCA9IE1haWxib3gKI2hvbWVfbWFpbGJveCA9IE1haWxkaXIvCiAKIyBUaGUgbWFpbF9zcG9vbF9kaXJlY3RvcnkgcGFyYW1ldGVyIHNwZWNpZmllcyB0aGUgZGlyZWN0b3J5IHdoZXJlCiMgVU5JWC1zdHlsZSBtYWlsYm94ZXMgYXJlIGtlcHQuIFRoZSBkZWZhdWx0IHNldHRpbmcgZGVwZW5kcyBvbiB0aGUKIyBzeXN0ZW0gdHlwZS4KIwojbWFpbF9zcG9vbF9kaXJlY3RvcnkgPSAvdmFyL21haWwKI21haWxfc3Bvb2xfZGlyZWN0b3J5ID0gL3Zhci9zcG9vbC9tYWlsCgojIFRoZSBtYWlsYm94X2NvbW1hbmQgcGFyYW1ldGVyIHNwZWNpZmllcyB0aGUgb3B0aW9uYWwgZXh0ZXJuYWwKIyBjb21tYW5kIHRvIHVzZSBpbnN0ZWFkIG9mIG1haWxib3ggZGVsaXZlcnkuIFRoZSBjb21tYW5kIGlzIHJ1biBhcwojIHRoZSByZWNpcGllbnQgd2l0aCBwcm9wZXIgSE9NRSwgU0hFTEwgYW5kIExPR05BTUUgZW52aXJvbm1lbnQgc2V0dGluZ3MuCiMgRXhjZXB0aW9uOiAgZGVsaXZlcnkgZm9yIHJvb3QgaXMgZG9uZSBhcyAkZGVmYXVsdF91c2VyLgojCiMgT3RoZXIgZW52aXJvbm1lbnQgdmFyaWFibGVzIG9mIGludGVyZXN0OiBVU0VSIChyZWNpcGllbnQgdXNlcm5hbWUpLAojIEVYVEVOU0lPTiAoYWRkcmVzcyBleHRlbnNpb24pLCBET01BSU4gKGRvbWFpbiBwYXJ0IG9mIGFkZHJlc3MpLAojIGFuZCBMT0NBTCAodGhlIGFkZHJlc3MgbG9jYWxwYXJ0KS4KIwojIFVubGlrZSBvdGhlciBQb3N0Zml4IGNvbmZpZ3VyYXRpb24gcGFyYW1ldGVycywgdGhlIG1haWxib3hfY29tbWFuZAojIHBhcmFtZXRlciBpcyBub3Qgc3ViamVjdGVkIHRvICRwYXJhbWV0ZXIgc3Vic3RpdHV0aW9ucy4gVGhpcyBpcyB0bwojIG1ha2UgaXQgZWFzaWVyIHRvIHNwZWNpZnkgc2hlbGwgc3ludGF4IChzZWUgZXhhbXBsZSBiZWxvdykuCiMKIyBBdm9pZCBzaGVsbCBtZXRhIGNoYXJhY3RlcnMgYmVjYXVzZSB0aGV5IHdpbGwgZm9yY2UgUG9zdGZpeCB0byBydW4KIyBhbiBleHBlbnNpdmUgc2hlbGwgcHJvY2Vzcy4gUHJvY21haWwgYWxvbmUgaXMgZXhwZW5zaXZlIGVub3VnaC4KIwojIElGIFlPVSBVU0UgVEhJUyBUTyBERUxJVkVSIE1BSUwgU1lTVEVNLVdJREUsIFlPVSBNVVNUIFNFVCBVUCBBTgojIEFMSUFTIFRIQVQgRk9SV0FSRFMgTUFJTCBGT1IgUk9PVCBUTyBBIFJFQUwgVVNFUi4KIwojbWFpbGJveF9jb21tYW5kID0gL3NvbWUvd2hlcmUvcHJvY21haWwKI21haWxib3hfY29tbWFuZCA9IC9zb21lL3doZXJlL3Byb2NtYWlsIC1hICIkRVhURU5TSU9OIgoKIyBUaGUgbWFpbGJveF90cmFuc3BvcnQgc3BlY2lmaWVzIHRoZSBvcHRpb25hbCB0cmFuc3BvcnQgaW4gbWFzdGVyLmNmCiMgdG8gdXNlIGFmdGVyIHByb2Nlc3NpbmcgYWxpYXNlcyBhbmQgLmZvcndhcmQgZmlsZXMuIFRoaXMgcGFyYW1ldGVyCiMgaGFzIHByZWNlZGVuY2Ugb3ZlciB0aGUgbWFpbGJveF9jb21tYW5kLCBmYWxsYmFja190cmFuc3BvcnQgYW5kCiMgbHVzZXJfcmVsYXkgcGFyYW1ldGVycy4KIwojIFNwZWNpZnkgYSBzdHJpbmcgb2YgdGhlIGZvcm0gdHJhbnNwb3J0Om5leHRob3AsIHdoZXJlIHRyYW5zcG9ydCBpcwojIHRoZSBuYW1lIG9mIGEgbWFpbCBkZWxpdmVyeSB0cmFuc3BvcnQgZGVmaW5lZCBpbiBtYXN0ZXIuY2YuICBUaGUKIyA6bmV4dGhvcCBwYXJ0IGlzIG9wdGlvbmFsLiBGb3IgbW9yZSBkZXRhaWxzIHNlZSB0aGUgc2FtcGxlIHRyYW5zcG9ydAojIGNvbmZpZ3VyYXRpb24gZmlsZS4KIwojIE5PVEU6IGlmIHlvdSB1c2UgdGhpcyBmZWF0dXJlIGZvciBhY2NvdW50cyBub3QgaW4gdGhlIFVOSVggcGFzc3dvcmQKIyBmaWxlLCB0aGVuIHlvdSBtdXN0IHVwZGF0ZSB0aGUgImxvY2FsX3JlY2lwaWVudF9tYXBzIiBzZXR0aW5nIGluCiMgdGhlIG1haW4uY2YgZmlsZSwgb3RoZXJ3aXNlIHRoZSBTTVRQIHNlcnZlciB3aWxsIHJlamVjdCBtYWlsIGZvciAgICAKIyBub24tVU5JWCBhY2NvdW50cyB3aXRoICJVc2VyIHVua25vd24gaW4gbG9jYWwgcmVjaXBpZW50IHRhYmxlIi4KIwojIEN5cnVzIElNQVAgb3ZlciBMTVRQLiBTcGVjaWZ5IGBgbG10cHVuaXggICAgICBjbWQ9ImxtdHBkIgojIGxpc3Rlbj0iL3Zhci9pbWFwL3NvY2tldC9sbXRwIiBwcmVmb3JrPTAnJyBpbiBjeXJ1cy5jb25mLgojbWFpbGJveF90cmFuc3BvcnQgPSBsbXRwOnVuaXg6L3Zhci9saWIvaW1hcC9zb2NrZXQvbG10cAoKIyBJZiB1c2luZyB0aGUgY3lydXMtaW1hcGQgSU1BUCBzZXJ2ZXIgZGVsaXZlciBsb2NhbCBtYWlsIHRvIHRoZSBJTUFQCiMgc2VydmVyIHVzaW5nIExNVFAgKExvY2FsIE1haWwgVHJhbnNwb3J0IFByb3RvY29sKSwgdGhpcyBpcyBwcmVmZXJlZAojIG92ZXIgdGhlIG9sZGVyIGN5cnVzIGRlbGl2ZXIgcHJvZ3JhbSBieSBzZXR0aW5nIHRoZQojIG1haWxib3hfdHJhbnNwb3J0IGFzIGJlbG93OgojCiMgbWFpbGJveF90cmFuc3BvcnQgPSBsbXRwOnVuaXg6L3Zhci9saWIvaW1hcC9zb2NrZXQvbG10cAojCiMgVGhlIGVmZmljaWVuY3kgb2YgTE1UUCBkZWxpdmVyeSBmb3IgY3lydXMtaW1hcGQgY2FuIGJlIGVuaGFuY2VkIHZpYQojIHRoZXNlIHNldHRpbmdzLgojCiMgbG9jYWxfZGVzdGluYXRpb25fcmVjaXBpZW50X2xpbWl0ID0gMzAwCiMgbG9jYWxfZGVzdGluYXRpb25fY29uY3VycmVuY3lfbGltaXQgPSA1CiMKIyBPZiBjb3Vyc2UgeW91IHNob3VsZCBhZGp1c3QgdGhlc2Ugc2V0dGluZ3MgYXMgYXBwcm9wcmlhdGUgZm9yIHRoZQojIGNhcGFjaXR5IG9mIHRoZSBoYXJkd2FyZSB5b3UgYXJlIHVzaW5nLiBUaGUgcmVjaXBpZW50IGxpbWl0IHNldHRpbmcKIyBjYW4gYmUgdXNlZCB0byB0YWtlIGFkdmFudGFnZSBvZiB0aGUgc2luZ2xlIGluc3RhbmNlIG1lc3NhZ2Ugc3RvcmUKIyBjYXBhYmlsaXR5IG9mIEN5cnVzLiBUaGUgY29uY3VycmVuY3kgbGltaXQgY2FuIGJlIHVzZWQgdG8gY29udHJvbAojIGhvdyBtYW55IHNpbXVsdGFuZW91cyBMTVRQIHNlc3Npb25zIHdpbGwgYmUgcGVybWl0dGVkIHRvIHRoZSBDeXJ1cwojIG1lc3NhZ2Ugc3RvcmUuCiMKIyBDeXJ1cyBJTUFQIHZpYSBjb21tYW5kIGxpbmUuIFVuY29tbWVudCB0aGUgImN5cnVzLi4ucGlwZSIgYW5kCiMgc3Vic2VxdWVudCBsaW5lIGluIG1hc3Rlci5jZi4KI21haWxib3hfdHJhbnNwb3J0ID0gY3lydXMKCiMgVGhlIGZhbGxiYWNrX3RyYW5zcG9ydCBzcGVjaWZpZXMgdGhlIG9wdGlvbmFsIHRyYW5zcG9ydCBpbiBtYXN0ZXIuY2YKIyB0byB1c2UgZm9yIHJlY2lwaWVudHMgdGhhdCBhcmUgbm90IGZvdW5kIGluIHRoZSBVTklYIHBhc3N3ZCBkYXRhYmFzZS4KIyBUaGlzIHBhcmFtZXRlciBoYXMgcHJlY2VkZW5jZSBvdmVyIHRoZSBsdXNlcl9yZWxheSBwYXJhbWV0ZXIuCiMKIyBTcGVjaWZ5IGEgc3RyaW5nIG9mIHRoZSBmb3JtIHRyYW5zcG9ydDpuZXh0aG9wLCB3aGVyZSB0cmFuc3BvcnQgaXMKIyB0aGUgbmFtZSBvZiBhIG1haWwgZGVsaXZlcnkgdHJhbnNwb3J0IGRlZmluZWQgaW4gbWFzdGVyLmNmLiAgVGhlCiMgOm5leHRob3AgcGFydCBpcyBvcHRpb25hbC4gRm9yIG1vcmUgZGV0YWlscyBzZWUgdGhlIHNhbXBsZSB0cmFuc3BvcnQKIyBjb25maWd1cmF0aW9uIGZpbGUuCiMKIyBOT1RFOiBpZiB5b3UgdXNlIHRoaXMgZmVhdHVyZSBmb3IgYWNjb3VudHMgbm90IGluIHRoZSBVTklYIHBhc3N3b3JkCiMgZmlsZSwgdGhlbiB5b3UgbXVzdCB1cGRhdGUgdGhlICJsb2NhbF9yZWNpcGllbnRfbWFwcyIgc2V0dGluZyBpbgojIHRoZSBtYWluLmNmIGZpbGUsIG90aGVyd2lzZSB0aGUgU01UUCBzZXJ2ZXIgd2lsbCByZWplY3QgbWFpbCBmb3IgICAgCiMgbm9uLVVOSVggYWNjb3VudHMgd2l0aCAiVXNlciB1bmtub3duIGluIGxvY2FsIHJlY2lwaWVudCB0YWJsZSIuCiMKI2ZhbGxiYWNrX3RyYW5zcG9ydCA9IGxtdHA6dW5peDovdmFyL2xpYi9pbWFwL3NvY2tldC9sbXRwCiNmYWxsYmFja190cmFuc3BvcnQgPQoKIyBUaGUgbHVzZXJfcmVsYXkgcGFyYW1ldGVyIHNwZWNpZmllcyBhbiBvcHRpb25hbCBkZXN0aW5hdGlvbiBhZGRyZXNzCiMgZm9yIHVua25vd24gcmVjaXBpZW50cy4gIEJ5IGRlZmF1bHQsIG1haWwgZm9yIHVua25vd25AJG15ZGVzdGluYXRpb24sCiMgdW5rbm93bkBbJGluZXRfaW50ZXJmYWNlc10gb3IgdW5rbm93bkBbJHByb3h5X2ludGVyZmFjZXNdIGlzIHJldHVybmVkCiMgYXMgdW5kZWxpdmVyYWJsZS4KIwojIFRoZSBmb2xsb3dpbmcgZXhwYW5zaW9ucyBhcmUgZG9uZSBvbiBsdXNlcl9yZWxheTogJHVzZXIgKHJlY2lwaWVudAojIHVzZXJuYW1lKSwgJHNoZWxsIChyZWNpcGllbnQgc2hlbGwpLCAkaG9tZSAocmVjaXBpZW50IGhvbWUgZGlyZWN0b3J5KSwKIyAkcmVjaXBpZW50IChmdWxsIHJlY2lwaWVudCBhZGRyZXNzKSwgJGV4dGVuc2lvbiAocmVjaXBpZW50IGFkZHJlc3MKIyBleHRlbnNpb24pLCAkZG9tYWluIChyZWNpcGllbnQgZG9tYWluKSwgJGxvY2FsIChlbnRpcmUgcmVjaXBpZW50CiMgbG9jYWxwYXJ0KSwgJHJlY2lwaWVudF9kZWxpbWl0ZXIuIFNwZWNpZnkgJHtuYW1lP3ZhbHVlfSBvcgojICR7bmFtZTp2YWx1ZX0gdG8gZXhwYW5kIHZhbHVlIG9ubHkgd2hlbiAkbmFtZSBkb2VzIChkb2VzIG5vdCkgZXhpc3QuCiMKIyBsdXNlcl9yZWxheSB3b3JrcyBvbmx5IGZvciB0aGUgZGVmYXVsdCBQb3N0Zml4IGxvY2FsIGRlbGl2ZXJ5IGFnZW50LgojCiMgTk9URTogaWYgeW91IHVzZSB0aGlzIGZlYXR1cmUgZm9yIGFjY291bnRzIG5vdCBpbiB0aGUgVU5JWCBwYXNzd29yZAojIGZpbGUsIHRoZW4geW91IG11c3Qgc3BlY2lmeSAibG9jYWxfcmVjaXBpZW50X21hcHMgPSIgKGkuZS4gZW1wdHkpIGluCiMgdGhlIG1haW4uY2YgZmlsZSwgb3RoZXJ3aXNlIHRoZSBTTVRQIHNlcnZlciB3aWxsIHJlamVjdCBtYWlsIGZvciAgICAKIyBub24tVU5JWCBhY2NvdW50cyB3aXRoICJVc2VyIHVua25vd24gaW4gbG9jYWwgcmVjaXBpZW50IHRhYmxlIi4KIwojbHVzZXJfcmVsYXkgPSAkdXNlckBvdGhlci5ob3N0CiNsdXNlcl9yZWxheSA9ICRsb2NhbEBvdGhlci5ob3N0CiNsdXNlcl9yZWxheSA9IGFkbWluKyRsb2NhbAogIAojIEpVTksgTUFJTCBDT05UUk9MUwojIAojIFRoZSBjb250cm9scyBsaXN0ZWQgaGVyZSBhcmUgb25seSBhIHZlcnkgc21hbGwgc3Vic2V0LiBUaGUgZmlsZQojIFNNVFBEX0FDQ0VTU19SRUFETUUgcHJvdmlkZXMgYW4gb3ZlcnZpZXcuCgojIFRoZSBoZWFkZXJfY2hlY2tzIHBhcmFtZXRlciBzcGVjaWZpZXMgYW4gb3B0aW9uYWwgdGFibGUgd2l0aCBwYXR0ZXJucwojIHRoYXQgZWFjaCBsb2dpY2FsIG1lc3NhZ2UgaGVhZGVyIGlzIG1hdGNoZWQgYWdhaW5zdCwgaW5jbHVkaW5nCiMgaGVhZGVycyB0aGF0IHNwYW4gbXVsdGlwbGUgcGh5c2ljYWwgbGluZXMuCiMKIyBCeSBkZWZhdWx0LCB0aGVzZSBwYXR0ZXJucyBhbHNvIGFwcGx5IHRvIE1JTUUgaGVhZGVycyBhbmQgdG8gdGhlCiMgaGVhZGVycyBvZiBhdHRhY2hlZCBtZXNzYWdlcy4gV2l0aCBvbGRlciBQb3N0Zml4IHZlcnNpb25zLCBNSU1FIGFuZAojIGF0dGFjaGVkIG1lc3NhZ2UgaGVhZGVycyB3ZXJlIHRyZWF0ZWQgYXMgYm9keSB0ZXh0LgojCiMgRm9yIGRldGFpbHMsIHNlZSAibWFuIGhlYWRlcl9jaGVja3MiLgojCiNoZWFkZXJfY2hlY2tzID0gcmVnZXhwOi9ldGMvcG9zdGZpeC9oZWFkZXJfY2hlY2tzCgojIEZBU1QgRVRSTiBTRVJWSUNFCiMKIyBQb3N0Zml4IG1haW50YWlucyBwZXItZGVzdGluYXRpb24gbG9nZmlsZXMgd2l0aCBpbmZvcm1hdGlvbiBhYm91dAojIGRlZmVycmVkIG1haWwsIHNvIHRoYXQgbWFpbCBjYW4gYmUgZmx1c2hlZCBxdWlja2x5IHdpdGggdGhlIFNNVFAKIyAiRVRSTiBkb21haW4udGxkIiBjb21tYW5kLCBvciBieSBleGVjdXRpbmcgInNlbmRtYWlsIC1xUmRvbWFpbi50bGQiLgojIFNlZSB0aGUgRVRSTl9SRUFETUUgZG9jdW1lbnQgZm9yIGEgZGV0YWlsZWQgZGVzY3JpcHRpb24uCiMgCiMgVGhlIGZhc3RfZmx1c2hfZG9tYWlucyBwYXJhbWV0ZXIgY29udHJvbHMgd2hhdCBkZXN0aW5hdGlvbnMgYXJlCiMgZWxpZ2libGUgZm9yIHRoaXMgc2VydmljZS4gQnkgZGVmYXVsdCwgdGhleSBhcmUgYWxsIGRvbWFpbnMgdGhhdAojIHRoaXMgc2VydmVyIGlzIHdpbGxpbmcgdG8gcmVsYXkgbWFpbCB0by4KIyAKI2Zhc3RfZmx1c2hfZG9tYWlucyA9ICRyZWxheV9kb21haW5zCgojIFNIT1cgU09GVFdBUkUgVkVSU0lPTiBPUiBOT1QKIwojIFRoZSBzbXRwZF9iYW5uZXIgcGFyYW1ldGVyIHNwZWNpZmllcyB0aGUgdGV4dCB0aGF0IGZvbGxvd3MgdGhlIDIyMAojIGNvZGUgaW4gdGhlIFNNVFAgc2VydmVyJ3MgZ3JlZXRpbmcgYmFubmVyLiBTb21lIHBlb3BsZSBsaWtlIHRvIHNlZQojIHRoZSBtYWlsIHZlcnNpb24gYWR2ZXJ0aXNlZC4gQnkgZGVmYXVsdCwgUG9zdGZpeCBzaG93cyBubyB2ZXJzaW9uLgojCiMgWW91IE1VU1Qgc3BlY2lmeSAkbXlob3N0bmFtZSBhdCB0aGUgc3RhcnQgb2YgdGhlIHRleHQuIFRoYXQgaXMgYW4KIyBSRkMgcmVxdWlyZW1lbnQuIFBvc3RmaXggaXRzZWxmIGRvZXMgbm90IGNhcmUuCiMKI3NtdHBkX2Jhbm5lciA9ICRteWhvc3RuYW1lIEVTTVRQICRtYWlsX25hbWUKI3NtdHBkX2Jhbm5lciA9ICRteWhvc3RuYW1lIEVTTVRQICRtYWlsX25hbWUgKCRtYWlsX3ZlcnNpb24pCgojIFBBUkFMTEVMIERFTElWRVJZIFRPIFRIRSBTQU1FIERFU1RJTkFUSU9OCiMKIyBIb3cgbWFueSBwYXJhbGxlbCBkZWxpdmVyaWVzIHRvIHRoZSBzYW1lIHVzZXIgb3IgZG9tYWluPyBXaXRoIGxvY2FsCiMgZGVsaXZlcnksIGl0IGRvZXMgbm90IG1ha2Ugc2Vuc2UgdG8gZG8gbWFzc2l2ZWx5IHBhcmFsbGVsIGRlbGl2ZXJ5CiMgdG8gdGhlIHNhbWUgdXNlciwgYmVjYXVzZSBtYWlsYm94IHVwZGF0ZXMgbXVzdCBoYXBwZW4gc2VxdWVudGlhbGx5LAojIGFuZCBleHBlbnNpdmUgcGlwZWxpbmVzIGluIC5mb3J3YXJkIGZpbGVzIGNhbiBjYXVzZSBkaXNhc3RlcnMgd2hlbgojIHRvbyBtYW55IGFyZSBydW4gYXQgdGhlIHNhbWUgdGltZS4gV2l0aCBTTVRQIGRlbGl2ZXJpZXMsIDEwCiMgc2ltdWx0YW5lb3VzIGNvbm5lY3Rpb25zIHRvIHRoZSBzYW1lIGRvbWFpbiBjb3VsZCBiZSBzdWZmaWNpZW50IHRvCiMgcmFpc2UgZXllYnJvd3MuCiMgCiMgRWFjaCBtZXNzYWdlIGRlbGl2ZXJ5IHRyYW5zcG9ydCBoYXMgaXRzIFhYWF9kZXN0aW5hdGlvbl9jb25jdXJyZW5jeV9saW1pdAojIHBhcmFtZXRlci4gIFRoZSBkZWZhdWx0IGlzICRkZWZhdWx0X2Rlc3RpbmF0aW9uX2NvbmN1cnJlbmN5X2xpbWl0IGZvcgojIG1vc3QgZGVsaXZlcnkgdHJhbnNwb3J0cy4gRm9yIHRoZSBsb2NhbCBkZWxpdmVyeSBhZ2VudCB0aGUgZGVmYXVsdCBpcyAyLgoKI2xvY2FsX2Rlc3RpbmF0aW9uX2NvbmN1cnJlbmN5X2xpbWl0ID0gMgojZGVmYXVsdF9kZXN0aW5hdGlvbl9jb25jdXJyZW5jeV9saW1pdCA9IDIwCgojIERFQlVHR0lORyBDT05UUk9MCiMKIyBUaGUgZGVidWdfcGVlcl9sZXZlbCBwYXJhbWV0ZXIgc3BlY2lmaWVzIHRoZSBpbmNyZW1lbnQgaW4gdmVyYm9zZQojIGxvZ2dpbmcgbGV2ZWwgd2hlbiBhbiBTTVRQIGNsaWVudCBvciBzZXJ2ZXIgaG9zdCBuYW1lIG9yIGFkZHJlc3MKIyBtYXRjaGVzIGEgcGF0dGVybiBpbiB0aGUgZGVidWdfcGVlcl9saXN0IHBhcmFtZXRlci4KIwpkZWJ1Z19wZWVyX2xldmVsID0gMgoKIyBUaGUgZGVidWdfcGVlcl9saXN0IHBhcmFtZXRlciBzcGVjaWZpZXMgYW4gb3B0aW9uYWwgbGlzdCBvZiBkb21haW4KIyBvciBuZXR3b3JrIHBhdHRlcm5zLCAvZmlsZS9uYW1lIHBhdHRlcm5zIG9yIHR5cGU6bmFtZSB0YWJsZXMuIFdoZW4KIyBhbiBTTVRQIGNsaWVudCBvciBzZXJ2ZXIgaG9zdCBuYW1lIG9yIGFkZHJlc3MgbWF0Y2hlcyBhIHBhdHRlcm4sCiMgaW5jcmVhc2UgdGhlIHZlcmJvc2UgbG9nZ2luZyBsZXZlbCBieSB0aGUgYW1vdW50IHNwZWNpZmllZCBpbiB0aGUKIyBkZWJ1Z19wZWVyX2xldmVsIHBhcmFtZXRlci4KIwojZGVidWdfcGVlcl9saXN0ID0gMTI3LjAuMC4xCiNkZWJ1Z19wZWVyX2xpc3QgPSBzb21lLmRvbWFpbgoKIyBUaGUgZGVidWdnZXJfY29tbWFuZCBzcGVjaWZpZXMgdGhlIGV4dGVybmFsIGNvbW1hbmQgdGhhdCBpcyBleGVjdXRlZAojIHdoZW4gYSBQb3N0Zml4IGRhZW1vbiBwcm9ncmFtIGlzIHJ1biB3aXRoIHRoZSAtRCBvcHRpb24uCiMKIyBVc2UgImNvbW1hbmQgLi4gJiBzbGVlcCA1IiBzbyB0aGF0IHRoZSBkZWJ1Z2dlciBjYW4gYXR0YWNoIGJlZm9yZQojIHRoZSBwcm9jZXNzIG1hcmNoZXMgb24uIElmIHlvdSB1c2UgYW4gWC1iYXNlZCBkZWJ1Z2dlciwgYmUgc3VyZSB0bwojIHNldCB1cCB5b3VyIFhBVVRIT1JJVFkgZW52aXJvbm1lbnQgdmFyaWFibGUgYmVmb3JlIHN0YXJ0aW5nIFBvc3RmaXguCiMKZGVidWdnZXJfY29tbWFuZCA9CgkgUEFUSD0vYmluOi91c3IvYmluOi91c3IvbG9jYWwvYmluOi91c3IvWDExUjYvYmluCgkgZGRkICRkYWVtb25fZGlyZWN0b3J5LyRwcm9jZXNzX25hbWUgJHByb2Nlc3NfaWQgJiBzbGVlcCA1CgojIElmIHlvdSBjYW4ndCB1c2UgWCwgdXNlIHRoaXMgdG8gY2FwdHVyZSB0aGUgY2FsbCBzdGFjayB3aGVuIGEKIyBkYWVtb24gY3Jhc2hlcy4gVGhlIHJlc3VsdCBpcyBpbiBhIGZpbGUgaW4gdGhlIGNvbmZpZ3VyYXRpb24KIyBkaXJlY3RvcnksIGFuZCBpcyBuYW1lZCBhZnRlciB0aGUgcHJvY2VzcyBuYW1lIGFuZCB0aGUgcHJvY2VzcyBJRC4KIwojIGRlYnVnZ2VyX2NvbW1hbmQgPQojCVBBVEg9L2JpbjovdXNyL2JpbjovdXNyL2xvY2FsL2JpbjsgZXhwb3J0IFBBVEg7IChlY2hvIGNvbnQ7CiMJZWNobyB3aGVyZSkgfCBnZGIgJGRhZW1vbl9kaXJlY3RvcnkvJHByb2Nlc3NfbmFtZSAkcHJvY2Vzc19pZCAyPiYxCiMJPiRjb25maWdfZGlyZWN0b3J5LyRwcm9jZXNzX25hbWUuJHByb2Nlc3NfaWQubG9nICYgc2xlZXAgNQojCiMgQW5vdGhlciBwb3NzaWJpbGl0eSBpcyB0byBydW4gZ2RiIHVuZGVyIGEgZGV0YWNoZWQgc2NyZWVuIHNlc3Npb24uCiMgVG8gYXR0YWNoIHRvIHRoZSBzY3JlZW4gc2Vzc2lvbiwgc3Ugcm9vdCBhbmQgcnVuICJzY3JlZW4gLXIKIyA8aWRfc3RyaW5nPiIgd2hlcmUgPGlkX3N0cmluZz4gdW5pcXVlbHkgbWF0Y2hlcyBvbmUgb2YgdGhlIGRldGFjaGVkCiMgc2Vzc2lvbnMgKGZyb20gInNjcmVlbiAtbGlzdCIpLgojCiMgZGVidWdnZXJfY29tbWFuZCA9CiMJUEFUSD0vYmluOi91c3IvYmluOi9zYmluOi91c3Ivc2JpbjsgZXhwb3J0IFBBVEg7IHNjcmVlbgojCS1kbVMgJHByb2Nlc3NfbmFtZSBnZGIgJGRhZW1vbl9kaXJlY3RvcnkvJHByb2Nlc3NfbmFtZQojCSRwcm9jZXNzX2lkICYgc2xlZXAgMQoKIyBJTlNUQUxMLVRJTUUgQ09ORklHVVJBVElPTiBJTkZPUk1BVElPTgojCiMgVGhlIGZvbGxvd2luZyBwYXJhbWV0ZXJzIGFyZSB1c2VkIHdoZW4gaW5zdGFsbGluZyBhIG5ldyBQb3N0Zml4IHZlcnNpb24uCiMgCiMgc2VuZG1haWxfcGF0aDogVGhlIGZ1bGwgcGF0aG5hbWUgb2YgdGhlIFBvc3RmaXggc2VuZG1haWwgY29tbWFuZC4KIyBUaGlzIGlzIHRoZSBTZW5kbWFpbC1jb21wYXRpYmxlIG1haWwgcG9zdGluZyBpbnRlcmZhY2UuCiMgCnNlbmRtYWlsX3BhdGggPSAvdXNyL3NiaW4vc2VuZG1haWwucG9zdGZpeAoKIyBuZXdhbGlhc2VzX3BhdGg6IFRoZSBmdWxsIHBhdGhuYW1lIG9mIHRoZSBQb3N0Zml4IG5ld2FsaWFzZXMgY29tbWFuZC4KIyBUaGlzIGlzIHRoZSBTZW5kbWFpbC1jb21wYXRpYmxlIGNvbW1hbmQgdG8gYnVpbGQgYWxpYXMgZGF0YWJhc2VzLgojCm5ld2FsaWFzZXNfcGF0aCA9IC91c3IvYmluL25ld2FsaWFzZXMucG9zdGZpeAoKIyBtYWlscV9wYXRoOiBUaGUgZnVsbCBwYXRobmFtZSBvZiB0aGUgUG9zdGZpeCBtYWlscSBjb21tYW5kLiAgVGhpcwojIGlzIHRoZSBTZW5kbWFpbC1jb21wYXRpYmxlIG1haWwgcXVldWUgbGlzdGluZyBjb21tYW5kLgojIAptYWlscV9wYXRoID0gL3Vzci9iaW4vbWFpbHEucG9zdGZpeAoKIyBzZXRnaWRfZ3JvdXA6IFRoZSBncm91cCBmb3IgbWFpbCBzdWJtaXNzaW9uIGFuZCBxdWV1ZSBtYW5hZ2VtZW50CiMgY29tbWFuZHMuICBUaGlzIG11c3QgYmUgYSBncm91cCBuYW1lIHdpdGggYSBudW1lcmljYWwgZ3JvdXAgSUQgdGhhdAojIGlzIG5vdCBzaGFyZWQgd2l0aCBvdGhlciBhY2NvdW50cywgbm90IGV2ZW4gd2l0aCB0aGUgUG9zdGZpeCBhY2NvdW50LgojCnNldGdpZF9ncm91cCA9IHBvc3Rkcm9wCgojIGh0bWxfZGlyZWN0b3J5OiBUaGUgbG9jYXRpb24gb2YgdGhlIFBvc3RmaXggSFRNTCBkb2N1bWVudGF0aW9uLgojCmh0bWxfZGlyZWN0b3J5ID0gbm8KCiMgbWFucGFnZV9kaXJlY3Rvcnk6IFRoZSBsb2NhdGlvbiBvZiB0aGUgUG9zdGZpeCBvbi1saW5lIG1hbnVhbCBwYWdlcy4KIwptYW5wYWdlX2RpcmVjdG9yeSA9IC91c3Ivc2hhcmUvbWFuCgojIHNhbXBsZV9kaXJlY3Rvcnk6IFRoZSBsb2NhdGlvbiBvZiB0aGUgUG9zdGZpeCBzYW1wbGUgY29uZmlndXJhdGlvbiBmaWxlcy4KIyBUaGlzIHBhcmFtZXRlciBpcyBvYnNvbGV0ZSBhcyBvZiBQb3N0Zml4IDIuMS4KIwpzYW1wbGVfZGlyZWN0b3J5ID0gL3Vzci9zaGFyZS9kb2MvcG9zdGZpeC9zYW1wbGVzCgojIHJlYWRtZV9kaXJlY3Rvcnk6IFRoZSBsb2NhdGlvbiBvZiB0aGUgUG9zdGZpeCBSRUFETUUgZmlsZXMuCiMKcmVhZG1lX2RpcmVjdG9yeSA9IC91c3Ivc2hhcmUvZG9jL3Bvc3RmaXgvUkVBRE1FX0ZJTEVTCgojIFRMUyBDT05GSUdVUkFUSU9OCiMKIyBCYXNpYyBQb3N0Zml4IFRMUyBjb25maWd1cmF0aW9uIGJ5IGRlZmF1bHQgd2l0aCBzZWxmLXNpZ25lZCBjZXJ0aWZpY2F0ZQojIGZvciBpbmJvdW5kIFNNVFAgYW5kIGFsc28gb3Bwb3J0dW5pc3RpYyBUTFMgZm9yIG91dGJvdW5kIFNNVFAuCgojIFRoZSBmdWxsIHBhdGhuYW1lIG9mIGEgZmlsZSB3aXRoIHRoZSBQb3N0Zml4IFNNVFAgc2VydmVyIFJTQSBjZXJ0aWZpY2F0ZQojIGluIFBFTSBmb3JtYXQuIEludGVybWVkaWF0ZSBjZXJ0aWZpY2F0ZXMgc2hvdWxkIGJlIGluY2x1ZGVkIGluIGdlbmVyYWwsCiMgdGhlIHNlcnZlciBjZXJ0aWZpY2F0ZSBmaXJzdCwgdGhlbiB0aGUgaXNzdWluZyBDQShzKSAoYm90dG9tLXVwIG9yZGVyKS4KIwpzbXRwZF90bHNfY2VydF9maWxlID0gL2V0Yy9wa2kvdGxzL2NlcnRzL3Bvc3RmaXgucGVtCgojIFRoZSBmdWxsIHBhdGhuYW1lIG9mIGEgZmlsZSB3aXRoIHRoZSBQb3N0Zml4IFNNVFAgc2VydmVyIFJTQSBwcml2YXRlIGtleQojIGluIFBFTSBmb3JtYXQuIFRoZSBwcml2YXRlIGtleSBtdXN0IGJlIGFjY2Vzc2libGUgd2l0aG91dCBhIHBhc3MtcGhyYXNlLAojIGkuZS4gaXQgbXVzdCBub3QgYmUgZW5jcnlwdGVkLgojCnNtdHBkX3Rsc19rZXlfZmlsZSA9IC9ldGMvcGtpL3Rscy9wcml2YXRlL3Bvc3RmaXgua2V5CgojIEFubm91bmNlIFNUQVJUVExTIHN1cHBvcnQgdG8gcmVtb3RlIFNNVFAgY2xpZW50cywgYnV0IGRvIG5vdCByZXF1aXJlIHRoYXQKIyBjbGllbnRzIHVzZSBUTFMgZW5jcnlwdGlvbiAob3Bwb3J0dW5pc3RpYyBUTFMgaW5ib3VuZCkuCiMKc210cGRfdGxzX3NlY3VyaXR5X2xldmVsID0gbWF5CgojIERpcmVjdG9yeSB3aXRoIFBFTSBmb3JtYXQgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgY2VydGlmaWNhdGVzIHRoYXQgdGhlCiMgUG9zdGZpeCBTTVRQIGNsaWVudCB1c2VzIHRvIHZlcmlmeSBhIHJlbW90ZSBTTVRQIHNlcnZlciBjZXJ0aWZpY2F0ZS4KIwpzbXRwX3Rsc19DQXBhdGggPSAvZXRjL3BraS90bHMvY2VydHMKCiMgVGhlIGZ1bGwgcGF0aG5hbWUgb2YgYSBmaWxlIGNvbnRhaW5pbmcgQ0EgY2VydGlmaWNhdGVzIG9mIHJvb3QgQ0FzCiMgdHJ1c3RlZCB0byBzaWduIGVpdGhlciByZW1vdGUgU01UUCBzZXJ2ZXIgY2VydGlmaWNhdGVzIG9yIGludGVybWVkaWF0ZSBDQQojIGNlcnRpZmljYXRlcy4KIwpzbXRwX3Rsc19DQWZpbGUgPSAvZXRjL3BraS90bHMvY2VydHMvY2EtYnVuZGxlLmNydAoKIyBVc2UgVExTIGlmIHRoaXMgaXMgc3VwcG9ydGVkIGJ5IHRoZSByZW1vdGUgU01UUCBzZXJ2ZXIsIG90aGVyd2lzZSB1c2UKIyBwbGFpbnRleHQgKG9wcG9ydHVuaXN0aWMgVExTIG91dGJvdW5kKS4KIwpzbXRwX3Rsc19zZWN1cml0eV9sZXZlbCA9IG1heQptZXRhX2RpcmVjdG9yeSA9IC9ldGMvcG9zdGZpeApzaGxpYl9kaXJlY3RvcnkgPSAvdXNyL2xpYjY0L3Bvc3RmaXgKcmVsYXlfZG9tYWlucyA9IExvbmRvbgpyZWxheWhvc3QgPSBleGFtcGxlLmNvbQo=", "encoding": "base64", "source": "/etc/postfix/main.cf"} TASK [Check for presence of ansible managed header, fingerprint] *************** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/tests/postfix/tasks/check_header.yml:9 Wednesday 04 September 2024 13:32:34 -0400 (0:00:00.496) 0:01:05.912 *** ok: [managed-node2] => { "changed": false, "msg": "All assertions passed" } TASK [Reset all settings and configure relay_domains] ************************** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_previous_replaced.yml:41 Wednesday 04 September 2024 13:32:34 -0400 (0:00:00.076) 0:01:05.989 *** included: fedora.linux_system_roles.postfix for managed-node2 TASK [fedora.linux_system_roles.postfix : Ensure ansible_facts required by role] *** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:2 Wednesday 04 September 2024 13:32:34 -0400 (0:00:00.087) 0:01:06.076 *** included: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml for managed-node2 TASK [fedora.linux_system_roles.postfix : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:3 Wednesday 04 September 2024 13:32:34 -0400 (0:00:00.039) 0:01:06.115 *** skipping: [managed-node2] => {"changed": false, "false_condition": "__postfix_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False"} TASK [fedora.linux_system_roles.postfix : Check if system is ostree] *********** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:11 Wednesday 04 September 2024 13:32:34 -0400 (0:00:00.049) 0:01:06.165 *** skipping: [managed-node2] => {"changed": false, "false_condition": "not __postfix_is_ostree is defined", "skip_reason": "Conditional result was False"} TASK [fedora.linux_system_roles.postfix : Set flag to indicate system is ostree] *** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:16 Wednesday 04 September 2024 13:32:34 -0400 (0:00:00.029) 0:01:06.195 *** skipping: [managed-node2] => {"changed": false, "false_condition": "not __postfix_is_ostree is defined", "skip_reason": "Conditional result was False"} TASK [fedora.linux_system_roles.postfix : Set platform/version specific variables] *** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:20 Wednesday 04 September 2024 13:32:34 -0400 (0:00:00.030) 0:01:06.225 *** ok: [managed-node2] => (item=RedHat.yml) => {"ansible_facts": {"__postfix_smtp_services": ["smtp", "smtps", "submission"]}, "ansible_included_var_files": ["/tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/vars/RedHat.yml"], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml"} ok: [managed-node2] => (item=Fedora.yml) => {"ansible_facts": {"__postfix_smtp_services": ["smtp", "smtps", "submission"]}, "ansible_included_var_files": ["/tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/vars/Fedora.yml"], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml"} skipping: [managed-node2] => (item=Fedora_40.yml) => {"ansible_loop_var": "item", "changed": false, "false_condition": "__postfix_vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False"} skipping: [managed-node2] => (item=Fedora_40.yml) => {"ansible_loop_var": "item", "changed": false, "false_condition": "__postfix_vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False"} TASK [fedora.linux_system_roles.postfix : Get status of package(s) ['postfix']] *** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:16 Wednesday 04 September 2024 13:32:34 -0400 (0:00:00.052) 0:01:06.278 *** ok: [managed-node2] => (item=postfix) => {"ansible_loop_var": "item", "changed": false, "cmd": ["rpm", "-V", "postfix"], "delta": "0:00:00.063424", "end": "2024-09-04 13:32:35.395964", "failed_when_result": false, "item": "postfix", "msg": "non-zero return code", "rc": 1, "start": "2024-09-04 13:32:35.332540", "stderr": "", "stderr_lines": [], "stdout": "S.5....T. c /etc/postfix/main.cf\n.M....G.. /usr/sbin/postlog", "stdout_lines": ["S.5....T. c /etc/postfix/main.cf", ".M....G.. /usr/sbin/postlog"]} TASK [fedora.linux_system_roles.postfix : Remove package(s) to reset original confs ['postfix']] *** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:23 Wednesday 04 September 2024 13:32:35 -0400 (0:00:00.467) 0:01:06.745 *** changed: [managed-node2] => {"changed": true, "msg": "", "rc": 0, "results": ["Removed: postfix-2:3.8.5-4.fc40.x86_64"]} TASK [fedora.linux_system_roles.postfix : Get status of config files] ********** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:38 Wednesday 04 September 2024 13:32:38 -0400 (0:00:02.886) 0:01:09.632 *** skipping: [managed-node2] => (item=postfix) => {"ansible_loop_var": "item", "changed": false, "false_condition": "__postfix_is_ostree | d(false)", "item": "postfix", "skip_reason": "Conditional result was False"} skipping: [managed-node2] => {"changed": false, "msg": "All items skipped"} TASK [fedora.linux_system_roles.postfix : Remove config files - make empty] **** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:45 Wednesday 04 September 2024 13:32:38 -0400 (0:00:00.048) 0:01:09.680 *** skipping: [managed-node2] => {"changed": false, "skipped_reason": "No items in the list"} TASK [fedora.linux_system_roles.postfix : Configure firewall] ****************** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:54 Wednesday 04 September 2024 13:32:38 -0400 (0:00:00.051) 0:01:09.732 *** included: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/firewall.yml for managed-node2 TASK [Ensure the postfix ports status with the firewall role] ****************** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/firewall.yml:3 Wednesday 04 September 2024 13:32:38 -0400 (0:00:00.037) 0:01:09.769 *** skipping: [managed-node2] => {"changed": false, "false_condition": "postfix_manage_firewall | bool", "skip_reason": "Conditional result was False"} TASK [fedora.linux_system_roles.postfix : Configure selinux] ******************* task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:57 Wednesday 04 September 2024 13:32:38 -0400 (0:00:00.042) 0:01:09.812 *** included: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml for managed-node2 TASK [fedora.linux_system_roles.postfix : Get the smtp related tcp service ports] *** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:12 Wednesday 04 September 2024 13:32:38 -0400 (0:00:00.042) 0:01:09.854 *** skipping: [managed-node2] => (item=smtp) => {"ansible_loop_var": "item", "changed": false, "false_condition": "postfix_manage_selinux | bool", "item": "smtp", "skip_reason": "Conditional result was False"} skipping: [managed-node2] => (item=smtps) => {"ansible_loop_var": "item", "changed": false, "false_condition": "postfix_manage_selinux | bool", "item": "smtps", "skip_reason": "Conditional result was False"} skipping: [managed-node2] => (item=submission) => {"ansible_loop_var": "item", "changed": false, "false_condition": "postfix_manage_selinux | bool", "item": "submission", "skip_reason": "Conditional result was False"} skipping: [managed-node2] => {"changed": false, "msg": "All items skipped"} TASK [fedora.linux_system_roles.postfix : Initialize _postfix_selinux] ********* task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:33 Wednesday 04 September 2024 13:32:38 -0400 (0:00:00.051) 0:01:09.906 *** skipping: [managed-node2] => {"changed": false, "false_condition": "postfix_manage_selinux | bool", "skip_reason": "Conditional result was False"} TASK [fedora.linux_system_roles.postfix : Add the smtp related service ports to _postfix_selinux] *** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:37 Wednesday 04 September 2024 13:32:38 -0400 (0:00:00.126) 0:01:10.032 *** skipping: [managed-node2] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'postfix_manage_selinux | bool', 'item': 'smtp', 'ansible_loop_var': 'item'}) => {"ansible_loop_var": "item", "changed": false, "false_condition": "postfix_manage_selinux | bool", "item": {"ansible_loop_var": "item", "changed": false, "false_condition": "postfix_manage_selinux | bool", "item": "smtp", "skip_reason": "Conditional result was False", "skipped": true}, "skip_reason": "Conditional result was False"} skipping: [managed-node2] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'postfix_manage_selinux | bool', 'item': 'smtps', 'ansible_loop_var': 'item'}) => {"ansible_loop_var": "item", "changed": false, "false_condition": "postfix_manage_selinux | bool", "item": {"ansible_loop_var": "item", "changed": false, "false_condition": "postfix_manage_selinux | bool", "item": "smtps", "skip_reason": "Conditional result was False", "skipped": true}, "skip_reason": "Conditional result was False"} skipping: [managed-node2] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'postfix_manage_selinux | bool', 'item': 'submission', 'ansible_loop_var': 'item'}) => {"ansible_loop_var": "item", "changed": false, "false_condition": "postfix_manage_selinux | bool", "item": {"ansible_loop_var": "item", "changed": false, "false_condition": "postfix_manage_selinux | bool", "item": "submission", "skip_reason": "Conditional result was False", "skipped": true}, "skip_reason": "Conditional result was False"} skipping: [managed-node2] => {"changed": false, "msg": "All items skipped"} 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-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:46 Wednesday 04 September 2024 13:32:38 -0400 (0:00:00.053) 0:01:10.086 *** skipping: [managed-node2] => {"changed": false, "false_condition": "postfix_manage_selinux | bool", "skip_reason": "Conditional result was False"} TASK [Ensure the service and the ports status with the selinux role] *********** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:55 Wednesday 04 September 2024 13:32:38 -0400 (0:00:00.048) 0:01:10.135 *** skipping: [managed-node2] => {"changed": false, "false_condition": "postfix_manage_selinux | bool", "skip_reason": "Conditional result was False"} TASK [fedora.linux_system_roles.postfix : Install Postfix] ********************* task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:60 Wednesday 04 September 2024 13:32:38 -0400 (0:00:00.044) 0:01:10.179 *** changed: [managed-node2] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: postfix-2:3.8.5-4.fc40.x86_64"]} TASK [fedora.linux_system_roles.postfix : Enable Postfix] ********************** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:66 Wednesday 04 September 2024 13:32:43 -0400 (0:00:04.460) 0:01:14.640 *** changed: [managed-node2] => {"changed": true, "enabled": true, "name": "postfix", "state": "started", "status": {"AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "systemd-tmpfiles-setup.service -.mount syslog.target basic.target system.slice tmp.mount network.target sysinit.target systemd-journald.socket", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "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", "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": "sendmail.service shutdown.target exim.service", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Postfix Mail Transport Agent", "DevicePolicy": "closed", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/network (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "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": "14721", "LimitNPROCSoft": "14721", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14721", "LimitSIGPENDINGSoft": "14721", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3459502080", "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", "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", "PrivateTmp": "yes", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "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": "-.mount system.slice sysinit.target", "RequiresMountsFor": "/var/tmp", "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": "4416", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "forking", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "tmp.mount", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity"}} TASK [fedora.linux_system_roles.postfix : Get current config] ****************** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:72 Wednesday 04 September 2024 13:32:44 -0400 (0:00:01.334) 0:01:15.974 *** ok: [managed-node2] => {"changed": false, "cmd": ["postconf"], "delta": "0:00:00.012557", "end": "2024-09-04 13:32:45.064224", "msg": "", "rc": 0, "start": "2024-09-04 13:32:45.051667", "stderr": "", "stderr_lines": [], "stdout": "2bounce_notice_recipient = postmaster\naccess_map_defer_code = 450\naccess_map_reject_code = 554\naddress_verify_cache_cleanup_interval = 12h\naddress_verify_default_transport = $default_transport\naddress_verify_local_transport = $local_transport\naddress_verify_map = btree:$data_directory/verify_cache\naddress_verify_negative_cache = yes\naddress_verify_negative_expire_time = 3d\naddress_verify_negative_refresh_time = 3h\naddress_verify_pending_request_limit = 5000\naddress_verify_poll_count = ${stress?{1}:{3}}\naddress_verify_poll_delay = 3s\naddress_verify_positive_expire_time = 31d\naddress_verify_positive_refresh_time = 7d\naddress_verify_relay_transport = $relay_transport\naddress_verify_relayhost = $relayhost\naddress_verify_sender = $double_bounce_sender\naddress_verify_sender_dependent_default_transport_maps = $sender_dependent_default_transport_maps\naddress_verify_sender_dependent_relayhost_maps = $sender_dependent_relayhost_maps\naddress_verify_sender_ttl = 0s\naddress_verify_service_name = verify\naddress_verify_transport_maps = $transport_maps\naddress_verify_virtual_transport = $virtual_transport\nalias_database = hash:/etc/aliases\nalias_maps = hash:/etc/aliases\nallow_mail_to_commands = alias, forward\nallow_mail_to_files = alias, forward\nallow_min_user = no\nallow_percent_hack = yes\nallow_srv_lookup_fallback = no\nallow_untrusted_routing = no\nalternate_config_directories =\nalways_add_missing_headers = no\nalways_bcc =\nanvil_rate_time_unit = 60s\nanvil_status_update_time = 600s\nappend_at_myorigin = yes\nappend_dot_mydomain = ${{$compatibility_level} \nempty_address_local_login_sender_maps_lookup_key = <>\nempty_address_recipient = MAILER-DAEMON\nempty_address_relayhost_maps_lookup_key = <>\nenable_idna2003_compatibility = no\nenable_long_queue_ids = no\nenable_original_recipient = yes\nenable_threaded_bounces = no\nerror_delivery_slot_cost = $default_delivery_slot_cost\nerror_delivery_slot_discount = $default_delivery_slot_discount\nerror_delivery_slot_loan = $default_delivery_slot_loan\nerror_destination_concurrency_failed_cohort_limit = $default_destination_concurrency_failed_cohort_limit\nerror_destination_concurrency_limit = $default_destination_concurrency_limit\nerror_destination_concurrency_negative_feedback = $default_destination_concurrency_negative_feedback\nerror_destination_concurrency_positive_feedback = $default_destination_concurrency_positive_feedback\nerror_destination_rate_delay = $default_destination_rate_delay\nerror_destination_recipient_limit = $default_destination_recipient_limit\nerror_extra_recipient_limit = $default_extra_recipient_limit\nerror_initial_destination_concurrency = $initial_destination_concurrency\nerror_minimum_delivery_slots = $default_minimum_delivery_slots\nerror_notice_recipient = postmaster\nerror_recipient_limit = $default_recipient_limit\nerror_recipient_refill_delay = $default_recipient_refill_delay\nerror_recipient_refill_limit = $default_recipient_refill_limit\nerror_service_name = error\nerror_transport_rate_delay = $default_transport_rate_delay\nexecution_directory_expansion_filter = 1234567890!@%-_=+:,./abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ\nexpand_owner_alias = no\nexport_environment = TZ MAIL_CONFIG LANG\nfallback_transport =\nfallback_transport_maps =\nfast_flush_domains = $relay_domains\nfast_flush_purge_time = 7d\nfast_flush_refresh_time = 12h\nfault_injection_code = 0\nflush_service_name = flush\nfork_attempts = 5\nfork_delay = 1s\nforward_expansion_filter = 1234567890!@%-_=+:,./abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ\nforward_path = $home/.forward${recipient_delimiter}${extension}, $home/.forward\nfrozen_delivered_to = yes\nhash_queue_depth = 1\nhash_queue_names = deferred, defer\nheader_address_token_limit = 10240\nheader_checks =\nheader_from_format = standard\nheader_size_limit = 102400\nhelpful_warnings = yes\nhome_mailbox =\nhopcount_limit = 50\nhtml_directory = no\nignore_mx_lookup_error = no\nignore_srv_lookup_error = no\nimport_environment = MAIL_CONFIG MAIL_DEBUG MAIL_LOGTAG TZ XAUTHORITY DISPLAY LANG=C POSTLOG_SERVICE POSTLOG_HOSTNAME\nin_flow_delay = 1s\ninet_interfaces = localhost\ninet_protocols = all\ninfo_log_address_format = external\ninitial_destination_concurrency = 5\ninternal_mail_filter_classes =\ninvalid_hostname_reject_code = 501\nipc_idle = 5s\nipc_timeout = 3600s\nipc_ttl = 1000s\nknown_tcp_ports = lmtp=24, smtp=25, smtps=submissions=465, submission=587\nline_length_limit = 2048\nlmdb_map_size = 16777216\nlmtp_address_preference = any\nlmtp_address_verify_target = rcpt\nlmtp_assume_final = no\nlmtp_balance_inet_protocols = yes\nlmtp_bind_address =\nlmtp_bind_address6 =\nlmtp_bind_address_enforce = no\nlmtp_body_checks =\nlmtp_cname_overrides_servername = no\nlmtp_connect_timeout = 0s\nlmtp_connection_cache_destinations =\nlmtp_connection_cache_on_demand = yes\nlmtp_connection_cache_time_limit = 2s\nlmtp_connection_reuse_count_limit = 0\nlmtp_connection_reuse_time_limit = 300s\nlmtp_data_done_timeout = 600s\nlmtp_data_init_timeout = 120s\nlmtp_data_xfer_timeout = 180s\nlmtp_defer_if_no_mx_address_found = no\nlmtp_delivery_slot_cost = $default_delivery_slot_cost\nlmtp_delivery_slot_discount = $default_delivery_slot_discount\nlmtp_delivery_slot_loan = $default_delivery_slot_loan\nlmtp_delivery_status_filter = $default_delivery_status_filter\nlmtp_destination_concurrency_failed_cohort_limit = $default_destination_concurrency_failed_cohort_limit\nlmtp_destination_concurrency_limit = $default_destination_concurrency_limit\nlmtp_destination_concurrency_negative_feedback = $default_destination_concurrency_negative_feedback\nlmtp_destination_concurrency_positive_feedback = $default_destination_concurrency_positive_feedback\nlmtp_destination_rate_delay = $default_destination_rate_delay\nlmtp_destination_recipient_limit = $default_destination_recipient_limit\nlmtp_discard_lhlo_keyword_address_maps =\nlmtp_discard_lhlo_keywords =\nlmtp_dns_reply_filter =\nlmtp_dns_resolver_options =\nlmtp_dns_support_level =\nlmtp_enforce_tls = no\nlmtp_extra_recipient_limit = $default_extra_recipient_limit\nlmtp_fallback_relay =\nlmtp_generic_maps =\nlmtp_header_checks =\nlmtp_host_lookup = dns\nlmtp_initial_destination_concurrency = $initial_destination_concurrency\nlmtp_lhlo_name = $myhostname\nlmtp_lhlo_timeout = 300s\nlmtp_line_length_limit = 998\nlmtp_mail_timeout = 300s\nlmtp_mime_header_checks =\nlmtp_min_data_rate = 500\nlmtp_minimum_delivery_slots = $default_minimum_delivery_slots\nlmtp_mx_address_limit = 5\nlmtp_mx_session_limit = 2\nlmtp_nested_header_checks =\nlmtp_per_request_deadline = ${lmtp_per_record_deadline?{$lmtp_per_record_deadline}:{no}}\nlmtp_pix_workaround_delay_time = 10s\nlmtp_pix_workaround_maps =\nlmtp_pix_workaround_threshold_time = 500s\nlmtp_pix_workarounds = disable_esmtp,delay_dotcrlf\nlmtp_quit_timeout = 300s\nlmtp_quote_rfc821_envelope = yes\nlmtp_randomize_addresses = yes\nlmtp_rcpt_timeout = 300s\nlmtp_recipient_limit = $default_recipient_limit\nlmtp_recipient_refill_delay = $default_recipient_refill_delay\nlmtp_recipient_refill_limit = $default_recipient_refill_limit\nlmtp_reply_filter =\nlmtp_rset_timeout = 20s\nlmtp_sasl_auth_cache_name =\nlmtp_sasl_auth_cache_time = 90d\nlmtp_sasl_auth_enable = no\nlmtp_sasl_auth_soft_bounce = yes\nlmtp_sasl_mechanism_filter =\nlmtp_sasl_password_maps =\nlmtp_sasl_path =\nlmtp_sasl_security_options = noplaintext, noanonymous\nlmtp_sasl_tls_security_options = $lmtp_sasl_security_options\nlmtp_sasl_tls_verified_security_options = $lmtp_sasl_tls_security_options\nlmtp_sasl_type = cyrus\nlmtp_send_dummy_mail_auth = no\nlmtp_send_xforward_command = no\nlmtp_sender_dependent_authentication = no\nlmtp_skip_5xx_greeting = yes\nlmtp_skip_quit_response = no\nlmtp_starttls_timeout = 300s\nlmtp_tcp_port = 24\nlmtp_tls_CAfile =\nlmtp_tls_CApath =\nlmtp_tls_block_early_mail_reply = no\nlmtp_tls_cert_file =\nlmtp_tls_chain_files =\nlmtp_tls_ciphers = medium\nlmtp_tls_connection_reuse = no\nlmtp_tls_dcert_file =\nlmtp_tls_dkey_file = $lmtp_tls_dcert_file\nlmtp_tls_eccert_file =\nlmtp_tls_eckey_file = $lmtp_tls_eccert_file\nlmtp_tls_enforce_peername = yes\nlmtp_tls_exclude_ciphers =\nlmtp_tls_fingerprint_cert_match =\nlmtp_tls_fingerprint_digest = ${{$compatibility_level} =TLSv1\nlmtp_tls_note_starttls_offer = no\nlmtp_tls_per_site =\nlmtp_tls_policy_maps =\nlmtp_tls_protocols = >=TLSv1\nlmtp_tls_scert_verifydepth = 9\nlmtp_tls_secure_cert_match = nexthop\nlmtp_tls_security_level =\nlmtp_tls_servername =\nlmtp_tls_session_cache_database =\nlmtp_tls_session_cache_timeout = 3600s\nlmtp_tls_trust_anchor_file =\nlmtp_tls_verify_cert_match = hostname\nlmtp_tls_wrappermode = no\nlmtp_transport_rate_delay = $default_transport_rate_delay\nlmtp_use_tls = no\nlmtp_xforward_timeout = 300s\nlocal_command_shell =\nlocal_delivery_slot_cost = $default_delivery_slot_cost\nlocal_delivery_slot_discount = $default_delivery_slot_discount\nlocal_delivery_slot_loan = $default_delivery_slot_loan\nlocal_delivery_status_filter = $default_delivery_status_filter\nlocal_destination_concurrency_failed_cohort_limit = $default_destination_concurrency_failed_cohort_limit\nlocal_destination_concurrency_limit = 2\nlocal_destination_concurrency_negative_feedback = $default_destination_concurrency_negative_feedback\nlocal_destination_concurrency_positive_feedback = $default_destination_concurrency_positive_feedback\nlocal_destination_rate_delay = $default_destination_rate_delay\nlocal_destination_recipient_limit = 1\nlocal_extra_recipient_limit = $default_extra_recipient_limit\nlocal_header_rewrite_clients = permit_inet_interfaces\nlocal_initial_destination_concurrency = $initial_destination_concurrency\nlocal_login_sender_maps = static:*\nlocal_minimum_delivery_slots = $default_minimum_delivery_slots\nlocal_recipient_limit = $default_recipient_limit\nlocal_recipient_maps = proxy:unix:passwd.byname $alias_maps\nlocal_recipient_refill_delay = $default_recipient_refill_delay\nlocal_recipient_refill_limit = $default_recipient_refill_limit\nlocal_transport = local:$myhostname\nlocal_transport_rate_delay = $default_transport_rate_delay\nluser_relay =\nmail_name = Postfix\nmail_owner = postfix\nmail_release_date = 20240121\nmail_spool_directory = /var/mail\nmail_version = 3.8.5\nmailbox_command =\nmailbox_command_maps =\nmailbox_delivery_lock = fcntl, dotlock\nmailbox_size_limit = 51200000\nmailbox_transport =\nmailbox_transport_maps =\nmaillog_file =\nmaillog_file_compressor = gzip\nmaillog_file_prefixes = /var, /dev/stdout\nmaillog_file_rotate_suffix = %Y%m%d-%H%M%S\nmailq_path = /usr/bin/mailq.postfix\nmanpage_directory = /usr/share/man\nmaps_rbl_domains =\nmaps_rbl_reject_code = 554\nmasquerade_classes = envelope_sender, header_sender, header_recipient\nmasquerade_domains =\nmasquerade_exceptions =\nmaster_service_disable =\nmax_idle = 100s\nmax_use = 100\nmaximal_backoff_time = 4000s\nmaximal_queue_lifetime = 5d\nmessage_drop_headers = bcc, content-length, resent-bcc, return-path\nmessage_reject_characters =\nmessage_size_limit = 10240000\nmessage_strip_characters =\nmeta_directory = /etc/postfix\nmilter_command_timeout = 30s\nmilter_connect_macros = j {daemon_name} {daemon_addr} v _\nmilter_connect_timeout = 30s\nmilter_content_timeout = 300s\nmilter_data_macros = i\nmilter_default_action = tempfail\nmilter_end_of_data_macros = i\nmilter_end_of_header_macros = i\nmilter_header_checks =\nmilter_helo_macros = {tls_version} {cipher} {cipher_bits} {cert_subject} {cert_issuer}\nmilter_macro_daemon_name = $myhostname\nmilter_macro_defaults =\nmilter_macro_v = $mail_name $mail_version\nmilter_mail_macros = i {auth_type} {auth_authen} {auth_author} {mail_addr} {mail_host} {mail_mailer}\nmilter_protocol = 6\nmilter_rcpt_macros = i {rcpt_addr} {rcpt_host} {rcpt_mailer}\nmilter_unknown_command_macros =\nmime_boundary_length_limit = 2048\nmime_header_checks = $header_checks\nmime_nesting_limit = 100\nminimal_backoff_time = 300s\nmulti_instance_directories =\nmulti_instance_enable = no\nmulti_instance_group =\nmulti_instance_name =\nmulti_instance_wrapper =\nmulti_recipient_bounce_reject_code = 550\nmydestination = $myhostname, localhost.$mydomain, localhost\nmydomain = us-east-1.aws.redhat.com\nmyhostname = ip-10-31-15-229.us-east-1.aws.redhat.com\nmynetworks = 127.0.0.1/32 [::1]/128\nmynetworks_style = ${{$compatibility_level} =TLSv1\nsmtp_tls_note_starttls_offer = no\nsmtp_tls_per_site =\nsmtp_tls_policy_maps =\nsmtp_tls_protocols = >=TLSv1\nsmtp_tls_scert_verifydepth = 9\nsmtp_tls_secure_cert_match = nexthop, dot-nexthop\nsmtp_tls_security_level = may\nsmtp_tls_servername =\nsmtp_tls_session_cache_database =\nsmtp_tls_session_cache_timeout = 3600s\nsmtp_tls_trust_anchor_file =\nsmtp_tls_verify_cert_match = hostname\nsmtp_tls_wrappermode = no\nsmtp_transport_rate_delay = $default_transport_rate_delay\nsmtp_use_tls = no\nsmtp_xforward_timeout = 300s\nsmtpd_authorized_verp_clients = $authorized_verp_clients\nsmtpd_authorized_xclient_hosts =\nsmtpd_authorized_xforward_hosts =\nsmtpd_banner = $myhostname ESMTP $mail_name\nsmtpd_client_auth_rate_limit = 0\nsmtpd_client_connection_count_limit = 50\nsmtpd_client_connection_rate_limit = 0\nsmtpd_client_event_limit_exceptions = ${smtpd_client_connection_limit_exceptions:$mynetworks}\nsmtpd_client_ipv4_prefix_length = 32\nsmtpd_client_ipv6_prefix_length = 84\nsmtpd_client_message_rate_limit = 0\nsmtpd_client_new_tls_session_rate_limit = 0\nsmtpd_client_port_logging = no\nsmtpd_client_recipient_rate_limit = 0\nsmtpd_client_restrictions =\nsmtpd_command_filter =\nsmtpd_data_restrictions =\nsmtpd_delay_open_until_valid_rcpt = yes\nsmtpd_delay_reject = yes\nsmtpd_discard_ehlo_keyword_address_maps =\nsmtpd_discard_ehlo_keywords =\nsmtpd_dns_reply_filter =\nsmtpd_end_of_data_restrictions =\nsmtpd_enforce_tls = no\nsmtpd_error_sleep_time = 1s\nsmtpd_etrn_restrictions =\nsmtpd_expansion_filter = \\t\\40!\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\\\]^_`abcdefghijklmnopqrstuvwxyz{|}~\nsmtpd_forbid_bare_newline = no\nsmtpd_forbid_bare_newline_exclusions = $mynetworks\nsmtpd_forbid_bare_newline_reject_code = 550\nsmtpd_forbid_unauth_pipelining = no\nsmtpd_forbidden_commands = CONNECT GET POST regexp:{{/^[^A-Z]/ Bogus}}\nsmtpd_hard_error_limit = ${stress?{1}:{20}}\nsmtpd_helo_required = no\nsmtpd_helo_restrictions =\nsmtpd_history_flush_threshold = 100\nsmtpd_junk_command_limit = ${stress?{1}:{100}}\nsmtpd_log_access_permit_actions =\nsmtpd_milter_maps =\nsmtpd_milters =\nsmtpd_min_data_rate = 500\nsmtpd_noop_commands =\nsmtpd_null_access_lookup_key = <>\nsmtpd_peername_lookup = yes\nsmtpd_per_request_deadline = ${smtpd_per_record_deadline?{$smtpd_per_record_deadline}:{${stress?{yes}:{no}}}}\nsmtpd_policy_service_default_action = 451 4.3.5 Server configuration problem\nsmtpd_policy_service_max_idle = 300s\nsmtpd_policy_service_max_ttl = 1000s\nsmtpd_policy_service_policy_context =\nsmtpd_policy_service_request_limit = 0\nsmtpd_policy_service_retry_delay = 1s\nsmtpd_policy_service_timeout = 100s\nsmtpd_policy_service_try_limit = 2\nsmtpd_proxy_ehlo = $myhostname\nsmtpd_proxy_filter =\nsmtpd_proxy_options =\nsmtpd_proxy_timeout = 100s\nsmtpd_recipient_limit = 1000\nsmtpd_recipient_overshoot_limit = 1000\nsmtpd_recipient_restrictions =\nsmtpd_reject_footer =\nsmtpd_reject_footer_maps =\nsmtpd_reject_unlisted_recipient = yes\nsmtpd_reject_unlisted_sender = no\nsmtpd_relay_before_recipient_restrictions = ${{$compatibility_level} =TLSv1\nsmtpd_tls_protocols = >=TLSv1\nsmtpd_tls_received_header = no\nsmtpd_tls_req_ccert = no\nsmtpd_tls_security_level = may\nsmtpd_tls_session_cache_database =\nsmtpd_tls_session_cache_timeout = 3600s\nsmtpd_tls_wrappermode = no\nsmtpd_upstream_proxy_protocol =\nsmtpd_upstream_proxy_timeout = 5s\nsmtpd_use_tls = no\nsmtputf8_autodetect_classes = sendmail, verify\nsmtputf8_enable = ${{$compatibility_level} ", "empty_address_local_login_sender_maps_lookup_key = <>", "empty_address_recipient = MAILER-DAEMON", "empty_address_relayhost_maps_lookup_key = <>", "enable_idna2003_compatibility = no", "enable_long_queue_ids = no", "enable_original_recipient = yes", "enable_threaded_bounces = no", "error_delivery_slot_cost = $default_delivery_slot_cost", "error_delivery_slot_discount = $default_delivery_slot_discount", "error_delivery_slot_loan = $default_delivery_slot_loan", "error_destination_concurrency_failed_cohort_limit = $default_destination_concurrency_failed_cohort_limit", "error_destination_concurrency_limit = $default_destination_concurrency_limit", "error_destination_concurrency_negative_feedback = $default_destination_concurrency_negative_feedback", "error_destination_concurrency_positive_feedback = $default_destination_concurrency_positive_feedback", "error_destination_rate_delay = $default_destination_rate_delay", "error_destination_recipient_limit = $default_destination_recipient_limit", "error_extra_recipient_limit = $default_extra_recipient_limit", "error_initial_destination_concurrency = $initial_destination_concurrency", "error_minimum_delivery_slots = $default_minimum_delivery_slots", "error_notice_recipient = postmaster", "error_recipient_limit = $default_recipient_limit", "error_recipient_refill_delay = $default_recipient_refill_delay", "error_recipient_refill_limit = $default_recipient_refill_limit", "error_service_name = error", "error_transport_rate_delay = $default_transport_rate_delay", "execution_directory_expansion_filter = 1234567890!@%-_=+:,./abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ", "expand_owner_alias = no", "export_environment = TZ MAIL_CONFIG LANG", "fallback_transport =", "fallback_transport_maps =", "fast_flush_domains = $relay_domains", "fast_flush_purge_time = 7d", "fast_flush_refresh_time = 12h", "fault_injection_code = 0", "flush_service_name = flush", "fork_attempts = 5", "fork_delay = 1s", "forward_expansion_filter = 1234567890!@%-_=+:,./abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ", "forward_path = $home/.forward${recipient_delimiter}${extension}, $home/.forward", "frozen_delivered_to = yes", "hash_queue_depth = 1", "hash_queue_names = deferred, defer", "header_address_token_limit = 10240", "header_checks =", "header_from_format = standard", "header_size_limit = 102400", "helpful_warnings = yes", "home_mailbox =", "hopcount_limit = 50", "html_directory = no", "ignore_mx_lookup_error = no", "ignore_srv_lookup_error = no", "import_environment = MAIL_CONFIG MAIL_DEBUG MAIL_LOGTAG TZ XAUTHORITY DISPLAY LANG=C POSTLOG_SERVICE POSTLOG_HOSTNAME", "in_flow_delay = 1s", "inet_interfaces = localhost", "inet_protocols = all", "info_log_address_format = external", "initial_destination_concurrency = 5", "internal_mail_filter_classes =", "invalid_hostname_reject_code = 501", "ipc_idle = 5s", "ipc_timeout = 3600s", "ipc_ttl = 1000s", "known_tcp_ports = lmtp=24, smtp=25, smtps=submissions=465, submission=587", "line_length_limit = 2048", "lmdb_map_size = 16777216", "lmtp_address_preference = any", "lmtp_address_verify_target = rcpt", "lmtp_assume_final = no", "lmtp_balance_inet_protocols = yes", "lmtp_bind_address =", "lmtp_bind_address6 =", "lmtp_bind_address_enforce = no", "lmtp_body_checks =", "lmtp_cname_overrides_servername = no", "lmtp_connect_timeout = 0s", "lmtp_connection_cache_destinations =", "lmtp_connection_cache_on_demand = yes", "lmtp_connection_cache_time_limit = 2s", "lmtp_connection_reuse_count_limit = 0", "lmtp_connection_reuse_time_limit = 300s", "lmtp_data_done_timeout = 600s", "lmtp_data_init_timeout = 120s", "lmtp_data_xfer_timeout = 180s", "lmtp_defer_if_no_mx_address_found = no", "lmtp_delivery_slot_cost = $default_delivery_slot_cost", "lmtp_delivery_slot_discount = $default_delivery_slot_discount", "lmtp_delivery_slot_loan = $default_delivery_slot_loan", "lmtp_delivery_status_filter = $default_delivery_status_filter", "lmtp_destination_concurrency_failed_cohort_limit = $default_destination_concurrency_failed_cohort_limit", "lmtp_destination_concurrency_limit = $default_destination_concurrency_limit", "lmtp_destination_concurrency_negative_feedback = $default_destination_concurrency_negative_feedback", "lmtp_destination_concurrency_positive_feedback = $default_destination_concurrency_positive_feedback", "lmtp_destination_rate_delay = $default_destination_rate_delay", "lmtp_destination_recipient_limit = $default_destination_recipient_limit", "lmtp_discard_lhlo_keyword_address_maps =", "lmtp_discard_lhlo_keywords =", "lmtp_dns_reply_filter =", "lmtp_dns_resolver_options =", "lmtp_dns_support_level =", "lmtp_enforce_tls = no", "lmtp_extra_recipient_limit = $default_extra_recipient_limit", "lmtp_fallback_relay =", "lmtp_generic_maps =", "lmtp_header_checks =", "lmtp_host_lookup = dns", "lmtp_initial_destination_concurrency = $initial_destination_concurrency", "lmtp_lhlo_name = $myhostname", "lmtp_lhlo_timeout = 300s", "lmtp_line_length_limit = 998", "lmtp_mail_timeout = 300s", "lmtp_mime_header_checks =", "lmtp_min_data_rate = 500", "lmtp_minimum_delivery_slots = $default_minimum_delivery_slots", "lmtp_mx_address_limit = 5", "lmtp_mx_session_limit = 2", "lmtp_nested_header_checks =", "lmtp_per_request_deadline = ${lmtp_per_record_deadline?{$lmtp_per_record_deadline}:{no}}", "lmtp_pix_workaround_delay_time = 10s", "lmtp_pix_workaround_maps =", "lmtp_pix_workaround_threshold_time = 500s", "lmtp_pix_workarounds = disable_esmtp,delay_dotcrlf", "lmtp_quit_timeout = 300s", "lmtp_quote_rfc821_envelope = yes", "lmtp_randomize_addresses = yes", "lmtp_rcpt_timeout = 300s", "lmtp_recipient_limit = $default_recipient_limit", "lmtp_recipient_refill_delay = $default_recipient_refill_delay", "lmtp_recipient_refill_limit = $default_recipient_refill_limit", "lmtp_reply_filter =", "lmtp_rset_timeout = 20s", "lmtp_sasl_auth_cache_name =", "lmtp_sasl_auth_cache_time = 90d", "lmtp_sasl_auth_enable = no", "lmtp_sasl_auth_soft_bounce = yes", "lmtp_sasl_mechanism_filter =", "lmtp_sasl_password_maps =", "lmtp_sasl_path =", "lmtp_sasl_security_options = noplaintext, noanonymous", "lmtp_sasl_tls_security_options = $lmtp_sasl_security_options", "lmtp_sasl_tls_verified_security_options = $lmtp_sasl_tls_security_options", "lmtp_sasl_type = cyrus", "lmtp_send_dummy_mail_auth = no", "lmtp_send_xforward_command = no", "lmtp_sender_dependent_authentication = no", "lmtp_skip_5xx_greeting = yes", "lmtp_skip_quit_response = no", "lmtp_starttls_timeout = 300s", "lmtp_tcp_port = 24", "lmtp_tls_CAfile =", "lmtp_tls_CApath =", "lmtp_tls_block_early_mail_reply = no", "lmtp_tls_cert_file =", "lmtp_tls_chain_files =", "lmtp_tls_ciphers = medium", "lmtp_tls_connection_reuse = no", "lmtp_tls_dcert_file =", "lmtp_tls_dkey_file = $lmtp_tls_dcert_file", "lmtp_tls_eccert_file =", "lmtp_tls_eckey_file = $lmtp_tls_eccert_file", "lmtp_tls_enforce_peername = yes", "lmtp_tls_exclude_ciphers =", "lmtp_tls_fingerprint_cert_match =", "lmtp_tls_fingerprint_digest = ${{$compatibility_level} =TLSv1", "lmtp_tls_note_starttls_offer = no", "lmtp_tls_per_site =", "lmtp_tls_policy_maps =", "lmtp_tls_protocols = >=TLSv1", "lmtp_tls_scert_verifydepth = 9", "lmtp_tls_secure_cert_match = nexthop", "lmtp_tls_security_level =", "lmtp_tls_servername =", "lmtp_tls_session_cache_database =", "lmtp_tls_session_cache_timeout = 3600s", "lmtp_tls_trust_anchor_file =", "lmtp_tls_verify_cert_match = hostname", "lmtp_tls_wrappermode = no", "lmtp_transport_rate_delay = $default_transport_rate_delay", "lmtp_use_tls = no", "lmtp_xforward_timeout = 300s", "local_command_shell =", "local_delivery_slot_cost = $default_delivery_slot_cost", "local_delivery_slot_discount = $default_delivery_slot_discount", "local_delivery_slot_loan = $default_delivery_slot_loan", "local_delivery_status_filter = $default_delivery_status_filter", "local_destination_concurrency_failed_cohort_limit = $default_destination_concurrency_failed_cohort_limit", "local_destination_concurrency_limit = 2", "local_destination_concurrency_negative_feedback = $default_destination_concurrency_negative_feedback", "local_destination_concurrency_positive_feedback = $default_destination_concurrency_positive_feedback", "local_destination_rate_delay = $default_destination_rate_delay", "local_destination_recipient_limit = 1", "local_extra_recipient_limit = $default_extra_recipient_limit", "local_header_rewrite_clients = permit_inet_interfaces", "local_initial_destination_concurrency = $initial_destination_concurrency", "local_login_sender_maps = static:*", "local_minimum_delivery_slots = $default_minimum_delivery_slots", "local_recipient_limit = $default_recipient_limit", "local_recipient_maps = proxy:unix:passwd.byname $alias_maps", "local_recipient_refill_delay = $default_recipient_refill_delay", "local_recipient_refill_limit = $default_recipient_refill_limit", "local_transport = local:$myhostname", "local_transport_rate_delay = $default_transport_rate_delay", "luser_relay =", "mail_name = Postfix", "mail_owner = postfix", "mail_release_date = 20240121", "mail_spool_directory = /var/mail", "mail_version = 3.8.5", "mailbox_command =", "mailbox_command_maps =", "mailbox_delivery_lock = fcntl, dotlock", "mailbox_size_limit = 51200000", "mailbox_transport =", "mailbox_transport_maps =", "maillog_file =", "maillog_file_compressor = gzip", "maillog_file_prefixes = /var, /dev/stdout", "maillog_file_rotate_suffix = %Y%m%d-%H%M%S", "mailq_path = /usr/bin/mailq.postfix", "manpage_directory = /usr/share/man", "maps_rbl_domains =", "maps_rbl_reject_code = 554", "masquerade_classes = envelope_sender, header_sender, header_recipient", "masquerade_domains =", "masquerade_exceptions =", "master_service_disable =", "max_idle = 100s", "max_use = 100", "maximal_backoff_time = 4000s", "maximal_queue_lifetime = 5d", "message_drop_headers = bcc, content-length, resent-bcc, return-path", "message_reject_characters =", "message_size_limit = 10240000", "message_strip_characters =", "meta_directory = /etc/postfix", "milter_command_timeout = 30s", "milter_connect_macros = j {daemon_name} {daemon_addr} v _", "milter_connect_timeout = 30s", "milter_content_timeout = 300s", "milter_data_macros = i", "milter_default_action = tempfail", "milter_end_of_data_macros = i", "milter_end_of_header_macros = i", "milter_header_checks =", "milter_helo_macros = {tls_version} {cipher} {cipher_bits} {cert_subject} {cert_issuer}", "milter_macro_daemon_name = $myhostname", "milter_macro_defaults =", "milter_macro_v = $mail_name $mail_version", "milter_mail_macros = i {auth_type} {auth_authen} {auth_author} {mail_addr} {mail_host} {mail_mailer}", "milter_protocol = 6", "milter_rcpt_macros = i {rcpt_addr} {rcpt_host} {rcpt_mailer}", "milter_unknown_command_macros =", "mime_boundary_length_limit = 2048", "mime_header_checks = $header_checks", "mime_nesting_limit = 100", "minimal_backoff_time = 300s", "multi_instance_directories =", "multi_instance_enable = no", "multi_instance_group =", "multi_instance_name =", "multi_instance_wrapper =", "multi_recipient_bounce_reject_code = 550", "mydestination = $myhostname, localhost.$mydomain, localhost", "mydomain = us-east-1.aws.redhat.com", "myhostname = ip-10-31-15-229.us-east-1.aws.redhat.com", "mynetworks = 127.0.0.1/32 [::1]/128", "mynetworks_style = ${{$compatibility_level} =TLSv1", "smtp_tls_note_starttls_offer = no", "smtp_tls_per_site =", "smtp_tls_policy_maps =", "smtp_tls_protocols = >=TLSv1", "smtp_tls_scert_verifydepth = 9", "smtp_tls_secure_cert_match = nexthop, dot-nexthop", "smtp_tls_security_level = may", "smtp_tls_servername =", "smtp_tls_session_cache_database =", "smtp_tls_session_cache_timeout = 3600s", "smtp_tls_trust_anchor_file =", "smtp_tls_verify_cert_match = hostname", "smtp_tls_wrappermode = no", "smtp_transport_rate_delay = $default_transport_rate_delay", "smtp_use_tls = no", "smtp_xforward_timeout = 300s", "smtpd_authorized_verp_clients = $authorized_verp_clients", "smtpd_authorized_xclient_hosts =", "smtpd_authorized_xforward_hosts =", "smtpd_banner = $myhostname ESMTP $mail_name", "smtpd_client_auth_rate_limit = 0", "smtpd_client_connection_count_limit = 50", "smtpd_client_connection_rate_limit = 0", "smtpd_client_event_limit_exceptions = ${smtpd_client_connection_limit_exceptions:$mynetworks}", "smtpd_client_ipv4_prefix_length = 32", "smtpd_client_ipv6_prefix_length = 84", "smtpd_client_message_rate_limit = 0", "smtpd_client_new_tls_session_rate_limit = 0", "smtpd_client_port_logging = no", "smtpd_client_recipient_rate_limit = 0", "smtpd_client_restrictions =", "smtpd_command_filter =", "smtpd_data_restrictions =", "smtpd_delay_open_until_valid_rcpt = yes", "smtpd_delay_reject = yes", "smtpd_discard_ehlo_keyword_address_maps =", "smtpd_discard_ehlo_keywords =", "smtpd_dns_reply_filter =", "smtpd_end_of_data_restrictions =", "smtpd_enforce_tls = no", "smtpd_error_sleep_time = 1s", "smtpd_etrn_restrictions =", "smtpd_expansion_filter = \\t\\40!\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\\\]^_`abcdefghijklmnopqrstuvwxyz{|}~", "smtpd_forbid_bare_newline = no", "smtpd_forbid_bare_newline_exclusions = $mynetworks", "smtpd_forbid_bare_newline_reject_code = 550", "smtpd_forbid_unauth_pipelining = no", "smtpd_forbidden_commands = CONNECT GET POST regexp:{{/^[^A-Z]/ Bogus}}", "smtpd_hard_error_limit = ${stress?{1}:{20}}", "smtpd_helo_required = no", "smtpd_helo_restrictions =", "smtpd_history_flush_threshold = 100", "smtpd_junk_command_limit = ${stress?{1}:{100}}", "smtpd_log_access_permit_actions =", "smtpd_milter_maps =", "smtpd_milters =", "smtpd_min_data_rate = 500", "smtpd_noop_commands =", "smtpd_null_access_lookup_key = <>", "smtpd_peername_lookup = yes", "smtpd_per_request_deadline = ${smtpd_per_record_deadline?{$smtpd_per_record_deadline}:{${stress?{yes}:{no}}}}", "smtpd_policy_service_default_action = 451 4.3.5 Server configuration problem", "smtpd_policy_service_max_idle = 300s", "smtpd_policy_service_max_ttl = 1000s", "smtpd_policy_service_policy_context =", "smtpd_policy_service_request_limit = 0", "smtpd_policy_service_retry_delay = 1s", "smtpd_policy_service_timeout = 100s", "smtpd_policy_service_try_limit = 2", "smtpd_proxy_ehlo = $myhostname", "smtpd_proxy_filter =", "smtpd_proxy_options =", "smtpd_proxy_timeout = 100s", "smtpd_recipient_limit = 1000", "smtpd_recipient_overshoot_limit = 1000", "smtpd_recipient_restrictions =", "smtpd_reject_footer =", "smtpd_reject_footer_maps =", "smtpd_reject_unlisted_recipient = yes", "smtpd_reject_unlisted_sender = no", "smtpd_relay_before_recipient_restrictions = ${{$compatibility_level} =TLSv1", "smtpd_tls_protocols = >=TLSv1", "smtpd_tls_received_header = no", "smtpd_tls_req_ccert = no", "smtpd_tls_security_level = may", "smtpd_tls_session_cache_database =", "smtpd_tls_session_cache_timeout = 3600s", "smtpd_tls_wrappermode = no", "smtpd_upstream_proxy_protocol =", "smtpd_upstream_proxy_timeout = 5s", "smtpd_use_tls = no", "smtputf8_autodetect_classes = sendmail, verify", "smtputf8_enable = ${{$compatibility_level} {"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-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:112 Wednesday 04 September 2024 13:32:45 -0400 (0:00:00.023) 0:01:16.508 *** skipping: [managed-node2] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} TASK [fedora.linux_system_roles.postfix : Gather facts for ansible_date_time] *** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:126 Wednesday 04 September 2024 13:32:45 -0400 (0:00:00.030) 0:01:16.538 *** ok: [managed-node2] TASK [fedora.linux_system_roles.postfix : Backup configuration] **************** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:132 Wednesday 04 September 2024 13:32:47 -0400 (0:00:02.110) 0:01:18.649 *** changed: [managed-node2] => {"changed": true, "checksum": "1b619865e70047dd4987d6f4361438a356b11d0e", "dest": "/etc/postfix/main.cf.2024-09-04T17:32:47Z", "gid": 0, "group": "root", "md5sum": "a237532fbdccf3881de08c4ca5b57e52", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:postfix_etc_t:s0", "size": 29709, "src": "/etc/postfix/main.cf", "state": "file", "uid": 0} TASK [fedora.linux_system_roles.postfix : Ensure Last modified header is absent] *** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:140 Wednesday 04 September 2024 13:32:47 -0400 (0:00:00.426) 0:01:19.075 *** ok: [managed-node2] => {"backup": "", "changed": false, "found": 0, "msg": ""} TASK [fedora.linux_system_roles.postfix : Ensure the outdated ansible managed header is absent] *** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:148 Wednesday 04 September 2024 13:32:48 -0400 (0:00:00.423) 0:01:19.499 *** ok: [managed-node2] => {"backup": "", "changed": false, "found": 0, "msg": ""} TASK [fedora.linux_system_roles.postfix : Ensure ansible_managed header in configuration file] *** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:154 Wednesday 04 September 2024 13:32:48 -0400 (0:00:00.423) 0:01:19.923 *** changed: [managed-node2] => {"changed": true, "msg": "Block inserted"} TASK [fedora.linux_system_roles.postfix : Configure Postfix] ******************* task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:162 Wednesday 04 September 2024 13:32:49 -0400 (0:00:00.439) 0:01:20.362 *** skipping: [managed-node2] => (item={'key': 'previous', 'value': 'replaced'}) => {"ansible_loop_var": "item", "changed": false, "false_condition": "item.key not in ['previous']", "item": {"key": "previous", "value": "replaced"}, "skip_reason": "Conditional result was False"} changed: [managed-node2] => (item={'key': 'relay_domains', 'value': 'Liverpool city'}) => {"ansible_loop_var": "item", "changed": true, "cmd": ["postconf", "-e", "relay_domains=Liverpool city"], "delta": "0:00:00.011886", "end": "2024-09-04 13:32:49.451516", "item": {"key": "relay_domains", "value": "Liverpool city"}, "msg": "", "rc": 0, "start": "2024-09-04 13:32:49.439630", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} Notification for handler Check postfix has been saved. Notification for handler Restart postfix has been saved. TASK [Flush handlers] ********************************************************** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_previous_replaced.yml:49 Wednesday 04 September 2024 13:32:49 -0400 (0:00:00.448) 0:01:20.811 *** NOTIFIED HANDLER fedora.linux_system_roles.postfix : Check postfix for managed-node2 NOTIFIED HANDLER fedora.linux_system_roles.postfix : Restart postfix for managed-node2 META: triggered running handlers for managed-node2 RUNNING HANDLER [fedora.linux_system_roles.postfix : Check postfix] ************ task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/handlers/main.yml:2 Wednesday 04 September 2024 13:32:49 -0400 (0:00:00.021) 0:01:20.833 *** ok: [managed-node2] => {"changed": false, "cmd": ["postfix", "check"], "delta": "0:00:01.749173", "end": "2024-09-04 13:32:51.621511", "msg": "", "rc": 0, "start": "2024-09-04 13:32:49.872338", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} RUNNING HANDLER [fedora.linux_system_roles.postfix : Restart postfix] ********** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/handlers/main.yml:7 Wednesday 04 September 2024 13:32:51 -0400 (0:00:02.131) 0:01:22.964 *** changed: [managed-node2] => {"changed": true, "name": "postfix", "state": "started", "status": {"AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Wed 2024-09-04 13:32:44 EDT", "ActiveEnterTimestampMonotonic": "287071584", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice syslog.target tmp.mount systemd-tmpfiles-setup.service sysinit.target systemd-journald.socket -.mount network.target basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Wed 2024-09-04 13:32:44 EDT", "AssertTimestampMonotonic": "286690491", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "373717000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "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": "yes", "ConditionTimestamp": "Wed 2024-09-04 13:32:44 EDT", "ConditionTimestampMonotonic": "286690488", "ConfigurationDirectoryMode": "0755", "Conflicts": "exim.service sendmail.service shutdown.target", "ControlGroup": "/system.slice/postfix.service", "ControlGroupId": "6543", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Postfix Mail Transport Agent", "DevicePolicy": "closed", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/network (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "9842", "ExecMainStartTimestamp": "Wed 2024-09-04 13:32:44 EDT", "ExecMainStartTimestampMonotonic": "287071499", "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=[Wed 2024-09-04 13:32:44 EDT] ; stop_time=[Wed 2024-09-04 13:32:44 EDT] ; pid=9775 ; code=exited ; status=0 }", "ExecStartEx": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix start ; flags= ; start_time=[Wed 2024-09-04 13:32:44 EDT] ; stop_time=[Wed 2024-09-04 13:32:44 EDT] ; pid=9775 ; code=exited ; status=0 }", "ExecStartPre": "{ path=/usr/libexec/postfix/chroot-update ; argv[]=/usr/libexec/postfix/chroot-update ; ignore_errors=yes ; start_time=[Wed 2024-09-04 13:32:44 EDT] ; stop_time=[Wed 2024-09-04 13:32:44 EDT] ; pid=9773 ; code=exited ; status=0 }", "ExecStartPreEx": "{ path=/usr/libexec/postfix/chroot-update ; argv[]=/usr/libexec/postfix/chroot-update ; flags=ignore-failure ; start_time=[Wed 2024-09-04 13:32:44 EDT] ; stop_time=[Wed 2024-09-04 13:32:44 EDT] ; pid=9773 ; code=exited ; status=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", "InactiveExitTimestamp": "Wed 2024-09-04 13:32:44 EDT", "InactiveExitTimestampMonotonic": "286702317", "InvocationID": "ebc672c1bc9a4ab281058139a8e0909e", "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": "14721", "LimitNPROCSoft": "14721", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14721", "LimitSIGPENDINGSoft": "14721", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "9842", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3497828352", "MemoryCurrent": "4235264", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "4538368", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "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", "PrivateTmp": "yes", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "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 -.mount", "RequiresMountsFor": "/var/tmp", "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", "StateChangeTimestamp": "Wed 2024-09-04 13:32:44 EDT", "StateChangeTimestampMonotonic": "287071584", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "3", "TasksMax": "4416", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "forking", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "tmp.mount", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} TASK [Print postfix settings that have explicit value set] ********************* task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_previous_replaced.yml:52 Wednesday 04 September 2024 13:32:52 -0400 (0:00:01.031) 0:01:23.996 *** ok: [managed-node2] => {"changed": false, "cmd": ["postconf", "-n"], "delta": "0:00:00.010909", "end": "2024-09-04 13:32:53.173197", "msg": "", "rc": 0, "start": "2024-09-04 13:32:53.162288", "stderr": "", "stderr_lines": [], "stdout": "alias_database = hash:/etc/aliases\nalias_maps = hash:/etc/aliases\ncommand_directory = /usr/sbin\ncompatibility_level = 3.8\ndaemon_directory = /usr/libexec/postfix\ndata_directory = /var/lib/postfix\ndebug_peer_level = 2\ndebugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin ddd $daemon_directory/$process_name $process_id & sleep 5\nhtml_directory = no\ninet_interfaces = localhost\ninet_protocols = all\nmail_owner = postfix\nmailq_path = /usr/bin/mailq.postfix\nmanpage_directory = /usr/share/man\nmeta_directory = /etc/postfix\nmydestination = $myhostname, localhost.$mydomain, localhost\nnewaliases_path = /usr/bin/newaliases.postfix\nqueue_directory = /var/spool/postfix\nreadme_directory = /usr/share/doc/postfix/README_FILES\nrelay_domains = Liverpool city\nsample_directory = /usr/share/doc/postfix/samples\nsendmail_path = /usr/sbin/sendmail.postfix\nsetgid_group = postdrop\nshlib_directory = /usr/lib64/postfix\nsmtp_tls_CAfile = /etc/pki/tls/certs/ca-bundle.crt\nsmtp_tls_CApath = /etc/pki/tls/certs\nsmtp_tls_security_level = may\nsmtpd_tls_cert_file = /etc/pki/tls/certs/postfix.pem\nsmtpd_tls_key_file = /etc/pki/tls/private/postfix.key\nsmtpd_tls_security_level = may\nunknown_local_recipient_reject_code = 550", "stdout_lines": ["alias_database = hash:/etc/aliases", "alias_maps = hash:/etc/aliases", "command_directory = /usr/sbin", "compatibility_level = 3.8", "daemon_directory = /usr/libexec/postfix", "data_directory = /var/lib/postfix", "debug_peer_level = 2", "debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin ddd $daemon_directory/$process_name $process_id & sleep 5", "html_directory = no", "inet_interfaces = localhost", "inet_protocols = all", "mail_owner = postfix", "mailq_path = /usr/bin/mailq.postfix", "manpage_directory = /usr/share/man", "meta_directory = /etc/postfix", "mydestination = $myhostname, localhost.$mydomain, localhost", "newaliases_path = /usr/bin/newaliases.postfix", "queue_directory = /var/spool/postfix", "readme_directory = /usr/share/doc/postfix/README_FILES", "relay_domains = Liverpool city", "sample_directory = /usr/share/doc/postfix/samples", "sendmail_path = /usr/sbin/sendmail.postfix", "setgid_group = postdrop", "shlib_directory = /usr/lib64/postfix", "smtp_tls_CAfile = /etc/pki/tls/certs/ca-bundle.crt", "smtp_tls_CApath = /etc/pki/tls/certs", "smtp_tls_security_level = may", "smtpd_tls_cert_file = /etc/pki/tls/certs/postfix.pem", "smtpd_tls_key_file = /etc/pki/tls/private/postfix.key", "smtpd_tls_security_level = may", "unknown_local_recipient_reject_code = 550"]} TASK [Verify that relayhost is unset and relay_domains is set] ***************** task path: /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_previous_replaced.yml:57 Wednesday 04 September 2024 13:32:53 -0400 (0:00:00.518) 0:01:24.515 *** ok: [managed-node2] => { "changed": false, "msg": "All assertions passed" } PLAY RECAP ********************************************************************* managed-node2 : ok=88 changed=17 unreachable=0 failed=0 skipped=105 rescued=0 ignored=0 Wednesday 04 September 2024 13:32:53 -0400 (0:00:00.109) 0:01:24.624 *** =============================================================================== fedora.linux_system_roles.postfix : Install Postfix -------------------- 10.36s /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:60 fedora.linux_system_roles.selinux : Set an SELinux label on a port ------ 9.15s /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 fedora.linux_system_roles.postfix : Install Postfix --------------------- 4.46s /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:60 Gathering Facts --------------------------------------------------------- 3.63s /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_previous_replaced.yml:2 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 3.41s /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 fedora.linux_system_roles.postfix : Remove package(s) to reset original confs ['postfix'] --- 2.89s /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:23 fedora.linux_system_roles.postfix : Check postfix ----------------------- 2.48s /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/handlers/main.yml:2 fedora.linux_system_roles.selinux : Install SELinux tool semanage ------- 2.47s /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 fedora.linux_system_roles.firewall : Configure firewall ----------------- 2.14s /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 fedora.linux_system_roles.postfix : Check postfix ----------------------- 2.13s /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/handlers/main.yml:2 fedora.linux_system_roles.postfix : Gather facts for ansible_date_time --- 2.11s /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:126 fedora.linux_system_roles.postfix : Get the smtp related tcp service ports --- 1.90s /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:12 fedora.linux_system_roles.firewall : Enable and start firewalld service --- 1.82s /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 fedora.linux_system_roles.postfix : Gather facts for ansible_date_time --- 1.77s /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:126 fedora.linux_system_roles.firewall : Install firewalld ------------------ 1.76s /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 fedora.linux_system_roles.firewall : Install firewalld ------------------ 1.62s /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 fedora.linux_system_roles.firewall : Configure firewall ----------------- 1.54s /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 fedora.linux_system_roles.postfix : Install Postfix --------------------- 1.52s /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:60 fedora.linux_system_roles.selinux : Install SELinux python3 tools ------- 1.52s /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 fedora.linux_system_roles.selinux : Refresh facts ----------------------- 1.49s /tmp/collections-Taf/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:89