ansible-playbook [core 2.17.12]
  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-4ec
  executable location = /usr/local/bin/ansible-playbook
  python version = 3.13.3 (main, Apr 22 2025, 00:00:00) [GCC 14.2.1 20250110 (Red Hat 14.2.1-7)] (/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-4ec/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_banner.yml

PLAY [Set smtpd banner] ********************************************************

TASK [Gathering Facts] *********************************************************
task path: /tmp/collections-4ec/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_banner.yml:2
Monday 09 June 2025  10:28:20 -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-4ec/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_banner.yml:12
Monday 09 June 2025  10:28:23 -0400 (0:00:02.542)       0:00:02.561 *********** 
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-4ec/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:2
Monday 09 June 2025  10:28:23 -0400 (0:00:00.067)       0:00:02.629 *********** 
included: /tmp/collections-4ec/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-4ec/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:3
Monday 09 June 2025  10:28:23 -0400 (0:00:00.035)       0:00:02.664 *********** 
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-4ec/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:11
Monday 09 June 2025  10:28:23 -0400 (0:00:00.050)       0:00:02.714 *********** 
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-4ec/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:16
Monday 09 June 2025  10:28:23 -0400 (0:00:00.471)       0:00:03.186 *********** 
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-4ec/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:20
Monday 09 June 2025  10:28:23 -0400 (0:00:00.027)       0:00:03.214 *********** 
ok: [managed-node3] => (item=RedHat.yml) => {
    "ansible_facts": {
        "__postfix_smtp_services": [
            "smtp",
            "smtps",
            "submission"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-4ec/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-4ec/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_41.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__postfix_vars_file is file",
    "item": "Fedora_41.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=Fedora_41.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__postfix_vars_file is file",
    "item": "Fedora_41.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.postfix : Get status of package(s) ['postfix']] ***
task path: /tmp/collections-4ec/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:16
Monday 09 June 2025  10:28:23 -0400 (0:00:00.045)       0:00:03.259 *********** 
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-4ec/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:23
Monday 09 June 2025  10:28:23 -0400 (0:00:00.029)       0:00:03.289 *********** 
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-4ec/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:38
Monday 09 June 2025  10:28:23 -0400 (0:00:00.019)       0:00:03.308 *********** 
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-4ec/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:45
Monday 09 June 2025  10:28:23 -0400 (0:00:00.031)       0:00:03.340 *********** 
skipping: [managed-node3] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.postfix : Configure firewall] ******************
task path: /tmp/collections-4ec/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:54
Monday 09 June 2025  10:28:23 -0400 (0:00:00.029)       0:00:03.370 *********** 
included: /tmp/collections-4ec/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-4ec/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/firewall.yml:3
Monday 09 June 2025  10:28:23 -0400 (0:00:00.017)       0:00:03.388 *********** 
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-4ec/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:57
Monday 09 June 2025  10:28:23 -0400 (0:00:00.029)       0:00:03.418 *********** 
included: /tmp/collections-4ec/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-4ec/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:12
Monday 09 June 2025  10:28:24 -0400 (0:00:00.024)       0:00:03.442 *********** 
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-4ec/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:33
Monday 09 June 2025  10:28:24 -0400 (0:00:00.060)       0:00:03.502 *********** 
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-4ec/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:37
Monday 09 June 2025  10:28:24 -0400 (0:00:00.044)       0:00:03.547 *********** 
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-4ec/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:46
Monday 09 June 2025  10:28:24 -0400 (0:00:00.054)       0:00:03.601 *********** 
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-4ec/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:55
Monday 09 June 2025  10:28:24 -0400 (0:00:00.040)       0:00:03.641 *********** 
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-4ec/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2
Monday 09 June 2025  10:28:24 -0400 (0:00:00.109)       0:00:03.751 *********** 
included: /tmp/collections-4ec/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-4ec/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2
Monday 09 June 2025  10:28:24 -0400 (0:00:00.053)       0:00:03.805 *********** 
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-4ec/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7
Monday 09 June 2025  10:28:24 -0400 (0:00:00.042)       0:00:03.847 *********** 
included: /tmp/collections-4ec/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-4ec/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5
Monday 09 June 2025  10:28:24 -0400 (0:00:00.053)       0:00:03.901 *********** 
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-4ec/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10
Monday 09 June 2025  10:28:24 -0400 (0:00:00.402)       0:00:04.303 *********** 
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-4ec/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17
Monday 09 June 2025  10:28:24 -0400 (0:00:00.034)       0:00:04.338 *********** 
ok: [managed-node3] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.selinux : Set flag if transactional-update exists] ***
task path: /tmp/collections-4ec/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22
Monday 09 June 2025  10:28:25 -0400 (0:00:00.395)       0:00:04.734 *********** 
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-4ec/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26
Monday 09 June 2025  10:28:25 -0400 (0:00:00.039)       0:00:04.773 *********** 
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-4ec/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35
Monday 09 June 2025  10:28:25 -0400 (0:00:00.033)       0:00:04.807 *********** 
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-4ec/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46
Monday 09 June 2025  10:28:36 -0400 (0:00:11.148)       0:00:15.955 *********** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "ansible_os_family == \"Suse\"",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Ensure grubby used to modify selinux kernel parameter] ***
task path: /tmp/collections-4ec/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58
Monday 09 June 2025  10:28:36 -0400 (0:00:00.053)       0:00:16.008 *********** 
ok: [managed-node3] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] *******
task path: /tmp/collections-4ec/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67
Monday 09 June 2025  10:28:38 -0400 (0:00:01.638)       0:00:17.647 *********** 
changed: [managed-node3] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: policycoreutils-python-utils-3.7-8.fc41.noarch"
    ]
}

TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-4ec/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:81
Monday 09 June 2025  10:28:40 -0400 (0:00:02.010)       0:00:19.657 *********** 
skipping: [managed-node3] => {
    "false_condition": "__selinux_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] ***
task path: /tmp/collections-4ec/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:86
Monday 09 June 2025  10:28:40 -0400 (0:00:00.033)       0:00:19.691 *********** 
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-4ec/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:91
Monday 09 June 2025  10:28:40 -0400 (0:00:00.036)       0:00:19.728 *********** 
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-4ec/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98
Monday 09 June 2025  10:28:40 -0400 (0:00:00.034)       0:00:19.762 *********** 
ok: [managed-node3]

TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] ***
task path: /tmp/collections-4ec/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:9
Monday 09 June 2025  10:28:41 -0400 (0:00:00.980)       0:00:20.743 *********** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "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-4ec/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:20
Monday 09 June 2025  10:28:41 -0400 (0:00:00.030)       0:00:20.773 *********** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "ansible_selinux.status == \"disabled\"",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] *********
task path: /tmp/collections-4ec/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:31
Monday 09 June 2025  10:28:41 -0400 (0:00:00.026)       0:00:20.799 *********** 
ok: [managed-node3] => {
    "ansible_facts": {
        "selinux_reboot_required": false
    },
    "changed": false
}

TASK [Add or remove selinux=0 from args as needed] *****************************
task path: /tmp/collections-4ec/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35
Monday 09 June 2025  10:28:41 -0400 (0:00:00.034)       0:00:20.834 *********** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "not __update_kernel_param",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] **********
task path: /tmp/collections-4ec/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:49
Monday 09 June 2025  10:28:41 -0400 (0:00:00.031)       0:00:20.865 *********** 
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-4ec/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:54
Monday 09 June 2025  10:28:41 -0400 (0:00:00.027)       0:00:20.892 *********** 
skipping: [managed-node3] => {
    "false_condition": "ansible_selinux.status == \"disabled\""
}

TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ********
task path: /tmp/collections-4ec/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:59
Monday 09 June 2025  10:28:41 -0400 (0:00:00.027)       0:00:20.920 *********** 
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-4ec/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:67
Monday 09 June 2025  10:28:41 -0400 (0:00:00.027)       0:00:20.948 *********** 
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-4ec/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:72
Monday 09 June 2025  10:28:41 -0400 (0:00:00.026)       0:00:20.974 *********** 
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-4ec/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:77
Monday 09 June 2025  10:28:41 -0400 (0:00:00.026)       0:00:21.001 *********** 
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-4ec/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82
Monday 09 June 2025  10:28:41 -0400 (0:00:00.026)       0:00:21.027 *********** 
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-4ec/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87
Monday 09 June 2025  10:28:41 -0400 (0:00:00.027)       0:00:21.055 *********** 
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-4ec/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:98
Monday 09 June 2025  10:28:41 -0400 (0:00:00.014)       0:00:21.069 *********** 
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-4ec/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:111
Monday 09 June 2025  10:28:41 -0400 (0:00:00.013)       0:00:21.082 *********** 
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-4ec/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:123
Monday 09 June 2025  10:28:45 -0400 (0:00:04.284)       0:00:25.367 *********** 
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-4ec/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:136
Monday 09 June 2025  10:28:45 -0400 (0:00:00.023)       0:00:25.391 *********** 
ok: [managed-node3] => {
    "ansible_facts": {
        "selinux_checksums": true,
        "selinux_installed_modules": {
            "abrt": {
                "100": {
                    "checksum": "sha256:6e571059441d252640e3509cf407cd3a570cb9a5c5d37aa0d05bd8d193b32260",
                    "enabled": 1
                }
            },
            "accountsd": {
                "100": {
                    "checksum": "sha256:ff868726dfb38a330824ab14a3d9b09e9e8aa89ddc8ac6b22abaa1bc62149ffa",
                    "enabled": 1
                }
            },
            "acct": {
                "100": {
                    "checksum": "sha256:0b4d3710b7c16f7149311eabf067807bd9e57305ab518642cd94544430245416",
                    "enabled": 1
                }
            },
            "afs": {
                "100": {
                    "checksum": "sha256:d6320654e5962a15935e9bcdfd8eceba64deb7051fcf6592a4ce023c1ed00798",
                    "enabled": 1
                }
            },
            "afterburn": {
                "100": {
                    "checksum": "sha256:e440cf220437e67d111c489a7b529b1ea0e859598f99d8a22897c8aff21eec8d",
                    "enabled": 1
                }
            },
            "aide": {
                "100": {
                    "checksum": "sha256:4f01eeb1c4bb8b68d4c620c2579434e124da3c7113233b3e715d503010083281",
                    "enabled": 1
                }
            },
            "alsa": {
                "100": {
                    "checksum": "sha256:75ca3e6e6bfc1efcaf68401f9c1c256dcd07c27d1a4613b00da34897c3db39d3",
                    "enabled": 1
                }
            },
            "amanda": {
                "100": {
                    "checksum": "sha256:da1163091d32a68010421f1b60befb29aef78c9f2046cc7c330d276b0885dffe",
                    "enabled": 1
                }
            },
            "anaconda": {
                "100": {
                    "checksum": "sha256:61f367207b0ed849440500208623a265df726ae733e1df5fb454d04330442bc6",
                    "enabled": 1
                }
            },
            "antivirus": {
                "100": {
                    "checksum": "sha256:718557aa9547e4a7ce0c7e98fa8aab22bfbd1ccb7da591f47e16faf6f00769e2",
                    "enabled": 1
                }
            },
            "apache": {
                "100": {
                    "checksum": "sha256:f3758b956320b5831e3283b4ba2fa79a1274a18e9ef8d352915cbf887fc841d2",
                    "enabled": 1
                }
            },
            "apcupsd": {
                "100": {
                    "checksum": "sha256:908586a0da0d53005a23288459fb3fbfe5d9cfd42facd314da228088dc2e9ea7",
                    "enabled": 1
                }
            },
            "apm": {
                "100": {
                    "checksum": "sha256:28e25bbe215427a27e62e2ed41752101fd47d471c473ce3eac9c5de7f5871835",
                    "enabled": 1
                }
            },
            "application": {
                "100": {
                    "checksum": "sha256:3a91f2a5b7473a60ba38440265946e298936584c7954ac53b9a63926557d3d0d",
                    "enabled": 1
                }
            },
            "arpwatch": {
                "100": {
                    "checksum": "sha256:e805313c73b62c5e31b5629e698bd0131a1c0d44b35950e3043a297454912567",
                    "enabled": 1
                }
            },
            "asterisk": {
                "100": {
                    "checksum": "sha256:f7479825ec6b0373555e82ffa2d9208663a3b5fc5b34251b7f0689e8df8fd71f",
                    "enabled": 1
                }
            },
            "auditadm": {
                "100": {
                    "checksum": "sha256:749a0dd1d66233d92e9ab33319d12ce45a91593e1dd1bc9b9fae330001edfd38",
                    "enabled": 1
                }
            },
            "authlogin": {
                "100": {
                    "checksum": "sha256:cecb7a206dcf9e63177a8f9593952f47def540362cdb7c568a50f1609504ffdd",
                    "enabled": 1
                }
            },
            "automount": {
                "100": {
                    "checksum": "sha256:13207d2c4fbbef0d912ee3833a40cbf6661f6133f88c03997e92e137bea7cab6",
                    "enabled": 1
                }
            },
            "avahi": {
                "100": {
                    "checksum": "sha256:b6bfc2b90536b9266f17999303e648cd1abc6149f8798a2fe725f965e6a17fed",
                    "enabled": 1
                }
            },
            "awstats": {
                "100": {
                    "checksum": "sha256:a4b488ebf08441fe45443272f888be792feac13cf2217b472d23c19de7613200",
                    "enabled": 1
                }
            },
            "bacula": {
                "100": {
                    "checksum": "sha256:65725493fe6f4b5e2c7ba2ff09067c9efe94d436c9322783bd192c8acc9f78e5",
                    "enabled": 1
                }
            },
            "base": {
                "100": {
                    "checksum": "sha256:ff5ce123cad5f1f9e19be167218ee9c6c9cdbfbda509302934ed2a9c0b7283f0",
                    "enabled": 1
                }
            },
            "bind": {
                "100": {
                    "checksum": "sha256:c8cdd40745296910be784d2d00fab1b0c52a117ec0ca8d1d771c3ed051de5759",
                    "enabled": 1
                }
            },
            "bitlbee": {
                "100": {
                    "checksum": "sha256:4a4fe31eac32c89784a6bee3317c2c48b1848071daea27de74fecfd345313ecd",
                    "enabled": 1
                }
            },
            "blkmapd": {
                "100": {
                    "checksum": "sha256:fee85c496f6e317fa6c79e01cf7a957ceba3d7d9a8129bbf08d31b468e97708c",
                    "enabled": 1
                }
            },
            "blueman": {
                "100": {
                    "checksum": "sha256:8aaa7924dd6c9ef4368bcfec03d2a9182847b2619d9c73dddfc1fe3a406fd593",
                    "enabled": 1
                }
            },
            "bluetooth": {
                "100": {
                    "checksum": "sha256:8f0b86f719d0ecd073fbac5187db43d7c398f73936fecd15c44da436108e5311",
                    "enabled": 1
                }
            },
            "boinc": {
                "100": {
                    "checksum": "sha256:8435cc1276aaf80e982eb0b1149f212cb6fc1366f29e563724caf890679f2542",
                    "enabled": 1
                }
            },
            "boltd": {
                "100": {
                    "checksum": "sha256:e22f75dc547d85b02fdd0f2d4f20f69a1ca9b969ed6f9b9abf957fa02e6e1b7f",
                    "enabled": 1
                }
            },
            "boothd": {
                "100": {
                    "checksum": "sha256:9551e8862ba236414ffb28363c88c0c765d202e79876ec0206dc08f4da20f1a7",
                    "enabled": 1
                }
            },
            "bootloader": {
                "100": {
                    "checksum": "sha256:ccfc94eaa4a6062dcd0996078e61e46eb550898c287d7596a85ad6f857fa69d5",
                    "enabled": 1
                }
            },
            "bootupd": {
                "100": {
                    "checksum": "sha256:5f7b0498567331925419ebf5ccaaf9e3c5fb9b7774b86abbe1a6f50e259c0aab",
                    "enabled": 1
                }
            },
            "brctl": {
                "100": {
                    "checksum": "sha256:5165683fab4b880d741376a81061b1a467b88fcaba92225a50e46322ae74e440",
                    "enabled": 1
                }
            },
            "brltty": {
                "100": {
                    "checksum": "sha256:0230419d38276d2c823a427d44fa1362f89784c7ac17f76826be95d3c8e6de1b",
                    "enabled": 1
                }
            },
            "bugzilla": {
                "100": {
                    "checksum": "sha256:8e4fd93cbe0357fc894c7898adf9a14f8c845d87a08f673f410b702f798c2383",
                    "enabled": 1
                }
            },
            "cachefilesd": {
                "100": {
                    "checksum": "sha256:980e9a260a2fb444a12629d8621407f4572e4de7cf8943b13161b6ed10375826",
                    "enabled": 1
                }
            },
            "calamaris": {
                "100": {
                    "checksum": "sha256:4c65dae6d30fea1bebc4e63ff693b2041f18d0adb710b783002c98c529be84d8",
                    "enabled": 1
                }
            },
            "callweaver": {
                "100": {
                    "checksum": "sha256:a968d9dc972867e4e6249ae22f9dbf4266b74a7d142cae17a57a94342e1d2071",
                    "enabled": 1
                }
            },
            "canna": {
                "100": {
                    "checksum": "sha256:0602763cc3990087785d24c7cc430aefcdf02bdcfe24a7200d3edc2949d1ec6b",
                    "enabled": 1
                }
            },
            "ccs": {
                "100": {
                    "checksum": "sha256:5651ec2c95f0b2d959b59c50ae021bbb6bc15f33331132110a9836b2278144de",
                    "enabled": 1
                }
            },
            "cdrecord": {
                "100": {
                    "checksum": "sha256:ba7fd7c8a2a4d0fc658dd4aeb27b1c9c2049e7b8b5b5c3afa9523c74f6aae263",
                    "enabled": 1
                }
            },
            "certmaster": {
                "100": {
                    "checksum": "sha256:f9a4c97defbe94abd597286e65015baa5cdbc494a6404f3e467ba2484fd753d8",
                    "enabled": 1
                }
            },
            "certmonger": {
                "100": {
                    "checksum": "sha256:666501337062cf4014f547858f4a5f4d4ca875f1c41a57ca725630161d61e201",
                    "enabled": 1
                }
            },
            "certwatch": {
                "100": {
                    "checksum": "sha256:c875a519672af0d8291b9097f547dc940b9f0132a174d49cb4a332e08fe92b89",
                    "enabled": 1
                }
            },
            "cfengine": {
                "100": {
                    "checksum": "sha256:c1347bcf8c612aae6327f684b7f27ba268172bfc3dc7b027567ac4cd1512dce9",
                    "enabled": 1
                }
            },
            "cgroup": {
                "100": {
                    "checksum": "sha256:9e9eaeee64d116248c2be62574004ab15354e00ddbbc86aab0a174425ac82584",
                    "enabled": 1
                }
            },
            "chrome": {
                "100": {
                    "checksum": "sha256:0c67ea3b31cf2b67765839cccf9429c8081a7586a9bc435c1c7435cd8824be85",
                    "enabled": 1
                }
            },
            "chronyd": {
                "100": {
                    "checksum": "sha256:039df67b6f57d80428db4e70312b1a3d424352de8bbab27538ca34bbbf4ae4b2",
                    "enabled": 1
                }
            },
            "cifsutils": {
                "100": {
                    "checksum": "sha256:3a14853f222d5d4a41a72b479e21799b200ac7230e33426c296530856fe89977",
                    "enabled": 1
                }
            },
            "cinder": {
                "100": {
                    "checksum": "sha256:1bca5805677f6de8372027eab3e7b091d28d9098bf5c363090b12f4195051441",
                    "enabled": 1
                }
            },
            "cipe": {
                "100": {
                    "checksum": "sha256:a95198f88b030851c95848e09f8a0daf2f610c9d517f0ec06c397c957c1bb8f4",
                    "enabled": 1
                }
            },
            "clock": {
                "100": {
                    "checksum": "sha256:7ef3929ab6674291f68cf898f5177a42ae8b0a2cecbafe4b3b0858373058d550",
                    "enabled": 1
                }
            },
            "clogd": {
                "100": {
                    "checksum": "sha256:66e6d2d2bcf99ecfab229a5123becc308308446aaeb5dde00918429e73c6f88f",
                    "enabled": 1
                }
            },
            "cloudform": {
                "100": {
                    "checksum": "sha256:8b8e40b15d2f30acdeaa718b224082e0e384c4ebd4166da8cdfdf264d9c9a9ad",
                    "enabled": 1
                }
            },
            "cmirrord": {
                "100": {
                    "checksum": "sha256:963b10f139af4312c18f4d47d01fffe051af8205c729f2f2bf2ea4c13810dc98",
                    "enabled": 1
                }
            },
            "cobbler": {
                "100": {
                    "checksum": "sha256:b63b648a2de86b24fae021093613a68861ed439474698ce39a75bc6f5ac376e5",
                    "enabled": 1
                }
            },
            "collectd": {
                "100": {
                    "checksum": "sha256:ebc8d46d49e65cae5317370ee4098ee4f8a3fbbc0737d10e82906b35690109ac",
                    "enabled": 1
                }
            },
            "colord": {
                "100": {
                    "checksum": "sha256:001865716275034253ef64bd80c12db293b0c0e7132432ffc7f1cc38e156cd16",
                    "enabled": 1
                }
            },
            "comsat": {
                "100": {
                    "checksum": "sha256:8bbefb9d81d1e91ab0625144be2d9193cc9ef5ce7224ed1550d44b860deadcbd",
                    "enabled": 1
                }
            },
            "condor": {
                "100": {
                    "checksum": "sha256:3ddbb9f63e9d55225656cbb9092e5dcc1b453359707cdd73e67ef06a6aa7df9c",
                    "enabled": 1
                }
            },
            "conman": {
                "100": {
                    "checksum": "sha256:714f07b0412727d60cc1b2958dee240b59651229f1859639e09bbd714cf139ad",
                    "enabled": 1
                }
            },
            "conntrackd": {
                "100": {
                    "checksum": "sha256:e8bedb5713c0d4491d4b2a38494e8a00b6735ab4ddc40aae7dacd15f46d597a4",
                    "enabled": 1
                }
            },
            "consolekit": {
                "100": {
                    "checksum": "sha256:f0042a254008662140e60ecb5261c1ad48119774dfef32ec9ef17f1579e5bac2",
                    "enabled": 1
                }
            },
            "coreos_installer": {
                "100": {
                    "checksum": "sha256:3507e2a917f90a060755b8cb9ccba5185ff8aa55939b3519e45c9a2027643f33",
                    "enabled": 1
                }
            },
            "couchdb": {
                "100": {
                    "checksum": "sha256:743992902ac8514de4dd54b16317a8edb9cb1e383e29d0450821a9ac304059db",
                    "enabled": 1
                }
            },
            "courier": {
                "100": {
                    "checksum": "sha256:0db5bd27caaa72a6f1aa2e3cc4138bda450a6c415e5c1fbb6328a8a39b6bcdef",
                    "enabled": 1
                }
            },
            "cpucontrol": {
                "100": {
                    "checksum": "sha256:4569f4ebfcaa55a45db1a7294ec898f3507eadaf052585b2688be8da3df8f9d1",
                    "enabled": 1
                }
            },
            "cpufreqselector": {
                "100": {
                    "checksum": "sha256:0b0bd5618356e7da7018c86dc262758bb6f04e7618de2942995ad59e897c3244",
                    "enabled": 1
                }
            },
            "cpuplug": {
                "100": {
                    "checksum": "sha256:13533345c2b7386622a2887f42ebbda604f36d2f8362f71a85a95e1cca9aa6c6",
                    "enabled": 1
                }
            },
            "cron": {
                "100": {
                    "checksum": "sha256:0dbdb8b9066479b58068e5beb06c54cee15fa85853524e4058a414aa5fa55f10",
                    "enabled": 1
                }
            },
            "ctdb": {
                "100": {
                    "checksum": "sha256:f54e35560a64de96a3cfc2b7cb63e680d6778225ae9ead9ad478b2678f88b6d8",
                    "enabled": 1
                }
            },
            "cups": {
                "100": {
                    "checksum": "sha256:871725456b957e8a2d11b156f51231de75a7fad129f418f901fa740814817147",
                    "enabled": 1
                }
            },
            "cvs": {
                "100": {
                    "checksum": "sha256:b188990c62c036cf96deb2fd121236499dcb5cff830e38ac24b74d4692c0323d",
                    "enabled": 1
                }
            },
            "cyphesis": {
                "100": {
                    "checksum": "sha256:ffe9e6e4bb673f6822a874b86eb21769ef0f5fdbfd2e2659485abc4c6215ffa2",
                    "enabled": 1
                }
            },
            "cyrus": {
                "100": {
                    "checksum": "sha256:8b077e1368da1daaa96272b0d6f22f08bcb264617e6884c9074423a9b066912d",
                    "enabled": 1
                }
            },
            "daemontools": {
                "100": {
                    "checksum": "sha256:c9631ff4c56b588338bd87c7d8cba95e78285ecfc4f12653ea5c888d2fee8af0",
                    "enabled": 1
                }
            },
            "dbadm": {
                "100": {
                    "checksum": "sha256:f9cd1d1c850a023d882c130cfad0d17c3d5af781610f6e20dce354e3ac9b03f9",
                    "enabled": 1
                }
            },
            "dbskk": {
                "100": {
                    "checksum": "sha256:b0eaf034b7f124c6ebb302f98543c5fb3c2191b1c584e73b994468d9b8771959",
                    "enabled": 1
                }
            },
            "dbus": {
                "100": {
                    "checksum": "sha256:2ee826b228409e5fec043cb2c349bf9066c3d28e31a60ff19f05cf8efaa96bf3",
                    "enabled": 1
                }
            },
            "dcc": {
                "100": {
                    "checksum": "sha256:c6d2bd4c0a753011b65e4b41f82aa48fe811645a474e546e8cc2291f7c7a49eb",
                    "enabled": 1
                }
            },
            "ddclient": {
                "100": {
                    "checksum": "sha256:7d2c4be9226c27c500f8a96188b2864ad5899f206296059ab8de4d3f162ec09a",
                    "enabled": 1
                }
            },
            "denyhosts": {
                "100": {
                    "checksum": "sha256:7a239615a4db634ae1ae8564acc54c55c86c68bd2e44d47ad9c24758d492b22c",
                    "enabled": 1
                }
            },
            "devicekit": {
                "100": {
                    "checksum": "sha256:1aaf1972825b0e1cba355be471b2a866e39374b5919b0b6c9796fa406a769be2",
                    "enabled": 1
                }
            },
            "dhcp": {
                "100": {
                    "checksum": "sha256:0871b8968f053316c9615743b4970c27c2c0f78a61fe8716c24f699703c58c1a",
                    "enabled": 1
                }
            },
            "dictd": {
                "100": {
                    "checksum": "sha256:00bea61c43d18e45979bd3481b0c18f6cddb38a411a4f19ae7e6120d7555455f",
                    "enabled": 1
                }
            },
            "dirsrv": {
                "100": {
                    "checksum": "sha256:b38f878e9af27bcff6ae8993c8a217321dd1fc6c62334090addfb14aebba5c95",
                    "enabled": 1
                }
            },
            "distcc": {
                "100": {
                    "checksum": "sha256:a9e6800d2e2993c1f318a8737647f2e450d41f692c11b09f6bdffac7fc556c23",
                    "enabled": 1
                }
            },
            "dmesg": {
                "100": {
                    "checksum": "sha256:433fd6e718c9ae9285c35aff260d62aac813fe8bd414e5986ab1712e888aaf49",
                    "enabled": 1
                }
            },
            "dmidecode": {
                "100": {
                    "checksum": "sha256:2d65a17644f1edf61eb31c2c66d1268511fba016ff9a7758b2bb09cdf98d2706",
                    "enabled": 1
                }
            },
            "dnsmasq": {
                "100": {
                    "checksum": "sha256:a1dae79a0a2d2996882a55085cd82b8b5a39b5b78f91f5f016506878b319eecb",
                    "enabled": 1
                }
            },
            "dnssec": {
                "100": {
                    "checksum": "sha256:126692a2df2eb7609f7e3e4c2c930ee13d2431a92caadef2747c960d0d65f457",
                    "enabled": 1
                }
            },
            "dovecot": {
                "100": {
                    "checksum": "sha256:bc0d030790b6e38a11c8816496fd0cb9d4cf5f6d557cdd8a112c00fa1cd3bee5",
                    "enabled": 1
                }
            },
            "drbd": {
                "100": {
                    "checksum": "sha256:9e478ef621ae90160e3d121cb167286e9737fd213582accd366424eda11ca747",
                    "enabled": 1
                }
            },
            "dspam": {
                "100": {
                    "checksum": "sha256:90cdf514efbb5bf01f1e2b90d7d58eed2e2b458242905b5cfa32e1de01d71da3",
                    "enabled": 1
                }
            },
            "entropyd": {
                "100": {
                    "checksum": "sha256:705fd821fa0f0ba75a507e8363f78787f84c29f8c2d3a44fa243cd05d2c8f8ee",
                    "enabled": 1
                }
            },
            "exim": {
                "100": {
                    "checksum": "sha256:05b1fb70ea49e4e9cea9896284412cff82be88269d3e95abcb4daa61136c4da6",
                    "enabled": 1
                }
            },
            "fcoe": {
                "100": {
                    "checksum": "sha256:33cab79d9b81dad37457565590370531db36d0e4a5b2ef73cd52a33b37816956",
                    "enabled": 1
                }
            },
            "fdo": {
                "100": {
                    "checksum": "sha256:6b9661cfe29bccc779264f230ded766a207ef3937aec125e5cc9a55dea4b1e8f",
                    "enabled": 1
                }
            },
            "fedoratp": {
                "100": {
                    "checksum": "sha256:d6f5f286ed1d5705e62598f143c0150deb59d708d7dd1ad89bdc6d68f59ed853",
                    "enabled": 1
                }
            },
            "fetchmail": {
                "100": {
                    "checksum": "sha256:3acaf8ff26c8d81010cc1ccf88872df39199279fa44d85b06903c97f50def08c",
                    "enabled": 1
                }
            },
            "finger": {
                "100": {
                    "checksum": "sha256:749fc5a3e4ba8771a75dc712f7795a929e147cafa8dc04485c631aad0a37da5f",
                    "enabled": 1
                }
            },
            "firewalld": {
                "100": {
                    "checksum": "sha256:bc1d1373b9a03d7adf44fcad82b369d1ebdd0f2e003cbf618411af40c1ac94d9",
                    "enabled": 1
                }
            },
            "firewallgui": {
                "100": {
                    "checksum": "sha256:30d11ebcc3525e38c2a1532661404be432cbf6d4f0f4fb67c51fd9f32c3b7b92",
                    "enabled": 1
                }
            },
            "firstboot": {
                "100": {
                    "checksum": "sha256:d0521b45eebcd324ec966781f0d10ef06791c68b7e53b8272775bfd953a3fa08",
                    "enabled": 1
                }
            },
            "fprintd": {
                "100": {
                    "checksum": "sha256:ff74bb68f3369f30d2ae98cfce6acecbd6b7adbad46a18cc03bba25037a26beb",
                    "enabled": 1
                }
            },
            "freeipmi": {
                "100": {
                    "checksum": "sha256:cc140de8fcb92cb588d19273d8f67619b5fcbef1a114ed805621a0cd11e4ebc3",
                    "enabled": 1
                }
            },
            "freqset": {
                "100": {
                    "checksum": "sha256:3f2c6b1336ed28a0a7d90f283e9289a5f83e5ceb71d11b7814fdc65ae529314a",
                    "enabled": 1
                }
            },
            "fstools": {
                "100": {
                    "checksum": "sha256:66707b09fc0bf73662040a6d5ed43e5ddc851704c29a129f7a4d0e223ea10f63",
                    "enabled": 1
                }
            },
            "ftp": {
                "100": {
                    "checksum": "sha256:cf67aacdf74a311778e2a063a2a471c7f7070ddf62331512fa5895e793290189",
                    "enabled": 1
                }
            },
            "fwupd": {
                "100": {
                    "checksum": "sha256:3da67a17b85cde7a0f181e6599726357fb2eeeb251fdd980a9d6669772415922",
                    "enabled": 1
                }
            },
            "games": {
                "100": {
                    "checksum": "sha256:020d175da904ce5e5f94eaab9e60a4a86b70ed9767f7660157c7fa459c747b34",
                    "enabled": 1
                }
            },
            "gdomap": {
                "100": {
                    "checksum": "sha256:f41fda08cf3bd33ac571a4ca5d6d505a6dc7062c29e45b1d5d160c953c532230",
                    "enabled": 1
                }
            },
            "geoclue": {
                "100": {
                    "checksum": "sha256:beec56305b71ccb0174a7c790eb972244d10b8381a84812f01021b9e8eb7ad99",
                    "enabled": 1
                }
            },
            "getty": {
                "100": {
                    "checksum": "sha256:1c2821e2e19261a203efcad5b0d90b12dfc2ac78da42c7f4d1eb4eae46b3edb1",
                    "enabled": 1
                }
            },
            "git": {
                "100": {
                    "checksum": "sha256:9f2c83dc9cafe17c8d650f8c78c39c61bd3d2c8b4d77a535eb61ce6a04a3e3f4",
                    "enabled": 1
                }
            },
            "gitosis": {
                "100": {
                    "checksum": "sha256:b7decc3fbc86e4b9e3fe1fec22021737ad607cf795224b5d5793069716a7eda8",
                    "enabled": 1
                }
            },
            "glance": {
                "100": {
                    "checksum": "sha256:097520793eaae6b878f14f2b767d40a80007786065abf1b252d898a685957fc5",
                    "enabled": 1
                }
            },
            "glusterd": {
                "100": {
                    "checksum": "sha256:c6e3a1456d1166b4a1557097ac611d03fbc418da3ebf1c4a8ce51a2281731ee9",
                    "enabled": 1
                }
            },
            "gnome": {
                "100": {
                    "checksum": "sha256:36acfed6d94c2bc1125d70025b8329db893614e225dc0e56d84b3b7ed69f0003",
                    "enabled": 1
                }
            },
            "gnome_remote_desktop": {
                "100": {
                    "checksum": "sha256:cb0c37a2175b53f36886a06dec8a13e1cbb56b6c321e7f47c9c212d1825e8da3",
                    "enabled": 1
                }
            },
            "gpg": {
                "100": {
                    "checksum": "sha256:9818ef4911063b06cbfa8da2230188f2d0021a074b5019eb6bc9a8a0215af68b",
                    "enabled": 1
                }
            },
            "gpm": {
                "100": {
                    "checksum": "sha256:8187fd4af8e847bf5febdbaf54f165788fd16dae5189b66d683dec60596b1172",
                    "enabled": 1
                }
            },
            "gpsd": {
                "100": {
                    "checksum": "sha256:f610bf0be7884be69e68856baa7450c4a00853d0ceb96c79e0e884fb2ee942a1",
                    "enabled": 1
                }
            },
            "gssproxy": {
                "100": {
                    "checksum": "sha256:97641e46c6076b5179127c6932ce33b1f8d31e70d78a7d79c7efcc3493ef3370",
                    "enabled": 1
                }
            },
            "guest": {
                "100": {
                    "checksum": "sha256:14d0ea70e0abbd99618ceccb777aaf0fc917f6de4bad7bcf15f05cb2eac28085",
                    "enabled": 1
                }
            },
            "hddtemp": {
                "100": {
                    "checksum": "sha256:d57cb86ca4b40fd974e5c4e1288ca5b5dfe69f5794240be1d75f153014580d24",
                    "enabled": 1
                }
            },
            "hostapd": {
                "100": {
                    "checksum": "sha256:57336b59a92ab85d730e65bb73d6fdac377dc062acbdc1e9e380a9e70b7d816f",
                    "enabled": 1
                }
            },
            "hostname": {
                "100": {
                    "checksum": "sha256:2456eab7918420953167d81692c853d42d3f91d75c9b51b6cb1546a44f1493fc",
                    "enabled": 1
                }
            },
            "hsqldb": {
                "100": {
                    "checksum": "sha256:fb70fffdeca1376649a7482969485ff476064fa0d81278c618f06bb62b9afa77",
                    "enabled": 1
                }
            },
            "hwloc": {
                "100": {
                    "checksum": "sha256:5de860596f6e5bee1d1d4151efbb27f239ac83ec4a53dc3183073b123d321415",
                    "enabled": 1
                }
            },
            "hypervkvp": {
                "100": {
                    "checksum": "sha256:e4bc151609f29e17034f474544284d19c570feb75b8926bb09f6081cc27173f8",
                    "enabled": 1
                }
            },
            "ibacm": {
                "100": {
                    "checksum": "sha256:6ec50390737f84638d0ad98e77715a09857fc999aab7cf30835c1ccfe7a909dc",
                    "enabled": 1
                }
            },
            "ica": {
                "100": {
                    "checksum": "sha256:bd8eccb4266130eddfae34318855e6aa3a8624998f0a906a970a04802510ad86",
                    "enabled": 1
                }
            },
            "icecast": {
                "100": {
                    "checksum": "sha256:3199646b83c13466308cbe243d6c75f828875ab0dfca1deb585dcd7bfb28ae60",
                    "enabled": 1
                }
            },
            "iiosensorproxy": {
                "100": {
                    "checksum": "sha256:2f70fe3a940a9fa12e99b838d1b0eabf9a5ee073cc35626a07c0576f0497ab64",
                    "enabled": 1
                }
            },
            "inetd": {
                "100": {
                    "checksum": "sha256:bbea7bd0c76693df24eefcb14bb3389efed0f4e9f96353470f9ebd5f014f0845",
                    "enabled": 1
                }
            },
            "init": {
                "100": {
                    "checksum": "sha256:4a550e98c35d8b3bc26945f7e424f2210a210e0dd6bdfc92838b92b90c937648",
                    "enabled": 1
                }
            },
            "inn": {
                "100": {
                    "checksum": "sha256:139302f060755bbcfd0fb94d40854ad71a35b9318dd44c8be69f2c6d114f0e3e",
                    "enabled": 1
                }
            },
            "insights_client": {
                "100": {
                    "checksum": "sha256:6924bd47d3817afb0a1b0b8857f2d89e9c1ab0f99703e889c5dc503f9f799e71",
                    "enabled": 1
                }
            },
            "insights_core": {
                "100": {
                    "checksum": "sha256:c714d606b9ee41c81c256f23b2aaeae3bdb60c73709300cb9610558804e76cfd",
                    "enabled": 1
                }
            },
            "iodine": {
                "100": {
                    "checksum": "sha256:6aa1d18652a868ff83c45fd9393499416d978fd6d5d6dc8663f085335db48a0e",
                    "enabled": 1
                }
            },
            "iotop": {
                "100": {
                    "checksum": "sha256:102db291cb647f60032c139d0b5dcdeccdbe41c74f5c9fca6db560c17b61412d",
                    "enabled": 1
                }
            },
            "ipmievd": {
                "100": {
                    "checksum": "sha256:59835fa42cdb6a94eedb9b4a264c6789084eff696b8efeecce8b48cd786a2dd6",
                    "enabled": 1
                }
            },
            "ipsec": {
                "100": {
                    "checksum": "sha256:24c89979739ae9c391acdaddc1d54325153085c1843626ec0f544def2b021a04",
                    "enabled": 1
                }
            },
            "iptables": {
                "100": {
                    "checksum": "sha256:fda81f1fd9848ff6358d82191ad02d672ad1ecc7ba5b76edb604c2e966eb6e4f",
                    "enabled": 1
                }
            },
            "irc": {
                "100": {
                    "checksum": "sha256:1ed937287398d60e302478f4880a25c1aef605a5d370c1f583426c59067d8ed5",
                    "enabled": 1
                }
            },
            "irqbalance": {
                "100": {
                    "checksum": "sha256:92cfe8381692273b6fa319e7d68e956a9ce4bf0939e8ed7abd7cbd8c9cf1da4f",
                    "enabled": 1
                }
            },
            "iscsi": {
                "100": {
                    "checksum": "sha256:09019b87ded28376309ec057f0a3d57b753c52a47665834e3455b10c17d0b0f8",
                    "enabled": 1
                }
            },
            "isns": {
                "100": {
                    "checksum": "sha256:cdccb8cba84e7ae30ef624cd9d265ef4dbbfc7c96882e30c6815d7c1ed961464",
                    "enabled": 1
                }
            },
            "jabber": {
                "100": {
                    "checksum": "sha256:08288d791f1b1aa3a8f154ae7b2ff73d574560bf5bb82246020baa3c26f6c988",
                    "enabled": 1
                }
            },
            "jetty": {
                "100": {
                    "checksum": "sha256:c2dbeb224e0a9bfbae257131f0cf3f1582977b1e57855c244582fa107a92cd0d",
                    "enabled": 1
                }
            },
            "jockey": {
                "100": {
                    "checksum": "sha256:f35d7f2d61175ba7f908459f738c7d6b6adf2ae678d88531fa527c4d50b21985",
                    "enabled": 1
                }
            },
            "journalctl": {
                "100": {
                    "checksum": "sha256:b22c4353aeef37f46ea73e660efadb81b861070d84427755b19f0e2bed596354",
                    "enabled": 1
                }
            },
            "kafs": {
                "100": {
                    "checksum": "sha256:5a35385072b421cdb86fc66190dc00e6c8e7a587a60ffeedfe2a931b6b92a11d",
                    "enabled": 1
                }
            },
            "kdump": {
                "100": {
                    "checksum": "sha256:058546072554365d8129445e8e0007ab568b596abbe785601fa66034c94819d3",
                    "enabled": 1
                }
            },
            "kdumpgui": {
                "100": {
                    "checksum": "sha256:f731b921881e2281da507bffc85f3a91b51923b42640c8cf3946758fe3c9b607",
                    "enabled": 1
                }
            },
            "keepalived": {
                "100": {
                    "checksum": "sha256:36ccc7f68a1adff12b67b6803a81932a870dd90c4eb2917b4a9c984f1b4cbd11",
                    "enabled": 1
                }
            },
            "kerberos": {
                "100": {
                    "checksum": "sha256:cef0f17dc19fba37aca82af7923dee5d1bb454d2b1ddf7255fd0edc50d4850df",
                    "enabled": 1
                }
            },
            "keyboardd": {
                "100": {
                    "checksum": "sha256:4eae5ab2b926695b3ed881a26e7b6a79f4dd48c1ffa3e3c6809cfa4958b54091",
                    "enabled": 1
                }
            },
            "keystone": {
                "100": {
                    "checksum": "sha256:6d9a8c7420b3aee2c752119ef6d72dc828cd76ea4f535bdcd44461a3cbb43454",
                    "enabled": 1
                }
            },
            "keyutils": {
                "100": {
                    "checksum": "sha256:4c36d2edd04848bff37b78ee9b6a1a3b0ae88a7e7434ceee07499941fd65fc44",
                    "enabled": 1
                }
            },
            "kismet": {
                "100": {
                    "checksum": "sha256:30ba7e91c6fe3cff8ac488e6160a5037fb8f1719275991ec44e5bfcbd9089aca",
                    "enabled": 1
                }
            },
            "kpatch": {
                "100": {
                    "checksum": "sha256:1a66f12e23daeda704408bfc0b55596c52dfd289c716a3d31e4ab1525bf9c961",
                    "enabled": 1
                }
            },
            "ksmtuned": {
                "100": {
                    "checksum": "sha256:0090de03760bfc344382161d6e20188431ef4cf3ac4f7c7d09fc8a6da0e194c5",
                    "enabled": 1
                }
            },
            "ktalk": {
                "100": {
                    "checksum": "sha256:3b11334ce4a06dc286895d270da44c399bc2f511ac810cce9de3def5d69fad91",
                    "enabled": 1
                }
            },
            "ktls": {
                "100": {
                    "checksum": "sha256:3e944bccd0294ba67e83b10c91262c465ddc127dda7c4ef618ea0412f5a6f31f",
                    "enabled": 1
                }
            },
            "l2tp": {
                "100": {
                    "checksum": "sha256:7e73fc9a1be125abe5dbab8143f1ea0c49c3ac5b4b2d54f585431b917f547e23",
                    "enabled": 1
                }
            },
            "ldap": {
                "100": {
                    "checksum": "sha256:73ef6bf64cbd0ffcf8dbf21dcefc95947d3bae1f09937cfeb31d1a7081775cdf",
                    "enabled": 1
                }
            },
            "libraries": {
                "100": {
                    "checksum": "sha256:95d61547f7a638498ef6cc2b962b4852813d55baf053eb7655a9c4fa287f6c42",
                    "enabled": 1
                }
            },
            "likewise": {
                "100": {
                    "checksum": "sha256:43117a650ceba47fbef8424092eb1bd119cc248aa67514f1e51246ed3af07967",
                    "enabled": 1
                }
            },
            "lircd": {
                "100": {
                    "checksum": "sha256:bea08a06c64cf56277de0fea67675d1a69cdf34f37e1cc1c63f6b3c9c6a7edec",
                    "enabled": 1
                }
            },
            "livecd": {
                "100": {
                    "checksum": "sha256:9070ba1f03a04a5906bafb1399a0eb181dfdeab868dfb021505c116c61decbe3",
                    "enabled": 1
                }
            },
            "lldpad": {
                "100": {
                    "checksum": "sha256:af36136c079731a199c9977f4c79cab3e4b97f366573963c80fc5629ea9d0ae4",
                    "enabled": 1
                }
            },
            "loadkeys": {
                "100": {
                    "checksum": "sha256:b7087172d332fe7a74fbaaedb9892ebf5a1c5eec52963a34bb92d73446566dea",
                    "enabled": 1
                }
            },
            "locallogin": {
                "100": {
                    "checksum": "sha256:c65f9e01840a5776e896f4505f356ffef8932e3cd5a2a09b42de4073b2b4d966",
                    "enabled": 1
                }
            },
            "lockdev": {
                "100": {
                    "checksum": "sha256:53e31c3a026736d7f73cedf1b0495a414fc9a1fb2e7fbcfc4fc851d98d9def5b",
                    "enabled": 1
                }
            },
            "logadm": {
                "100": {
                    "checksum": "sha256:8f962b8f2e2d555baaad73cb042106196d29805971e3351620c396ed3dd941db",
                    "enabled": 1
                }
            },
            "logging": {
                "100": {
                    "checksum": "sha256:6ff5240aeea2f7fc69d099e68742157c69d947ce3e39003d4f2c1ed1cc7a80ab",
                    "enabled": 1
                }
            },
            "logrotate": {
                "100": {
                    "checksum": "sha256:e6e0365560eeff3c2696fa4018548558151620ba597c67fd7e186f6880ae331d",
                    "enabled": 1
                }
            },
            "logwatch": {
                "100": {
                    "checksum": "sha256:92ce174b65baa4f1182d8edeaca01b39dcc0d0beecb71badce3bfb845dd525fb",
                    "enabled": 1
                }
            },
            "lpd": {
                "100": {
                    "checksum": "sha256:4949344982806956f61c0ac535bcfdcc25cac37b22889a58850bf6c1d5a1a7c6",
                    "enabled": 1
                }
            },
            "lsm": {
                "100": {
                    "checksum": "sha256:3979d77408c282fc3abfe32908df4889d7ff0ee8096ccb68a6a91d44bebfa56a",
                    "enabled": 1
                }
            },
            "lttng-tools": {
                "100": {
                    "checksum": "sha256:b216fc3f1025723b5bf96002b39dcb9ae8c80c6d6708dc2db348f419af025a45",
                    "enabled": 1
                }
            },
            "lvm": {
                "100": {
                    "checksum": "sha256:decf5c2093ef0a9220acda78d06c9ff44303da23730730d095929569c7166210",
                    "enabled": 1
                }
            },
            "mailman": {
                "100": {
                    "checksum": "sha256:0abc78cfd35d9e43c0c21983a250f874ee7ca7c10d7eb1c6e0d3106f538cf482",
                    "enabled": 1
                }
            },
            "mailscanner": {
                "100": {
                    "checksum": "sha256:eaf22ef2b2cc5858d9ff29e93eb84ea7a849e2e00d274f81c478ab12215b804c",
                    "enabled": 1
                }
            },
            "man2html": {
                "100": {
                    "checksum": "sha256:3269314b5d8bbfc843900344d65e604432222bebc7e2dd628abb9d186fca1cd1",
                    "enabled": 1
                }
            },
            "mandb": {
                "100": {
                    "checksum": "sha256:c5c6c2cfc4930bb865330ac4bf1e04976290772b0e058cce0d73de071ccf7819",
                    "enabled": 1
                }
            },
            "mcelog": {
                "100": {
                    "checksum": "sha256:b3412c39210371e395d6b4d88d4daf00b5699dc8dd50c435d1d69d91f062aad3",
                    "enabled": 1
                }
            },
            "mediawiki": {
                "100": {
                    "checksum": "sha256:4fb79885af1e12d162aaea04067c9dbd19c248b8bc6bb4fa91240acb6986c84c",
                    "enabled": 1
                }
            },
            "memcached": {
                "100": {
                    "checksum": "sha256:10e59adbf0210a83d2506cdcc189bed58fbb49f01ecc07afe00a5fc06a0f025c",
                    "enabled": 1
                }
            },
            "milter": {
                "100": {
                    "checksum": "sha256:5c74ad17eebd07a5efeda9e79bcbf4bbf4451146a6633739f83cb9e4d6c60802",
                    "enabled": 1
                }
            },
            "minidlna": {
                "100": {
                    "checksum": "sha256:3f6bca0a0db5cd51a82ae6c24e7fba8c326f31865c4b248a0e909469f06ae09f",
                    "enabled": 1
                }
            },
            "minissdpd": {
                "100": {
                    "checksum": "sha256:590bfd4dbff52f0ed68fe19c247e25d5299ac8448d2bd4ccc99084f85bdeb0ab",
                    "enabled": 1
                }
            },
            "miscfiles": {
                "100": {
                    "checksum": "sha256:4d0081333a7d5871e89e8955ab640c3374bf2bde197557cb6a83e122aee9137e",
                    "enabled": 1
                }
            },
            "mock": {
                "100": {
                    "checksum": "sha256:81d14741e1078a372f85f1cfa437ca54b0f0a97e28463ab4036e2791ba14368e",
                    "enabled": 1
                }
            },
            "modemmanager": {
                "100": {
                    "checksum": "sha256:f49d1a951d218cb0242a2a10b1f6d0b38d7180b50b57347d11b7c29c5863f733",
                    "enabled": 1
                }
            },
            "modutils": {
                "100": {
                    "checksum": "sha256:ae99eeccd230dbe62cc2d6b55bc87d272a3523c8284d884977fede6c9472220a",
                    "enabled": 1
                }
            },
            "mojomojo": {
                "100": {
                    "checksum": "sha256:ce4c112a710ad3b571ab733fbf785a6ac7b9eeb9c29f3ced5f994965e9386ab4",
                    "enabled": 1
                }
            },
            "mon_statd": {
                "100": {
                    "checksum": "sha256:b2a55057a35231d41eeb00c651b5a4e7af901a79090c8afeb44fad8b27928d2f",
                    "enabled": 1
                }
            },
            "mongodb": {
                "100": {
                    "checksum": "sha256:83b77a2ea78b70ab976e70aa831a72f890ae212a6ab100d66f6bcb29e1bac0c9",
                    "enabled": 1
                }
            },
            "motion": {
                "100": {
                    "checksum": "sha256:13c108e4971acbc506790783af8287ab766941ef3745594a69e020dfa769e75d",
                    "enabled": 1
                }
            },
            "mount": {
                "100": {
                    "checksum": "sha256:096e1169c82afdd0cadfbb7c70210e6aa1e8a7782aa0149a14b353ee3e20dc21",
                    "enabled": 1
                }
            },
            "mozilla": {
                "100": {
                    "checksum": "sha256:c8f4b2cd46adef88902943506de8358f988c8e867e681fb9029f7f8e4bcc3a2c",
                    "enabled": 1
                }
            },
            "mpd": {
                "100": {
                    "checksum": "sha256:37cf3ff38547df69b3c2f038d4114e1e3b2e44302123ba4b631488ee2468c3b7",
                    "enabled": 1
                }
            },
            "mplayer": {
                "100": {
                    "checksum": "sha256:b68a6f0cf3b61e296607fd8557480c3706ee0d211722c53708b8605d387bb434",
                    "enabled": 1
                }
            },
            "mptcpd": {
                "100": {
                    "checksum": "sha256:3bb9b2a67760ee9b763dd07752e0be2ba46c6c80c84b3747854f5e25ab0898ff",
                    "enabled": 1
                }
            },
            "mrtg": {
                "100": {
                    "checksum": "sha256:6757ab3ee1b84340b5a58935d090b926ffc96f43d03c9cb243802b4d01d5a29b",
                    "enabled": 1
                }
            },
            "mta": {
                "100": {
                    "checksum": "sha256:02fd247f20410b0bf8b28860957fbf33ed26daac462d2de943ca3015e193efd4",
                    "enabled": 1
                }
            },
            "munin": {
                "100": {
                    "checksum": "sha256:879dcfa56b38100213e182a61d0692046377116a87f5892064768735ee9970e0",
                    "enabled": 1
                }
            },
            "mysql": {
                "100": {
                    "checksum": "sha256:bb8884e26ad17666037298c10b15dec713cf8c42ab522f7b25453150d9681833",
                    "enabled": 1
                }
            },
            "mythtv": {
                "100": {
                    "checksum": "sha256:f260b769c9d70fe26cddea75c71e1c3d16348233c40a3b8a844358d138c19d2f",
                    "enabled": 1
                }
            },
            "nagios": {
                "100": {
                    "checksum": "sha256:9b30f74c696be7ddfe60051035f3248e25577c1c82e6d0742ee3d2555d29f23a",
                    "enabled": 1
                }
            },
            "namespace": {
                "100": {
                    "checksum": "sha256:cc65424c4edcef752cf3d9223a0a49d84f7250bbc9c42d08d0b5727e0168dff6",
                    "enabled": 1
                }
            },
            "ncftool": {
                "100": {
                    "checksum": "sha256:26920eac2c6eb35ab68b04be278db9b2fe9bf461e2619dd3a28b79e9193f6c5c",
                    "enabled": 1
                }
            },
            "netlabel": {
                "100": {
                    "checksum": "sha256:1fd2a77b13726759bb892c0f152a0a9b56cc912d8ec8ae05d95618c0b7a157ed",
                    "enabled": 1
                }
            },
            "netutils": {
                "100": {
                    "checksum": "sha256:a14bccdc546d22b86ccfb91e53fc01fa3e3b63d8ac41bad279ac999d04cd7986",
                    "enabled": 1
                }
            },
            "networkmanager": {
                "100": {
                    "checksum": "sha256:089df2dcef458412dd884068a8710d8cfa2ef5ea9a0053cc27540713530cd62b",
                    "enabled": 1
                }
            },
            "ninfod": {
                "100": {
                    "checksum": "sha256:ae4d23f2e9eb9580bd636cd7299d4d26649d59cc4e83e07f65505f315b4027b3",
                    "enabled": 1
                }
            },
            "nis": {
                "100": {
                    "checksum": "sha256:cd939a9294329e1d1f1a5be4e33cdaa4d89e4f78dde0a801c3b7d501323040fe",
                    "enabled": 1
                }
            },
            "nova": {
                "100": {
                    "checksum": "sha256:000c5853f5261b435c8a0362720ce04a1ed300aed5f22dfee9659e8a024466a0",
                    "enabled": 1
                }
            },
            "nscd": {
                "100": {
                    "checksum": "sha256:c5d30e10b3bbf87c64fe2afda70c803c7ffbb5f64b15f0f9894fa4b6eade41ad",
                    "enabled": 1
                }
            },
            "nsd": {
                "100": {
                    "checksum": "sha256:b3d665ce7b46965b31e35a99716b4cefcaffb36c93c178f773d291fe93f8af25",
                    "enabled": 1
                }
            },
            "nslcd": {
                "100": {
                    "checksum": "sha256:32091e44affc2766f06bf0f4c3187f27168b574c07b65c3c4767dc2a68dc75dd",
                    "enabled": 1
                }
            },
            "ntop": {
                "100": {
                    "checksum": "sha256:e628889b6330a5c4d4426b41eb5988e26bc9469cb66e01be6b4c6c000d694e2a",
                    "enabled": 1
                }
            },
            "ntp": {
                "100": {
                    "checksum": "sha256:be1c2f9a0a19271f6b88e6878a67f929ca000c952045302c886bbbafdb7c656e",
                    "enabled": 1
                }
            },
            "numad": {
                "100": {
                    "checksum": "sha256:662412fc8c21dd433e2f2275377df80c839b47fb097a88693722189d33fa0a8a",
                    "enabled": 1
                }
            },
            "nut": {
                "100": {
                    "checksum": "sha256:94da6e9a42a4122b240507be2692e4f4a3f2dad5ffdfe2dacb018505de4fa34e",
                    "enabled": 1
                }
            },
            "nvme_stas": {
                "100": {
                    "checksum": "sha256:4886f36ce881d3be5284a9dfd93874c800c965bb46146168e633b250dd9d0d2d",
                    "enabled": 1
                }
            },
            "nx": {
                "100": {
                    "checksum": "sha256:dd19058574329f7c7ce709bc94f6c4be87028cdd184cc365a61d5c0113b78bdf",
                    "enabled": 1
                }
            },
            "obex": {
                "100": {
                    "checksum": "sha256:649c497ab74a203064009d553b42829aac89ac5c4273b7c0ccc0a23530001fcc",
                    "enabled": 1
                }
            },
            "oddjob": {
                "100": {
                    "checksum": "sha256:da789cca84eb333331387826f63e8a0d41e0774f42f5f763c83de6451298354f",
                    "enabled": 1
                }
            },
            "opafm": {
                "100": {
                    "checksum": "sha256:06c9fb3964a855ec2ffd00719ed70b104d40e4b33720e2b109cd22ccc7157b8b",
                    "enabled": 1
                }
            },
            "opendnssec": {
                "100": {
                    "checksum": "sha256:a06e9a5b2b534d412b4783de05752f161c5c56a8948278cb1850f115494470c5",
                    "enabled": 1
                }
            },
            "openfortivpn": {
                "100": {
                    "checksum": "sha256:75fa83f68fa800bef996da027f14f6c8f0ded93f93569f3b559495dba39a6176",
                    "enabled": 1
                }
            },
            "openhpid": {
                "100": {
                    "checksum": "sha256:1e9015e8ebaa39a1d77e582423e4849371106eb1ad0fe9efca6a1dd46c69a7b7",
                    "enabled": 1
                }
            },
            "openshift": {
                "100": {
                    "checksum": "sha256:71e3093e4da6ab0f9866ccee84716cea1b7c0b7616a01bf14e8f45d855139cac",
                    "enabled": 1
                }
            },
            "openshift-origin": {
                "100": {
                    "checksum": "sha256:e8e6bb283142b08b3a1ce7c097f49f402bb6d59eb6d03138ef0b69f3579e466c",
                    "enabled": 1
                }
            },
            "opensm": {
                "100": {
                    "checksum": "sha256:c1bc06d4e5a22837586d3d7ee07922f26b4cd025687cdfd7e3e3789e1c5bdf3d",
                    "enabled": 1
                }
            },
            "openvpn": {
                "100": {
                    "checksum": "sha256:52f3581fc457419ac8fc34f647a7f609968619c59321b66d1c5dedb9a5075c82",
                    "enabled": 1
                }
            },
            "openvswitch": {
                "100": {
                    "checksum": "sha256:2b17c37a62e1a4a3deb1f56ce7fa846cfecf59f2b43c519f2380546418aca5fa",
                    "enabled": 1
                }
            },
            "openwsman": {
                "100": {
                    "checksum": "sha256:504b13310e16a22488e3bece96c6b2c8b2f1ab3b4ac0c75939ebd7d208e4019b",
                    "enabled": 1
                }
            },
            "oracleasm": {
                "100": {
                    "checksum": "sha256:ce88af5ce9ef09a298e9636753eb76703a1fba26e8831b3dffe07e00257fcd0a",
                    "enabled": 1
                }
            },
            "osad": {
                "100": {
                    "checksum": "sha256:c4e2d7ea074b383e96dee16c4be220d132301c03dcca3bd1698195f1d28c749b",
                    "enabled": 1
                }
            },
            "pads": {
                "100": {
                    "checksum": "sha256:23da314c2255bb1c19dad65a242681330d6bdddc2ba4a0b80ae2ad2249c0a52b",
                    "enabled": 1
                }
            },
            "passenger": {
                "100": {
                    "checksum": "sha256:75e644cc79f5447d17ed5461e52b37f29dc86806320b0ef562b2acd8e2870121",
                    "enabled": 1
                }
            },
            "pcm": {
                "100": {
                    "checksum": "sha256:ad5872b0ac552c30c6dcb96ca6ef1d6540fddc242c017f7539d6e0d6ad0019c2",
                    "enabled": 1
                }
            },
            "pcmcia": {
                "100": {
                    "checksum": "sha256:819812bc0e7f5c0dadc824e330aeb912ed29face4a904beb7bdc8830dc0a49a5",
                    "enabled": 1
                }
            },
            "pcp": {
                "100": {
                    "checksum": "sha256:bb61951b39b8975478348185eb3050c815930726687b2a3a4c0ac4427ce614ac",
                    "enabled": 1
                }
            },
            "pcscd": {
                "100": {
                    "checksum": "sha256:e27eed39d32c3a79a71fcc1970db28a8a04910cde04c63869f1dcc8afd66c938",
                    "enabled": 1
                }
            },
            "pdns": {
                "100": {
                    "checksum": "sha256:846907e70298de291c325ea43e4215314c08433a5b70111b90f7a3eecf7f3e83",
                    "enabled": 1
                }
            },
            "pegasus": {
                "100": {
                    "checksum": "sha256:b2b0d4ed93b360072ed0826e8ce6f2e22252ae876ed7791f4d1f9ba16e3c305c",
                    "enabled": 1
                }
            },
            "permissivedomains": {
                "100": {
                    "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2",
                    "enabled": 1
                }
            },
            "pesign": {
                "100": {
                    "checksum": "sha256:597ab5f0f472ea2f2aca1b3754c2457cc7769f79daaec0856ad2675e53867b80",
                    "enabled": 1
                }
            },
            "pingd": {
                "100": {
                    "checksum": "sha256:7a7013be4a046d0ba770988e530fba59b3ce8c8159780af1a5001e5fad8ba042",
                    "enabled": 1
                }
            },
            "pkcs": {
                "100": {
                    "checksum": "sha256:ce51587d33ffe41699200700a15f92892a181c7e52aa451568a740dffd6eaeab",
                    "enabled": 1
                }
            },
            "pki": {
                "100": {
                    "checksum": "sha256:611152fa77dc465824018a6b6e2687f2a1e483f92e20d9754c33f8032d7a210d",
                    "enabled": 1
                }
            },
            "plymouthd": {
                "100": {
                    "checksum": "sha256:25c8078d84f42c1aab20a6406ef408f8ab65980ded86a9acd7d8ec985978c435",
                    "enabled": 1
                }
            },
            "podsleuth": {
                "100": {
                    "checksum": "sha256:ac303c7ac224ff7fec004f7db6bdc6cabc5e9fbf1df3e27ab454f3f87de18b8d",
                    "enabled": 1
                }
            },
            "policykit": {
                "100": {
                    "checksum": "sha256:10852eded77ba66158385a63efa346a0cab9305fab8710f7992b951c671569be",
                    "enabled": 1
                }
            },
            "polipo": {
                "100": {
                    "checksum": "sha256:e30571ba606507dd4439ea7b455a115170923229f105614f0b044ed07a8ba832",
                    "enabled": 1
                }
            },
            "portmap": {
                "100": {
                    "checksum": "sha256:26185c5731c3401ab5665cbfefa89268e91f21bb8f0fd88de3602d013ab6f00f",
                    "enabled": 1
                }
            },
            "portreserve": {
                "100": {
                    "checksum": "sha256:0caead9c9effa3c022f6e4740ac907788a51468996fb369574b04a50dd29eb59",
                    "enabled": 1
                }
            },
            "postfix": {
                "100": {
                    "checksum": "sha256:011e57b206775738cc6fb16e48e9ed222ed67928857cc0e0d19f02e039757e33",
                    "enabled": 1
                }
            },
            "postgresql": {
                "100": {
                    "checksum": "sha256:dd827cd694ba2389e77fee7137a741677590dc56dff0015fa6b58b93ab354c7c",
                    "enabled": 1
                }
            },
            "postgrey": {
                "100": {
                    "checksum": "sha256:1bc24bad910fe07f8737b25896d73d035cd83603897f3ae236bac28a95e49189",
                    "enabled": 1
                }
            },
            "powerprofiles": {
                "100": {
                    "checksum": "sha256:1cfed4ab1222960cda09e74f788e94664650f08ff4dd4073bbc9681c6f8dbd01",
                    "enabled": 1
                }
            },
            "ppp": {
                "100": {
                    "checksum": "sha256:ffb0f1240b1f95504b83f86a52dcd562df79cf9745b52a859db025821501ba83",
                    "enabled": 1
                }
            },
            "prelink": {
                "100": {
                    "checksum": "sha256:eda9cb2209b0e28b17127136f79559febd986fbc4e0180751eb160fd72fd8310",
                    "enabled": 1
                }
            },
            "prelude": {
                "100": {
                    "checksum": "sha256:6e31f7b2379cc4c461bdc1a826cbe607b72b997960c8304ccfa6256bea0b3501",
                    "enabled": 1
                }
            },
            "privoxy": {
                "100": {
                    "checksum": "sha256:8ac7f57a98159bee255928841806174b9c3fd760f74b2e623f5622ccfb049c11",
                    "enabled": 1
                }
            },
            "procmail": {
                "100": {
                    "checksum": "sha256:0c7b790422f9c4e5d531e8e1de2cd5f8b128223e2482cdf5695394a1ba833e1c",
                    "enabled": 1
                }
            },
            "prosody": {
                "100": {
                    "checksum": "sha256:360e32fc4cb037faf2b5684ce2d376c42cff14785fc95d82fd750fe66dabe1e2",
                    "enabled": 1
                }
            },
            "psad": {
                "100": {
                    "checksum": "sha256:17e628d6a7692372580df6800a972170a1c36c975fab437e559c3afdbfc0c4ee",
                    "enabled": 1
                }
            },
            "ptchown": {
                "100": {
                    "checksum": "sha256:861c6b803141841f4756be8531775c7d37e8ec378b2b9e90f37e1932d35e5e36",
                    "enabled": 1
                }
            },
            "pulseaudio": {
                "100": {
                    "checksum": "sha256:02a332ab93358096dfeafa4b77d9ca1c8dcf79fe6ab9b18150646f1a2efee4dc",
                    "enabled": 1
                }
            },
            "puppet": {
                "100": {
                    "checksum": "sha256:d364337a160a2218afdc92eab0cd27e057543614dfcf96f2d74d51283cda1589",
                    "enabled": 1
                }
            },
            "pwauth": {
                "100": {
                    "checksum": "sha256:4cabb0c5c75a395579d7523d3e7616db9fb0e1f40d3b9f581f6e94eebb049810",
                    "enabled": 1
                }
            },
            "qatlib": {
                "100": {
                    "checksum": "sha256:6cf80a3a427ac287351081934516c8e300fa9929703b290df47ce87df99ec9de",
                    "enabled": 1
                }
            },
            "qmail": {
                "100": {
                    "checksum": "sha256:7972bb152e68b8fdb1a77c84868b66e420365c9f526254fb272a7263500acbff",
                    "enabled": 1
                }
            },
            "qpid": {
                "100": {
                    "checksum": "sha256:001454c6d18d7f75e02524e3559c91264b4711cff8c4417ea2580b1c3e0a8576",
                    "enabled": 1
                }
            },
            "quantum": {
                "100": {
                    "checksum": "sha256:a25e72eac82204e6200ec843bc06d7b59a1ce7c755666bf1ed9effd12ee466d7",
                    "enabled": 1
                }
            },
            "quota": {
                "100": {
                    "checksum": "sha256:68aca8ea777ce2a13e5d8c03b95805f3e77a4f963cbc1d960fd0162883b6083f",
                    "enabled": 1
                }
            },
            "rabbitmq": {
                "100": {
                    "checksum": "sha256:6ae09222a0b9aefa3ead90b1f1ee08972570b1f5e39d25c05108228e4d315d50",
                    "enabled": 1
                }
            },
            "radius": {
                "100": {
                    "checksum": "sha256:492c565eb90097f567381751dff3cdf0ae9a6db7f298dd13cd04bd67522789f6",
                    "enabled": 1
                }
            },
            "radvd": {
                "100": {
                    "checksum": "sha256:36cad8d8ea113dd1a761b8b386bd0a057883acc65b2c60140c2c001fc04e2e43",
                    "enabled": 1
                }
            },
            "raid": {
                "100": {
                    "checksum": "sha256:a0f7c18b6066e9bbf2454c92917e0abeff542fc804a524a95a02583b0ca22bb1",
                    "enabled": 1
                }
            },
            "rasdaemon": {
                "100": {
                    "checksum": "sha256:a966760e6a561f6eb4789d36b88bb1879c965b851e02d834c3304f0d2987461d",
                    "enabled": 1
                }
            },
            "rdisc": {
                "100": {
                    "checksum": "sha256:36bafd2cac1aeb59eb2e2a4a4a4f9d27b1594a92df1727a8977c83dca6292400",
                    "enabled": 1
                }
            },
            "readahead": {
                "100": {
                    "checksum": "sha256:ec74b1ede394f0c1ab75a5439b4744a261b658edc17d5a0353ca273e397d2156",
                    "enabled": 1
                }
            },
            "realmd": {
                "100": {
                    "checksum": "sha256:4d1f0907111fb4fcc242d7d91574e273650c86d2207f870e4c47036d900e4d80",
                    "enabled": 1
                }
            },
            "redis": {
                "100": {
                    "checksum": "sha256:dad054ef6ee4f08f490b8d94fa70575c39de35d22cab11918753b75625c26845",
                    "enabled": 1
                }
            },
            "remotelogin": {
                "100": {
                    "checksum": "sha256:31f6f5efb0759335de46ac3ab4c8a64955f838afc9743a20f2e81a8cb54cb36a",
                    "enabled": 1
                }
            },
            "restraint": {
                "400": {
                    "checksum": "sha256:79ddcfa70f63175b01a14ce2e66542c5d30d799f492f0ef148fa439a675eaeb9",
                    "enabled": 1
                }
            },
            "rhcd": {
                "100": {
                    "checksum": "sha256:c310326e0984ee5e4e7cc1e3173a204cfb05423f4ec8bb9c56df4191bd01f60d",
                    "enabled": 1
                }
            },
            "rhcs": {
                "100": {
                    "checksum": "sha256:fdab19b51617ba1dfc3a402dbc261452cb23c74be402208563608610e6a6111a",
                    "enabled": 1
                }
            },
            "rhgb": {
                "100": {
                    "checksum": "sha256:4b222d1ae2a6931560eca08e087c56c7835ce79c3f82514c5c6d3e98a7de89b1",
                    "enabled": 1
                }
            },
            "rhnsd": {
                "100": {
                    "checksum": "sha256:ccef03c795df14786a6d323f735e2ec58f9270805e7de9fe924549c98b24e6f4",
                    "enabled": 1
                }
            },
            "rhsmcertd": {
                "100": {
                    "checksum": "sha256:233861e0b2a8c17c3988ed42cf197053397cacf93a0e2d5bf942b027331283c7",
                    "enabled": 1
                }
            },
            "rhts": {
                "400": {
                    "checksum": "sha256:e92c439347ea9241cc5bce5f27844b9356dd7502bec0b93cb503aeedfeea5cbf",
                    "enabled": 1
                }
            },
            "ricci": {
                "100": {
                    "checksum": "sha256:ce73d254e6271e7e012d38da6ff05b7c66c215b8ea5b99161ab1e97c77dfc31a",
                    "enabled": 1
                }
            },
            "rkhunter": {
                "100": {
                    "checksum": "sha256:5f31c86e2f2cc425040785cc22a9040c7cdb80bd1145dfd668d2b2597534d6e3",
                    "enabled": 1
                }
            },
            "rlogin": {
                "100": {
                    "checksum": "sha256:819c365b1e88bdb1eb171c48fbcc2b2e9c2ea405d7c20024919aa7d8bcb28de4",
                    "enabled": 1
                }
            },
            "rngd": {
                "100": {
                    "checksum": "sha256:0ea0c16871f23b263aaaee590ecbad1d9095d01c7b7b6cd11a80278d1257957f",
                    "enabled": 1
                }
            },
            "roundup": {
                "100": {
                    "checksum": "sha256:931c928c6bf89625bce5b6cb76084615486f91d6e86a09fcaf007c47c5e68ba7",
                    "enabled": 1
                }
            },
            "rpc": {
                "100": {
                    "checksum": "sha256:6f9c4e389ebc07f95aea12e6f307f298835df92edeefd85d152db11600f22620",
                    "enabled": 1
                }
            },
            "rpcbind": {
                "100": {
                    "checksum": "sha256:6f9c39f5bd3e6b092668476aa1233130cc9b9edd04c66af9d667dbf9d5f48bc6",
                    "enabled": 1
                }
            },
            "rpm": {
                "100": {
                    "checksum": "sha256:416b5e6a242327091bb9fa10b833665b68fe9ab80dc8cc494bf3726cfac0eeb7",
                    "enabled": 1
                }
            },
            "rrdcached": {
                "100": {
                    "checksum": "sha256:340e748f2da66a79889ffe2d77224bce0090a2954743d5c1098ac3cb1eb48866",
                    "enabled": 1
                }
            },
            "rshd": {
                "100": {
                    "checksum": "sha256:3cb2ccaf8367e6a99384582a9c902e2af4480b04d8bc56ab5562c7d3111cd323",
                    "enabled": 1
                }
            },
            "rshim": {
                "100": {
                    "checksum": "sha256:190e4586cea0d0894209365e8a71c0b4a6467e83bebc8bac649644695f209ac8",
                    "enabled": 1
                }
            },
            "rssh": {
                "100": {
                    "checksum": "sha256:26f6c19589d58fd23c303ac699697517d6883a9531837ad406e2f09b7507278d",
                    "enabled": 1
                }
            },
            "rsync": {
                "100": {
                    "checksum": "sha256:0aa06de248b996ddd0afc67811e82a96bde2dc7a2c328ecbbf6c6a5c9c780784",
                    "enabled": 1
                }
            },
            "rtas": {
                "100": {
                    "checksum": "sha256:06ca74bda1764a6f8a241b370f13bdf438674dac0dfbc30f98facc0884b190ea",
                    "enabled": 1
                }
            },
            "rtkit": {
                "100": {
                    "checksum": "sha256:d8e666993d2c3c43a5efc6628d04fed230f380cec2feafc9fb1eb305239ad954",
                    "enabled": 1
                }
            },
            "rwho": {
                "100": {
                    "checksum": "sha256:8c99bd9b6a8fc9a4dd9e34af66adfe117bdb4b2e88a7f1f2e6a319db450168e8",
                    "enabled": 1
                }
            },
            "samba": {
                "100": {
                    "checksum": "sha256:f96eb0b43cccbc9a8fec2057d55f98d5d03887319107f1e8c690f23e1d158554",
                    "enabled": 1
                }
            },
            "sambagui": {
                "100": {
                    "checksum": "sha256:81bbb3bc281f6887174beeba44d970d3edc40d3fbad85ed8b9d03528800cb38a",
                    "enabled": 1
                }
            },
            "sandboxX": {
                "100": {
                    "checksum": "sha256:73a9063f298fd65b376ac709fb599ef1eefccb39b09360c412946fa507cf53ba",
                    "enabled": 1
                }
            },
            "sanlock": {
                "100": {
                    "checksum": "sha256:20c66e776cec92678d49c6e41eb804981e3769b8b595c5c7a8a1f94bf8f5a167",
                    "enabled": 1
                }
            },
            "sap": {
                "100": {
                    "checksum": "sha256:9886dbb3eebb514446605e62fcc6969a7d5a56f1f3b84129e7b46e20ab9de366",
                    "enabled": 1
                }
            },
            "sasl": {
                "100": {
                    "checksum": "sha256:cbd713a58cf9ff07435b0a6210df156c4db5e4435b3d51fdf60627877e42e961",
                    "enabled": 1
                }
            },
            "sbd": {
                "100": {
                    "checksum": "sha256:30936f11af78b1ed885d6deaa16025623fc794c54e452fc02c056e388dc263ce",
                    "enabled": 1
                }
            },
            "sblim": {
                "100": {
                    "checksum": "sha256:6bee6346bb885fc64e8579218dda7100aac5a61d6ad1e474cae7bcce8448dd1a",
                    "enabled": 1
                }
            },
            "screen": {
                "100": {
                    "checksum": "sha256:93aae106e0590c3b6ce75475c86101e20b244878b7f659dc9a9638529282bffb",
                    "enabled": 1
                }
            },
            "secadm": {
                "100": {
                    "checksum": "sha256:e69f3497fc89f1f96a3ecff77a12119b6abb012d4fa5973b9f33eeadbd12319b",
                    "enabled": 1
                }
            },
            "sectoolm": {
                "100": {
                    "checksum": "sha256:35e4d2a3208b8c0d74c4016309c3447efac46618ce4209c78af9861f95cf36c6",
                    "enabled": 1
                }
            },
            "selinuxutil": {
                "100": {
                    "checksum": "sha256:56c793ddc8f620fec42c9bc28c618e928882542b0de95adda2c8918742f890b2",
                    "enabled": 1
                }
            },
            "sendmail": {
                "100": {
                    "checksum": "sha256:e04e7d214022fd792eeb66b3426e0eef2dc6018b06005497b849bd2b5229ee81",
                    "enabled": 1
                }
            },
            "sensord": {
                "100": {
                    "checksum": "sha256:49a17300f038a4023d478e0031f9a6ef18cf6817e696abed1b48983ef75366bf",
                    "enabled": 1
                }
            },
            "setrans": {
                "100": {
                    "checksum": "sha256:df3f3357b0e78a2e2b110ab6e9dc9907d83d296e37bfd8c493b0ddf11a8d4e75",
                    "enabled": 1
                }
            },
            "setroubleshoot": {
                "100": {
                    "checksum": "sha256:e266f0e58053d06b04e8fb0190723b38584d94e086351883fb8f4f2661c35fb0",
                    "enabled": 1
                }
            },
            "seunshare": {
                "100": {
                    "checksum": "sha256:f762b9090a0dc16cdb04e108f47a696170cebc74d489930915380689ade87d74",
                    "enabled": 1
                }
            },
            "shorewall": {
                "100": {
                    "checksum": "sha256:a55e30390b7305a2e01d2e4be3786edc8c763f43c249ae07889c82c84cc7b9f3",
                    "enabled": 1
                }
            },
            "slocate": {
                "100": {
                    "checksum": "sha256:962e24ad1b72e7fc878a7ed7a46c5c72b3db9d4cc13aac4ea1f6c12b2ce22700",
                    "enabled": 1
                }
            },
            "slpd": {
                "100": {
                    "checksum": "sha256:21194bcdd2babe7aeaac215e7993d75f23bb0ed09e6378d222461113221cb7cb",
                    "enabled": 1
                }
            },
            "smartmon": {
                "100": {
                    "checksum": "sha256:a705982432ea6ff26451fdf015e5247103ca90e8f1350357ea956812f60d55d0",
                    "enabled": 1
                }
            },
            "smokeping": {
                "100": {
                    "checksum": "sha256:71a49275d91a3678a30ee048c48f3fe3222b116d94d9a1f5eafe2e6962e0cbcf",
                    "enabled": 1
                }
            },
            "smoltclient": {
                "100": {
                    "checksum": "sha256:95c7ee276c5baae8d1a63c94a349ea997f421cebdf73d013ab4b90b34d986fd0",
                    "enabled": 1
                }
            },
            "snapper": {
                "100": {
                    "checksum": "sha256:babce05f61b6663c8c86269b7211318299807d739d246579ead6e6569dbea4aa",
                    "enabled": 1
                }
            },
            "snmp": {
                "100": {
                    "checksum": "sha256:5bfb4dae5517d7315d7e1ba509c0935ac06bfc25f70dfde91f31e44fc4d3528c",
                    "enabled": 1
                }
            },
            "snort": {
                "100": {
                    "checksum": "sha256:4ad1c6753ac53dddc1a2f618fb2eda212e114a474a31cf98840c0048e36514ce",
                    "enabled": 1
                }
            },
            "sosreport": {
                "100": {
                    "checksum": "sha256:55af58727c8e1a2d5ffc0eeebfabac14030d6594aaf36eae10c51d3f43fd7c94",
                    "enabled": 1
                }
            },
            "soundserver": {
                "100": {
                    "checksum": "sha256:725e2158052da4d2b9499d63570437f35d317f541e6fd0a7b6841f88be179689",
                    "enabled": 1
                }
            },
            "spamassassin": {
                "100": {
                    "checksum": "sha256:e653084023932281ca276c722b79aaecbc5d81e97384373a73a4de2f4d3da9f9",
                    "enabled": 1
                }
            },
            "speech-dispatcher": {
                "100": {
                    "checksum": "sha256:b08147b36ed3fa54428c34c8ac8e2781717ecb453c2372760d41a7738b7757da",
                    "enabled": 1
                }
            },
            "squid": {
                "100": {
                    "checksum": "sha256:326995099022aae4699bd16a731b01145d48811e2be43eb3ac04d688f2350707",
                    "enabled": 1
                }
            },
            "ssh": {
                "100": {
                    "checksum": "sha256:fc3ed2efce7819608400750db295c2220b31aa76542a09a0944076482c226c0c",
                    "enabled": 1
                }
            },
            "sslh": {
                "100": {
                    "checksum": "sha256:cdacc7306b49ca27f4eed4dda7332bca872cf309459831c96694293721ed74d3",
                    "enabled": 1
                }
            },
            "sssd": {
                "100": {
                    "checksum": "sha256:90e7ed3384bdd4a77b0b3c9d4a6cef0e2bdb8efbf9be9f75ddf3fdb3383e92e8",
                    "enabled": 1
                }
            },
            "staff": {
                "100": {
                    "checksum": "sha256:dac72e008d8b6f68d1d9b5d417687a655dfb7d410378c5a3acacc391ec6061ba",
                    "enabled": 1
                }
            },
            "stalld": {
                "100": {
                    "checksum": "sha256:9ef028437851996db7b3152ef672f991fde6cd464194eef73c1670c33cdb274f",
                    "enabled": 1
                }
            },
            "stapserver": {
                "100": {
                    "checksum": "sha256:0a08f155a5545909cceeb2c2221dcee1980385b52a4afd3f8b8f6704617d14a5",
                    "enabled": 1
                }
            },
            "stratisd": {
                "100": {
                    "checksum": "sha256:46468db34c31c668f4b213b8ed14fcfb53e1e183431f6237364acf686d83b8f0",
                    "enabled": 1
                }
            },
            "stunnel": {
                "100": {
                    "checksum": "sha256:9428aee5be7ef002eba8ade18418e1b436e2f8ed0479182b47822318c4571923",
                    "enabled": 1
                }
            },
            "su": {
                "100": {
                    "checksum": "sha256:71748ab8b3ac17e7f16325adc3575242076dc6f80ea6797091fb5ec54bdb4a49",
                    "enabled": 1
                }
            },
            "sudo": {
                "100": {
                    "checksum": "sha256:c274be08afec52e985bfc508199ef983f1f2eab41bf9b72b0921aa0276e47a51",
                    "enabled": 1
                }
            },
            "svnserve": {
                "100": {
                    "checksum": "sha256:2a78595b73c7ea25c5b395ec91f18b3dad58002dd8ef3652d69edd5a8c13f3f5",
                    "enabled": 1
                }
            },
            "swift": {
                "100": {
                    "checksum": "sha256:ccacc18e643d0ca081b36d910abb0ad6fae2acdd1f92a52b4fc9004fc31f4677",
                    "enabled": 1
                }
            },
            "switcheroo": {
                "100": {
                    "checksum": "sha256:f5913cc8b413cc3938ceb6b17982b75f6c98ea5c0f2a860426e9db8731485b6e",
                    "enabled": 1
                }
            },
            "sysadm": {
                "100": {
                    "checksum": "sha256:8800b21993f4273f1772259b3c868e321a690669a031d5a3fc3751c918e0cfa4",
                    "enabled": 1
                }
            },
            "sysadm_secadm": {
                "100": {
                    "checksum": "sha256:436746a23ca13b58adc9e2a051b59463b8398cecb114edd411fcde4fce182148",
                    "enabled": 1
                }
            },
            "sysnetwork": {
                "100": {
                    "checksum": "sha256:a9ec2dd40baab31ae84049839e2043c24a475f6d9f1daf06f1c2919a4f01eae3",
                    "enabled": 1
                }
            },
            "sysstat": {
                "100": {
                    "checksum": "sha256:7868011bac75a87c035c705c5a854bc143419bb4193d2a87d31de52b21ca2b82",
                    "enabled": 1
                }
            },
            "systemd": {
                "100": {
                    "checksum": "sha256:ea671d70f60c216dfe0439df12f22cb1f5ed53e26d6222d59cbd77cb365ec620",
                    "enabled": 1
                }
            },
            "systemd-homed": {
                "100": {
                    "checksum": "sha256:52a9f9b39810698996aaece995fc5a162973d88d02ffd0db293a4b538521c274",
                    "enabled": 1
                }
            },
            "tangd": {
                "100": {
                    "checksum": "sha256:b09965ae1db2d4aeab2d1c8775897288e6d55224183205ed48002daa816d2bbd",
                    "enabled": 1
                }
            },
            "targetd": {
                "100": {
                    "checksum": "sha256:8d31e97d05e23cbca57938b58d725c33af5e6aaa3e563971a398936cd3a21b36",
                    "enabled": 1
                }
            },
            "tcpd": {
                "100": {
                    "checksum": "sha256:118bab50d3722356fda7ca0983781aecd45f2a0979bc56617be3a8e044663451",
                    "enabled": 1
                }
            },
            "tcsd": {
                "100": {
                    "checksum": "sha256:e116438dee0dab9b191c25cfcb43a7dc0c8ac18bdb920e0596267365784b43c7",
                    "enabled": 1
                }
            },
            "telepathy": {
                "100": {
                    "checksum": "sha256:98fac790af3d7a87e75899e112ba5d4cd2455261e44b60f1a0d7387ba0e0ad49",
                    "enabled": 1
                }
            },
            "telnet": {
                "100": {
                    "checksum": "sha256:3bcf922688dc95cd19df39b5b48017dc48fca501bb70a953f99abce2c6fe7345",
                    "enabled": 1
                }
            },
            "tftp": {
                "100": {
                    "checksum": "sha256:368e98dbdf56054db821272c38ae2aa3a92d88b419ebf886cfbf33db1cc4177d",
                    "enabled": 1
                }
            },
            "tgtd": {
                "100": {
                    "checksum": "sha256:c07be819f426ec0bbba6ba8f8f1a0a57d6a3e02064bde55d0243cf21d24dce13",
                    "enabled": 1
                }
            },
            "thin": {
                "100": {
                    "checksum": "sha256:9825f5ea5ecf0720ae08c5fb7a50d3318b3dfb520801cf5ec8c0663364df5a62",
                    "enabled": 1
                }
            },
            "thumb": {
                "100": {
                    "checksum": "sha256:e42f7b16a4a7c5f099b85c4b9fca02d0cfbe74de5d113dad7b350d242706d0dd",
                    "enabled": 1
                }
            },
            "tlp": {
                "100": {
                    "checksum": "sha256:203f931eae7059d109cef2f4ac1e029ed280c55feca2da99382f826fc218bca4",
                    "enabled": 1
                }
            },
            "tmpreaper": {
                "100": {
                    "checksum": "sha256:83f45391b2a56e868ed635df8adfd7a461c853d99c92cb0839d24d560652accb",
                    "enabled": 1
                }
            },
            "tomcat": {
                "100": {
                    "checksum": "sha256:4b9b1022c21e3cc4b90416961b2e5990838532561080f53a962b14cf1101012e",
                    "enabled": 1
                }
            },
            "tor": {
                "100": {
                    "checksum": "sha256:5019fa69d2c211fff26780ddad52079881cffe4688af6407b7ee03ff499339d9",
                    "enabled": 1
                }
            },
            "tuned": {
                "100": {
                    "checksum": "sha256:9cff1572e835e9509b2e1b43cd7f05633b887fa3dd13c50f889a8e7371e72c90",
                    "enabled": 1
                }
            },
            "tvtime": {
                "100": {
                    "checksum": "sha256:2d5107d1b764ddd411e4abf44d7b3a2770c192bf0d0e19c88856d6593f0f2891",
                    "enabled": 1
                }
            },
            "udev": {
                "100": {
                    "checksum": "sha256:494dde6bce44e76f5a7f70f98e178e7c7e0d195dae293fa631e97c5d5be7ce75",
                    "enabled": 1
                }
            },
            "ulogd": {
                "100": {
                    "checksum": "sha256:bb5057eabb1e1e690c8c4e2a19c5014a00240538d21fcd3b835b7a9937dcb469",
                    "enabled": 1
                }
            },
            "uml": {
                "100": {
                    "checksum": "sha256:c05987c6a9f49b3370c011d79431dc52d6d435e89a577d7d10a8db02587a3786",
                    "enabled": 1
                }
            },
            "unconfined": {
                "100": {
                    "checksum": "sha256:af677713dbda91ea9db3e438de628e08ceb5e9c18b2fb5e338b9b81f79f5fa71",
                    "enabled": 1
                }
            },
            "unconfineduser": {
                "100": {
                    "checksum": "sha256:10eed6df9abec22faf790aae34a1f7b9802e89d39a5ab7b1e747fd15f5946341",
                    "enabled": 1
                }
            },
            "unlabelednet": {
                "100": {
                    "checksum": "sha256:1b37d8de7cf505da7e184ad33a2d04904d9fc51d64707b5d7e449b9d615deaa2",
                    "enabled": 1
                }
            },
            "unprivuser": {
                "100": {
                    "checksum": "sha256:51944913c44942cbf3cac0e3c28c845a18a5d8e978ef82551de32f75dc29b045",
                    "enabled": 1
                }
            },
            "updfstab": {
                "100": {
                    "checksum": "sha256:d86b9c14ea814e61185eb2fd53bdda95933b44eebf98ba942cbae61b3b16ce2b",
                    "enabled": 1
                }
            },
            "usbmodules": {
                "100": {
                    "checksum": "sha256:db8f8c1a3ad46b9b9fbfb777e047e3eb0ca6e1e4be62c1cb16292b934d218b4a",
                    "enabled": 1
                }
            },
            "usbmuxd": {
                "100": {
                    "checksum": "sha256:ba9efc2628a81ac2c95346cb46f79b57748b56575197830bdc0fe9f1af6e6d07",
                    "enabled": 1
                }
            },
            "userdomain": {
                "100": {
                    "checksum": "sha256:1cfefa0b7819dab35b1679b3bd788f8d281fd13ca6c58f7c35253cb8fa1e3842",
                    "enabled": 1
                }
            },
            "userhelper": {
                "100": {
                    "checksum": "sha256:040a092ace1fddcfc244268cf1a30bb7935fcb1b493db9b22a3e4919ace8c00f",
                    "enabled": 1
                }
            },
            "usermanage": {
                "100": {
                    "checksum": "sha256:6b4b9f3c433d31a1416ed75a584f90616aa6b335297d5ef845ff3f71d36c3cfe",
                    "enabled": 1
                }
            },
            "usernetctl": {
                "100": {
                    "checksum": "sha256:b50724f82867d86cb5ed896fed12ac8a5d939990f9e92221b282d63d44c13fa9",
                    "enabled": 1
                }
            },
            "uucp": {
                "100": {
                    "checksum": "sha256:b51b9edc8ba92cbdbbac99877b4388d9397976992ba7f5d4c467627763445ea4",
                    "enabled": 1
                }
            },
            "uuidd": {
                "100": {
                    "checksum": "sha256:4e1a2aeb4ae247cde28cc50db01cc6043bb78c45763eb8160a957be55a32a2d2",
                    "enabled": 1
                }
            },
            "varnishd": {
                "100": {
                    "checksum": "sha256:d831973b6b12b1717fbf675625c2f6fb85b40c9968854d3e64c7722ad64b69e3",
                    "enabled": 1
                }
            },
            "vdagent": {
                "100": {
                    "checksum": "sha256:af8d12d85265012b374756768440f273481308b2e90fbba97b8afecb9bd2574d",
                    "enabled": 1
                }
            },
            "vhostmd": {
                "100": {
                    "checksum": "sha256:97d72614bfbdb0146d8f7c90b90e9549ab1d202ffc55066ce79464e4a6a20cdf",
                    "enabled": 1
                }
            },
            "virt": {
                "100": {
                    "checksum": "sha256:0cfbed3dc11d92b2a9d4fefae721c30ece248446d761526ae627be4388e89c84",
                    "enabled": 1
                }
            },
            "virt_supplementary": {
                "100": {
                    "checksum": "sha256:738a6f720645dec9393904cc8f26bc66447c7451862d73f8d40ce74b1887e9b7",
                    "enabled": 1
                }
            },
            "vlock": {
                "100": {
                    "checksum": "sha256:a01e7aa92da5f24789286ac6530246cec5ed9c8675493cef2b06a7a7be595958",
                    "enabled": 1
                }
            },
            "vmtools": {
                "100": {
                    "checksum": "sha256:e8bac770b13be7d27c9b9286effe5e50e330e9ab1a225e06890edbf33798bf89",
                    "enabled": 1
                }
            },
            "vmware": {
                "100": {
                    "checksum": "sha256:00fa1441d6e08f5af70bcea53ebf1f3e4c12a9737f1ef1e74fd5b79957d7f042",
                    "enabled": 1
                }
            },
            "vnstatd": {
                "100": {
                    "checksum": "sha256:2b80169a6f39f4ebbc1c2d9b0211eec558da2a8eaa6bef904b9fc66eda7122dc",
                    "enabled": 1
                }
            },
            "vpn": {
                "100": {
                    "checksum": "sha256:4c7963f955ff610de43933a480c47fd50da6b4d88f03ed6bbf4663dec25c3cae",
                    "enabled": 1
                }
            },
            "w3c": {
                "100": {
                    "checksum": "sha256:6b19f10f4a51f6f1f343b082d4a96c3335b191f00d41152ae090627f727b8360",
                    "enabled": 1
                }
            },
            "watchdog": {
                "100": {
                    "checksum": "sha256:4299fadc4f28a9e6ee9b9e5a7688955752f1bf36ef83656fee6403bbfe10e0b0",
                    "enabled": 1
                }
            },
            "wdmd": {
                "100": {
                    "checksum": "sha256:c3973da0b3e1836af273137bc8ed86a443da6a73d22255aa1135582923347b2c",
                    "enabled": 1
                }
            },
            "webadm": {
                "100": {
                    "checksum": "sha256:8f262e982526c5e63cc93fe9806380aef291c0fa06d8c6468c1df126325ae83c",
                    "enabled": 1
                }
            },
            "webalizer": {
                "100": {
                    "checksum": "sha256:43f69260eb8c399ceb227825b190ee1758a60b1b78052b1fbfe21d5fce8daab5",
                    "enabled": 1
                }
            },
            "wine": {
                "100": {
                    "checksum": "sha256:204369c49480adaf6c3bbee72b72ec17a5fac47821e371ac9b0e633666af050e",
                    "enabled": 1
                }
            },
            "wireguard": {
                "100": {
                    "checksum": "sha256:7ce468b04b03ed26fb5ebadc5020c3fd578c678d97337d1d8afa471bf472c6d5",
                    "enabled": 1
                }
            },
            "wireshark": {
                "100": {
                    "checksum": "sha256:e1b5a6483deac005288672619780282eb889108244815c872e59166ae8df750a",
                    "enabled": 1
                }
            },
            "xen": {
                "100": {
                    "checksum": "sha256:8712372ce237c73875353640f385a27f04343fd89e228b9ec720bb56433fd682",
                    "enabled": 1
                }
            },
            "xguest": {
                "100": {
                    "checksum": "sha256:9e7016f3dc0c1a18e4164c5d5aef1e60e440b596ac6976770277ba48f02545df",
                    "enabled": 1
                }
            },
            "xserver": {
                "100": {
                    "checksum": "sha256:3a81d008309ece394db6be9a8f2ad46a6946d30f6deff70f3f954ad439711586",
                    "enabled": 1
                }
            },
            "zabbix": {
                "100": {
                    "checksum": "sha256:b8950107bebcd555f2c48ee06bc63bb1329a6ea5db7a762cbef5ad9be656c9da",
                    "enabled": 1
                }
            },
            "zarafa": {
                "100": {
                    "checksum": "sha256:b1738ace3c35a58867613fabb433a761136afae86bab322ea4d192436c5b0ddd",
                    "enabled": 1
                }
            },
            "zebra": {
                "100": {
                    "checksum": "sha256:475a888f43d0521ac189ff49430864dc8b00f04c244d42100ca1d637860ff4fc",
                    "enabled": 1
                }
            },
            "zoneminder": {
                "100": {
                    "checksum": "sha256:19a33723d291446ee9617d0120088d7bae884e5a963c48a8afec20fc6bacc4bc",
                    "enabled": 1
                }
            },
            "zosremote": {
                "100": {
                    "checksum": "sha256:804524b0b86a951c8a5b1e2220cf19f3504fd7442e463a8ac8852babedf836c7",
                    "enabled": 1
                }
            }
        },
        "selinux_priorities": true
    },
    "changed": false
}

