[WARNING]: Failure using method (v2_playbook_on_play_start) in callback plugin (): 'CallbackModule' object has no attribute 'results' ansible-playbook [core 2.17.11] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.13/site-packages/ansible ansible collection location = /tmp/collections-BKG executable location = /usr/local/bin/ansible-playbook python version = 3.13.3 (main, Apr 22 2025, 00:00:00) [GCC 15.0.1 20250418 (Red Hat 15.0.1-0)] (/usr/bin/python3.13) jinja version = 3.1.6 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_set_banner.yml ************************************************* 1 plays in /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_banner.yml PLAY [Set smtpd banner] ******************************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_banner.yml:2 Monday 12 May 2025 17:04:14 -0400 (0:00:00.019) 0:00:00.019 ************ [WARNING]: Platform linux on host managed-node3 is using the discovered Python interpreter at /usr/bin/python3, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed-node3] TASK [Run the role with test smtpd_banner] ************************************* task path: /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_banner.yml:12 Monday 12 May 2025 17:04:17 -0400 (0:00:03.469) 0:00:03.489 ************ included: fedora.linux_system_roles.postfix for managed-node3 TASK [fedora.linux_system_roles.postfix : Ensure ansible_facts required by role] *** task path: /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:2 Monday 12 May 2025 17:04:17 -0400 (0:00:00.040) 0:00:03.530 ************ included: /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml for managed-node3 TASK [fedora.linux_system_roles.postfix : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:3 Monday 12 May 2025 17:04:17 -0400 (0:00:00.019) 0:00:03.549 ************ skipping: [managed-node3] => { "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-BKG/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:11 Monday 12 May 2025 17:04:17 -0400 (0:00:00.034) 0:00:03.583 ************ ok: [managed-node3] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.postfix : Set flag to indicate system is ostree] *** task path: /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:16 Monday 12 May 2025 17:04:18 -0400 (0:00:00.464) 0:00:04.048 ************ ok: [managed-node3] => { "ansible_facts": { "__postfix_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.postfix : Set platform/version specific variables] *** task path: /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:20 Monday 12 May 2025 17:04:18 -0400 (0:00:00.023) 0:00:04.071 ************ ok: [managed-node3] => (item=RedHat.yml) => { "ansible_facts": { "__postfix_smtp_services": [ "smtp", "smtps", "submission" ] }, "ansible_included_var_files": [ "/tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/postfix/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [managed-node3] => (item=Fedora.yml) => { "ansible_facts": { "__postfix_smtp_services": [ "smtp", "smtps", "submission" ] }, "ansible_included_var_files": [ "/tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/postfix/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [managed-node3] => (item=Fedora_42.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__postfix_vars_file is file", "item": "Fedora_42.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=Fedora_42.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__postfix_vars_file is file", "item": "Fedora_42.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postfix : Get status of package(s) ['postfix']] *** task path: /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:16 Monday 12 May 2025 17:04:18 -0400 (0:00:00.045) 0:00:04.117 ************ skipping: [managed-node3] => (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-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.postfix : Remove package(s) to reset original confs ['postfix']] *** task path: /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:23 Monday 12 May 2025 17:04:18 -0400 (0:00:00.035) 0:00:04.152 ************ skipping: [managed-node3] => { "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-BKG/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:38 Monday 12 May 2025 17:04:18 -0400 (0:00:00.018) 0:00:04.170 ************ skipping: [managed-node3] => (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-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.postfix : Remove config files - make empty] **** task path: /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:45 Monday 12 May 2025 17:04:18 -0400 (0:00:00.029) 0:00:04.200 ************ skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.postfix : Configure firewall] ****************** task path: /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:54 Monday 12 May 2025 17:04:18 -0400 (0:00:00.029) 0:00:04.229 ************ included: /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/firewall.yml for managed-node3 TASK [Ensure the postfix ports status with the firewall role] ****************** task path: /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/firewall.yml:3 Monday 12 May 2025 17:04:18 -0400 (0:00:00.018) 0:00:04.248 ************ skipping: [managed-node3] => { "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-BKG/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:57 Monday 12 May 2025 17:04:18 -0400 (0:00:00.024) 0:00:04.273 ************ included: /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml for managed-node3 TASK [fedora.linux_system_roles.postfix : Get the smtp related tcp service ports] *** task path: /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:12 Monday 12 May 2025 17:04:18 -0400 (0:00:00.023) 0:00:04.296 ************ skipping: [managed-node3] => (item=smtp) => { "ansible_loop_var": "item", "changed": false, "false_condition": "postfix_manage_firewall | bool", "item": "smtp", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=smtps) => { "ansible_loop_var": "item", "changed": false, "false_condition": "postfix_manage_firewall | bool", "item": "smtps", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=submission) => { "ansible_loop_var": "item", "changed": false, "false_condition": "postfix_manage_firewall | bool", "item": "submission", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.postfix : Initialize _postfix_selinux] ********* task path: /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:33 Monday 12 May 2025 17:04:18 -0400 (0:00:00.035) 0:00:04.331 ************ skipping: [managed-node3] => { "changed": false, "false_condition": "postfix_manage_firewall | 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-BKG/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:37 Monday 12 May 2025 17:04:18 -0400 (0:00:00.026) 0:00:04.357 ************ skipping: [managed-node3] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'postfix_manage_firewall | bool', 'item': 'smtp', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "postfix_manage_firewall | bool", "item": { "ansible_loop_var": "item", "changed": false, "false_condition": "postfix_manage_firewall | bool", "item": "smtp", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'postfix_manage_firewall | bool', 'item': 'smtps', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "postfix_manage_firewall | bool", "item": { "ansible_loop_var": "item", "changed": false, "false_condition": "postfix_manage_firewall | bool", "item": "smtps", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'postfix_manage_firewall | bool', 'item': 'submission', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "postfix_manage_firewall | bool", "item": { "ansible_loop_var": "item", "changed": false, "false_condition": "postfix_manage_firewall | bool", "item": "submission", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "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-BKG/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:46 Monday 12 May 2025 17:04:18 -0400 (0:00:00.036) 0:00:04.393 ************ ok: [managed-node3] => { "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" } ] }, "changed": false } TASK [Ensure the service and the ports status with the selinux role] *********** task path: /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:55 Monday 12 May 2025 17:04:18 -0400 (0:00:00.033) 0:00:04.427 ************ 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-node3 TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] *** task path: /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Monday 12 May 2025 17:04:18 -0400 (0:00:00.065) 0:00:04.493 ************ included: /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml for managed-node3 TASK [fedora.linux_system_roles.selinux : Ensure ansible_facts used by role] *** task path: /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Monday 12 May 2025 17:04:18 -0400 (0:00:00.040) 0:00:04.533 ************ skipping: [managed-node3] => { "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-BKG/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Monday 12 May 2025 17:04:18 -0400 (0:00:00.029) 0:00:04.563 ************ included: /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml for managed-node3 TASK [fedora.linux_system_roles.selinux : Check if system is ostree] *********** task path: /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Monday 12 May 2025 17:04:18 -0400 (0:00:00.042) 0:00:04.605 ************ ok: [managed-node3] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.selinux : Set flag to indicate system is ostree] *** task path: /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Monday 12 May 2025 17:04:19 -0400 (0:00:00.402) 0:00:05.007 ************ ok: [managed-node3] => { "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-BKG/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Monday 12 May 2025 17:04:19 -0400 (0:00:00.035) 0:00:05.043 ************ ok: [managed-node3] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.selinux : Set flag if transactional-update exists] *** task path: /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Monday 12 May 2025 17:04:19 -0400 (0:00:00.403) 0:00:05.446 ************ ok: [managed-node3] => { "ansible_facts": { "__selinux_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.selinux : Install SELinux python2 tools] ******* task path: /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Monday 12 May 2025 17:04:19 -0400 (0:00:00.037) 0:00:05.483 ************ skipping: [managed-node3] => { "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-BKG/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Monday 12 May 2025 17:04:19 -0400 (0:00:00.032) 0:00:05.515 ************ ok: [managed-node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Monday 12 May 2025 17:04:29 -0400 (0:00:10.039) 0:00:15.555 ************ skipping: [managed-node3] => { "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-BKG/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Monday 12 May 2025 17:04:29 -0400 (0:00:00.040) 0:00:15.596 ************ changed: [managed-node3] => { "changed": true, "rc": 0, "results": [ "Installed: policycoreutils-python-utils-3.8-1.fc42.noarch" ] } TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:72 Monday 12 May 2025 17:04:31 -0400 (0:00:01.769) 0:00:17.365 ************ skipping: [managed-node3] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:77 Monday 12 May 2025 17:04:31 -0400 (0:00:00.035) 0:00:17.401 ************ skipping: [managed-node3] => { "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-BKG/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:82 Monday 12 May 2025 17:04:31 -0400 (0:00:00.044) 0:00:17.445 ************ skipping: [managed-node3] => { "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-BKG/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:89 Monday 12 May 2025 17:04:31 -0400 (0:00:00.033) 0:00:17.479 ************ ok: [managed-node3] TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] *** task path: /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5 Monday 12 May 2025 17:04:32 -0400 (0:00:00.978) 0:00:18.458 ************ skipping: [managed-node3] => { "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-BKG/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13 Monday 12 May 2025 17:04:32 -0400 (0:00:00.032) 0:00:18.490 ************ skipping: [managed-node3] => { "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-BKG/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21 Monday 12 May 2025 17:04:32 -0400 (0:00:00.034) 0:00:18.525 ************ ok: [managed-node3] => { "ansible_facts": { "selinux_reboot_required": false }, "changed": false } TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] ********** task path: /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25 Monday 12 May 2025 17:04:32 -0400 (0:00:00.059) 0:00:18.585 ************ skipping: [managed-node3] => { "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-BKG/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30 Monday 12 May 2025 17:04:32 -0400 (0:00:00.059) 0:00:18.644 ************ skipping: [managed-node3] => { "false_condition": "ansible_selinux.status == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35 Monday 12 May 2025 17:04:33 -0400 (0:00:00.070) 0:00:18.714 ************ skipping: [managed-node3] => { "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-BKG/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:43 Monday 12 May 2025 17:04:33 -0400 (0:00:00.072) 0:00:18.787 ************ skipping: [managed-node3] => { "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-BKG/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:48 Monday 12 May 2025 17:04:33 -0400 (0:00:00.048) 0:00:18.836 ************ skipping: [managed-node3] => { "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-BKG/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:53 Monday 12 May 2025 17:04:33 -0400 (0:00:00.040) 0:00:18.876 ************ skipping: [managed-node3] => { "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-BKG/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58 Monday 12 May 2025 17:04:33 -0400 (0:00:00.055) 0:00:18.932 ************ skipping: [managed-node3] => { "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-BKG/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:63 Monday 12 May 2025 17:04:33 -0400 (0:00:00.045) 0:00:18.978 ************ skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] *********** task path: /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:74 Monday 12 May 2025 17:04:33 -0400 (0:00:00.021) 0:00:18.999 ************ skipping: [managed-node3] => { "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-BKG/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 Monday 12 May 2025 17:04:33 -0400 (0:00:00.022) 0:00:19.022 ************ changed: [managed-node3] => (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-node3] => (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-node3] => (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-BKG/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:99 Monday 12 May 2025 17:04:56 -0400 (0:00:23.243) 0:00:42.265 ************ skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] *********** task path: /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 Monday 12 May 2025 17:04:56 -0400 (0:00:00.014) 0:00:42.279 ************ ok: [managed-node3] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:586e9b55a7a7752349043d34c3ff7c5c8f8be34879568afae3e9ee4fa96b5e02", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:bf20dde6f79b68fb4c230b9a5d7d2cebc66da23147cc32822855a65c9f3a40c9", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:670f03366caa641d4b8bec9b2ea1b6415c9f609aa1432266b97114873fbfc6a9", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:2114e1c2f0f422eb82dfda598102cc2c8bd4581b77a5daaa8078a8f397a12111", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:aa3e3c01a371676694389f88583fe85ce271a4a7c41c4fbe734dd13c5185556f", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:9f27a47d55662eefa4d73810dd6db4c4ac1526d5ee9421dc9b6c648b74f43878", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:167b00d798d6b36d44047eee807bb6b8c4f3d68f77f7b1010067f114ca8e1360", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:73d83640a0908323ad070db379ffb8af563653859b9964571d665a2bea240a2f", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:d1c5cf90f1f2a7fa039c3b1c091b804ede34df9aade4c2ad67f45f52006ca2c1", "enabled": 1 } }, "antivirus": { "100": { "checksum": "sha256:94b8e965cf26c86e2a5f32da43386c4825cecf62e7b3914d423227ac1b91840a", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:3fcc69287807cf9e8200ad9d047d9fe10f88fe0fcebf6f668124c651e8587782", "enabled": 1 } }, "apcupsd": { "100": { "checksum": "sha256:3b26919a8ea1773532b497fdff2fb26d22d5f7808c352686c2732146ebb5e4fa", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:d2c0a9e97776055dad08fd5635f01e00acf8c2c2edcf1dce27fe07f23d2bb496", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:ef1e2494f5690e6f1587585f65e81e831b8297f3c64f68cd6703ca968a477bac", "enabled": 1 } }, "arpwatch": { "100": { "checksum": "sha256:8c715f6ecdc9f588fcaa6e7b3d63c5be8b3d046bb6396824d037bfa88be5f78b", "enabled": 1 } }, "asterisk": { "100": { "checksum": "sha256:6712434cf64b61ff7f5640c8e24be9152a2127e88c3f2342e2de2aa09a40b2a6", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:32408607cd7d2d98af1e03bbabeb849deb1dd7fb536fed7b309ffa868628dfc1", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:a7d62244cb35bb956b434f8af00d6e3c20f7d7f13c4a4180af3e078977fc9421", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:91b28d5dac1a7928b39b40c76714cbceedf40240e559c7e9cd63b8a0e59aa439", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:860fcb2b549e0a7accfe8e5f1071069a99f35ccacfba55456e8fe4b37ed08414", "enabled": 1 } }, "awstats": { "100": { "checksum": "sha256:d45523f5190e5564f945ee3b9c70543afaf9f5b2745a8dadd9f3f85176eafda5", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:a833d38c7fb5e16933b6bc2172b7120314d19b8ebbcac47202963733e45c0308", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:3cac7f943ea2a903e484d31cde83b2355dd096da4ae77d309818928cfff5e419", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:b8e1085d5dfcb715c25045ac6033f72631f79a11fe69fdbf6958ab1ac08e5474", "enabled": 1 } }, "bitlbee": { "100": { "checksum": "sha256:33a75fac3de64a6dd8ad6507a0204bd9bf3b173b621bc24802398c89e1201f79", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:eeaf190bbcee909a85777f938bf1cb986b028f6c4fd67b361c0e18143d04c389", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:c97b45d028fd2f234643495562fe96082f6f7b601987e8e08e7dc4d12d7ded70", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:ab7dba6631f882a6b213b5fe8aa435d520ded92121f2c26d3b241dcca6cb4fa4", "enabled": 1 } }, "boinc": { "100": { "checksum": "sha256:9ffac660766830f921c78bafca51b76f935f7241b49f0a51cbc57809f760e652", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:63a74e88f61411cfd03aa6e719867d1ae3238b99f3adb2f91cc0973e8b10e174", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:577dd865e64484df7da6494cc0c46e4d6888b47d21a6a19d1ffdc16fa5f8ba99", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:808eb695f6ce5c484b6881b4f67ce53787d7073c18e71ae5f9eff3a0d546db78", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:69b91934a584808f5be1d961662b65a4477a02e2d7eaeccb0759569154f7fe90", "enabled": 1 } }, "brctl": { "100": { "checksum": "sha256:c1671981468f4ffe6eee8b2aa5324135d3843b58132ff5c53313275e398cbcf3", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:0471f4ad4a09025a1a23ad398d869d88b90172a869800cf06660c886033c7409", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:480fe3690a301d2359b747a03b7f65fd881063f6f7d877c55a16e6a51f324df6", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:ec1969e106b5d32038017f4c80e7a8a713367df9a96075e6a5a4ba628068ec30", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:3b369138db2945167e6b10503d99902411fd5213b91dae978afe344b174240f7", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:fe05b2345644d118171b1b8af8a72be21b473dd38529d2b80a6b5c976fb6b89f", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:faf4f1045c0e866f29124643d1623246299a3a8bfd2f8910416cdb32d46b676f", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:63bc6ce49d27fe27a4175267a2eca8879e77bffceea06f37bcb1d4a319b0c383", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:c258276b231b731865f4237c8477010ea00b71e0e51501d7a206344381f625b1", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:5d46915b4fa32deccdf587b5970cde875d7b43643c09ec42a156193f9592c8ab", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:363096ff18dbd4366ef4c1bb561736f3a69b23b8bcf10bf7b22e15c8f28d10f7", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:8d8299ad27c884a1657ff8ba52413f24867605e5e31c55a70659b3b0db4309d5", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:7bb067362b8ca5658a9c1b6438c3781213bd8663d2e04af91afc9bdf7e97996e", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:065c1371658ee934a15f9dd52f848d590ba25c1395b2d9abd201eadf7527d944", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:680318c7058b39d17824f8d60f9ee7b34dd054ecba096d96c824134f1b062f5e", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:1ad948e925fdb3e4ff5524547ace9cd41efd57a1c6023d674e77caf5f0cdad07", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:23c8e76b67e137680de670096eca99e52f5027fd189661f67557b456bd78b2da", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:95351f4464622aed05297db68b883d47165ce7db322134048f5a99479c734da3", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:66621c8b3ddcec50b78e34fc0d9dbe337435942a3843a2fdf29adfbb1e6d88cf", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:a41e8f2b7baefc3ea171ced8037d4b8a7a2a232c8baafe04d81aa24f22b7b0fe", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:b51dae659e1a50955356651ec871a5b6077ddf9334b1e2dea97a95cb9136d53a", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:9ef6021431a249937655e8aa89c329f59933da69a3efe4a8f8caba7a981da17d", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:b2961f18da34da66a4db92560799f4e74f80ad7715371cd672b0f86af9aa60cb", "enabled": 1 } }, "cobbler": { "100": { "checksum": "sha256:b8df210d8aa05e08a3ad72e50c40f07622bc8ae5823192a1c84cc6e6761a5878", "enabled": 1 } }, "collectd": { "100": { "checksum": "sha256:57dc0d6f72ffe4c74420cb4063a3b2902e301c9d58d5561b19ed19b8b83df326", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:2e148209ad809476c9184d9d3e7655937052a3de8dd78f367c22a57052482bcb", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:407cf97c8c9911a4486820f91a10f0a3f6d97be72c92e2c4b9b7fb030af5d0d5", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:19aeb79ab5b6de6c4ee9365d2709ef8832e5b931360c1f0ec0ea79c5858c28dc", "enabled": 1 } }, "conman": { "100": { "checksum": "sha256:ddefc573ec416c134d180e7f8c219a4f7a970b7cfc8d83cdbcb41250abcdd20b", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:2ab5cc7c3b5f2c5f78b4622778189fa81bbc5980c038829b4c269ac937b5fc47", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:e12042ea1c45dd3cde246ae8de753eebdbbe0588c4c9c63dc2946c833a90709c", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:2a496fe53eccbbc05eb77d1dfa201ded89fc886653709b18e39c5088a627b829", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:e7ffb1afd19042410ffc4af01ee0fe31ff9f434d23451dd3bd01a7052be716b2", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:2b35d23274c594f9264ef0f875fae5a8e33b0d2461c4cec2236a3dfe077ae994", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:2c523e3379d939ae8e459d014cac247625537354cfe686f782a530c6180a5f09", "enabled": 1 } }, "cpufreqselector": { "100": { "checksum": "sha256:43b7f9d92ade2e28e26c7f9736d94d91b9a20812118f466b39aa4dc7a02e0959", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:4d924ed643b360619b9f73885594cbfe9ad5cef3d3db0bce1fd0eddf124adbc1", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:d71a86c387e68a384596cef1e45eb6e19b01fc48527eeaed8c2f081c46f1460d", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:9919234c972d86204fc54323dada6321bce7b0d550d32dd26183b8d8e9bdfc9b", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:9e229597730802cf314f49eeca9c75cbf9e3866c9dacbfb0d0ddbaba3c712c19", "enabled": 1 } }, "cvs": { "100": { "checksum": "sha256:05274fef587a5ac9def4bce8be2540bc893dd2c7b0052ad9f4e5de0c6da55718", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:635739376db164b36a935a3bb0dbe8b5644b0fca8d3791b0efde3da36372a4aa", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:26567d47104e4634ab34aa39e0a3ea5f4ed85670b6c66b63e86c47c809080344", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:429c5e1b65232dbfb74741ba1514315288e2704c8a105759c31b85e3742200e1", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:60d52f8cd830783a461d2bae35c6dff67653c0698c4dfa7e1d5fd0d23fdb84de", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:cebf3906f6cc325ef4db614c2b688a2d9576efee7386ccb2b0600f71f235670f", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:c32577f0eac85b673f0b1944ca7e0867abef5f18b10e68b07689f3381f178ec9", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:70e984b485cd80ffcaf99d81488e642ddbf06a96bba59ef0e6417f225eebb202", "enabled": 1 } }, "ddclient": { "100": { "checksum": "sha256:f1125a673ecd4df8c74791c6be6ca836b50f8dca6b03c17cd6f92aa0e40deb38", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:643ce1a1f7dc2df66e3a1ff57d3dbd9631ea7c9b9b83467d7e4e2f4dc701186b", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:0598a7bd3ff1db63cea1bad547557bf0d6cd035b1abf7c3a278a9712dc6739b8", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:c09ea6f0ba2fd448b29d35decd44b6c181525e98192155c80473962aaaf375aa", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:354b95b5534eca8a32167adc8ae1d3aad64a821a45cefa4785f6e7d508129485", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:76b2163505a7215c631383b87dfde98e0badccecc896b8b49f666c0b775f3518", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:a8179c2e64684b994ca8802badba7dbe0df42564f400307eeca0274f442cc0c4", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:683d9127837b24fe81e70e43390210ff542b44f33090166cc3a15ffacfbb2e38", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:86cd2077704697cee8ee96b378dcd1ea828146d912eba776119c46622935cae1", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:8060596d83498e64e3dfc01caa613eba485d0d9f72b6771154359472e0d8c3b2", "enabled": 1 } }, "dnssec": { "100": { "checksum": "sha256:dcdeac18206120adb90a2751cb3ad43d960619f348cb5bc7c020e961e70fb87c", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:aa5b6faa99eaec8d2b0d32bf26249ef18493583a27b5c7ea6c753ad5922fc33d", "enabled": 1 } }, "drbd": { "100": { "checksum": "sha256:3cbef9fd6432f2f01728f531557fb7770c9a4d45a515253b48cddb6f8ed55dc3", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:503e9b509a0f764faea4a2415311aa1b43bfd8b78bbcc8090f6bc81c200beea8", "enabled": 1 } }, "entropyd": { "100": { "checksum": "sha256:7f9fca897f0811ed65acf5fd66616a0b3fd846a7a0a8dff981079f206e40fdb3", "enabled": 1 } }, "exim": { "100": { "checksum": "sha256:bd329e28fa363aa44bd99ff6b801a3730ae749a732d49e70837c720908a66da2", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:f608736ae5ee58173ee7dbd951b0f7829fb0b6d15ae3015b91d32b9e7e3e453e", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:8a4fadcf1824d251ec0347dc9f629471c5ff37b12d7141f3dbf958c3cea12957", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:85ee3ad2c50bf2b0ba1fb4fe0c57850f9ffd3bb5c11d11a5b5e159ac65783c18", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:56ef87427ba73e1981192f595dd2c169b322cbed91da8de818e995434e07c757", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:1700660b7883c4430f65112f0a283b9e0a98434611f1d370f1e7a93f849b5f9d", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:f0b84c71c55d464990363e185d9f4564aa5344e5b1d9c04d420f03d223bf8c06", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:fa2c087674647c5df4601261a236bf5c5c0efc17d25e1ba8bc5f126138328788", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:a3309163cc99db6fe128e5ea67ca73029fd14accc3cd3b3fbb0f5710aa29e3cd", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:1cb012beb208aebe26b53919c54e8e902210feb7b26d52b05cbe760d273b0645", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:6aa78581deacc59608d6d7844ca04c0ebb0d30359ad6f70f51aa7263a337f6fb", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:5c96b7146bde0acec28d73afc25b0a35fbfffe2ccd69529717eca6927dc558a7", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:b601effee24d3639995f219529d16f3747c9adf3ac04e94d57033104321669f7", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:be221d42f9b4822cc91ade3192133770642b98aa431c00a4ae9f060b8a32cfce", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:4f1c84d8ccd64b0af49edc9247ac92f49545fe4dfb24906acc133ebd7ba78bb9", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:776c3b6b2ef3c9aa6f825e3f46ecd45cdd371d773f7f3e53f01ee92983c6e10f", "enabled": 1 } }, "gdomap": { "100": { "checksum": "sha256:bec0b003cf82cc2fe7e6f196bd82b929e87a827fe8d46bca5b1df2613a409d6b", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:3e8a90189684079f66e782c8e001c435ada771766dd1fa9ae33a977405f6ba99", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:6f0af18be41a38407bb7fa6fd3b4b841d145619bf89bcb431c833b839039c8e8", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:69850d2342f0fcb96a719d39a3698d547c105880e6834f232a4d845a18a046f3", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:24935d3495375c7f6e0a0ddc091cf1f3f276ee155d07760bd7ba0c3ac115f6e8", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:fe00543de47f940ba5bf1ab84b7dc7f6a680053ef148329f2a9ec827eb47c61c", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:5dfb2da63f627c2fe5d27081e241543a5e2f012ae171ad7120540e3f56f602de", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:72fee9628fbda309811a2ab4a8cd63e01f8c25dc30884194927b0a1d3fc65c77", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:1dee43d61a29e5532137d95d00e401907fca4f8b144b793a6d0709a17f2d805e", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:dee2caa5873bf379c5b75cf994819d6af631d77fa0461377354faed4b5332735", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:a9f5e7f8a314db87a46dfaf4baf8caf61a067332a21b0936f1b5f9dcd1ed84c1", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:2ab9b1d3553c65572a4be83cf5366ce857589eb197fea0cf1aed2a362c7d2124", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:252482bb11be555cdc4fe0a9a0edbd5d9e608fc2ef373f2db7e8e645b473fab4", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:01cbf4916992e83a3078b7eda80fe28996990cafc38345f7500f1cc777fcf634", "enabled": 1 } }, "hddtemp": { "100": { "checksum": "sha256:4b4087a4954ad05381331b4e68a09d333dfdf4e54a736d271c46d16a1daddc14", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:f4e140e3c881a9df509d1ef7e07f5aa18c32951088e9fd1fc9490faf14877ca8", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:aac549ca03b5896baa13ec9bd4b546150436909c67ff3a34dca76983738d65fb", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:8c85419ef8b861a1776d4911f4932c558bfab2568f5d9a6837815064b705171f", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:1f64e6cf4b4541b5f9430eb2fe90c0ff7da14550be6c24e5d933683893bea0a3", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:8b6ed37641e538bc08ae821a4e8df2026a1f15b139cfe9d08d9b57fc8f89d25c", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:1ca3332649c130c06c5ef27daddd2a698706d790cd3012fff89c32548e14eb49", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:5daeb045f8b76fed05c1145d131f77dd556de131f777b7e259d8ec57787e7da6", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:281ed7601c5b057802da5ffdc24a7e3308e0bb2591a263186f51e35816dffc12", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:acb71a8230e032b963be19f601fc1f13dcebb5099e5a232e05a0b2b33d1bfb64", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:ddcf26b1519dbb7a26588152be928b5fa10c4f089e9afd4f389ec89325be6bba", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:5e67e7d026ae6508c74f35e3b67dd95aba5a8c1581eb32fcbc9fa4dc5ef0473c", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:78fa56bebdb0ba105044937b4119ab7293b36b08b05bc201e9a46194740f3a54", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:66bfca915a5da5f8845290a0812e923c9ea98d5f65004ed070a165d22d647f98", "enabled": 1 } }, "insights_core": { "100": { "checksum": "sha256:6f4843f6db1f8741d86d4c0fc1995a5a63646eaa01629f987a410dca3e384265", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:6819e08af6d0d526cd02ab7b043a6a5560e70878b2d1b15679e2c78f23047c0e", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:aacd4bc0e4b33ec4867345fc0f982ac8c8b4e02d299bf7e6c1e408160096ea49", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:9d41aa7effed27bf0eaccd48831c6565db8eaa8b40bd044bb17dcce9646aea42", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:391ee014ee04fd2e01d16d5403a7110330646c0feff3ff4eff88c0312e7e3d2e", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:1255b30b90dbf2279f1d08300079e5c7153bb7739e849c9cd1f397fcf527ffb4", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:291a822392f8a93d820aa03613bd0c058cfd1118fd6cca93a12175456eb2cf72", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:a197d6a5d3027f08e32e575f05c7e836449e92583e3ee1721a37d40be611dcd8", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:1e89b4159f4dc30bcb945776b8a4dd8ee5ed5c951f3e3d8ea5c472d0bc58fbdd", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:adc44899ddaa71b3841604a1b26056108c0973e7cb2800c7cc49a7a0e0197147", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:d1916b00ece1c2b546cc04a7b6695f6459724a6bb7a92be78f399f61a613af86", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:074b6d78cca2b9d79c775e8b1f82916e7842037864ad1741e106f9286ae2d8c5", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:4cee27b59fe57c672587d220f3061417207a02bc0ff36188148f5c5f3101c1ad", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:49d5bc5b0927e7245bd07ab53efe97fe587da509e8662e6380edacdc8c7f6d79", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:602c3c40b28b653e11110e83c7f63122a75b9ad5cb7605299f6951a485284727", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:719c762b016d9efc9beaf1f26b69635c4e04cbc6fc249c1fe8f41398dcff6ca1", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:478e8ae55c92e536ff93c9d5fd49f84e1cdce86bac0d34d89a7a1fda6fa5001a", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:96be522595582d8366503296585a6b537ed39033b80c3b227cf809cdd62b77cd", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:f3c86819d0db5c1bd3967131d7db7e7823feb50390861c45f723e5722179da42", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:e267709b6fc5f39679c3156b764ac82facb0b228e5b300d891f4a182662a1a5b", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:1a7021842ad7350bc5674a455f4232b831ec8153d14635eba8930e8ade0980b7", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:214a8263251db7cc34516a18053b6b13705fb0a2476e0b3f5430a75f2a2c6daa", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:4398910d875745fbd61926116eddc0c7f3f6da3cf8b62fb4149d78734c344df3", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:f681405cfd10a88aacdc04aa7a895431d33fb95fbe92d59f9b4b787727090ccb", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:7a35092c807d632de6a59cc84a24c35f0f6b39fc89bcb1970861af3122aa8719", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:0cb7fa517d097ed9714fb03b1758b36f1ec798e78d7bd71523ab2d37d5a71ae5", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:67ecaa4394231dde2f53bf8492ade53ab6c18d7b32545dfae9e7b2cca1479b15", "enabled": 1 } }, "l2tp": { "100": { "checksum": "sha256:130bd9f50ec689a8efe629d3e8d9fe617cac4d1b90b4815f0d7ee0ec1e74159c", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:fc6f4e7dd7964215cdc61b5d9e1383743ff07082e200dfccfe10e10ba4a5211d", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:2d91cd17abc6c42e96f7d5b37b603e57bbe593032f50d278ffb5cec0ae41b026", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:2231831baa46deac40b5e65fadabe1071eeb317ee8da2b1296fba5af0c31854a", "enabled": 1 } }, "lircd": { "100": { "checksum": "sha256:0702a7c99636e4f80a8d84038b47660776f0ad868246f1752708ee1215c783ad", "enabled": 1 } }, "livecd": { "100": { "checksum": "sha256:46a683c9c0693f57e0a687926c0ea32a8a176eaa168d1bf86e66463395b314cf", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:0dad3c1618de567c916a9433b474787f17166c526d7475f73084398c891a44a4", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:06bf2f06b28764f361d106dc01918bbf372b10de296f41c177f7c6b2466eb3c0", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:369ccd5639cb6c0376c9c0f877700527c00314ad980f95f378c1b5762c3072b3", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:d0428317c2f3a5460223c2e3ab9eb81c6e144a21a23a5cb26817d44f4023c646", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:42e246c303df5c00ae831c415adabbb8944f6416bd42eba668b0f3c744f14037", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:d609a7faf0ed3d1be5100f03cbb9a2edf0ee07e5c8a8e4e499e097b812d8ea16", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:7cd18b5397803a12685a68a81f9a8b9b993fbf622fe770e06ab32f29157ce65d", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:8dd7ed567565b64f8c4a50ffb7a1683ea934295adc47c972ac9d07bae8b9da3a", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:866ed151b07a25f583aa94b546d8442334757f8cb6cd4aa6433e03ca3fd3228a", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:7df22b87a981a09999b90bb4ecea9713b595814a385fce77eb67e3c20042aa09", "enabled": 1 } }, "lttng-tools": { "100": { "checksum": "sha256:9f30b434e6c08d9a155bbc24ef6d71745d8d252c96d0ded0ccb6d158354c6546", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:1710c19cccb58ac277a19e7421573464d0840a580c0ba566264d5df079702562", "enabled": 1 } }, "mailman": { "100": { "checksum": "sha256:50901ef3e7ccc1828edc3fde37485af69afe28048ba25b7d9e3578b063d559d7", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:ea7ef69789119a1f2507570cc9ebe104dba956efa5289b0812a295d8541d8732", "enabled": 1 } }, "man2html": { "100": { "checksum": "sha256:a7af8f4be03248a6d91c5df6c2becd22e3f45a71cecd671d44d2830fcd9f4a3b", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:4afad481406029752a7960f97c253b41b8251018b219e16a858ccd029f9bb5f2", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:8f657e89c38d5005236a1c7d9798b714a47da6e90c2f1beeeeab9b624b66c4ff", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:7ce2990caacbf36b3ea6481def0630fa02e220ea9a4e2dc107251bce1368e569", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:577518e3f4a348aaac570906781e3db46d9d53bf52d1a6f83c9f520dab8270e7", "enabled": 1 } }, "milter": { "100": { "checksum": "sha256:6845c20db7c7366ce5c61ac4386a5a7e0ead4d4abde7439ebd141034e1d56d49", "enabled": 1 } }, "minidlna": { "100": { "checksum": "sha256:8c99fc61034ca0306e397607fc39c9a8999cee45f801241a8391f870abe65f04", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:fc6c53ffbe5274f03614665560aed924d8f5cdbecd2fae80954d06c900848496", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:6f5792cde030e56b55f4b00cb53bd6d3724181c80aaaee5806e88c6a5298bb6c", "enabled": 1 } }, "mock": { "100": { "checksum": "sha256:9d5273f823682ecd6915caa3e0e2bed4573cebbf5861938b8f892c31e89e6e15", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:fb2842864b919963bb64c47e3ccc7472e010cbb871a418281e6b21c7f3ee564d", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:71471e56a42b1874b5820c6a49897255fc0a139a1476309af56531a7b4815f3e", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:8ddaca2a54241adf5d42f9205cd073c7062e7692f31ebe15eb9e988e12efc9d4", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:da616cad52cc48cebca16fe8cd9a738368bc280c3f6da9156b6126dcfe18ef3e", "enabled": 1 } }, "mongodb": { "100": { "checksum": "sha256:1c8308d1e16fc19ac6f0423e47eb8eeb93ef6a47a5b32fba3f4e04500d778bce", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:154f6949eddb0f008a3b9166f736dde00bbc37df415f07c1263cd63ee609a5fd", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:ebee3242d8568d23cb74bb1e90299773066f4f8d33868a7b04f2e4532fedddb4", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:8032f287e5f87c2e0ced6c19cc0695b579718bfbba09c8e0601c36232982fde8", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:9fbc20f798b9945878c21ecd8f3d0a3bea660b3c5e9d7666597feaf01f32c583", "enabled": 1 } }, "mplayer": { "100": { "checksum": "sha256:6d06ce52f97ca8d6725312953b472756201d3182eb5d14ec09a0498ce1ce55a6", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:368da83c3c3446d2c512685c9db9a7a3af3441754ac5a578e8d27c20def7dbab", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:740151127f1bcdb7699a6317eca571399e7cf58a755afd20dd141aec3035ab53", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:e8c6690296f48457a553b6a82e050d5e03bfdb3afbc0ebe73a89d002108b2107", "enabled": 1 } }, "munin": { "100": { "checksum": "sha256:335393afa17a8db06100af645214e7f1531f31ce3304b026ee5e59a7fa830bb0", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:fac6266a1a701350cf89e98a51f051c8aaa2316efa5f02cf39f2d854a332c0aa", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:4cab8df79dc5a8e73ece06c418cb3ca58c74f669516b810de46b9f268d78ee8c", "enabled": 1 } }, "nagios": { "100": { "checksum": "sha256:e74209265a43e9fe594d47ce7615858006d537f9ed09c0c916d0dacce2913e1a", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:c032c4722dc3ec48bc9f196ae3de9ef9fd1c04554aa0913d99ade36ac0cf85af", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:e7a26a9b18c3c6bb396d0e3321fd668e6cfce386bc035595fcfddfeb8510c430", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:b26e4a6eb23076d0fbe421451828d98713754fb51b701de0d4ce6a2d8f788edb", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:7bb9f150dfd6b674bd8450d8485d58e9daea3b998bdab7c7870830ef5469f9aa", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:82809f9850d8b49c4f4fac8f2e542ff8ab10fad9b0b411a3a9b67240e45101dd", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:2e1144eadcb7516f78f77b2fb21277b4a7c83dde1067299ce13cad4739f67f0a", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:1d2143dc705e8c69c3ba1d282b10a4d22061a2c563efe680857250532ede2bdd", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:16ebf87ef7e152147a0aa89e34161622d387348d4376f2eb91d971ef8ab476a0", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:568a0c0d65753a4377dfbbabaf343ea501318494e33b9f72d7044445d5b79e33", "enabled": 1 } }, "nsd": { "100": { "checksum": "sha256:aad3306ceb1981e67c2526800981a27554da4346abcdfcba882aaccb22c41c4b", "enabled": 1 } }, "nslcd": { "100": { "checksum": "sha256:b10f8d22c01bec7283fabca4ee4f05f111b498314c69c720aa520062eac113b6", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:01c785a4ccedb0c0187ed6964182d5ed140e6deab841155a73c1373e1ca10d10", "enabled": 1 } }, "ntp": { "100": { "checksum": "sha256:acfca5140c2a5403a3cafe70ba2e0aaed2bfee6298d27d4cbec33d46912634e7", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:ec6185b6b53e67d6d41f73b089f3bd6938472068a1f4effa28b832d2e673f08f", "enabled": 1 } }, "nut": { "100": { "checksum": "sha256:fd205ed82f587a50892e51d9adc2ecd7486353d17814b3c3b72e89cd92ffaf36", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:8c6fd484ced0c823f012deb5b074cfae3492af13217650291588c760ee1f2080", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:a8b41cc8424e4d9d67310c486221a9fc2701a9508104bdeb076f2ece6c94957c", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:4810ca21adc14e1f8b8f2a5b91e628038786e71ff84a2b3d701cdcafc6baf16c", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:3ccf0b95d6e48d0022abba6bb8f8e2196eea9da4548715630b908763848ff204", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:80cba25d4f43ca49ac94f801e73b2922486db1e0852b9ee4dbc3951bfaba3a2d", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:0da271cc7d6341ccba153d0ed4450d74e649792bfa11634498c2abda2f20e59e", "enabled": 1 } }, "openfortivpn": { "100": { "checksum": "sha256:9a125b8b0328b3f01aea6aa395ce5117bc3a683e2b45b12e69dc6a95116ce203", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:f98190a306ad3f7c05f686014cde82476aa34d834547ff951c1d7e8c73cd4a16", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:4ecd07e534cc759a3f5d022c8de62fee53cdd3352560e48e657e09eddd2444d4", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:88873289a3c1bd0c0c5d636b689bd8e1fe194ca528720c3191fb61b2ca024b50", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:76a9f4d16f6b8fe2cb94b30b0c557dd4b067a4cb49502ff812b95290539062f2", "enabled": 1 } }, "openvpn": { "100": { "checksum": "sha256:802dea6b5fd7b2d096241d340a81e9a62016c99e38b684db77e67a3dfef0e694", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:3baa6c635a8e0301a5f451b3f8f3fac08442be35dcbd7a912dac27367d6ff7c4", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:90a7de039abaaa9a9fb5f03c34caef72aff00c79fa9c129b9661577de2c6c6ad", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:9617e62d2025eafad0b76d65f09518834a388605145ec26612731578e0f71576", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:7a589a0a4f12c4513443cf02e35dbaabac623636b66b003b1f685d9224b0f5c8", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:aeae1d20fad2ecc5e2f3ac84829becd50d70a7c41e8183c5b817e0d3f97f9484", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:93cb4d1c0096f51325fa10c42ab72db38b5974c42b7d9fa6789482f56ce688c6", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:8455c52ceca1ca695ec087e7fe9ac2052f94b255e182e8dbd8cc1383091862a6", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:9bbbbb9c54a6800007708c0e1998a74c213b02b9c3901d55bf03730d352e591f", "enabled": 1 } }, "pcp": { "100": { "checksum": "sha256:f1f1471d7e6642b73355b14b1cfbc8ca4436cfa2361aeff8295c14ddf4674814", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:0d92cc181c1f0ec679e4169140952910377a8985708d8d6157d7240604933320", "enabled": 1 } }, "pdns": { "100": { "checksum": "sha256:ccf7fbcbb1f023461f035b56de2720ad43b06f02ebc7a45872e3ed45609bb9c0", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:ca9280b0b525fd030e4f8e43065877e50f879046de47c659672b7d4bf7002d69", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:544140731f1c09b504a6b85ec6ffbdda47c549c9858d6c2264498bfc56fd6127", "enabled": 1 } }, "pingd": { "100": { "checksum": "sha256:c068645848d8eb799496d9cfb94b5f779f4b981613df96ea5667c2b10bb62d25", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:bf4318eca2e5058d8aba6043ad2f5691514a4add913a9049bae6c57fecafb0fd", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:16249004873cf9214f949f73481b5476c0ab03e349542512af9b57aeb637c047", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:e75128253d2f1ee7aa0d05b8d89a2468b3b26810ab289a3885f39c6a3a0780c3", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:7f525e710a117aeaec78a9ab1cbbdd54a150ffe26ed5a1bc29595824fd9e1931", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:7c9342a69359b52e1389390424bf6a20443e826ada5153e56077da95f3f19275", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:8ab8b8f9438c6ae6c96323b6cf5937528d8223c38629f9bed4a2df00f4b9b686", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:067e26d1f2986d488a9ec12e867700e637060a56d56d392b68d4225584fcc6b2", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:b2e8d4250883c226f1482bf505fb14dbade353c3ee31258d9376d91197e0df9a", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:58a05961731817f66675afdcb5c0a08aec010d664c210892078babfbc744efa7", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:bab7ecb38d7aa40fc1de9d3f1a06e0f83c473e22e2f2391cbdc50e27ef92f7dd", "enabled": 1 } }, "postgrey": { "100": { "checksum": "sha256:b68196f6b4b45fdf4d8ccee918e84a803e32a68deec1b876567b9fe624ac3de8", "enabled": 1 } }, "powerprofiles": { "100": { "checksum": "sha256:a5d9d7124a4d0cadcd27e2d4be6327638c7f8ab85852be5e4ff3029151df44bd", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:2b4a26defa86afe8f22b6859383d1d790beecaf0a58ba5dacabf63a62668374d", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:d54692d4dced3d6f04c9554202d39cb437dd647bda8d6d5b5df2b352f692a6b4", "enabled": 1 } }, "prelude": { "100": { "checksum": "sha256:1b50228b54a55b1819644b5b2351ee331891f6d0145614a22d1c71523373e92b", "enabled": 1 } }, "privoxy": { "100": { "checksum": "sha256:0e2f3f1dd8b5cca63c6bb113de9b3413ffafe57547e8f741ec2f65612941e4b2", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:ab3962f174f9a9a125e2aad039584a83294b11d3ee56c8b477217a8193afc87d", "enabled": 1 } }, "prosody": { "100": { "checksum": "sha256:3573621c7a830f0d511041287fe8bb073eaa5e200c5b8b2e72096bf469c35f1d", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:37503360dc3e7e2199e5055c0320af88aaeff2ce1c881a54061cfaa23b6fd9b3", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:318c62c2f63baefa43a61f8ef58bc168596087cd892a63afee72b1cb29cac0c7", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:e94df6eeb11dfa4d942673d1ccb558a34612e39ef473fa47ccc3220e9db13178", "enabled": 1 } }, "puppet": { "100": { "checksum": "sha256:d5ee6fad0d60a430f811830a1cf3b3fd3926aee70486f88088e5312763e9d8ad", "enabled": 1 } }, "pwauth": { "100": { "checksum": "sha256:d23c293e39c1a025d375b714dd9319d27545c6c62b58342ef530763b84a24b16", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:b6e28c1e3ecd19b1598ba4f18809c74c58fef191543b87e57c4c5337874947e5", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:5617289b46ae349fafd315cf92082d64119c6a0b5606bf79aa17fc99e34985b6", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:5f8826660fa76364b6207071ff136add7be6e8b3d6f1975f271705bdb328b6c3", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:704e2c7d5fca4cb84e320b9359c6168037ebc87908330c0053c143c8821d3863", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:d464162666321c2cbfe0a96abe6614430461b85b292cd5607a11743a1b7aa869", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:acc51303259d5e6049265839c5ed13703baa80ae3477ae292103b4665c83dfbb", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:7a6676939686e7df72b202951d2e05dcf60df1be44326e96abd556ad2b04315e", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:a36913816bd352483ac9cfa3da2c5d80b9fcd3624244a38e90790e3e5bfd05e2", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:cb71cc5de4d47bacc514955cfb712269047b37ffc8be60e5c778a3235b06a6c5", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:3c81ccdd74da958e3bd37b93d3c784017edcbfd105de02815fb3c0ffca0c598c", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:7d8dbbfc779595361539e9b7fc248e37d78facbcefcba281378dfed3ab22208e", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:81f2be89e71c8e306b833a8f7ac8582145f567add5666224847e65418d1c503f", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:5bd4c63229d201367f3bfc9c8006d6a4f05a53b5784084885a7672011cc6b362", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:a346e6c4e76d2256d17b8844dd57df53b91def7d13ff50800f82f4b06f9a8166", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:622d5ae5349b504c7ec9e472a86c5a1e1bc27606868d53d154112a63299c8dc9", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:c972acf1c9c95b9087ac1cb312598717fc5b62e07abbb7d94f3f0ad7128001f7", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:5f8160346fdf42e9768348df222058ae69d1ddfa548fa16195d4c96818b47ea1", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:cc092b8d4278d2c17b85f5cfdb8b50abb7fdeed2c16913333f4af37d42df641b", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:5271469985f35fb7911a72e9e705bc35971294386838f1f11033657874821cea", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:0479cb38ba1f6cbd062d8806384622db1b1184b95461b2d931f6ef144fd4bcda", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:570878325ce4d63330b5916df4b3a1cf2c8361a2e797173a4a8acebb8d9ec68e", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:961bc157eba42a90041cdae4cfbab4eb7caaa4390e94f8f8c64e818f57e8d45d", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:8446bb1ba3e4f2a0a84bf42852113dd38c435a59868ffafb56bcc3bddc95336f", "enabled": 1 } }, "rkhunter": { "100": { "checksum": "sha256:95ecb10dfe02e0384b0f220c46a7d0c85166a4e2cca0bb55654420b73611a646", "enabled": 1 } }, "rlogin": { "100": { "checksum": "sha256:3867e454b9bd34df2583555037e895fc3a331453e7dec0c4879637d7c14cc49f", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:2f0c79c914d756df89a5e872c33eba2f92d15cf2ced3d2c3ae59f09889841950", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:54c5e85363d326f78c5896bf87c36fca9bc28acee3bd9da4d6d22f090dc9f7c6", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:f35b103b76f4b7909af1df7c45c8e4ea40aa284ba38452305055fc0030056760", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:f45158bb1feee24882f93833aa675a3e7ae69d8906d420dc2b55d473884cc152", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:22f24b6544c3a1f886b7e6119ffcba3e23593296f0e2ea85d19a401f0deb0cab", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:2cb11286a0afa94eccbd33de5a32b16d9e178e41ac1fec9dcd801b77dd257051", "enabled": 1 } }, "rshd": { "100": { "checksum": "sha256:5f50f93b286c12e27d2d4023021d1a2dd5ca8808a896199e59188b482d15d246", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:b515d9435cd169827bf648df52bafdc280d381b7224f8f59d023e81728485e94", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:cde9bfc64b345835e9f8012426cf218bad9972c70e22e0ef6d6a90cc5fa7163c", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:1295d1a5434aa1df7fd0f0e2a9b2b045b0ec51bd8619d528349530b322eddf24", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:3d04a8c1749bf0aefda8576ba61b2690b334a41b583c8121bf1d351f994bdb63", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:7b0c8b0fd23723aed98bc581f2ead99da87893c6ba042ec19ca731e1d802eab6", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:94aa696939ed1e38d3ab00b4113f9d2c65f5c520f84d77ba6a8ccca00bc50807", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:aeab411cd5bf7eec8030573e2b1853c4df05b37a12490dd6e7bdfd57e8333721", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:df0bbc0a92eb36577c47b757069809704d2213ade77dbfd48312ffca42c7f332", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:6e247ac9c3c06c1d00a29cbcd9a9097688234957ee48b52ef086791c3a8d80b7", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:c90e3424b69e91af767744509dcac1990978d09678ab40bc9553c21d362b7c1d", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:4cffd87a27c2b48cc59f596a42e860ea52acdfcbff0c2a1e4aeafa3338b29e6e", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:a82d00ec084222c96375bedcc1d32f34c30e0e7f6935791cd41fe9569c0fe0b1", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:0193c2997c1219ca99db6d0f42e57ec85018352e426819f79b7db52a871de995", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:75b7898f93471dcd83e36221a8a75570d4e88bdc7d001db4375c5b795245ea4b", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:f78fb4edeba689f845482742172f0b72e88fbb2ea3e11222581407192a4b1c52", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:a1523f961940451593d1125cba82f4bdf3d82ae10837e8d5bf1519926636e1e4", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:e6c4cabc853877f459381f06d4d47660ce9360a188ab87bb825f1f1eaed39d7d", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:a46237a546928c4003c2a0cbda5e6cc93d8b6319820cc333125187aa6972fc7d", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:286d18507d80fcfa7cb83ed21321df23c3a29001777890137c1b52c113cd8489", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:166d2b2f13b2870ab829d568460b461387d37d4f72ea12c337316ec08f4dc051", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:f65a01d9d07ca1ca7c768813fc949372979dddee0f1a539232a53fd249e37086", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:9e1d9f1e761bc2e1df61f635fff5ac66925000ba9162a09292753025a8f33e16", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:b151a3a6aac1ed076989bcb8733574f54207539f2bad421d5d0c1665fa5a7829", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:3f8ac822194504d2c8053891b9ea040ead72544078534e8f3c7198d088d89519", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:66b30c23dc3a6e7909479bd5dd109e21910d2aab62a69d7e5c6c65cbe5e495c4", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:c3b59690c92d051202dcce97a9bb63e5f1ca5804ad2fb5ea47581a2fb63ebb22", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:f82df48459bdd4ba2715261766ad21d9868dbebba7970f18ac458c94ddc56783", "enabled": 1 } }, "smokeping": { "100": { "checksum": "sha256:9f8bf7e71445b649144ba04ef206994febfee6ced8ba5dba6e99ceb1aa90c431", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:0e47cf6e775a1e2ecb506e444731e086d057b7f2c2aeb6bce7b636372de88d95", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:3fdc61b75bff53e7c1f753ff37953e622198d6d83bdc70b07927243588bf704d", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:52612acd5505f484eba103ded39305634efe87822624d6de062e3415b0c4c6a4", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:708d4ef9c54dd1edaecb79e6b9c8b7a092fb3f007c8080e3a71ca796782088d9", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:8801c1259909f4edbc7c735aa537826923b1cd08ec932d296e93ca3539510e89", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:f47011750c09ffb47caf10905cad15fe0ae6ff35a9924ad87920cc81b2698f0b", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:910796a7e4b7b3c0ea99f1d711ae56757b3c88647d84b942129d23b866ecc742", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:092593b379ff3e7b3d15b0dfdd2adfde73fb76401d1b6b6e79a4efccbf03f0c9", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:da302386100fff3c14f9bf2545a5e3039168d1256a4c938f59dee98190296616", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:bbf2e4cbb540c1d59cf48a59b59f62f9963a9b968aa9b433a7ab1366126bc854", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:d82efa78f341397e7b9aeac1f0f8cd301c1f87728b7106d2ed91f7af994502fc", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:80314163a40b8607a50e56e1e9bf217dd5b44ffd1d0cabc361324b2bf04c5b8b", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:850a469bc638903419e3bd62df64e58a49d7bc381bcb13f9c0bc477e026d29fa", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:14aa28921885421f92fb51920ca0d8fde122881ac9e28d024c80a7b234b82dd3", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:1610ffc61426c0e791bd7a6a2628935edf3d66fc7818fb42c314044a26ac5d2d", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:5025b28ad7090d4802078c92ba257b46909bbb74fcd6cae0f2a5d65978a5ff8e", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:8ae5bde4326683f4ca124c8579ea5dd4167f8d9cb38fa0676cc40d1017daa536", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:a3aec6527b05d86c04628cb7c7a73c7f2089f80f2da9ee14920cb58d77dcb5b3", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:0965d3f30b2813a4364e9ce8da0f8916579319ed9507640383c3bf195ae1c00e", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:d589d2e8bddbcea03272bb589cffde776ccb410ac685e5071896fa8e59660c7f", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:407ddd533381c1f822ec8471e639404c4b926e7e635b3d25d4ba1403a5c517b3", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:9adc92d263657bc101c9476a39e98fd6abedd37c614ae747103f15dc697ed149", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:18328747e2c0e6543224533565d136c1970616275736ce82e0eb4cfac1d322e8", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:34bf4eeafcb98df7df134b1e571f312ff0103ec7ae18ff1722844720af028aa2", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:da2b919cc89e106c0815ced147dd755881b6a09373b439f3d66861f2894ddf13", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:75472a85cd8d5d0f3f58dbdbb11e74dd695fedf2fb72c2e31fe991309a7da511", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:a24e6312d1020996a2d92f77809ab0e29a80b1c2b2eb3dc1cea58877dc4049a3", "enabled": 1 } }, "systemd-homed": { "100": { "checksum": "sha256:e850cd63086347eec2b0f6c4f0f611aabf77f3e2f4b8abcb4e0f4951cdb82499", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:a2e2a5d807eabe30a09085dcec38d530781c1f02e840a6ed02ccc32bd2738e60", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:4a9e67698b4759a406188562c375ecd847f205c38873fb895c3c20abc8bac869", "enabled": 1 } }, "tcpd": { "100": { "checksum": "sha256:6f0c61229e01d2d4d44af547b5877d1e9d44301ab642ef8966fe82a0aef02b18", "enabled": 1 } }, "tcsd": { "100": { "checksum": "sha256:1aa8926f27fdaf66acb2172f57a9da2c4acf92065e8a874079caf51ba65b200d", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:d98021b3bbdd6255c2009e5adafbf41faf3370434396cf2e928e7df693dd50b6", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:ce3420ee31484daad30a8016d43604754c2feced30f3a5b3bb13a4d270621b55", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:188d479e15771c224fe2ebd09cd0397daeeeaf8809c7e70f6852ba1c495d2c61", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:8ce317b88426be6692f031a9351d9973d3cc66d982afb582a732589423b823ce", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:b0c1055c6a8419035ee9a9a45de2bcdd7183a906bb40d98bb2be80b882a60c51", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:f3423c2f86f46b6f2bf003a2b2ed3c4071a72c9ecb2e8ba4a2d2c9f92c1fbfa0", "enabled": 1 } }, "tlp": { "100": { "checksum": "sha256:2c1859234854934c13e0197e866f56b8552e9f69e55e17178d35b74c6640b04e", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:610f7491d42d6bfb4b0cd488bb6803e7cd30f4ebc94ec254d058cea1076a200c", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:5cc6deb674c9a3b7cc38085e801fce2a757ebb63ec149c7c722d32e2823203c5", "enabled": 1 } }, "tor": { "100": { "checksum": "sha256:a73712e8d7438cd8b4117407d700e43741290301b1c263876260c96ca8df24b0", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:2400f962c3db3e1ee2e49d77fc8675cc633b6d84f214bfcb97f8cf415025cd14", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:b81591fa025666c0f66e245c3eca81bf4b3d624d1974d45a326b9d4309e4572e", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:330bfab610107695b2b73abfb02faf25124c48b4cf6cd98af9d2b5b3252c3e22", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:5729c3b88c3ca222b531acb8995da4a5799ca412d5da6c54206469a7c26c67c0", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:e0257dd4e250c5aa0baa8151d48942735949bd3018318c11c28a4a5df2aacb90", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:f129a3fa9b6af94d76f6d3edb6aae555e64e9fdd270708a20e745e628b4de993", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:438b632d49e54bd3d83babbfbbdcad5ab314a7f88f50f5e801ac18e45a3fb5cf", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:c1de2adfab2cd577a0cc9f2c1a50cd6321324d31b9c3f81be9231f85d4acbbd3", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:d587c24ae3002f86c8a90320c7f4a33561c8b93a015f84e5f4f8e5dd5e9a8fac", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:e8bbf14f21b95758fa35a5c44976c61a786fb7b44f720dbb2fb5d4e92114a1af", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:d64c804a1ff65d6f79f6e98d77cfc09d6a3a20727f75f66aca7b144d5fb7bae7", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:ec2c337878bce231339e400f8498ab44523cd322939955cbfdbe62cc85b553be", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:fdee5be6966921555e79cab0dd9a087a94c2092d2613c8930693832fc1a0fb52", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:394e23e556bf8d9a88e8f21694e36dc64e3513d79c8f3a55ef52996dc994a3c3", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:0d136d8eaf57e9d525cd5e12bf0d1c96e8ed19f6e9ef9b1286a7b10b25114ed3", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:32b0f8d5d2e20a60f21dd895db39b77d738439849b5dcd4d418bf315b7e1dcb5", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:0e1a4ee008ebca10fa20e5bba82a54cdb808549a74730ac0c6e719723e61d7d8", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:391e5b7a75222e71a070ba6c6f30823857ce8dadcb9b34144e3b7eda11ac0b89", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:ed2a28c81c5fea44020d691bf81ff945c86a77ae2e25f9bbb7691cb272f6b868", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:91a7766867d13534c7523a899dccdcda504d8138d1a7bd753fc74d0970594136", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:46b893a72f703ddc7f2fc6cfd92c5286513fadc8e41da2ad50f7c5d33beb1b1a", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:f37eb5d6bc2bd250b3a1d226b71c246d597dd6c70a1daf6e815c1f2c94852b82", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:8ed7bffea7ad6a980087f95a41e40a16b19d5e9b4e80564b212ca781a66baa72", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:77fb5500272297c8a01295374941467cf2e172f65a82c688f61d0c0a846584d0", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:c1570623f72671231e5a57602df8fcaf37e5ab3b505679feadde267adda94a8e", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:0fa7c154d43724c116ac8d4fee8578e77dd9290244cf913ad11b6750da58b3a9", "enabled": 1 } }, "vnstatd": { "100": { "checksum": "sha256:71546439e9d900aa8b0a517cd642e6bb23f91cdbf77fbb5acd88fe68610a9015", "enabled": 1 } }, "vpn": { "100": { "checksum": "sha256:dc69581dd400bf43165b475af5e43d59e21f82f163bb2888962b81dd0a11a631", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:d6c6c226dcc92d9a668f42b86dde398d2d875b479915af656734357e20ed0e96", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:15f401a1b3e38deea36eac34afcc1d5af60cd185af250d125db083c18e699930", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:5aa47b485d9daccde40b5ceb81a318469d8ce0d3f5e1db8c981c3c1dfbe30c7c", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:2cb08171c7ab222afa7d77d790c9d39622d9f545e7f3e7e36c995b902279d6cd", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:b66dfdfd23ed304d5f416bb0d8de4565d28cd732253fc2f9e4b4bac59515790f", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:a4a3be2a0feea4de24ca26c0eed58c7025304d810ee9d4a3e1b7e964a8d28c6d", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:6b1f3a273566daf0cb86669c9a44fe3e5beb120f9278f26b94b06a4d497d223b", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:8909780ed8dfc6c3a5317ce1ec0762bb4b8eaf4facc702c3af0c026980acbfd2", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:af011d0583d7de19e58472464ef4f595bafad65f1316710395348602c15b8fdd", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:11d62745da53c28e58bac052c990f60842e9a56d2a2ff02f47e1a86dbc59338b", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:167208ec886546f8e92b9cd9dda587aecbf92378514d522d7dd3d215e6c2fa90", "enabled": 1 } }, "zabbix": { "100": { "checksum": "sha256:358d3466dfc051f85d3cbfd96869d7a55ae2c397d52b055f0c0b1a5376fd8ac5", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:c3a9d1c95f377fafb9e94a84bec89645a1053d23b557b143367992eae9993596", "enabled": 1 } }, "zebra": { "100": { "checksum": "sha256:60e10a79e1977f00fe3756ed16e5be4c41af53b1afd0f0c165bf1885ddbc3ea3", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:675bdf525f863eaf17fe6c25507cf2dc3c4ab05d1e4b0d3477573d34980a5cd2", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:615e78d371818bdb9da42bbb0fe34b89bc93a9e88deffa7495a19d2e585adb88", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:115 Monday 12 May 2025 17:04:59 -0400 (0:00:03.095) 0:00:45.374 ************ skipping: [managed-node3] => { "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-BKG/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:128 Monday 12 May 2025 17:04:59 -0400 (0:00:00.041) 0:00:45.416 ************ skipping: [managed-node3] => { "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-BKG/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:136 Monday 12 May 2025 17:04:59 -0400 (0:00:00.021) 0:00:45.437 ************ skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.postfix : Install Postfix] ********************* task path: /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:60 Monday 12 May 2025 17:04:59 -0400 (0:00:00.033) 0:00:45.471 ************ changed: [managed-node3] => { "changed": true, "rc": 0, "results": [ "Installed: postfix-2:3.9.1-3.fc42.x86_64", "Installed: libdb-5.3.28-64.fc42.x86_64" ] } TASK [fedora.linux_system_roles.postfix : Get default database type from postconf] *** task path: /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:66 Monday 12 May 2025 17:05:04 -0400 (0:00:04.841) 0:00:50.313 ************ ok: [managed-node3] => { "changed": false, "cmd": [ "postconf", "-h", "default_database_type" ], "delta": "0:00:00.010989", "end": "2025-05-12 17:05:05.128726", "rc": 0, "start": "2025-05-12 17:05:05.117737" } STDOUT: hash TASK [fedora.linux_system_roles.postfix : Set postfix_default_database_type] *** task path: /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:71 Monday 12 May 2025 17:05:05 -0400 (0:00:00.577) 0:00:50.890 ************ ok: [managed-node3] => { "ansible_facts": { "postfix_default_database_type": "hash" }, "changed": false } TASK [fedora.linux_system_roles.postfix : Enable Postfix] ********************** task path: /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:75 Monday 12 May 2025 17:05:05 -0400 (0:00:00.061) 0:00:50.952 ************ changed: [managed-node3] => { "changed": true, "enabled": true, "name": "postfix", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target basic.target syslog.target system.slice network.target systemd-tmpfiles-setup.service -.mount tmp.mount systemd-journald.socket", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "yes", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target sendmail.service exim.service", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Postfix Mail Transport Agent", "DevicePolicy": "closed", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf /usr/lib/systemd/system/service.d/50-keep-warm.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3894644736", "EffectiveMemoryMax": "3894644736", "EffectiveTasksMax": "4415", "Environment": "SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0", "EnvironmentFiles": "/etc/sysconfig/network (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix reload ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix start ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix start ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartPre": "{ path=/usr/libexec/postfix/chroot-update ; argv[]=/usr/libexec/postfix/chroot-update ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartPreEx": "{ path=/usr/libexec/postfix/chroot-update ; argv[]=/usr/libexec/postfix/chroot-update ; flags=ignore-failure ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix stop ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix stop ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/postfix.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "postfix.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14718", "LimitNPROCSoft": "14718", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14718", "LimitSIGPENDINGSoft": "14718", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3539660800", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "postfix.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/var/spool/postfix/pid/master.pid", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "yes", "PrivateTmpEx": "connected", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice 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": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4415", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "forking", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "-.mount tmp.mount", "WantsMountsFor": "/var/tmp /tmp", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.postfix : Get current config] ****************** task path: /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:81 Monday 12 May 2025 17:05:06 -0400 (0:00:01.508) 0:00:52.461 ************ ok: [managed-node3] => { "changed": false, "cmd": [ "postconf" ], "delta": "0:00:00.011904", "end": "2025-05-12 17:05:07.144135", "rc": 0, "start": "2025-05-12 17:05:07.132231" } STDOUT: 2bounce_notice_recipient = postmaster access_map_defer_code = 450 access_map_reject_code = 554 address_verify_cache_cleanup_interval = 12h address_verify_default_transport = $default_transport address_verify_local_transport = $local_transport address_verify_map = btree:$data_directory/verify_cache address_verify_negative_cache = yes address_verify_negative_expire_time = 3d address_verify_negative_refresh_time = 3h address_verify_pending_request_limit = 5000 address_verify_poll_count = ${stress?{1}:{3}} address_verify_poll_delay = 3s address_verify_positive_expire_time = 31d address_verify_positive_refresh_time = 7d address_verify_relay_transport = $relay_transport address_verify_relayhost = $relayhost address_verify_sender = $double_bounce_sender address_verify_sender_dependent_default_transport_maps = $sender_dependent_default_transport_maps address_verify_sender_dependent_relayhost_maps = $sender_dependent_relayhost_maps address_verify_sender_ttl = 0s address_verify_service_name = verify address_verify_transport_maps = $transport_maps address_verify_virtual_transport = $virtual_transport alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases allow_mail_to_commands = alias, forward allow_mail_to_files = alias, forward allow_min_user = no allow_percent_hack = yes allow_srv_lookup_fallback = no allow_untrusted_routing = no alternate_config_directories = always_add_missing_headers = no always_bcc = anvil_rate_time_unit = 60s anvil_status_update_time = 600s append_at_myorigin = yes append_dot_mydomain = ${{$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 force_mime_input_conversion = no 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_password_result_delimiter = : 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_enable_rpk = no 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 = 20241204 mail_spool_directory = /var/mail mail_version = 3.9.1 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_permissions = 0600 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 = localdomain myhostname = managed-node3.localdomain 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 = normalize smtpd_forbid_bare_newline_exclusions = $mynetworks smtpd_forbid_bare_newline_reject_code = 550 smtpd_forbid_unauth_pipelining = yes 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} { "ansible_facts": { "__postfix_has_config_changed": "True itemstr smtpd_banner = test is not in __postfix_register_config\n" }, "changed": false } TASK [fedora.linux_system_roles.postfix : Configure additional files] ********** task path: /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:105 Monday 12 May 2025 17:05:07 -0400 (0:00:00.050) 0:00:52.940 ************ skipping: [managed-node3] => { "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-BKG/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:121 Monday 12 May 2025 17:05:07 -0400 (0:00:00.020) 0:00:52.961 ************ skipping: [managed-node3] => { "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-BKG/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:135 Monday 12 May 2025 17:05:07 -0400 (0:00:00.019) 0:00:52.980 ************ ok: [managed-node3] TASK [fedora.linux_system_roles.postfix : Backup configuration] **************** task path: /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:141 Monday 12 May 2025 17:05:08 -0400 (0:00:00.916) 0:00:53.896 ************ changed: [managed-node3] => { "changed": true, "checksum": "d26b7f2d1b6ef163f36721ab0b5d1a5d712e4f9d", "dest": "/etc/postfix/main.cf.2025-05-12T21:05:07Z", "gid": 0, "group": "root", "md5sum": "31ae531e6af8574d7ba0424a3a2cf752", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:postfix_etc_t:s0", "size": 29708, "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-BKG/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:149 Monday 12 May 2025 17:05:08 -0400 (0:00:00.539) 0:00:54.436 ************ ok: [managed-node3] => { "backup": "", "changed": false, "found": 0 } TASK [fedora.linux_system_roles.postfix : Ensure the outdated ansible managed header is absent] *** task path: /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:157 Monday 12 May 2025 17:05:09 -0400 (0:00:00.510) 0:00:54.946 ************ ok: [managed-node3] => { "backup": "", "changed": false, "found": 0 } TASK [fedora.linux_system_roles.postfix : Ensure ansible_managed header in configuration file] *** task path: /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:163 Monday 12 May 2025 17:05:09 -0400 (0:00:00.411) 0:00:55.358 ************ changed: [managed-node3] => { "changed": true } MSG: Block inserted TASK [fedora.linux_system_roles.postfix : Configure Postfix] ******************* task path: /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:171 Monday 12 May 2025 17:05:10 -0400 (0:00:00.533) 0:00:55.891 ************ changed: [managed-node3] => (item={'key': 'smtpd_banner', 'value': 'test'}) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "postconf", "-e", "smtpd_banner=test" ], "delta": "0:00:00.011805", "end": "2025-05-12 17:05:10.581657", "item": { "key": "smtpd_banner", "value": "test" }, "rc": 0, "start": "2025-05-12 17:05:10.569852" } Notification for handler Check postfix has been saved. Notification for handler Restart postfix has been saved. TASK [Get smtpd banner] ******************************************************** task path: /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_banner.yml:17 Monday 12 May 2025 17:05:10 -0400 (0:00:00.450) 0:00:56.341 ************ ok: [managed-node3] => { "changed": false, "cmd": [ "postconf", "smtpd_banner" ], "delta": "0:00:01.512286", "end": "2025-05-12 17:05:12.511378", "rc": 0, "start": "2025-05-12 17:05:10.999092" } STDOUT: smtpd_banner = test TASK [Assert smtpd banner is valid] ******************************************** task path: /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_banner.yml:22 Monday 12 May 2025 17:05:12 -0400 (0:00:01.923) 0:00:58.264 ************ ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Check firewall and selinux status] *************************************** task path: /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_banner.yml:26 Monday 12 May 2025 17:05:12 -0400 (0:00:00.043) 0:00:58.308 ************ included: /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/tests/postfix/check_firewall_selinux.yml for managed-node3 TASK [Get the firewall services] *********************************************** task path: /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/tests/postfix/check_firewall_selinux.yml:10 Monday 12 May 2025 17:05:12 -0400 (0:00:00.070) 0:00:58.379 ************ skipping: [managed-node3] => { "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-BKG/ansible_collections/fedora/linux_system_roles/tests/postfix/check_firewall_selinux.yml:17 Monday 12 May 2025 17:05:12 -0400 (0:00:00.053) 0:00:58.432 ************ skipping: [managed-node3] => (item=smtp) => { "ansible_loop_var": "item", "changed": false, "false_condition": "postfix_manage_firewall | bool", "item": "smtp", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=smtps) => { "ansible_loop_var": "item", "changed": false, "false_condition": "postfix_manage_firewall | bool", "item": "smtps", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (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-node3] => { "changed": false } MSG: All items skipped TASK [Ensure smtp ports are retrieved] ***************************************** task path: /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/tests/postfix/check_firewall_selinux.yml:30 Monday 12 May 2025 17:05:12 -0400 (0:00:00.065) 0:00:58.498 ************ ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Check associated selinux] ************************************************ task path: /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/tests/postfix/check_firewall_selinux.yml:34 Monday 12 May 2025 17:05:12 -0400 (0:00:00.061) 0:00:58.559 ************ ok: [managed-node3] => (item={'ports': 25, 'proto': 'tcp', 'setype': 'smtp_port_t', 'state': 'present', 'local': 'true'}) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nsemanage port --list -C | grep \"smtp_port_t\" | grep \"tcp\" | grep \"25\"", "delta": "0:00:00.266747", "end": "2025-05-12 17:05:13.534910", "item": { "local": "true", "ports": 25, "proto": "tcp", "setype": "smtp_port_t", "state": "present" }, "rc": 0, "start": "2025-05-12 17:05:13.268163" } STDOUT: smtp_port_t tcp 25, 465, 587 ok: [managed-node3] => (item={'ports': 465, 'proto': 'tcp', 'setype': 'smtp_port_t', 'state': 'present', 'local': 'true'}) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nsemanage port --list -C | grep \"smtp_port_t\" | grep \"tcp\" | grep \"465\"", "delta": "0:00:00.268036", "end": "2025-05-12 17:05:14.167604", "item": { "local": "true", "ports": 465, "proto": "tcp", "setype": "smtp_port_t", "state": "present" }, "rc": 0, "start": "2025-05-12 17:05:13.899568" } STDOUT: smtp_port_t tcp 25, 465, 587 ok: [managed-node3] => (item={'ports': 587, 'proto': 'tcp', 'setype': 'smtp_port_t', 'state': 'present', 'local': 'true'}) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nsemanage port --list -C | grep \"smtp_port_t\" | grep \"tcp\" | grep \"587\"", "delta": "0:00:00.280436", "end": "2025-05-12 17:05:14.872570", "item": { "local": "true", "ports": 587, "proto": "tcp", "setype": "smtp_port_t", "state": "present" }, "rc": 0, "start": "2025-05-12 17:05:14.592134" } STDOUT: smtp_port_t tcp 25, 465, 587 NOTIFIED HANDLER fedora.linux_system_roles.postfix : Check postfix for managed-node3 NOTIFIED HANDLER fedora.linux_system_roles.postfix : Restart postfix for managed-node3 RUNNING HANDLER [fedora.linux_system_roles.postfix : Check postfix] ************ task path: /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/postfix/handlers/main.yml:2 Monday 12 May 2025 17:05:14 -0400 (0:00:02.067) 0:01:00.626 ************ ok: [managed-node3] => { "changed": false, "cmd": [ "postfix", "check" ], "delta": "0:00:00.270044", "end": "2025-05-12 17:05:15.553394", "rc": 0, "start": "2025-05-12 17:05:15.283350" } RUNNING HANDLER [fedora.linux_system_roles.postfix : Restart postfix] ********** task path: /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/postfix/handlers/main.yml:7 Monday 12 May 2025 17:05:15 -0400 (0:00:00.663) 0:01:01.290 ************ changed: [managed-node3] => { "changed": true, "name": "postfix", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Mon 2025-05-12 17:05:06 EDT", "ActiveEnterTimestampMonotonic": "307772464", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-journald.socket basic.target system.slice -.mount systemd-tmpfiles-setup.service tmp.mount sysinit.target network.target syslog.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Mon 2025-05-12 17:05:06 EDT", "AssertTimestampMonotonic": "307354699", "Before": "multi-user.target shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "390714000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "yes", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2025-05-12 17:05:06 EDT", "ConditionTimestampMonotonic": "307354696", "ConfigurationDirectoryMode": "0755", "Conflicts": "exim.service shutdown.target sendmail.service", "ControlGroup": "/system.slice/postfix.service", "ControlGroupId": "5740", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Postfix Mail Transport Agent", "DevicePolicy": "closed", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf /usr/lib/systemd/system/service.d/50-keep-warm.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3894644736", "EffectiveMemoryMax": "3894644736", "EffectiveTasksMax": "4415", "Environment": "SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0", "EnvironmentFiles": "/etc/sysconfig/network (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "7236", "ExecMainStartTimestamp": "Mon 2025-05-12 17:05:06 EDT", "ExecMainStartTimestampMonotonic": "307760001", "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=[Mon 2025-05-12 17:05:06 EDT] ; stop_time=[Mon 2025-05-12 17:05:06 EDT] ; pid=7167 ; code=exited ; status=0 }", "ExecStartEx": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix start ; flags= ; start_time=[Mon 2025-05-12 17:05:06 EDT] ; stop_time=[Mon 2025-05-12 17:05:06 EDT] ; pid=7167 ; code=exited ; status=0 }", "ExecStartPre": "{ path=/usr/libexec/postfix/chroot-update ; argv[]=/usr/libexec/postfix/chroot-update ; ignore_errors=yes ; start_time=[Mon 2025-05-12 17:05:06 EDT] ; stop_time=[Mon 2025-05-12 17:05:06 EDT] ; pid=7165 ; code=exited ; status=0 }", "ExecStartPreEx": "{ path=/usr/libexec/postfix/chroot-update ; argv[]=/usr/libexec/postfix/chroot-update ; flags=ignore-failure ; start_time=[Mon 2025-05-12 17:05:06 EDT] ; stop_time=[Mon 2025-05-12 17:05:06 EDT] ; pid=7165 ; 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": "Mon 2025-05-12 17:05:06 EDT", "InactiveExitTimestampMonotonic": "307358548", "InvocationID": "af1996108e684576a4e10ff7281f8a2f", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14718", "LimitNPROCSoft": "14718", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14718", "LimitSIGPENDINGSoft": "14718", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "7236", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3490586624", "MemoryCurrent": "4354048", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "4669440", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "postfix.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/var/spool/postfix/pid/master.pid", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "yes", "PrivateTmpEx": "connected", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Mon 2025-05-12 17:05:06 EDT", "StateChangeTimestampMonotonic": "307772464", "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": "4415", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "forking", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "tmp.mount -.mount", "WantsMountsFor": "/var/tmp /tmp", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } PLAY RECAP ********************************************************************* managed-node3 : ok=41 changed=8 unreachable=0 failed=0 skipped=34 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Monday 12 May 2025 17:05:16 -0400 (0:00:01.058) 0:01:02.349 ************ =============================================================================== fedora.linux_system_roles.selinux : Set an SELinux label on a port ----- 23.24s /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 fedora.linux_system_roles.selinux : Install SELinux python3 tools ------ 10.04s /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 fedora.linux_system_roles.postfix : Install Postfix --------------------- 4.84s /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:60 Gathering Facts --------------------------------------------------------- 3.47s /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_banner.yml:2 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 3.10s /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 Check associated selinux ------------------------------------------------ 2.07s /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/tests/postfix/check_firewall_selinux.yml:34 Get smtpd banner -------------------------------------------------------- 1.92s /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_banner.yml:17 fedora.linux_system_roles.selinux : Install SELinux tool semanage ------- 1.77s /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 fedora.linux_system_roles.postfix : Enable Postfix ---------------------- 1.51s /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:75 fedora.linux_system_roles.postfix : Restart postfix --------------------- 1.06s /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/postfix/handlers/main.yml:7 fedora.linux_system_roles.selinux : Refresh facts ----------------------- 0.98s /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:89 fedora.linux_system_roles.postfix : Gather facts for ansible_date_time --- 0.92s /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:135 fedora.linux_system_roles.postfix : Check postfix ----------------------- 0.66s /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/postfix/handlers/main.yml:2 fedora.linux_system_roles.postfix : Get default database type from postconf --- 0.58s /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:66 fedora.linux_system_roles.postfix : Backup configuration ---------------- 0.54s /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:141 fedora.linux_system_roles.postfix : Ensure ansible_managed header in configuration file --- 0.53s /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:163 fedora.linux_system_roles.postfix : Ensure Last modified header is absent --- 0.51s /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:149 fedora.linux_system_roles.postfix : Check if system is ostree ----------- 0.46s /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:11 fedora.linux_system_roles.postfix : Configure Postfix ------------------- 0.45s /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:171 fedora.linux_system_roles.postfix : Get current config ------------------ 0.43s /tmp/collections-BKG/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:81