TASK [fedora.linux_system_roles.selinux : Load SELinux modules] ****************
task path: /tmp/collections-4ec/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:139
Monday 09 June 2025  10:28:49 -0400 (0:00:03.208)       0:00:28.599 *********** 
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-4ec/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:152
Monday 09 June 2025  10:28:49 -0400 (0:00:00.040)       0:00:28.639 *********** 
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-4ec/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:160
Monday 09 June 2025  10:28:49 -0400 (0:00:00.021)       0:00:28.661 *********** 
skipping: [managed-node3] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.postfix : Install Postfix] *********************
task path: /tmp/collections-4ec/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:60
Monday 09 June 2025  10:28:49 -0400 (0:00:00.034)       0:00:28.696 *********** 
changed: [managed-node3] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: postfix-2:3.9.0-8.fc41.x86_64",
        "Installed: libdb-5.3.28-63.fc41.x86_64",
        "Installed: libicu-74.2-2.fc41.x86_64"
    ]
}

TASK [fedora.linux_system_roles.postfix : Get default database type from postconf] ***
task path: /tmp/collections-4ec/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:66
Monday 09 June 2025  10:28:54 -0400 (0:00:05.137)       0:00:33.833 *********** 
ok: [managed-node3] => {
    "changed": false,
    "cmd": [
        "postconf",
        "-h",
        "default_database_type"
    ],
    "delta": "0:00:00.011131",
    "end": "2025-06-09 10:28:54.930637",
    "rc": 0,
    "start": "2025-06-09 10:28:54.919506"
}

STDOUT:

hash

TASK [fedora.linux_system_roles.postfix : Set postfix_default_database_type] ***
task path: /tmp/collections-4ec/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:71
Monday 09 June 2025  10:28:54 -0400 (0:00:00.602)       0:00:34.436 *********** 
ok: [managed-node3] => {
    "ansible_facts": {
        "postfix_default_database_type": "hash"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.postfix : Enable Postfix] **********************
task path: /tmp/collections-4ec/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:75
Monday 09 June 2025  10:28:55 -0400 (0:00:00.038)       0:00:34.474 *********** 
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": "syslog.target network.target system.slice -.mount tmp.mount systemd-journald.socket basic.target sysinit.target systemd-tmpfiles-setup.service",
        "AllowIsolate": "no",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Before": "shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target exim.service sendmail.service",
        "ControlGroupId": "0",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "Postfix Mail Transport Agent",
        "DevicePolicy": "closed",
        "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf /usr/lib/systemd/system/service.d/50-keep-warm.conf",
        "DynamicUser": "no",
        "EffectiveMemoryHigh": "3892686848",
        "EffectiveMemoryMax": "3892686848",
        "EffectiveTasksMax": "4414",
        "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": "14714",
        "LimitNPROCSoft": "14714",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14714",
        "LimitSIGPENDINGSoft": "14714",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "3436847104",
        "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",
        "PrivateTmp": "yes",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "yes",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "sysinit.target system.slice",
        "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": "4414",
        "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-4ec/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:81
Monday 09 June 2025  10:28:56 -0400 (0:00:01.564)       0:00:36.039 *********** 
ok: [managed-node3] => {
    "changed": false,
    "cmd": [
        "postconf"
    ],
    "delta": "0:00:00.011412",
    "end": "2025-06-09 10:28:56.964849",
    "rc": 0,
    "start": "2025-06-09 10:28:56.953437"
}

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} <level {1} ? {yes} : {no}}
application_event_drain_time = 100s
authorized_flush_users = static:anyone
authorized_mailq_users = static:anyone
authorized_submit_users = static:anyone
backwards_bounce_logfile_compatibility = yes
berkeley_db_create_buffer_size = 16777216
berkeley_db_read_buffer_size = 131072
best_mx_transport =
biff = yes
body_checks =
body_checks_size_limit = 51200
bounce_notice_recipient = postmaster
bounce_queue_lifetime = 5d
bounce_service_name = bounce
bounce_size_limit = 50000
bounce_template_file =
broken_sasl_auth_clients = no
canonical_classes = envelope_sender, envelope_recipient, header_sender, header_recipient
canonical_maps =
cleanup_replace_stray_cr_lf = yes
cleanup_service_name = cleanup
command_directory = /usr/sbin
command_execution_directory =
command_expansion_filter = 1234567890!@%-_=+:,./abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
command_time_limit = 1000s
compatibility_level = 3.9
config_directory = /etc/postfix
confirm_delay_cleared = no
connection_cache_protocol_timeout = 5s
connection_cache_service_name = scache
connection_cache_status_update_time = 600s
connection_cache_ttl_limit = 2s
content_filter =
cyrus_sasl_config_path =
daemon_directory = /usr/libexec/postfix
daemon_table_open_error_is_fatal = no
daemon_timeout = 18000s
data_directory = /var/lib/postfix
debug_peer_level = 2
debug_peer_list =
debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin ddd $daemon_directory/$process_name $process_id & sleep 5
default_database_type = hash
default_delivery_slot_cost = 5
default_delivery_slot_discount = 50
default_delivery_slot_loan = 3
default_delivery_status_filter =
default_destination_concurrency_failed_cohort_limit = 1
default_destination_concurrency_limit = 20
default_destination_concurrency_negative_feedback = 1
default_destination_concurrency_positive_feedback = 1
default_destination_rate_delay = 0s
default_destination_recipient_limit = 50
default_extra_recipient_limit = 1000
default_filter_nexthop =
default_minimum_delivery_slots = 3
default_privs = nobody
default_process_limit = 100
default_rbl_reply = $rbl_code Service unavailable; $rbl_class [$rbl_what] blocked using $rbl_domain${rbl_reason?; $rbl_reason}
default_recipient_limit = 20000
default_recipient_refill_delay = 5s
default_recipient_refill_limit = 100
default_transport = smtp
default_transport_rate_delay = 0s
default_verp_delimiters = +=
defer_code = 450
defer_service_name = defer
defer_transports =
delay_logging_resolution_limit = 2
delay_notice_recipient = postmaster
delay_warning_time = 0h
deliver_lock_attempts = 20
deliver_lock_delay = 1s
destination_concurrency_feedback_debug = no
detect_8bit_encoding_header = yes
disable_dns_lookups = no
disable_mime_input_processing = no
disable_mime_output_conversion = no
disable_verp_bounces = no
disable_vrfy_command = no
dns_ncache_ttl_fix_enable = no
dnsblog_reply_delay = 0s
dnsblog_service_name = dnsblog
dnssec_probe = ns:.
dont_remove = 0
double_bounce_sender = double-bounce
duplicate_filter_limit = 1000
empty_address_default_transport_maps_lookup_key = <>
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} <level {3.6} ? {md5} : {sha256}}
lmtp_tls_force_insecure_host_tlsa_lookup = no
lmtp_tls_key_file = $lmtp_tls_cert_file
lmtp_tls_loglevel = 0
lmtp_tls_mandatory_ciphers = medium
lmtp_tls_mandatory_exclude_ciphers =
lmtp_tls_mandatory_protocols = >=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 = 20240306
mail_spool_directory = /var/mail
mail_version = 3.9
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} <level {2} ? {subnet} : {host}}
myorigin = $myhostname
nested_header_checks = $header_checks
newaliases_path = /usr/bin/newaliases.postfix
non_fqdn_reject_code = 504
non_smtpd_milters =
notify_classes = resource, software
openssl_path = openssl
owner_request_special = yes
parent_domain_matches_subdomains = debug_peer_list,fast_flush_domains,mynetworks,permit_mx_backup_networks,qmqpd_authorized_clients,relay_domains,smtpd_access_maps
permit_mx_backup_networks =
pickup_service_name = pickup
pipe_delivery_status_filter = $default_delivery_status_filter
plaintext_reject_code = 450
postlog_service_name = postlog
postlogd_watchdog_timeout = 10s
postmulti_control_commands = reload flush
postmulti_start_commands = start
postmulti_stop_commands = stop abort drain quick-stop
postscreen_access_list = permit_mynetworks
postscreen_allowlist_interfaces = ${postscreen_whitelist_interfaces?{$postscreen_whitelist_interfaces}:{static:all}}
postscreen_bare_newline_action = ignore
postscreen_bare_newline_enable = no
postscreen_bare_newline_ttl = 30d
postscreen_cache_cleanup_interval = 12h
postscreen_cache_map = btree:$data_directory/postscreen_cache
postscreen_cache_retention_time = 7d
postscreen_client_connection_count_limit = $smtpd_client_connection_count_limit
postscreen_command_count_limit = 20
postscreen_command_filter =
postscreen_command_time_limit = ${stress?{10}:{300}}s
postscreen_denylist_action = ${postscreen_blacklist_action?{$postscreen_blacklist_action}:{ignore}}
postscreen_disable_vrfy_command = $disable_vrfy_command
postscreen_discard_ehlo_keyword_address_maps = $smtpd_discard_ehlo_keyword_address_maps
postscreen_discard_ehlo_keywords = $smtpd_discard_ehlo_keywords
postscreen_dnsbl_action = ignore
postscreen_dnsbl_allowlist_threshold = ${postscreen_dnsbl_whitelist_threshold?{$postscreen_dnsbl_whitelist_threshold}:{0}}
postscreen_dnsbl_max_ttl = ${postscreen_dnsbl_ttl?{$postscreen_dnsbl_ttl}:{1}}h
postscreen_dnsbl_min_ttl = 60s
postscreen_dnsbl_reply_map =
postscreen_dnsbl_sites =
postscreen_dnsbl_threshold = 1
postscreen_dnsbl_timeout = 10s
postscreen_enforce_tls = $smtpd_enforce_tls
postscreen_expansion_filter = $smtpd_expansion_filter
postscreen_forbidden_commands = $smtpd_forbidden_commands
postscreen_greet_action = ignore
postscreen_greet_banner = $smtpd_banner
postscreen_greet_ttl = 1d
postscreen_greet_wait = ${stress?{2}:{6}}s
postscreen_helo_required = $smtpd_helo_required
postscreen_non_smtp_command_action = drop
postscreen_non_smtp_command_enable = no
postscreen_non_smtp_command_ttl = 30d
postscreen_pipelining_action = enforce
postscreen_pipelining_enable = no
postscreen_pipelining_ttl = 30d
postscreen_post_queue_limit = $default_process_limit
postscreen_pre_queue_limit = $default_process_limit
postscreen_reject_footer = $smtpd_reject_footer
postscreen_reject_footer_maps = $smtpd_reject_footer_maps
postscreen_tls_security_level = $smtpd_tls_security_level
postscreen_upstream_proxy_protocol =
postscreen_upstream_proxy_timeout = 5s
postscreen_use_tls = $smtpd_use_tls
postscreen_watchdog_timeout = 10s
prepend_delivered_header = command, file, forward
process_id = 7644
process_id_directory = pid
process_name = postconf
propagate_unmatched_extensions = canonical, virtual
proxy_interfaces =
proxy_read_maps = $local_recipient_maps $mydestination $virtual_alias_maps $virtual_alias_domains $virtual_mailbox_maps $virtual_mailbox_domains $relay_recipient_maps $relay_domains $canonical_maps $sender_canonical_maps $recipient_canonical_maps $relocated_maps $transport_maps $mynetworks $smtpd_sender_login_maps $sender_bcc_maps $recipient_bcc_maps $smtp_generic_maps $lmtp_generic_maps $alias_maps $smtpd_client_restrictions $smtpd_helo_restrictions $smtpd_sender_restrictions $smtpd_relay_restrictions $smtpd_recipient_restrictions $address_verify_sender_dependent_default_transport_maps $address_verify_sender_dependent_relayhost_maps $address_verify_transport_maps $fallback_transport_maps $lmtp_discard_lhlo_keyword_address_maps $lmtp_pix_workaround_maps $lmtp_sasl_password_maps $lmtp_tls_policy_maps $mailbox_command_maps $mailbox_transport_maps $postscreen_discard_ehlo_keyword_address_maps $rbl_reply_maps $sender_dependent_default_transport_maps $sender_dependent_relayhost_maps $smtp_discard_ehlo_keyword_address_maps $smtp_pix_workaround_maps $smtp_sasl_password_maps $smtp_tls_policy_maps $smtpd_discard_ehlo_keyword_address_maps $smtpd_milter_maps $virtual_gid_maps $virtual_uid_maps $local_login_sender_maps $postscreen_reject_footer_maps $smtpd_reject_footer_maps $tls_server_sni_maps $tlsproxy_client_policy_maps $default_delivery_status_filter $lmtp_delivery_status_filter $lmtp_dns_reply_filter $lmtp_reply_filter $local_delivery_status_filter $pipe_delivery_status_filter $postscreen_command_filter $smtp_delivery_status_filter $smtp_dns_reply_filter $smtp_reply_filter $smtpd_command_filter $smtpd_dns_reply_filter $virtual_delivery_status_filter $body_checks $header_checks $lmtp_body_checks $lmtp_header_checks $lmtp_mime_header_checks $lmtp_nested_header_checks $milter_header_checks $mime_header_checks $nested_header_checks $smtp_body_checks $smtp_header_checks $smtp_mime_header_checks $smtp_nested_header_checks
proxy_write_maps = $smtp_sasl_auth_cache_name $lmtp_sasl_auth_cache_name $address_verify_map $postscreen_cache_map
proxymap_service_name = proxymap
proxywrite_service_name = proxywrite
qmgr_clog_warn_time = 300s
qmgr_daemon_timeout = 1000s
qmgr_fudge_factor = 100
qmgr_ipc_timeout = 60s
qmgr_message_active_limit = 20000
qmgr_message_recipient_limit = 20000
qmgr_message_recipient_minimum = 10
qmqpd_authorized_clients =
qmqpd_client_port_logging = no
qmqpd_error_delay = 1s
qmqpd_timeout = 300s
queue_directory = /var/spool/postfix
queue_file_attribute_count_limit = 100
queue_minfree = 0
queue_run_delay = 300s
queue_service_name = qmgr
rbl_reply_maps =
readme_directory = /usr/share/doc/postfix/README_FILES
receive_override_options =
recipient_bcc_maps =
recipient_canonical_classes = envelope_recipient, header_recipient
recipient_canonical_maps =
recipient_delimiter =
reject_code = 554
reject_tempfail_action = defer_if_permit
relay_clientcerts =
relay_delivery_slot_cost = $default_delivery_slot_cost
relay_delivery_slot_discount = $default_delivery_slot_discount
relay_delivery_slot_loan = $default_delivery_slot_loan
relay_destination_concurrency_failed_cohort_limit = $default_destination_concurrency_failed_cohort_limit
relay_destination_concurrency_limit = $default_destination_concurrency_limit
relay_destination_concurrency_negative_feedback = $default_destination_concurrency_negative_feedback
relay_destination_concurrency_positive_feedback = $default_destination_concurrency_positive_feedback
relay_destination_rate_delay = $default_destination_rate_delay
relay_destination_recipient_limit = $default_destination_recipient_limit
relay_domains = ${{$compatibility_level} <level {2} ? {$mydestination} : {}}
relay_domains_reject_code = 554
relay_extra_recipient_limit = $default_extra_recipient_limit
relay_initial_destination_concurrency = $initial_destination_concurrency
relay_minimum_delivery_slots = $default_minimum_delivery_slots
relay_recipient_limit = $default_recipient_limit
relay_recipient_maps =
relay_recipient_refill_delay = $default_recipient_refill_delay
relay_recipient_refill_limit = $default_recipient_refill_limit
relay_transport = relay
relay_transport_rate_delay = $default_transport_rate_delay
relayhost =
relocated_maps =
remote_header_rewrite_domain =
require_home_directory = no
reset_owner_alias = no
resolve_dequoted_address = yes
resolve_null_domain = no
resolve_numeric_domain = no
respectful_logging = ${{$compatibility_level} <level {3.6} ? {no} : {yes}}
retry_delivery_slot_cost = $default_delivery_slot_cost
retry_delivery_slot_discount = $default_delivery_slot_discount
retry_delivery_slot_loan = $default_delivery_slot_loan
retry_destination_concurrency_failed_cohort_limit = $default_destination_concurrency_failed_cohort_limit
retry_destination_concurrency_limit = $default_destination_concurrency_limit
retry_destination_concurrency_negative_feedback = $default_destination_concurrency_negative_feedback
retry_destination_concurrency_positive_feedback = $default_destination_concurrency_positive_feedback
retry_destination_rate_delay = $default_destination_rate_delay
retry_destination_recipient_limit = $default_destination_recipient_limit
retry_extra_recipient_limit = $default_extra_recipient_limit
retry_initial_destination_concurrency = $initial_destination_concurrency
retry_minimum_delivery_slots = $default_minimum_delivery_slots
retry_recipient_limit = $default_recipient_limit
retry_recipient_refill_delay = $default_recipient_refill_delay
retry_recipient_refill_limit = $default_recipient_refill_limit
retry_transport_rate_delay = $default_transport_rate_delay
rewrite_service_name = rewrite
sample_directory = /usr/share/doc/postfix/samples
send_cyrus_sasl_authzid = no
sender_bcc_maps =
sender_canonical_classes = envelope_sender, header_sender
sender_canonical_maps =
sender_dependent_default_transport_maps =
sender_dependent_relayhost_maps =
sendmail_fix_line_endings = always
sendmail_path = /usr/sbin/sendmail.postfix
service_name =
service_throttle_time = 60s
setgid_group = postdrop
shlib_directory = /usr/lib64/postfix
show_user_unknown_table_name = yes
showq_service_name = showq
smtp_address_preference = any
smtp_address_verify_target = rcpt
smtp_always_send_ehlo = yes
smtp_balance_inet_protocols = yes
smtp_bind_address =
smtp_bind_address6 =
smtp_bind_address_enforce = no
smtp_body_checks =
smtp_cname_overrides_servername = no
smtp_connect_timeout = 30s
smtp_connection_cache_destinations =
smtp_connection_cache_on_demand = yes
smtp_connection_cache_time_limit = 2s
smtp_connection_reuse_count_limit = 0
smtp_connection_reuse_time_limit = 300s
smtp_data_done_timeout = 600s
smtp_data_init_timeout = 120s
smtp_data_xfer_timeout = 180s
smtp_defer_if_no_mx_address_found = no
smtp_delivery_slot_cost = $default_delivery_slot_cost
smtp_delivery_slot_discount = $default_delivery_slot_discount
smtp_delivery_slot_loan = $default_delivery_slot_loan
smtp_delivery_status_filter = $default_delivery_status_filter
smtp_destination_concurrency_failed_cohort_limit = $default_destination_concurrency_failed_cohort_limit
smtp_destination_concurrency_limit = $default_destination_concurrency_limit
smtp_destination_concurrency_negative_feedback = $default_destination_concurrency_negative_feedback
smtp_destination_concurrency_positive_feedback = $default_destination_concurrency_positive_feedback
smtp_destination_rate_delay = $default_destination_rate_delay
smtp_destination_recipient_limit = $default_destination_recipient_limit
smtp_discard_ehlo_keyword_address_maps =
smtp_discard_ehlo_keywords =
smtp_dns_reply_filter =
smtp_dns_resolver_options =
smtp_dns_support_level =
smtp_enforce_tls = no
smtp_extra_recipient_limit = $default_extra_recipient_limit
smtp_fallback_relay = $fallback_relay
smtp_generic_maps =
smtp_header_checks =
smtp_helo_name = $myhostname
smtp_helo_timeout = 300s
smtp_host_lookup = dns
smtp_initial_destination_concurrency = $initial_destination_concurrency
smtp_line_length_limit = 998
smtp_mail_timeout = 300s
smtp_mime_header_checks =
smtp_min_data_rate = 500
smtp_minimum_delivery_slots = $default_minimum_delivery_slots
smtp_mx_address_limit = 5
smtp_mx_session_limit = 2
smtp_nested_header_checks =
smtp_never_send_ehlo = no
smtp_per_request_deadline = ${smtp_per_record_deadline?{$smtp_per_record_deadline}:{no}}
smtp_pix_workaround_delay_time = 10s
smtp_pix_workaround_maps =
smtp_pix_workaround_threshold_time = 500s
smtp_pix_workarounds = disable_esmtp,delay_dotcrlf
smtp_quit_timeout = 300s
smtp_quote_rfc821_envelope = yes
smtp_randomize_addresses = yes
smtp_rcpt_timeout = 300s
smtp_recipient_limit = $default_recipient_limit
smtp_recipient_refill_delay = $default_recipient_refill_delay
smtp_recipient_refill_limit = $default_recipient_refill_limit
smtp_reply_filter =
smtp_rset_timeout = 20s
smtp_sasl_auth_cache_name =
smtp_sasl_auth_cache_time = 90d
smtp_sasl_auth_enable = no
smtp_sasl_auth_soft_bounce = yes
smtp_sasl_mechanism_filter =
smtp_sasl_password_maps =
smtp_sasl_password_result_delimiter = :
smtp_sasl_path =
smtp_sasl_security_options = noplaintext, noanonymous
smtp_sasl_tls_security_options = $smtp_sasl_security_options
smtp_sasl_tls_verified_security_options = $smtp_sasl_tls_security_options
smtp_sasl_type = cyrus
smtp_send_dummy_mail_auth = no
smtp_send_xforward_command = no
smtp_sender_dependent_authentication = no
smtp_skip_5xx_greeting = yes
smtp_skip_quit_response = yes
smtp_starttls_timeout = 300s
smtp_tcp_port = smtp
smtp_tls_CAfile = /etc/pki/tls/certs/ca-bundle.crt
smtp_tls_CApath = /etc/pki/tls/certs
smtp_tls_block_early_mail_reply = no
smtp_tls_cert_file =
smtp_tls_chain_files =
smtp_tls_ciphers = medium
smtp_tls_connection_reuse = no
smtp_tls_dane_insecure_mx_policy = ${{$smtp_tls_security_level} == {dane} ? {dane} : {may}}
smtp_tls_dcert_file =
smtp_tls_dkey_file = $smtp_tls_dcert_file
smtp_tls_eccert_file =
smtp_tls_eckey_file = $smtp_tls_eccert_file
smtp_tls_enable_rpk = no
smtp_tls_enforce_peername = yes
smtp_tls_exclude_ciphers =
smtp_tls_fingerprint_cert_match =
smtp_tls_fingerprint_digest = ${{$compatibility_level} <level {3.6} ? {md5} : {sha256}}
smtp_tls_force_insecure_host_tlsa_lookup = no
smtp_tls_key_file = $smtp_tls_cert_file
smtp_tls_loglevel = 0
smtp_tls_mandatory_ciphers = medium
smtp_tls_mandatory_exclude_ciphers =
smtp_tls_mandatory_protocols = >=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} <level {3.6} ? {no} : {yes}}
smtpd_relay_restrictions = ${{$compatibility_level} <level {1} ? {} : {permit_mynetworks, permit_sasl_authenticated, defer_unauth_destination}}
smtpd_restriction_classes =
smtpd_sasl_auth_enable = no
smtpd_sasl_authenticated_header = no
smtpd_sasl_exceptions_networks =
smtpd_sasl_local_domain =
smtpd_sasl_mechanism_filter = !external, static:rest
smtpd_sasl_path = smtpd
smtpd_sasl_response_limit = 12288
smtpd_sasl_security_options = noanonymous
smtpd_sasl_service = smtp
smtpd_sasl_tls_security_options = $smtpd_sasl_security_options
smtpd_sasl_type = cyrus
smtpd_sender_login_maps =
smtpd_sender_restrictions =
smtpd_service_name = smtpd
smtpd_soft_error_limit = 10
smtpd_starttls_timeout = ${stress?{10}:{300}}s
smtpd_timeout = ${stress?{10}:{300}}s
smtpd_tls_CAfile =
smtpd_tls_CApath =
smtpd_tls_always_issue_session_ids = yes
smtpd_tls_ask_ccert = no
smtpd_tls_auth_only = no
smtpd_tls_ccert_verifydepth = 9
smtpd_tls_cert_file = /etc/pki/tls/certs/postfix.pem
smtpd_tls_chain_files =
smtpd_tls_ciphers = medium
smtpd_tls_dcert_file =
smtpd_tls_dh1024_param_file =
smtpd_tls_dh512_param_file =
smtpd_tls_dkey_file = $smtpd_tls_dcert_file
smtpd_tls_eccert_file =
smtpd_tls_eckey_file = $smtpd_tls_eccert_file
smtpd_tls_eecdh_grade = auto
smtpd_tls_enable_rpk = no
smtpd_tls_exclude_ciphers =
smtpd_tls_fingerprint_digest = ${{$compatibility_level} <level {3.6} ? {md5} : {sha256}}
smtpd_tls_key_file = /etc/pki/tls/private/postfix.key
smtpd_tls_loglevel = 0
smtpd_tls_mandatory_ciphers = medium
smtpd_tls_mandatory_exclude_ciphers =
smtpd_tls_mandatory_protocols = >=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} <level {1} ? {no} : {yes}}
soft_bounce = no
stale_lock_time = 500s
stress =
strict_7bit_headers = no
strict_8bitmime = no
strict_8bitmime_body = no
strict_mailbox_ownership = yes
strict_mime_encoding_domain = no
strict_rfc821_envelopes = no
strict_smtputf8 = no
sun_mailtool_compatibility = no
swap_bangpath = yes
syslog_facility = mail
syslog_name = ${multi_instance_name?{$multi_instance_name}:{postfix}}
tcp_windowsize = 0
tls_append_default_CA = no
tls_config_file = default
tls_config_name =
tls_daemon_random_bytes = 32
tls_dane_digests = sha512 sha256
tls_disable_workarounds =
tls_eecdh_auto_curves = X25519 X448 prime256v1 secp521r1 secp384r1
tls_eecdh_strong_curve = prime256v1
tls_eecdh_ultra_curve = secp384r1
tls_export_cipherlist =
tls_fast_shutdown_enable = yes
tls_ffdhe_auto_groups = ffdhe2048 ffdhe3072
tls_high_cipherlist = aNULL:-aNULL:HIGH:!SEED:!IDEA:!3DES:!RC2:!RC4:!RC5:!kDH:!kECDH:!aDSS:!MD5:@STRENGTH
tls_legacy_public_key_fingerprints = no
tls_low_cipherlist =
tls_medium_cipherlist = aNULL:-aNULL:HIGH:MEDIUM:!SEED:!IDEA:!3DES:!RC2:!RC4:!RC5:!kDH:!kECDH:!aDSS:!MD5:+RC4:@STRENGTH
tls_null_cipherlist = eNULL:!kDH:!kECDH:!aDSS:!MD5:!aNULL
tls_preempt_cipherlist = no
tls_random_bytes = 32
tls_random_exchange_name = ${data_directory}/prng_exch
tls_random_prng_update_period = 3600s
tls_random_reseed_period = 3600s
tls_random_source = dev:/dev/urandom
tls_server_sni_maps =
tls_session_ticket_cipher = aes-256-cbc
tls_ssl_options =
tls_wildcard_matches_multiple_labels = yes
tlsmgr_service_name = tlsmgr
tlsproxy_client_CAfile = $smtp_tls_CAfile
tlsproxy_client_CApath = $smtp_tls_CApath
tlsproxy_client_cert_file = $smtp_tls_cert_file
tlsproxy_client_chain_files = $smtp_tls_chain_files
tlsproxy_client_dcert_file = $smtp_tls_dcert_file
tlsproxy_client_dkey_file = $smtp_tls_dkey_file
tlsproxy_client_eccert_file = $smtp_tls_eccert_file
tlsproxy_client_eckey_file = $smtp_tls_eckey_file
tlsproxy_client_enforce_tls = $smtp_enforce_tls
tlsproxy_client_fingerprint_digest = $smtp_tls_fingerprint_digest
tlsproxy_client_key_file = $smtp_tls_key_file
tlsproxy_client_loglevel = $smtp_tls_loglevel
tlsproxy_client_loglevel_parameter = smtp_tls_loglevel
tlsproxy_client_per_site = $smtp_tls_per_site
tlsproxy_client_policy_maps = ${tlsproxy_client_policy:$smtp_tls_policy_maps}
tlsproxy_client_scert_verifydepth = $smtp_tls_scert_verifydepth
tlsproxy_client_security_level = ${tlsproxy_client_level:$smtp_tls_security_level}
tlsproxy_client_use_tls = $smtp_use_tls
tlsproxy_enforce_tls = $smtpd_enforce_tls
tlsproxy_service_name = tlsproxy
tlsproxy_tls_CAfile = $smtpd_tls_CAfile
tlsproxy_tls_CApath = $smtpd_tls_CApath
tlsproxy_tls_always_issue_session_ids = $smtpd_tls_always_issue_session_ids
tlsproxy_tls_ask_ccert = $smtpd_tls_ask_ccert
tlsproxy_tls_ccert_verifydepth = $smtpd_tls_ccert_verifydepth
tlsproxy_tls_cert_file = $smtpd_tls_cert_file
tlsproxy_tls_chain_files = $smtpd_tls_chain_files
tlsproxy_tls_ciphers = $smtpd_tls_ciphers
tlsproxy_tls_dcert_file = $smtpd_tls_dcert_file
tlsproxy_tls_dh1024_param_file = $smtpd_tls_dh1024_param_file
tlsproxy_tls_dh512_param_file = $smtpd_tls_dh512_param_file
tlsproxy_tls_dkey_file = $smtpd_tls_dkey_file
tlsproxy_tls_eccert_file = $smtpd_tls_eccert_file
tlsproxy_tls_eckey_file = $smtpd_tls_eckey_file
tlsproxy_tls_eecdh_grade = $smtpd_tls_eecdh_grade
tlsproxy_tls_enable_rpk = $smtpd_tls_enable_rpk
tlsproxy_tls_exclude_ciphers = $smtpd_tls_exclude_ciphers
tlsproxy_tls_fingerprint_digest = $smtpd_tls_fingerprint_digest
tlsproxy_tls_key_file = $smtpd_tls_key_file
tlsproxy_tls_loglevel = $smtpd_tls_loglevel
tlsproxy_tls_mandatory_ciphers = $smtpd_tls_mandatory_ciphers
tlsproxy_tls_mandatory_exclude_ciphers = $smtpd_tls_mandatory_exclude_ciphers
tlsproxy_tls_mandatory_protocols = $smtpd_tls_mandatory_protocols
tlsproxy_tls_protocols = $smtpd_tls_protocols
tlsproxy_tls_req_ccert = $smtpd_tls_req_ccert
tlsproxy_tls_security_level = $smtpd_tls_security_level
tlsproxy_use_tls = $smtpd_use_tls
tlsproxy_watchdog_timeout = 10s
trace_service_name = trace
transport_maps =
transport_retry_time = 60s
trigger_timeout = 10s
undisclosed_recipients_header =
unknown_address_reject_code = 450
unknown_address_tempfail_action = $reject_tempfail_action
unknown_client_reject_code = 450
unknown_helo_hostname_tempfail_action = $reject_tempfail_action
unknown_hostname_reject_code = 450
unknown_local_recipient_reject_code = 550
unknown_relay_recipient_reject_code = 550
unknown_virtual_alias_reject_code = 550
unknown_virtual_mailbox_reject_code = 550
unverified_recipient_defer_code = 450
unverified_recipient_reject_code = 450
unverified_recipient_reject_reason =
unverified_recipient_tempfail_action = $reject_tempfail_action
unverified_sender_defer_code = 450
unverified_sender_reject_code = 450
unverified_sender_reject_reason =
unverified_sender_tempfail_action = $reject_tempfail_action
use_srv_lookup =
verp_delimiter_filter = -=+
virtual_alias_address_length_limit = 1000
virtual_alias_domains = $virtual_alias_maps
virtual_alias_expansion_limit = 1000
virtual_alias_maps = $virtual_maps
virtual_alias_recursion_limit = 1000
virtual_delivery_slot_cost = $default_delivery_slot_cost
virtual_delivery_slot_discount = $default_delivery_slot_discount
virtual_delivery_slot_loan = $default_delivery_slot_loan
virtual_delivery_status_filter = $default_delivery_status_filter
virtual_destination_concurrency_failed_cohort_limit = $default_destination_concurrency_failed_cohort_limit
virtual_destination_concurrency_limit = $default_destination_concurrency_limit
virtual_destination_concurrency_negative_feedback = $default_destination_concurrency_negative_feedback
virtual_destination_concurrency_positive_feedback = $default_destination_concurrency_positive_feedback
virtual_destination_rate_delay = $default_destination_rate_delay
virtual_destination_recipient_limit = $default_destination_recipient_limit
virtual_extra_recipient_limit = $default_extra_recipient_limit
virtual_gid_maps =
virtual_initial_destination_concurrency = $initial_destination_concurrency
virtual_mailbox_base =
virtual_mailbox_domains = $virtual_mailbox_maps
virtual_mailbox_limit = 51200000
virtual_mailbox_lock = fcntl, dotlock
virtual_mailbox_maps =
virtual_minimum_delivery_slots = $default_minimum_delivery_slots
virtual_minimum_uid = 100
virtual_recipient_limit = $default_recipient_limit
virtual_recipient_refill_delay = $default_recipient_refill_delay
virtual_recipient_refill_limit = $default_recipient_refill_limit
virtual_transport = virtual
virtual_transport_rate_delay = $default_transport_rate_delay
virtual_uid_maps =

TASK [fedora.linux_system_roles.postfix : Check given config against current config] ***
task path: /tmp/collections-4ec/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:87
Monday 09 June 2025  10:28:57 -0400 (0:00:00.442)       0:00:36.482 *********** 
ok: [managed-node3] => {
    "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-4ec/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:105
Monday 09 June 2025  10:28:57 -0400 (0:00:00.056)       0:00:36.538 *********** 
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-4ec/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:121
Monday 09 June 2025  10:28:57 -0400 (0:00:00.019)       0:00:36.557 *********** 
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-4ec/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:135
Monday 09 June 2025  10:28:57 -0400 (0:00:00.019)       0:00:36.576 *********** 
ok: [managed-node3]

TASK [fedora.linux_system_roles.postfix : Backup configuration] ****************
task path: /tmp/collections-4ec/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:141
Monday 09 June 2025  10:28:58 -0400 (0:00:00.918)       0:00:37.494 *********** 
changed: [managed-node3] => {
    "changed": true,
    "checksum": "759e876ed409ea407b5c95445203642114a3631c",
    "dest": "/etc/postfix/main.cf.2025-06-09T14:28:57Z",
    "gid": 0,
    "group": "root",
    "md5sum": "f8eaa0b41cb7a68c7a33b5fdfa1fbed5",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:postfix_etc_t:s0",
    "size": 29710,
    "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-4ec/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:149
Monday 09 June 2025  10:28:58 -0400 (0:00:00.570)       0:00:38.065 *********** 
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-4ec/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:157
Monday 09 June 2025  10:28:59 -0400 (0:00:00.533)       0:00:38.599 *********** 
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-4ec/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:163
Monday 09 June 2025  10:28:59 -0400 (0:00:00.436)       0:00:39.035 *********** 
changed: [managed-node3] => {
    "changed": true
}

MSG:

Block inserted

TASK [fedora.linux_system_roles.postfix : Configure Postfix] *******************
task path: /tmp/collections-4ec/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:171
Monday 09 June 2025  10:29:00 -0400 (0:00:00.656)       0:00:39.691 *********** 
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.011939",
    "end": "2025-06-09 10:29:00.638176",
    "item": {
        "key": "smtpd_banner",
        "value": "test"
    },
    "rc": 0,
    "start": "2025-06-09 10:29:00.626237"
}
Notification for handler Check postfix has been saved.
Notification for handler Restart postfix has been saved.

TASK [Get smtpd banner] ********************************************************
task path: /tmp/collections-4ec/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_banner.yml:17
Monday 09 June 2025  10:29:00 -0400 (0:00:00.466)       0:00:40.158 *********** 
ok: [managed-node3] => {
    "changed": false,
    "cmd": [
        "postconf",
        "smtpd_banner"
    ],
    "delta": "0:00:01.511745",
    "end": "2025-06-09 10:29:02.583399",
    "rc": 0,
    "start": "2025-06-09 10:29:01.071654"
}

STDOUT:

smtpd_banner = test

TASK [Assert smtpd banner is valid] ********************************************
task path: /tmp/collections-4ec/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_banner.yml:22
Monday 09 June 2025  10:29:02 -0400 (0:00:01.938)       0:00:42.096 *********** 
ok: [managed-node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check firewall and selinux status] ***************************************
task path: /tmp/collections-4ec/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_banner.yml:26
Monday 09 June 2025  10:29:02 -0400 (0:00:00.029)       0:00:42.125 *********** 
included: /tmp/collections-4ec/ansible_collections/fedora/linux_system_roles/tests/postfix/check_firewall_selinux.yml for managed-node3

TASK [Get the firewall services] ***********************************************
task path: /tmp/collections-4ec/ansible_collections/fedora/linux_system_roles/tests/postfix/check_firewall_selinux.yml:10
Monday 09 June 2025  10:29:02 -0400 (0:00:00.052)       0:00:42.178 *********** 
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-4ec/ansible_collections/fedora/linux_system_roles/tests/postfix/check_firewall_selinux.yml:17
Monday 09 June 2025  10:29:02 -0400 (0:00:00.039)       0:00:42.217 *********** 
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-4ec/ansible_collections/fedora/linux_system_roles/tests/postfix/check_firewall_selinux.yml:30
Monday 09 June 2025  10:29:02 -0400 (0:00:00.042)       0:00:42.259 *********** 
ok: [managed-node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check associated selinux] ************************************************
task path: /tmp/collections-4ec/ansible_collections/fedora/linux_system_roles/tests/postfix/check_firewall_selinux.yml:34
Monday 09 June 2025  10:29:02 -0400 (0:00:00.038)       0:00:42.298 *********** 
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.263679",
    "end": "2025-06-09 10:29:03.473567",
    "item": {
        "local": "true",
        "ports": 25,
        "proto": "tcp",
        "setype": "smtp_port_t",
        "state": "present"
    },
    "rc": 0,
    "start": "2025-06-09 10:29:03.209888"
}

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.261332",
    "end": "2025-06-09 10:29:04.139372",
    "item": {
        "local": "true",
        "ports": 465,
        "proto": "tcp",
        "setype": "smtp_port_t",
        "state": "present"
    },
    "rc": 0,
    "start": "2025-06-09 10:29:03.878040"
}

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.263358",
    "end": "2025-06-09 10:29:04.828932",
    "item": {
        "local": "true",
        "ports": 587,
        "proto": "tcp",
        "setype": "smtp_port_t",
        "state": "present"
    },
    "rc": 0,
    "start": "2025-06-09 10:29:04.565574"
}

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-4ec/ansible_collections/fedora/linux_system_roles/roles/postfix/handlers/main.yml:2
Monday 09 June 2025  10:29:04 -0400 (0:00:02.048)       0:00:44.346 *********** 
ok: [managed-node3] => {
    "changed": false,
    "cmd": [
        "postfix",
        "check"
    ],
    "delta": "0:00:00.248540",
    "end": "2025-06-09 10:29:05.497142",
    "rc": 0,
    "start": "2025-06-09 10:29:05.248602"
}

RUNNING HANDLER [fedora.linux_system_roles.postfix : Restart postfix] **********
task path: /tmp/collections-4ec/ansible_collections/fedora/linux_system_roles/roles/postfix/handlers/main.yml:7
Monday 09 June 2025  10:29:05 -0400 (0:00:00.657)       0:00:45.004 *********** 
changed: [managed-node3] => {
    "changed": true,
    "name": "postfix",
    "state": "started",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0",
        "ActiveEnterTimestamp": "Mon 2025-06-09 10:28:56 EDT",
        "ActiveEnterTimestampMonotonic": "212543290",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "basic.target syslog.target system.slice sysinit.target network.target systemd-journald.socket -.mount systemd-tmpfiles-setup.service tmp.mount",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Mon 2025-06-09 10:28:56 EDT",
        "AssertTimestampMonotonic": "212130562",
        "Before": "multi-user.target shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "383905000",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Mon 2025-06-09 10:28:56 EDT",
        "ConditionTimestampMonotonic": "212130558",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target exim.service sendmail.service",
        "ControlGroup": "/system.slice/postfix.service",
        "ControlGroupId": "6302",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "Postfix Mail Transport Agent",
        "DevicePolicy": "closed",
        "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf /usr/lib/systemd/system/service.d/50-keep-warm.conf",
        "DynamicUser": "no",
        "EffectiveMemoryHigh": "3892686848",
        "EffectiveMemoryMax": "3892686848",
        "EffectiveTasksMax": "4414",
        "Environment": "SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0",
        "EnvironmentFiles": "/etc/sysconfig/network (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainHandoffTimestampMonotonic": "0",
        "ExecMainPID": "7483",
        "ExecMainStartTimestamp": "Mon 2025-06-09 10:28:56 EDT",
        "ExecMainStartTimestampMonotonic": "212543198",
        "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-06-09 10:28:56 EDT] ; stop_time=[Mon 2025-06-09 10:28:56 EDT] ; pid=7415 ; code=exited ; status=0 }",
        "ExecStartEx": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix start ; flags= ; start_time=[Mon 2025-06-09 10:28:56 EDT] ; stop_time=[Mon 2025-06-09 10:28:56 EDT] ; pid=7415 ; code=exited ; status=0 }",
        "ExecStartPre": "{ path=/usr/libexec/postfix/chroot-update ; argv[]=/usr/libexec/postfix/chroot-update ; ignore_errors=yes ; start_time=[Mon 2025-06-09 10:28:56 EDT] ; stop_time=[Mon 2025-06-09 10:28:56 EDT] ; pid=7413 ; code=exited ; status=0 }",
        "ExecStartPreEx": "{ path=/usr/libexec/postfix/chroot-update ; argv[]=/usr/libexec/postfix/chroot-update ; flags=ignore-failure ; start_time=[Mon 2025-06-09 10:28:56 EDT] ; stop_time=[Mon 2025-06-09 10:28:56 EDT] ; pid=7413 ; 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-06-09 10:28:56 EDT",
        "InactiveExitTimestampMonotonic": "212135252",
        "InvocationID": "267bbf55d57c4332bd64ba7be1334de1",
        "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": "14714",
        "LimitNPROCSoft": "14714",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14714",
        "LimitSIGPENDINGSoft": "14714",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "7483",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "3498696704",
        "MemoryCurrent": "4288512",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "4857856",
        "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",
        "PrivateTmp": "yes",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "yes",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "system.slice 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",
        "StateChangeTimestamp": "Mon 2025-06-09 10:28:56 EDT",
        "StateChangeTimestampMonotonic": "212543290",
        "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": "4414",
        "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": "-.mount tmp.mount",
        "WantsMountsFor": "/var/tmp /tmp",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

PLAY RECAP *********************************************************************
managed-node3              : ok=42   changed=8    unreachable=0    failed=0    skipped=35   rescued=0    ignored=0   

SYSTEM ROLES ERRORS BEGIN v1
[]
SYSTEM ROLES ERRORS END v1

TASKS RECAP ********************************************************************
Monday 09 June 2025  10:29:06 -0400 (0:00:01.024)       0:00:46.028 *********** 
=============================================================================== 
fedora.linux_system_roles.selinux : Install SELinux python3 tools ------ 11.15s
/tmp/collections-4ec/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 
fedora.linux_system_roles.postfix : Install Postfix --------------------- 5.14s
/tmp/collections-4ec/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:60 
fedora.linux_system_roles.selinux : Set an SELinux label on a port ------ 4.28s
/tmp/collections-4ec/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:111 
fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 3.21s
/tmp/collections-4ec/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:136 
Gathering Facts --------------------------------------------------------- 2.54s
/tmp/collections-4ec/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_banner.yml:2 
Check associated selinux ------------------------------------------------ 2.05s
/tmp/collections-4ec/ansible_collections/fedora/linux_system_roles/tests/postfix/check_firewall_selinux.yml:34 
fedora.linux_system_roles.selinux : Install SELinux tool semanage ------- 2.01s
/tmp/collections-4ec/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 
Get smtpd banner -------------------------------------------------------- 1.94s
/tmp/collections-4ec/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_banner.yml:17 
fedora.linux_system_roles.selinux : Ensure grubby used to modify selinux kernel parameter --- 1.64s
/tmp/collections-4ec/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 
fedora.linux_system_roles.postfix : Enable Postfix ---------------------- 1.56s
/tmp/collections-4ec/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:75 
fedora.linux_system_roles.postfix : Restart postfix --------------------- 1.02s
/tmp/collections-4ec/ansible_collections/fedora/linux_system_roles/roles/postfix/handlers/main.yml:7 
fedora.linux_system_roles.selinux : Refresh facts ----------------------- 0.98s
/tmp/collections-4ec/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 
fedora.linux_system_roles.postfix : Gather facts for ansible_date_time --- 0.92s
/tmp/collections-4ec/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:135 
fedora.linux_system_roles.postfix : Check postfix ----------------------- 0.66s
/tmp/collections-4ec/ansible_collections/fedora/linux_system_roles/roles/postfix/handlers/main.yml:2 
fedora.linux_system_roles.postfix : Ensure ansible_managed header in configuration file --- 0.66s
/tmp/collections-4ec/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:163 
fedora.linux_system_roles.postfix : Get default database type from postconf --- 0.60s
/tmp/collections-4ec/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:66 
fedora.linux_system_roles.postfix : Backup configuration ---------------- 0.57s
/tmp/collections-4ec/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:141 
fedora.linux_system_roles.postfix : Ensure Last modified header is absent --- 0.53s
/tmp/collections-4ec/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:149 
fedora.linux_system_roles.postfix : Check if system is ostree ----------- 0.47s
/tmp/collections-4ec/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:11 
fedora.linux_system_roles.postfix : Configure Postfix ------------------- 0.47s
/tmp/collections-4ec/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:171