ansible-playbook [core 2.17.5]
  config file = None
  configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/local/lib/python3.12/site-packages/ansible
  ansible collection location = /tmp/collections-Y0t
  executable location = /usr/local/bin/ansible-playbook
  python version = 3.12.6 (main, Sep  9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] (/usr/bin/python3.12)
  jinja version = 3.1.4
  libyaml = True
No config file found; using defaults
running playbook inside collection fedora.linux_system_roles
redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug
redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug
redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks
Skipping callback 'default', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.

PLAYBOOK: tests_basic.yml ******************************************************
2 plays in /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml

PLAY [all] *********************************************************************

TASK [Include vault variables] *************************************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:5
Friday 25 October 2024  11:14:32 -0400 (0:00:00.010)       0:00:00.010 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_test_password": {
            "__ansible_vault": "$ANSIBLE_VAULT;1.1;AES256\n35383939616163653333633431363463313831383037386236646138333162396161356130303461\n3932623930643263313563336163316337643562333936360a363538636631313039343233383732\n38666530383538656639363465313230343533386130303833336434303438333161656262346562\n3362626538613031640a663330613638366132356534363534353239616666653466353961323533\n6565\n"
        },
        "mysql_container_root_password": {
            "__ansible_vault": "$ANSIBLE_VAULT;1.1;AES256\n61333932373230333539663035366431326163363166363036323963623131363530326231303634\n6635326161643165363366323062333334363730376631660a393566366139353861656364656661\n38653463363837336639363032646433666361646535366137303464623261313663643336306465\n6264663730656337310a343962353137386238383064646533366433333437303566656433386233\n34343235326665646661623131643335313236313131353661386338343366316261643634653633\n3832313034366536616531323963333234326461353130303532\n"
        }
    },
    "ansible_included_var_files": [
        "/tmp/podman-jke/tests/vars/vault-variables.yml"
    ],
    "changed": false
}

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

TASK [Gathering Facts] *********************************************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:9
Friday 25 October 2024  11:14:32 -0400 (0:00:00.024)       0:00:00.034 ******** 
[WARNING]: Platform linux on host managed-node2 is using the discovered Python
interpreter at /usr/bin/python3.12, but future installation of another Python
interpreter could change the meaning of that path. See
https://docs.ansible.com/ansible-
core/2.17/reference_appendices/interpreter_discovery.html for more information.
ok: [managed-node2]

TASK [Create tmpdir for testing] ***********************************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:143
Friday 25 October 2024  11:14:35 -0400 (0:00:02.961)       0:00:02.995 ******** 
changed: [managed-node2] => {
    "changed": true,
    "gid": 0,
    "group": "root",
    "mode": "0700",
    "owner": "root",
    "path": "/tmp/lsr_mjkc1l03_podman",
    "secontext": "unconfined_u:object_r:user_tmp_t:s0",
    "size": 6,
    "state": "directory",
    "uid": 0
}

TASK [Change tmpdir permissions] ***********************************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:150
Friday 25 October 2024  11:14:35 -0400 (0:00:00.539)       0:00:03.535 ******** 
changed: [managed-node2] => {
    "changed": true,
    "gid": 0,
    "group": "root",
    "mode": "0777",
    "owner": "root",
    "path": "/tmp/lsr_mjkc1l03_podman",
    "secontext": "unconfined_u:object_r:user_tmp_t:s0",
    "size": 6,
    "state": "directory",
    "uid": 0
}

TASK [Enable podman copr] ******************************************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:161
Friday 25 October 2024  11:14:36 -0400 (0:00:00.553)       0:00:04.088 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_use_copr | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [Install podman from updates-testing] *************************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:166
Friday 25 October 2024  11:14:36 -0400 (0:00:00.033)       0:00:04.122 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_use_copr | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [Podman version] **********************************************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:171
Friday 25 October 2024  11:14:36 -0400 (0:00:00.034)       0:00:04.156 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_use_copr | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [Create user] *************************************************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:176
Friday 25 October 2024  11:14:36 -0400 (0:00:00.034)       0:00:04.191 ******** 
changed: [managed-node2] => {
    "changed": true,
    "comment": "",
    "create_home": true,
    "group": 3001,
    "home": "/home/podman_basic_user",
    "name": "podman_basic_user",
    "shell": "/bin/bash",
    "state": "present",
    "system": false,
    "uid": 3001
}

TASK [Create tempfile for kube_src] ********************************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:181
Friday 25 October 2024  11:14:37 -0400 (0:00:00.893)       0:00:05.084 ******** 
changed: [managed-node2 -> localhost] => {
    "changed": true,
    "gid": 0,
    "group": "root",
    "mode": "0600",
    "owner": "root",
    "path": "/tmp/lsr_podman_j6wb3plc.yml",
    "secontext": "unconfined_u:object_r:user_tmp_t:s0",
    "size": 0,
    "state": "file",
    "uid": 0
}

TASK [Write kube_file_src] *****************************************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:189
Friday 25 October 2024  11:14:37 -0400 (0:00:00.296)       0:00:05.381 ******** 
changed: [managed-node2 -> localhost] => {
    "changed": true,
    "checksum": "f1aaf43e409fd8d48556ea845988f169e6ab4cd1",
    "dest": "/tmp/lsr_podman_j6wb3plc.yml",
    "gid": 0,
    "group": "root",
    "md5sum": "fbe13faf8cce0ec226135cc74a3ad18d",
    "mode": "0600",
    "owner": "root",
    "secontext": "unconfined_u:object_r:user_tmp_t:s0",
    "size": 710,
    "src": "/root/.ansible/tmp/ansible-tmp-1729869277.5970104-6809-274476316330718/.source.yml",
    "state": "file",
    "uid": 0
}

TASK [Create host directories for data] ****************************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:196
Friday 25 October 2024  11:14:38 -0400 (0:00:00.772)       0:00:06.154 ******** 
changed: [managed-node2] => (item=['httpd1', 'podman_basic_user', 3001]) => {
    "ansible_loop_var": "item",
    "changed": true,
    "gid": 0,
    "group": "root",
    "item": [
        "httpd1",
        "podman_basic_user",
        3001
    ],
    "mode": "0755",
    "owner": "podman_basic_user",
    "path": "/tmp/lsr_mjkc1l03_podman/httpd1",
    "secontext": "unconfined_u:object_r:user_tmp_t:s0",
    "size": 6,
    "state": "directory",
    "uid": 3001
}
changed: [managed-node2] => (item=['httpd2', 'root', 0]) => {
    "ansible_loop_var": "item",
    "changed": true,
    "gid": 0,
    "group": "root",
    "item": [
        "httpd2",
        "root",
        0
    ],
    "mode": "0755",
    "owner": "root",
    "path": "/tmp/lsr_mjkc1l03_podman/httpd2",
    "secontext": "unconfined_u:object_r:user_tmp_t:s0",
    "size": 6,
    "state": "directory",
    "uid": 0
}
changed: [managed-node2] => (item=['httpd3', 'root', 0]) => {
    "ansible_loop_var": "item",
    "changed": true,
    "gid": 0,
    "group": "root",
    "item": [
        "httpd3",
        "root",
        0
    ],
    "mode": "0755",
    "owner": "root",
    "path": "/tmp/lsr_mjkc1l03_podman/httpd3",
    "secontext": "unconfined_u:object_r:user_tmp_t:s0",
    "size": 6,
    "state": "directory",
    "uid": 0
}

TASK [Create data files] *******************************************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:204
Friday 25 October 2024  11:14:39 -0400 (0:00:01.109)       0:00:07.264 ******** 
changed: [managed-node2] => (item=['httpd1', 'podman_basic_user', 3001]) => {
    "ansible_loop_var": "item",
    "changed": true,
    "checksum": "40bd001563085fc35165329ea1ff5c5ecbdbbeef",
    "dest": "/tmp/lsr_mjkc1l03_podman/httpd1/index.txt",
    "gid": 0,
    "group": "root",
    "item": [
        "httpd1",
        "podman_basic_user",
        3001
    ],
    "md5sum": "202cb962ac59075b964b07152d234b70",
    "mode": "0644",
    "owner": "podman_basic_user",
    "secontext": "unconfined_u:object_r:admin_home_t:s0",
    "size": 3,
    "src": "/root/.ansible/tmp/ansible-tmp-1729869279.5014462-6892-228199720818677/.source.txt",
    "state": "file",
    "uid": 3001
}
changed: [managed-node2] => (item=['httpd2', 'root', 0]) => {
    "ansible_loop_var": "item",
    "changed": true,
    "checksum": "40bd001563085fc35165329ea1ff5c5ecbdbbeef",
    "dest": "/tmp/lsr_mjkc1l03_podman/httpd2/index.txt",
    "gid": 0,
    "group": "root",
    "item": [
        "httpd2",
        "root",
        0
    ],
    "md5sum": "202cb962ac59075b964b07152d234b70",
    "mode": "0644",
    "owner": "root",
    "secontext": "unconfined_u:object_r:admin_home_t:s0",
    "size": 3,
    "src": "/root/.ansible/tmp/ansible-tmp-1729869280.1915016-6892-145339209695826/.source.txt",
    "state": "file",
    "uid": 0
}
changed: [managed-node2] => (item=['httpd3', 'root', 0]) => {
    "ansible_loop_var": "item",
    "changed": true,
    "checksum": "40bd001563085fc35165329ea1ff5c5ecbdbbeef",
    "dest": "/tmp/lsr_mjkc1l03_podman/httpd3/index.txt",
    "gid": 0,
    "group": "root",
    "item": [
        "httpd3",
        "root",
        0
    ],
    "md5sum": "202cb962ac59075b964b07152d234b70",
    "mode": "0644",
    "owner": "root",
    "secontext": "unconfined_u:object_r:admin_home_t:s0",
    "size": 3,
    "src": "/root/.ansible/tmp/ansible-tmp-1729869280.8484802-6892-135155744544755/.source.txt",
    "state": "file",
    "uid": 0
}

TASK [Run role - do not pull images] *******************************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:214
Friday 25 October 2024  11:14:41 -0400 (0:00:02.023)       0:00:09.287 ******** 
included: fedora.linux_system_roles.podman for managed-node2

TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3
Friday 25 October 2024  11:14:41 -0400 (0:00:00.056)       0:00:09.343 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] ****
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3
Friday 25 October 2024  11:14:41 -0400 (0:00:00.026)       0:00:09.370 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11
Friday 25 October 2024  11:14:41 -0400 (0:00:00.036)       0:00:09.407 ******** 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16
Friday 25 October 2024  11:14:41 -0400 (0:00:00.355)       0:00:09.763 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_is_ostree": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23
Friday 25 October 2024  11:14:41 -0400 (0:00:00.026)       0:00:09.790 ******** 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28
Friday 25 October 2024  11:14:42 -0400 (0:00:00.366)       0:00:10.157 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_is_transactional": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32
Friday 25 October 2024  11:14:42 -0400 (0:00:00.025)       0:00:10.182 ******** 
ok: [managed-node2] => (item=RedHat.yml) => {
    "ansible_facts": {
        "__podman_packages": [
            "podman",
            "shadow-utils-subid"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml"
}
skipping: [managed-node2] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "CentOS.yml",
    "skip_reason": "Conditional result was False"
}
ok: [managed-node2] => (item=CentOS_10.yml) => {
    "ansible_facts": {
        "__podman_packages": [
            "iptables-nft",
            "podman",
            "shadow-utils-subid"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_10.yml"
}
ok: [managed-node2] => (item=CentOS_10.yml) => {
    "ansible_facts": {
        "__podman_packages": [
            "iptables-nft",
            "podman",
            "shadow-utils-subid"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_10.yml"
}

TASK [fedora.linux_system_roles.podman : Gather the package facts] *************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6
Friday 25 October 2024  11:14:42 -0400 (0:00:00.049)       0:00:10.231 ******** 
ok: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Enable copr if requested] *************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10
Friday 25 October 2024  11:14:43 -0400 (0:00:00.968)       0:00:11.200 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_use_copr | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14
Friday 25 October 2024  11:14:43 -0400 (0:00:00.049)       0:00:11.250 ******** 
changed: [managed-node2] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: criu-3.19-5.el10.x86_64",
        "Installed: shadow-utils-subid-2:4.15.0-3.el10.x86_64",
        "Installed: conmon-2:2.1.12-2.el10.x86_64",
        "Installed: catatonit-5:0.1.7-7.el10.x86_64",
        "Installed: container-selinux-3:2.232.1-3.el10.noarch",
        "Installed: containers-common-5:0.60.2-4.el10.noarch",
        "Installed: containers-common-extra-5:0.60.2-4.el10.noarch",
        "Installed: protobuf-c-1.5.0-5.el10.x86_64",
        "Installed: libnet-1.3-6.el10.x86_64",
        "Installed: podman-6:5.2.2-1.el10.x86_64",
        "Installed: passt-0^20240806.gee36266-2.el10.x86_64",
        "Installed: passt-selinux-0^20240806.gee36266-2.el10.noarch",
        "Installed: netavark-2:1.12.2-1.el10.x86_64",
        "Installed: gpgme-1.23.2-5.el10.x86_64",
        "Installed: criu-libs-3.19-5.el10.x86_64",
        "Installed: crun-1.17-1.el10.x86_64",
        "Installed: aardvark-dns-2:1.12.2-1.el10.x86_64"
    ]
}

TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28
Friday 25 October 2024  11:16:15 -0400 (0:01:31.921)       0:01:43.171 ******** 
skipping: [managed-node2] => {
    "false_condition": "__podman_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33
Friday 25 October 2024  11:16:15 -0400 (0:00:00.078)       0:01:43.250 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38
Friday 25 October 2024  11:16:15 -0400 (0:00:00.062)       0:01:43.312 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get podman version] *******************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46
Friday 25 October 2024  11:16:15 -0400 (0:00:00.056)       0:01:43.368 ******** 
ok: [managed-node2] => {
    "changed": false,
    "cmd": [
        "podman",
        "--version"
    ],
    "delta": "0:00:00.027893",
    "end": "2024-10-25 11:16:16.036544",
    "rc": 0,
    "start": "2024-10-25 11:16:16.008651"
}

STDOUT:

podman version 5.2.2

TASK [fedora.linux_system_roles.podman : Set podman version] *******************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52
Friday 25 October 2024  11:16:16 -0400 (0:00:00.588)       0:01:43.957 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "podman_version": "5.2.2"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56
Friday 25 October 2024  11:16:16 -0400 (0:00:00.108)       0:01:44.065 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_version is version(\"4.2\", \"<\")",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63
Friday 25 October 2024  11:16:16 -0400 (0:00:00.058)       0:01:44.124 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "(podman_quadlet_specs | length > 0) or (podman_secrets | length > 0)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73
Friday 25 October 2024  11:16:16 -0400 (0:00:00.084)       0:01:44.208 ******** 
META: end_host conditional evaluated to False, continuing execution for managed-node2
skipping: [managed-node2] => {
    "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2"
}

MSG:

end_host conditional evaluated to false, continuing execution for managed-node2

TASK [fedora.linux_system_roles.podman : Check user and group information] *****
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80
Friday 25 October 2024  11:16:16 -0400 (0:00:00.081)       0:01:44.289 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Get user information] *****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Friday 25 October 2024  11:16:16 -0400 (0:00:00.148)       0:01:44.438 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "getent_passwd": {
            "root": [
                "x",
                "0",
                "0",
                "Super User",
                "/root",
                "/bin/bash"
            ]
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Fail if user does not exist] **********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Friday 25 October 2024  11:16:17 -0400 (0:00:00.787)       0:01:45.225 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set group for podman user] ************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Friday 25 October 2024  11:16:17 -0400 (0:00:00.107)       0:01:45.333 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_group": "0"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Friday 25 October 2024  11:16:17 -0400 (0:00:00.108)       0:01:45.441 ******** 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "atime": 1719187200.0,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 32,
        "charset": "binary",
        "checksum": "86395ad7ce62834c967dc50f963a68f042029188",
        "ctime": 1729869347.9092026,
        "dev": 51714,
        "device_type": 0,
        "executable": true,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 8895830,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "application/x-pie-executable",
        "mode": "0755",
        "mtime": 1719187200.0,
        "nlink": 1,
        "path": "/usr/bin/getsubids",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 15728,
        "uid": 0,
        "version": "2735121205",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": true,
        "xoth": true,
        "xusr": true
    }
}

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Friday 25 October 2024  11:16:18 -0400 (0:00:00.508)       0:01:45.950 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44
Friday 25 October 2024  11:16:18 -0400 (0:00:00.071)       0:01:46.022 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49
Friday 25 October 2024  11:16:18 -0400 (0:00:00.052)       0:01:46.075 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get subuid file] **********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62
Friday 25 October 2024  11:16:18 -0400 (0:00:00.053)       0:01:46.128 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get subgid file] **********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67
Friday 25 October 2024  11:16:18 -0400 (0:00:00.042)       0:01:46.171 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72
Friday 25 October 2024  11:16:18 -0400 (0:00:00.049)       0:01:46.220 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82
Friday 25 October 2024  11:16:18 -0400 (0:00:00.047)       0:01:46.267 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89
Friday 25 October 2024  11:16:18 -0400 (0:00:00.048)       0:01:46.316 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set config file paths] ****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86
Friday 25 October 2024  11:16:18 -0400 (0:00:00.034)       0:01:46.350 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf",
        "__podman_policy_json_file": "/etc/containers/policy.json",
        "__podman_registries_conf_file": "/etc/containers/registries.conf.d/50-systemroles.conf",
        "__podman_storage_conf_file": "/etc/containers/storage.conf"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle container.conf.d] **************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95
Friday 25 October 2024  11:16:18 -0400 (0:00:00.081)       0:01:46.432 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5
Friday 25 October 2024  11:16:18 -0400 (0:00:00.094)       0:01:46.526 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_containers_conf | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Update container config file] *********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13
Friday 25 October 2024  11:16:18 -0400 (0:00:00.052)       0:01:46.578 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_containers_conf | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] *************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98
Friday 25 October 2024  11:16:18 -0400 (0:00:00.063)       0:01:46.642 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5
Friday 25 October 2024  11:16:19 -0400 (0:00:00.164)       0:01:46.807 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_registries_conf | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Update registries config file] ********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13
Friday 25 October 2024  11:16:19 -0400 (0:00:00.068)       0:01:46.876 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_registries_conf | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Handle storage.conf] ******************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101
Friday 25 October 2024  11:16:19 -0400 (0:00:00.110)       0:01:46.986 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5
Friday 25 October 2024  11:16:19 -0400 (0:00:00.137)       0:01:47.123 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_storage_conf | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Update storage config file] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13
Friday 25 October 2024  11:16:19 -0400 (0:00:00.083)       0:01:47.207 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_storage_conf | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Handle policy.json] *******************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104
Friday 25 October 2024  11:16:19 -0400 (0:00:00.058)       0:01:47.266 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6
Friday 25 October 2024  11:16:19 -0400 (0:00:00.105)       0:01:47.371 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_policy_json | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14
Friday 25 October 2024  11:16:19 -0400 (0:00:00.047)       0:01:47.419 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_policy_json | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get the existing policy.json] *********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19
Friday 25 October 2024  11:16:19 -0400 (0:00:00.051)       0:01:47.471 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_policy_json | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Write new policy.json file] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25
Friday 25 October 2024  11:16:19 -0400 (0:00:00.049)       0:01:47.520 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_policy_json | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [Manage firewall for specified ports] *************************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110
Friday 25 October 2024  11:16:19 -0400 (0:00:00.051)       0:01:47.572 ******** 
included: fedora.linux_system_roles.firewall for managed-node2

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Friday 25 October 2024  11:16:20 -0400 (0:00:00.234)       0:01:47.807 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2

TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Friday 25 October 2024  11:16:20 -0400 (0:00:00.190)       0:01:47.998 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__firewall_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if system is ostree] **********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Friday 25 October 2024  11:16:20 -0400 (0:00:00.112)       0:01:48.110 ******** 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Friday 25 October 2024  11:16:20 -0400 (0:00:00.462)       0:01:48.573 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__firewall_is_ostree": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Friday 25 October 2024  11:16:20 -0400 (0:00:00.108)       0:01:48.681 ******** 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Friday 25 October 2024  11:16:21 -0400 (0:00:00.448)       0:01:49.130 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__firewall_is_transactional": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Friday 25 October 2024  11:16:21 -0400 (0:00:00.043)       0:01:49.173 ******** 
ok: [managed-node2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Friday 25 October 2024  11:16:22 -0400 (0:00:00.691)       0:01:49.864 ******** 
skipping: [managed-node2] => {
    "false_condition": "__firewall_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Friday 25 October 2024  11:16:22 -0400 (0:00:00.089)       0:01:49.954 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__firewall_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Friday 25 October 2024  11:16:22 -0400 (0:00:00.040)       0:01:49.995 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__firewall_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Friday 25 October 2024  11:16:22 -0400 (0:00:00.053)       0:01:50.049 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "firewall_disable_conflicting_services | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Friday 25 October 2024  11:16:22 -0400 (0:00:00.068)       0:01:50.117 ******** 
skipping: [managed-node2] => (item=nftables)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall_disable_conflicting_services | bool",
    "item": "nftables",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=iptables)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall_disable_conflicting_services | bool",
    "item": "iptables",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=ufw)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall_disable_conflicting_services | bool",
    "item": "ufw",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => {
    "changed": false
}

MSG:

All items skipped

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

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

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Friday 25 October 2024  11:16:25 -0400 (0:00:01.998)       0:01:53.006 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__firewall_previous_replaced": false,
        "__firewall_python_cmd": "/usr/bin/python3.12",
        "__firewall_report_changed": true
    },
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Friday 25 October 2024  11:16:25 -0400 (0:00:00.065)       0:01:53.072 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__firewall_previous_replaced | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Friday 25 October 2024  11:16:25 -0400 (0:00:00.037)       0:01:53.109 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__firewall_previous_replaced | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Friday 25 October 2024  11:16:25 -0400 (0:00:00.038)       0:01:53.148 ******** 
changed: [managed-node2] => (item={'port': '15001-15003/tcp', 'state': 'enabled'}) => {
    "__firewall_changed": true,
    "ansible_loop_var": "item",
    "changed": true,
    "item": {
        "port": "15001-15003/tcp",
        "state": "enabled"
    }
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120
Friday 25 October 2024  11:16:26 -0400 (0:00:01.209)       0:01:54.358 ******** 
skipping: [managed-node2] => (item={'port': '15001-15003/tcp', 'state': 'enabled'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "'detailed' in fw[0]",
    "item": {
        "port": "15001-15003/tcp",
        "state": "enabled"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130
Friday 25 October 2024  11:16:26 -0400 (0:00:00.066)       0:01:54.424 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "'detailed' in fw[0]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139
Friday 25 October 2024  11:16:26 -0400 (0:00:00.049)       0:01:54.474 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "firewall == None or firewall | length == 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144
Friday 25 October 2024  11:16:26 -0400 (0:00:00.035)       0:01:54.509 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "firewall == None or firewall | length == 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153
Friday 25 October 2024  11:16:26 -0400 (0:00:00.034)       0:01:54.544 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__firewall_previous_replaced | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163
Friday 25 October 2024  11:16:26 -0400 (0:00:00.033)       0:01:54.577 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__firewall_previous_replaced | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169
Friday 25 October 2024  11:16:26 -0400 (0:00:00.032)       0:01:54.609 ******** 
skipping: [managed-node2] => {
    "false_condition": "__firewall_previous_replaced | bool"
}

TASK [Manage selinux for specified ports] **************************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117
Friday 25 October 2024  11:16:26 -0400 (0:00:00.050)       0:01:54.660 ******** 
redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux
redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux
redirecting (type: modules) ansible.builtin.seboolean to ansible.posix.seboolean
included: fedora.linux_system_roles.selinux for managed-node2

TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2
Friday 25 October 2024  11:16:27 -0400 (0:00:00.251)       0:01:54.911 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml for managed-node2

TASK [fedora.linux_system_roles.selinux : Ensure ansible_facts used by role] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2
Friday 25 October 2024  11:16:27 -0400 (0:00:00.087)       0:01:54.999 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__selinux_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] *************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7
Friday 25 October 2024  11:16:27 -0400 (0:00:00.059)       0:01:55.058 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml for managed-node2

TASK [fedora.linux_system_roles.selinux : Check if system is ostree] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5
Friday 25 October 2024  11:16:27 -0400 (0:00:00.099)       0:01:55.158 ******** 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.selinux : Set flag to indicate system is ostree] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10
Friday 25 October 2024  11:16:27 -0400 (0:00:00.440)       0:01:55.598 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__selinux_is_ostree": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.selinux : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17
Friday 25 October 2024  11:16:27 -0400 (0:00:00.045)       0:01:55.644 ******** 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.selinux : Set flag if transactional-update exists] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22
Friday 25 October 2024  11:16:28 -0400 (0:00:00.395)       0:01:56.039 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__selinux_is_transactional": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.selinux : Install SELinux python2 tools] *******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26
Friday 25 October 2024  11:16:28 -0400 (0:00:00.054)       0:01:56.094 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "ansible_python_version is version('3', '<')",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] *******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35
Friday 25 October 2024  11:16:28 -0400 (0:00:00.051)       0:01:56.146 ******** 
ok: [managed-node2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] *******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46
Friday 25 October 2024  11:16:29 -0400 (0:00:00.733)       0:01:56.879 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "ansible_os_family == \"Suse\"",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] *******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58
Friday 25 October 2024  11:16:29 -0400 (0:00:00.057)       0:01:56.937 ******** 
changed: [managed-node2] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: policycoreutils-python-utils-3.7-2.el10.noarch"
    ]
}

TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:72
Friday 25 October 2024  11:16:30 -0400 (0:00:01.092)       0:01:58.029 ******** 
skipping: [managed-node2] => {
    "false_condition": "__selinux_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:77
Friday 25 October 2024  11:16:30 -0400 (0:00:00.035)       0:01:58.064 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__selinux_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Fail if reboot is needed and not set] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:82
Friday 25 October 2024  11:16:30 -0400 (0:00:00.039)       0:01:58.104 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__selinux_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Refresh facts] ***********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:89
Friday 25 October 2024  11:16:30 -0400 (0:00:00.052)       0:01:58.157 ******** 
ok: [managed-node2]

TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5
Friday 25 October 2024  11:16:31 -0400 (0:00:00.943)       0:01:59.100 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "ansible_selinux.status == \"enabled\" and (selinux_state or selinux_policy)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13
Friday 25 October 2024  11:16:31 -0400 (0:00:00.038)       0:01:59.139 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "ansible_selinux.status == \"disabled\" and selinux_state",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] *********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21
Friday 25 October 2024  11:16:31 -0400 (0:00:00.031)       0:01:59.171 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "selinux_reboot_required": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] **********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25
Friday 25 October 2024  11:16:31 -0400 (0:00:00.098)       0:01:59.270 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "selinux_reboot_required",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Warn if SELinux is disabled] *********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30
Friday 25 October 2024  11:16:31 -0400 (0:00:00.035)       0:01:59.305 ******** 
skipping: [managed-node2] => {
    "false_condition": "ansible_selinux.status == \"disabled\""
}

TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35
Friday 25 October 2024  11:16:31 -0400 (0:00:00.044)       0:01:59.350 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "selinux_all_purge | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:43
Friday 25 October 2024  11:16:31 -0400 (0:00:00.051)       0:01:59.402 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "selinux_booleans_purge | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Purge all SELinux file context local modifications] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:48
Friday 25 October 2024  11:16:31 -0400 (0:00:00.050)       0:01:59.452 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "selinux_fcontexts_purge | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Purge all SELinux port local modifications] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:53
Friday 25 October 2024  11:16:31 -0400 (0:00:00.048)       0:01:59.500 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "selinux_ports_purge | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Purge all SELinux login local modifications] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58
Friday 25 October 2024  11:16:31 -0400 (0:00:00.050)       0:01:59.551 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "selinux_logins_purge | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set SELinux booleans] ****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:63
Friday 25 October 2024  11:16:31 -0400 (0:00:00.042)       0:01:59.593 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:74
Friday 25 October 2024  11:16:31 -0400 (0:00:00.047)       0:01:59.641 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87
Friday 25 October 2024  11:16:31 -0400 (0:00:00.076)       0:01:59.718 ******** 
changed: [managed-node2] => (item={'ports': '15001-15003', 'setype': 'http_port_t'}) => {
    "__selinux_item": {
        "ports": "15001-15003",
        "setype": "http_port_t"
    },
    "ansible_loop_var": "__selinux_item",
    "changed": true,
    "ports": [
        "15001-15003"
    ],
    "proto": "tcp",
    "setype": "http_port_t",
    "state": "present"
}

TASK [fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:99
Friday 25 October 2024  11:16:35 -0400 (0:00:03.396)       0:02:03.115 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112
Friday 25 October 2024  11:16:35 -0400 (0:00:00.041)       0:02:03.156 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "selinux_checksums": true,
        "selinux_installed_modules": {
            "abrt": {
                "100": {
                    "checksum": "sha256:98d1c8c12a0f58b637b3864dec2f3d03281e88e541f41a5e19563a5447ba020c",
                    "enabled": 1
                }
            },
            "accountsd": {
                "100": {
                    "checksum": "sha256:bf97d40f7ec7e4318b7d31bfd664735627b76b6e616a0cff06c15040960620ec",
                    "enabled": 1
                }
            },
            "acct": {
                "100": {
                    "checksum": "sha256:da4a2c785c040f6c34a3e602eeb1ed612a74ac170b7f5089d8ba55e12f750818",
                    "enabled": 1
                }
            },
            "afs": {
                "100": {
                    "checksum": "sha256:fb7e253fdbe3d08b3929bb97c3b6d52f56123bd4759aa1008c667abd2021b2aa",
                    "enabled": 1
                }
            },
            "afterburn": {
                "100": {
                    "checksum": "sha256:86bb7a2815cf9d64e9efd2c917153b238cbc60d7d03abac54f428bf676e4bdb6",
                    "enabled": 1
                }
            },
            "aiccu": {
                "100": {
                    "checksum": "sha256:836a35abbbf400c117eae70a77a4596a73b3d548e6fa82e3a0f55ae96f21d64b",
                    "enabled": 1
                }
            },
            "aide": {
                "100": {
                    "checksum": "sha256:4f387a45821ab709a325b7ccd4af3a4951c231c34440b5fa877b8fc6387d2aff",
                    "enabled": 1
                }
            },
            "ajaxterm": {
                "100": {
                    "checksum": "sha256:6e3edee489b6c939e15c49b4819463a7021d6188eaff9b05e9c8867de1f018fd",
                    "enabled": 1
                }
            },
            "alsa": {
                "100": {
                    "checksum": "sha256:9de454604bdef8775f6ebae39b8bc4ba7b5e79a2972d3e32ca7d50abffa7a85a",
                    "enabled": 1
                }
            },
            "amanda": {
                "100": {
                    "checksum": "sha256:133a6a6da4b4ab3b13dd255bd7974bb6e0494fa7c5e0b1034b7926823d6621a2",
                    "enabled": 1
                }
            },
            "amtu": {
                "100": {
                    "checksum": "sha256:80ccb9e85608a483fa07c37c2772933f5e63025bcc667540bec377b02bde2f3c",
                    "enabled": 1
                }
            },
            "anaconda": {
                "100": {
                    "checksum": "sha256:409af50bd5708e662302020ddef0f314e0da72c996c670db45aea57478e8ee9a",
                    "enabled": 1
                }
            },
            "antivirus": {
                "100": {
                    "checksum": "sha256:f1ed2e1ec9355b898716cc1ed8f18d7983b45b5bb88c2624fe31ffc968dcd6ca",
                    "enabled": 1
                }
            },
            "apache": {
                "100": {
                    "checksum": "sha256:3239b0ebdb98df15e7140b948a2c741b36a870ca02ba8b425ab0de044e7b7dff",
                    "enabled": 1
                }
            },
            "apcupsd": {
                "100": {
                    "checksum": "sha256:47a5360325c4aebd9de805b5113bc715736bb01801cbbf317ac2112d1bae15c8",
                    "enabled": 1
                }
            },
            "apm": {
                "100": {
                    "checksum": "sha256:757508a02ab22f3ad35ce7bc9e596f7c84e62b7744db341f9d4f63ef74ee92ff",
                    "enabled": 1
                }
            },
            "application": {
                "100": {
                    "checksum": "sha256:c5b9c6d5d27d5c119598c1a040e9f488ac1d783c497b13b9c1cce9cafdfdf6a1",
                    "enabled": 1
                }
            },
            "arpwatch": {
                "100": {
                    "checksum": "sha256:a8786979d69981a916a89856cce9aadaa540fe2baf93053bf9274eac36cc38fb",
                    "enabled": 1
                }
            },
            "asterisk": {
                "100": {
                    "checksum": "sha256:f113821fcc3ce3e5e04130937924e8aeb5741935d8b5422af25ef8c4540cedbd",
                    "enabled": 1
                }
            },
            "auditadm": {
                "100": {
                    "checksum": "sha256:05a7fc8acec5e707257376e4ff8fd8a02de27aa9c616c95c0e8ea9239841eae1",
                    "enabled": 1
                }
            },
            "authconfig": {
                "100": {
                    "checksum": "sha256:42a66af256fa45dd7be3e09166aaa0f2a035f5670f39466a2d4ee84e417fd76d",
                    "enabled": 1
                }
            },
            "authlogin": {
                "100": {
                    "checksum": "sha256:caab2da7e513ebcafb2f4829626763ff58f74cbbf7c14b31e1aa1780afdc114a",
                    "enabled": 1
                }
            },
            "automount": {
                "100": {
                    "checksum": "sha256:3196fce29123f8eeecd6175b098063735d77aecfaffa7f6cb641adbcbd9ee977",
                    "enabled": 1
                }
            },
            "avahi": {
                "100": {
                    "checksum": "sha256:9bfb194e5b283124abae90dc92abb883e1cf7b3e2f51bcb9fcf842672c86ac60",
                    "enabled": 1
                }
            },
            "awstats": {
                "100": {
                    "checksum": "sha256:ccb0373eb1228e3a34112ba0124b37cee80def8c7ddcc0981b0676aa59bba2f8",
                    "enabled": 1
                }
            },
            "bacula": {
                "100": {
                    "checksum": "sha256:4ee194dcd976488e6eb0e0ba84d9b6875befc4eca8389c9d0102cac06c04809f",
                    "enabled": 1
                }
            },
            "base": {
                "100": {
                    "checksum": "sha256:03b9c904abee1cef0dae9c829a484dd5ee4e99669794510d498b646fb1fc3688",
                    "enabled": 1
                }
            },
            "bcfg2": {
                "100": {
                    "checksum": "sha256:3e147aa1e329d87cdfd30b20b3b80ee0c039e9665e944dc6a28231ebac38d5d4",
                    "enabled": 1
                }
            },
            "bind": {
                "100": {
                    "checksum": "sha256:d7f26a245b0780cda9ed49b1913ebf10733ac091a1312cb58b55f4331c50b9c8",
                    "enabled": 1
                }
            },
            "bitlbee": {
                "100": {
                    "checksum": "sha256:9324bebe4e0cac756830480f53dd8e23a01f3c4c7185b30dd72024394dec2783",
                    "enabled": 1
                }
            },
            "blkmapd": {
                "100": {
                    "checksum": "sha256:fd38032cb8b3e9c24024364c02b07a830e97432cd763f41e82612fd83de06654",
                    "enabled": 1
                }
            },
            "blueman": {
                "100": {
                    "checksum": "sha256:2150b8a1afae75f4d73c76e2982ccc575f599577b8b7042d7bfa87fe2fed3a30",
                    "enabled": 1
                }
            },
            "bluetooth": {
                "100": {
                    "checksum": "sha256:14baa78a99f3fdac7ec18322ab578c030cde924b3c8716cb719ca52e0b67df2e",
                    "enabled": 1
                }
            },
            "boinc": {
                "100": {
                    "checksum": "sha256:1038d007468960019e0957df9b9dd0a76308b2dd5d3942dcef18c937a5130fa6",
                    "enabled": 1
                }
            },
            "boltd": {
                "100": {
                    "checksum": "sha256:e22f75dc547d85b02fdd0f2d4f20f69a1ca9b969ed6f9b9abf957fa02e6e1b7f",
                    "enabled": 1
                }
            },
            "boothd": {
                "100": {
                    "checksum": "sha256:4cc85869cdff4e9ca3abf6ad71d8d96cf5bddc77a0a0775430615e0c8c2a09ba",
                    "enabled": 1
                }
            },
            "bootloader": {
                "100": {
                    "checksum": "sha256:dabf91939aac32788c03a2c0b658d6e951cf80c3b5337e297f6c53bbe3f4418e",
                    "enabled": 1
                }
            },
            "bootupd": {
                "100": {
                    "checksum": "sha256:b0bda821f499f688d6d1d560a55673989cef71e7cd4e20f9cf3c9ce45e91d369",
                    "enabled": 1
                }
            },
            "brctl": {
                "100": {
                    "checksum": "sha256:78276818c60a76e84a9b3263a906d7109a69028c557a2d6a4a39ded2ef713a44",
                    "enabled": 1
                }
            },
            "brltty": {
                "100": {
                    "checksum": "sha256:0230419d38276d2c823a427d44fa1362f89784c7ac17f76826be95d3c8e6de1b",
                    "enabled": 1
                }
            },
            "bugzilla": {
                "100": {
                    "checksum": "sha256:8e4fd93cbe0357fc894c7898adf9a14f8c845d87a08f673f410b702f798c2383",
                    "enabled": 1
                }
            },
            "bumblebee": {
                "100": {
                    "checksum": "sha256:3d6e2bb58a928e53f4d89d5bdbdb6fea3f9ae98e5be81548df29fdb13b204f9b",
                    "enabled": 1
                }
            },
            "cachefilesd": {
                "100": {
                    "checksum": "sha256:d595466a7aa404ade4ad75d45e10f6a37d30529858cf990407f545f7826b364c",
                    "enabled": 1
                }
            },
            "calamaris": {
                "100": {
                    "checksum": "sha256:4c65dae6d30fea1bebc4e63ff693b2041f18d0adb710b783002c98c529be84d8",
                    "enabled": 1
                }
            },
            "callweaver": {
                "100": {
                    "checksum": "sha256:cede7c726cd48a09e9b2974e9f78d9482cc9d01a4ceb74ff190c4a219900f2b3",
                    "enabled": 1
                }
            },
            "canna": {
                "100": {
                    "checksum": "sha256:d523a4d1579256bb5faf1f761ac6a22cb4e8bb8e5544a5843615d4927abb5e76",
                    "enabled": 1
                }
            },
            "ccs": {
                "100": {
                    "checksum": "sha256:496749576c65d4a03024ee5d3be0814965308561f565ec6cd29587c3a3b7ec57",
                    "enabled": 1
                }
            },
            "cdrecord": {
                "100": {
                    "checksum": "sha256:ba7fd7c8a2a4d0fc658dd4aeb27b1c9c2049e7b8b5b5c3afa9523c74f6aae263",
                    "enabled": 1
                }
            },
            "certmaster": {
                "100": {
                    "checksum": "sha256:f9a4c97defbe94abd597286e65015baa5cdbc494a6404f3e467ba2484fd753d8",
                    "enabled": 1
                }
            },
            "certmonger": {
                "100": {
                    "checksum": "sha256:0e7e768c5c69903387f189899e532efc9055539b7d8f1a9b7e2cc6656675a1ce",
                    "enabled": 1
                }
            },
            "certwatch": {
                "100": {
                    "checksum": "sha256:c875a519672af0d8291b9097f547dc940b9f0132a174d49cb4a332e08fe92b89",
                    "enabled": 1
                }
            },
            "cfengine": {
                "100": {
                    "checksum": "sha256:8fc798d839b2d5a643625812c65fd6859b386328ef9b685f279082a38baa1b24",
                    "enabled": 1
                }
            },
            "cgroup": {
                "100": {
                    "checksum": "sha256:a5e19681d20486653fb3395b323b30b77e9c64e99ac70668ebcbaad76b8fac66",
                    "enabled": 1
                }
            },
            "chrome": {
                "100": {
                    "checksum": "sha256:e3576026c0b29d1f662172186e3e3ede0b3b2ed0e4e59a863d00bc75756724b6",
                    "enabled": 1
                }
            },
            "chronyd": {
                "100": {
                    "checksum": "sha256:28d17217c3c515dbb1c0b04d5dc36d50c7f3165144a9ba56b3adce749ceb8467",
                    "enabled": 1
                }
            },
            "cifsutils": {
                "100": {
                    "checksum": "sha256:689032aad1e66934c35a72d87b428787df267d8ba743de741bc7fc4cec47c5ad",
                    "enabled": 1
                }
            },
            "cinder": {
                "100": {
                    "checksum": "sha256:1bca5805677f6de8372027eab3e7b091d28d9098bf5c363090b12f4195051441",
                    "enabled": 1
                }
            },
            "cipe": {
                "100": {
                    "checksum": "sha256:9037f8704235ce4b481935dbe9f81fb7eb065e593e07988b869938948b15f432",
                    "enabled": 1
                }
            },
            "clock": {
                "100": {
                    "checksum": "sha256:62a84539a2764eb9eea9d29b86128f1deea9adb3a3a534c88f5fcdd7637b8575",
                    "enabled": 1
                }
            },
            "clogd": {
                "100": {
                    "checksum": "sha256:f79fddbcdd23396829c104b213648ffd5d5cac6dec8adf2f5f0efa2f7061b615",
                    "enabled": 1
                }
            },
            "cloudform": {
                "100": {
                    "checksum": "sha256:e985f49df5d3f27855f9c727f19138103110d987ed0f9ed8081e39a39aeb813b",
                    "enabled": 1
                }
            },
            "cmirrord": {
                "100": {
                    "checksum": "sha256:2c94298413c5d1fdb88ca748b4c597d2b3e543ed82604378a6ee333276dcaab4",
                    "enabled": 1
                }
            },
            "cobbler": {
                "100": {
                    "checksum": "sha256:7fc7afc3aec313b51b6508fe564813eccb4ce5bc1d650ba9f7eb61a438cee86f",
                    "enabled": 1
                }
            },
            "collectd": {
                "100": {
                    "checksum": "sha256:e574da01bdbc51b1b08385713fa8c9780df9aa657ddab4cd93211e4e9c8b6ff0",
                    "enabled": 1
                }
            },
            "colord": {
                "100": {
                    "checksum": "sha256:1887fa9a04336ceeeb73c20f3f7f6d6e6994f2a4b1cff802ca64e142ea1bff05",
                    "enabled": 1
                }
            },
            "comsat": {
                "100": {
                    "checksum": "sha256:38a4f293f3f8cdb18203c347a11304f161264aaf794ba6da418804f090c0e7a3",
                    "enabled": 1
                }
            },
            "condor": {
                "100": {
                    "checksum": "sha256:e8d56cababfbca2569c42055e8fac5782d6ae8b42ba2b236b9563f7eb6c2ef4c",
                    "enabled": 1
                }
            },
            "conman": {
                "100": {
                    "checksum": "sha256:e172ba28d687e96a2ffc463bffbf202ce44e7bff6e0685adc4b89a67cdcdfd40",
                    "enabled": 1
                }
            },
            "conntrackd": {
                "100": {
                    "checksum": "sha256:794a65c72b01138ecd19d9e679f62129d33183f9b1324b064c16301fa79d53d4",
                    "enabled": 1
                }
            },
            "consolekit": {
                "100": {
                    "checksum": "sha256:e585da6eefaff112870deda0ced61b75f1a5b120b7bc2133c8b1ec9452695646",
                    "enabled": 1
                }
            },
            "container": {
                "200": {
                    "checksum": "sha256:bab878d5de4557710f19a1879c13f6d631804f1f16a14c3248dfd1ea088787de",
                    "enabled": 1
                }
            },
            "coreos_installer": {
                "100": {
                    "checksum": "sha256:699c69e48f1ec1dd8f915f094a83a6e2f6b6fdd515233fd8867649f254509270",
                    "enabled": 1
                }
            },
            "couchdb": {
                "100": {
                    "checksum": "sha256:743992902ac8514de4dd54b16317a8edb9cb1e383e29d0450821a9ac304059db",
                    "enabled": 1
                }
            },
            "courier": {
                "100": {
                    "checksum": "sha256:3bb1b730a3a6f236b312c3f71172364911992d35e93c1e5cd1e1fb076eb2d3eb",
                    "enabled": 1
                }
            },
            "cpucontrol": {
                "100": {
                    "checksum": "sha256:969a757fa353d20473f2eab457378e50d6f32b1da19f6744f7f20d5f3f99744e",
                    "enabled": 1
                }
            },
            "cpufreqselector": {
                "100": {
                    "checksum": "sha256:0b0bd5618356e7da7018c86dc262758bb6f04e7618de2942995ad59e897c3244",
                    "enabled": 1
                }
            },
            "cpuplug": {
                "100": {
                    "checksum": "sha256:211dc5348ec5f69d5d76aa3d07c74624bb39cd2aa082262e5bc4c6c165f677e7",
                    "enabled": 1
                }
            },
            "cron": {
                "100": {
                    "checksum": "sha256:0314fc16b04ba21878c63ca1d439187d19d998e4e0fd5b420c50a7ab736b81df",
                    "enabled": 1
                }
            },
            "ctdb": {
                "100": {
                    "checksum": "sha256:aadb573940c57a51a13c72bfa7a074e440d7b6b3d2440c3a435c1b41742d2b3a",
                    "enabled": 1
                }
            },
            "cups": {
                "100": {
                    "checksum": "sha256:4855d463c5142f1f001a028136bb737a837c6a0d87807c0b97b1eb23b897a05f",
                    "enabled": 1
                }
            },
            "cvs": {
                "100": {
                    "checksum": "sha256:b188990c62c036cf96deb2fd121236499dcb5cff830e38ac24b74d4692c0323d",
                    "enabled": 1
                }
            },
            "cyphesis": {
                "100": {
                    "checksum": "sha256:ffe9e6e4bb673f6822a874b86eb21769ef0f5fdbfd2e2659485abc4c6215ffa2",
                    "enabled": 1
                }
            },
            "cyrus": {
                "100": {
                    "checksum": "sha256:8b077e1368da1daaa96272b0d6f22f08bcb264617e6884c9074423a9b066912d",
                    "enabled": 1
                }
            },
            "daemontools": {
                "100": {
                    "checksum": "sha256:c9631ff4c56b588338bd87c7d8cba95e78285ecfc4f12653ea5c888d2fee8af0",
                    "enabled": 1
                }
            },
            "dbadm": {
                "100": {
                    "checksum": "sha256:96b16cfa7d12cd4f994a84199fb20016a24fe5bbbf6888487ef4fc0b0f7008dd",
                    "enabled": 1
                }
            },
            "dbskk": {
                "100": {
                    "checksum": "sha256:5c3f9427b9dcfa7aa76a67db7c3f9a33ca299916a5608cd985fcb5f30fcc405a",
                    "enabled": 1
                }
            },
            "dbus": {
                "100": {
                    "checksum": "sha256:3022c933d9c2baf7e8f7520210ab2776c889d292a96bf56ef1da0ef398e93a93",
                    "enabled": 1
                }
            },
            "dcc": {
                "100": {
                    "checksum": "sha256:a30fe6e8e452f73079c37dcc1dac02ce317ba2310f8af8b6fc08b623adc89be1",
                    "enabled": 1
                }
            },
            "ddclient": {
                "100": {
                    "checksum": "sha256:eee9cdfaed63e516667ca9f76565fcc909c173c6440bfd19dca5c12fca61692d",
                    "enabled": 1
                }
            },
            "denyhosts": {
                "100": {
                    "checksum": "sha256:7a239615a4db634ae1ae8564acc54c55c86c68bd2e44d47ad9c24758d492b22c",
                    "enabled": 1
                }
            },
            "devicekit": {
                "100": {
                    "checksum": "sha256:17ec39ae4334df1f47531199b3f12954bc848810d1eccaadc0463174aad953f4",
                    "enabled": 1
                }
            },
            "dhcp": {
                "100": {
                    "checksum": "sha256:15aac55748ee10a93ba0547d3c20670148e01d14b74afae89df0e660e3396dc3",
                    "enabled": 1
                }
            },
            "dictd": {
                "100": {
                    "checksum": "sha256:9f5a80130d50d12f0ab8a8d48f9ccc2b058fffc0b5704d3a6d3d44787b01f4c1",
                    "enabled": 1
                }
            },
            "dirsrv": {
                "100": {
                    "checksum": "sha256:a33b7321ba8fd3e69c610462584e0147b9bfbae8498de44c2eee891f209a03bd",
                    "enabled": 1
                }
            },
            "dirsrv-admin": {
                "100": {
                    "checksum": "sha256:e7ec5090958fbde915f221e49396a45b968b8a2d6429d74000ffefa8b6e87e3f",
                    "enabled": 1
                }
            },
            "dmesg": {
                "100": {
                    "checksum": "sha256:19cf6b1658e2a7ff92db6c537944a989ea72e88173663ba4589f71132a80be61",
                    "enabled": 1
                }
            },
            "dmidecode": {
                "100": {
                    "checksum": "sha256:55423cc64cb3aeccc3e05952327db479669ddd5f5e98bcbc275859d38333e79b",
                    "enabled": 1
                }
            },
            "dnsmasq": {
                "100": {
                    "checksum": "sha256:18f7d99ff73fb7c2256ac3d86d4328098274cf2b8fa92c8b42da37867f6c7b31",
                    "enabled": 1
                }
            },
            "dnssec": {
                "100": {
                    "checksum": "sha256:1584e02889b2969514ddfcdc5fa31152ba8505c66c1b5f88e75b3bf23f96bec3",
                    "enabled": 1
                }
            },
            "dovecot": {
                "100": {
                    "checksum": "sha256:57d7924556ab25fb130b93002b1da35e886ef1ad01c4391266cedcc01848ea8b",
                    "enabled": 1
                }
            },
            "drbd": {
                "100": {
                    "checksum": "sha256:b96580e08581043a5e5fe37b67ab937e074e4218d685b23df6f9421ca49d5248",
                    "enabled": 1
                }
            },
            "dspam": {
                "100": {
                    "checksum": "sha256:90cdf514efbb5bf01f1e2b90d7d58eed2e2b458242905b5cfa32e1de01d71da3",
                    "enabled": 1
                }
            },
            "entropyd": {
                "100": {
                    "checksum": "sha256:ca075b4e9b9aee4bb5946407a418fc229a1c6fe4c7abc9487b9ba9770692c78d",
                    "enabled": 1
                }
            },
            "exim": {
                "100": {
                    "checksum": "sha256:413b889a36fb01d9d3ee8fe149aa2d11702e5e44afceef42a0d7450a421cc89c",
                    "enabled": 1
                }
            },
            "extra_varrun": {
                "400": {
                    "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42",
                    "enabled": 1
                }
            },
            "fail2ban": {
                "100": {
                    "checksum": "sha256:bfd591b0e99fc96cdd443d01c045583e45fc0ba1e8d6b7a18f2596473fe11ac9",
                    "enabled": 1
                }
            },
            "fcoe": {
                "100": {
                    "checksum": "sha256:8e2cebfc7249a86f6b40690946f6281f83a343eeef929d7e1588bc77622004fa",
                    "enabled": 1
                }
            },
            "fdo": {
                "100": {
                    "checksum": "sha256:af6e6cb692c95d34835b90b4a1c449a95445710e8fac4ca0d999f3cc85540e17",
                    "enabled": 1
                }
            },
            "fedoratp": {
                "100": {
                    "checksum": "sha256:d6f5f286ed1d5705e62598f143c0150deb59d708d7dd1ad89bdc6d68f59ed853",
                    "enabled": 1
                }
            },
            "fetchmail": {
                "100": {
                    "checksum": "sha256:3acaf8ff26c8d81010cc1ccf88872df39199279fa44d85b06903c97f50def08c",
                    "enabled": 1
                }
            },
            "finger": {
                "100": {
                    "checksum": "sha256:17aedac05f634eb036f29d301d8b0416cdae5f3967f88c0286761e209858f07e",
                    "enabled": 1
                }
            },
            "firewalld": {
                "100": {
                    "checksum": "sha256:64801f8ccd6f426ce8b4cc674e4288e0424a745b6a882102d7f70fae01e438aa",
                    "enabled": 1
                }
            },
            "firewallgui": {
                "100": {
                    "checksum": "sha256:18bfb3bc0946b731f05e969de50189403372c76fab801f83e2687a9d43b86622",
                    "enabled": 1
                }
            },
            "firstboot": {
                "100": {
                    "checksum": "sha256:4c9915a1c1cf1e67ea429fab342c29f2caa911f5d615b86f9eb8da496d7b5d54",
                    "enabled": 1
                }
            },
            "fprintd": {
                "100": {
                    "checksum": "sha256:ff74bb68f3369f30d2ae98cfce6acecbd6b7adbad46a18cc03bba25037a26beb",
                    "enabled": 1
                }
            },
            "freeipmi": {
                "100": {
                    "checksum": "sha256:38cefd0e603535dcb11f9291f4948f059693fa7371f3ee92654cd3176a5195a5",
                    "enabled": 1
                }
            },
            "freqset": {
                "100": {
                    "checksum": "sha256:3f2c6b1336ed28a0a7d90f283e9289a5f83e5ceb71d11b7814fdc65ae529314a",
                    "enabled": 1
                }
            },
            "fstools": {
                "100": {
                    "checksum": "sha256:cc5947167cf3dc0d821c1f146d6253d72a3016b1aa8b5a4b4ec3f82d1e6631c8",
                    "enabled": 1
                }
            },
            "ftp": {
                "100": {
                    "checksum": "sha256:22e96b5040327ea8554d0216ef4e28d6a94abdabfe3a211a6535941bebebd013",
                    "enabled": 1
                }
            },
            "fwupd": {
                "100": {
                    "checksum": "sha256:3da67a17b85cde7a0f181e6599726357fb2eeeb251fdd980a9d6669772415922",
                    "enabled": 1
                }
            },
            "games": {
                "100": {
                    "checksum": "sha256:57d4e4d5d9ff252fa8703355ed68c854817ac762c6120ba02364cc19c67491b1",
                    "enabled": 1
                }
            },
            "gdomap": {
                "100": {
                    "checksum": "sha256:f41fda08cf3bd33ac571a4ca5d6d505a6dc7062c29e45b1d5d160c953c532230",
                    "enabled": 1
                }
            },
            "geoclue": {
                "100": {
                    "checksum": "sha256:beec56305b71ccb0174a7c790eb972244d10b8381a84812f01021b9e8eb7ad99",
                    "enabled": 1
                }
            },
            "getty": {
                "100": {
                    "checksum": "sha256:a6fac65e97c9962f1066c0a2fc839e67597cda9061557affb60a01df78184a4a",
                    "enabled": 1
                }
            },
            "git": {
                "100": {
                    "checksum": "sha256:9f2c83dc9cafe17c8d650f8c78c39c61bd3d2c8b4d77a535eb61ce6a04a3e3f4",
                    "enabled": 1
                }
            },
            "gitosis": {
                "100": {
                    "checksum": "sha256:b7decc3fbc86e4b9e3fe1fec22021737ad607cf795224b5d5793069716a7eda8",
                    "enabled": 1
                }
            },
            "glance": {
                "100": {
                    "checksum": "sha256:097520793eaae6b878f14f2b767d40a80007786065abf1b252d898a685957fc5",
                    "enabled": 1
                }
            },
            "glusterd": {
                "100": {
                    "checksum": "sha256:9fa405b48cc837c307845447cc5444caf258bd0bd7f00bb6ba6c9bc623d7b15a",
                    "enabled": 1
                }
            },
            "gnome": {
                "100": {
                    "checksum": "sha256:1eeba013ebac8d310e67170a313c2d11669eca7ba4aaef13e330e5d92f17f94c",
                    "enabled": 1
                }
            },
            "gpg": {
                "100": {
                    "checksum": "sha256:7c8bb6410fac1ef1d07e3c7c60906737c8e22176231b24207ea6bf0db41951b7",
                    "enabled": 1
                }
            },
            "gpm": {
                "100": {
                    "checksum": "sha256:f3799d846d2d0bdc1e1d3d075565002b1cda87f798b852691135012b5f545d1b",
                    "enabled": 1
                }
            },
            "gpsd": {
                "100": {
                    "checksum": "sha256:c38a1e2a1cb3c1a8d400f506cc9f3f6dd15d78234f982a04bf4ad8b4f6308937",
                    "enabled": 1
                }
            },
            "gssproxy": {
                "100": {
                    "checksum": "sha256:a7d4cfe7f3250d86a409969323f858b4dca8b40339125e15946a133884b47e7e",
                    "enabled": 1
                }
            },
            "guest": {
                "100": {
                    "checksum": "sha256:c0f9f2a0be3fe24b4f74acf4d1924183310b454591b8e8219fccc61c2194f167",
                    "enabled": 1
                }
            },
            "hddtemp": {
                "100": {
                    "checksum": "sha256:82815af35d160bae556a7c6b8862da02b469fbb90ffd5472a6b22c18bf0f1fec",
                    "enabled": 1
                }
            },
            "hostapd": {
                "100": {
                    "checksum": "sha256:ea0ff5fc3de7fc7a93d4b64c0bc54a4040d9427c9eaf8200b97388166cc0dce6",
                    "enabled": 1
                }
            },
            "hostname": {
                "100": {
                    "checksum": "sha256:17a1021557fb77a340af451c33cf80f05ab309a719778d84813d8ab67cd18f6f",
                    "enabled": 1
                }
            },
            "hsqldb": {
                "100": {
                    "checksum": "sha256:201698320ad8f5f35391ea84f0aad40c26ba8db2fe006b38c7b65b8dc71f45b7",
                    "enabled": 1
                }
            },
            "hwloc": {
                "100": {
                    "checksum": "sha256:a5454f4868d22b9ae798ee6f85df6d8b6b35b456617a02084af47d393322ab76",
                    "enabled": 1
                }
            },
            "hypervkvp": {
                "100": {
                    "checksum": "sha256:c89e58ec9c52039bc7ddfd048fa5b287780a48f78e70ce64181607ad33da6c47",
                    "enabled": 1
                }
            },
            "ibacm": {
                "100": {
                    "checksum": "sha256:b7ab0f90999e86d8fff9de3abeca0f093f2bf9f73330d434e947fdb5bfcc63b3",
                    "enabled": 1
                }
            },
            "ica": {
                "100": {
                    "checksum": "sha256:bd8eccb4266130eddfae34318855e6aa3a8624998f0a906a970a04802510ad86",
                    "enabled": 1
                }
            },
            "icecast": {
                "100": {
                    "checksum": "sha256:3199646b83c13466308cbe243d6c75f828875ab0dfca1deb585dcd7bfb28ae60",
                    "enabled": 1
                }
            },
            "inetd": {
                "100": {
                    "checksum": "sha256:0e2a80d0943b3fea8756b2d487038182ed624dd36e9177305fafbc1ca0374af3",
                    "enabled": 1
                }
            },
            "init": {
                "100": {
                    "checksum": "sha256:1144dbfa7278341caadfae995aeadd7453cf78762b08ba4d0142eeef80871d18",
                    "enabled": 1
                }
            },
            "inn": {
                "100": {
                    "checksum": "sha256:d60fd47ec62ca3bca272ca38d8fe86fce36d6f04c44d01410d30428c8b914861",
                    "enabled": 1
                }
            },
            "insights_client": {
                "100": {
                    "checksum": "sha256:c4e83821f0150988e86e714cf9e088ef11abd0a30dada90cb7e68a95c406a921",
                    "enabled": 1
                }
            },
            "iodine": {
                "100": {
                    "checksum": "sha256:6185225b7c5910d94396a18d93429704434d564b4478aeea9d1a8c54f6b12834",
                    "enabled": 1
                }
            },
            "iotop": {
                "100": {
                    "checksum": "sha256:7db93e52e29915a08c82b0ebac02856e9a484923d2ce215946c8f54cf5297704",
                    "enabled": 1
                }
            },
            "ipmievd": {
                "100": {
                    "checksum": "sha256:ea599044fe2e2d25c8078ac0b5b0d2c589b4410dd7958eefdc0217f8b8c8c3d0",
                    "enabled": 1
                }
            },
            "ipsec": {
                "100": {
                    "checksum": "sha256:048f5c3f5f3e706697d782c57b9d6cae882b008f7973b41edb3de37762e4c664",
                    "enabled": 1
                }
            },
            "iptables": {
                "100": {
                    "checksum": "sha256:e315834c2a287c9b9f8d31a6fb5f62360241fab584b68ce05984035ff67f01dc",
                    "enabled": 1
                }
            },
            "irc": {
                "100": {
                    "checksum": "sha256:1ed937287398d60e302478f4880a25c1aef605a5d370c1f583426c59067d8ed5",
                    "enabled": 1
                }
            },
            "irqbalance": {
                "100": {
                    "checksum": "sha256:12e969265cff2e8d4ee9be8b99da0bd47138ff8754039dd1387a14b2a4a03b79",
                    "enabled": 1
                }
            },
            "iscsi": {
                "100": {
                    "checksum": "sha256:6666da694f33e444225327d9fc58208b230a1e1244e05335e16217c507ac0627",
                    "enabled": 1
                }
            },
            "isns": {
                "100": {
                    "checksum": "sha256:85a313d121f764081dc92c4c1ed5773b8cb7a7113b84b66339a48f76c57efe54",
                    "enabled": 1
                }
            },
            "jabber": {
                "100": {
                    "checksum": "sha256:08288d791f1b1aa3a8f154ae7b2ff73d574560bf5bb82246020baa3c26f6c988",
                    "enabled": 1
                }
            },
            "jetty": {
                "100": {
                    "checksum": "sha256:6aea2d07d8f040434ff0c0d5e9b81e825b1de56cd01c0e0a069ee1f0d5196885",
                    "enabled": 1
                }
            },
            "jockey": {
                "100": {
                    "checksum": "sha256:f35d7f2d61175ba7f908459f738c7d6b6adf2ae678d88531fa527c4d50b21985",
                    "enabled": 1
                }
            },
            "journalctl": {
                "100": {
                    "checksum": "sha256:3098e32a3ca859ef45fdb8dfa5b87f4b5e9e7cb0661b7dd4a20203f2cfebf662",
                    "enabled": 1
                }
            },
            "kafs": {
                "100": {
                    "checksum": "sha256:5a35385072b421cdb86fc66190dc00e6c8e7a587a60ffeedfe2a931b6b92a11d",
                    "enabled": 1
                }
            },
            "kdump": {
                "100": {
                    "checksum": "sha256:370090682ef9410c2d12556dfd1cb6f8f7f7ab60287148ead03b3b11d64146e0",
                    "enabled": 1
                }
            },
            "kdumpgui": {
                "100": {
                    "checksum": "sha256:c6d5f08d82062fe0634f0dcc9ee434fcea7760141740b79cbae187d970984a0c",
                    "enabled": 1
                }
            },
            "keepalived": {
                "100": {
                    "checksum": "sha256:6fa6bedd26d8e4b178a2d74158634f26fc2b322782e4685d69ca48f4854e037b",
                    "enabled": 1
                }
            },
            "kerberos": {
                "100": {
                    "checksum": "sha256:994e8629c436a7da2ed914f7499e0a33f7cc2737b5c70751b280d73de8a9fd19",
                    "enabled": 1
                }
            },
            "keyboardd": {
                "100": {
                    "checksum": "sha256:4eae5ab2b926695b3ed881a26e7b6a79f4dd48c1ffa3e3c6809cfa4958b54091",
                    "enabled": 1
                }
            },
            "keystone": {
                "100": {
                    "checksum": "sha256:6d9a8c7420b3aee2c752119ef6d72dc828cd76ea4f535bdcd44461a3cbb43454",
                    "enabled": 1
                }
            },
            "keyutils": {
                "100": {
                    "checksum": "sha256:fa398b6a78348b789660ea073244265b9bd8742fd81dd3569c9d56b1b9083a00",
                    "enabled": 1
                }
            },
            "kismet": {
                "100": {
                    "checksum": "sha256:30ba7e91c6fe3cff8ac488e6160a5037fb8f1719275991ec44e5bfcbd9089aca",
                    "enabled": 1
                }
            },
            "kmscon": {
                "100": {
                    "checksum": "sha256:f84aad2ecda576c41ff72438aaa394122fe6f13d274adb17a2cf145718776969",
                    "enabled": 1
                }
            },
            "kpatch": {
                "100": {
                    "checksum": "sha256:16b2c313e69ba9a2726025ee54bbfb638c633f91d53db454e204adef45e5b5e1",
                    "enabled": 1
                }
            },
            "ksmtuned": {
                "100": {
                    "checksum": "sha256:328ce002901ec9be77a5035fe50b01b9e01b016128efb981a7fb0aa586b55a77",
                    "enabled": 1
                }
            },
            "ktalk": {
                "100": {
                    "checksum": "sha256:311f6dd8403d55da5f3173593f5fa6331d4cf7570af2b9d0182f7b260ba7285e",
                    "enabled": 1
                }
            },
            "l2tp": {
                "100": {
                    "checksum": "sha256:cc0faedcac2d86171aeb9a89ec83f2d03cb905f54296f6f085415fcf7ddd1a06",
                    "enabled": 1
                }
            },
            "ldap": {
                "100": {
                    "checksum": "sha256:f1a7908800f08a04aade8083ad79d002aba0c85f1699f35ded5a0eaf46dbc41a",
                    "enabled": 1
                }
            },
            "libraries": {
                "100": {
                    "checksum": "sha256:91a8d1cb1ea2e44b9395cb7a44776e7992983378fbc72dc3725d0e03fa673a40",
                    "enabled": 1
                }
            },
            "likewise": {
                "100": {
                    "checksum": "sha256:c83754418ce993f0d9dff4ad73f0e64362ceb3ed073a093dcdaec0ac6d8c8b5a",
                    "enabled": 1
                }
            },
            "linuxptp": {
                "100": {
                    "checksum": "sha256:6a6b3d623e27e1e8a1ce185ba3ca42d3c7fb5dcad8cc91ab54950a1f69853dd7",
                    "enabled": 1
                }
            },
            "lircd": {
                "100": {
                    "checksum": "sha256:564e3801937503b310cd4fef750cea8bd1be7ce323cf41276cfb0eedb0fbdc8c",
                    "enabled": 1
                }
            },
            "livecd": {
                "100": {
                    "checksum": "sha256:9070ba1f03a04a5906bafb1399a0eb181dfdeab868dfb021505c116c61decbe3",
                    "enabled": 1
                }
            },
            "lldpad": {
                "100": {
                    "checksum": "sha256:26feff7ac4722e995c622b4ec3cc242deeda12f88077bff1b419193ed76ffef1",
                    "enabled": 1
                }
            },
            "loadkeys": {
                "100": {
                    "checksum": "sha256:ee0cf6f2b19c24b7bd76829de7de00b60f67ae9d96f2ebcb8eb09b961b6dd751",
                    "enabled": 1
                }
            },
            "locallogin": {
                "100": {
                    "checksum": "sha256:56bf0d727637f1964d5f71a7ccc5edba76cfd50d2e546e9558d0551ffc968858",
                    "enabled": 1
                }
            },
            "lockdev": {
                "100": {
                    "checksum": "sha256:3cd6822d612f355cc8000823f47b7ab0087035b59b57904c145db627cc58d22c",
                    "enabled": 1
                }
            },
            "logadm": {
                "100": {
                    "checksum": "sha256:6b69c0a0528321f39311d34a94e750c5cfffd9bbcc00dd3c06f445f2a7bad660",
                    "enabled": 1
                }
            },
            "logging": {
                "100": {
                    "checksum": "sha256:274d379294253625ca276e6463b80d3b3fa88deabfacb4b4472f8f046119dae6",
                    "enabled": 1
                }
            },
            "logrotate": {
                "100": {
                    "checksum": "sha256:5ad554f859ea8313b48b7592cb1d1c3e13884199c9d9f939a99bb0651cadc5bf",
                    "enabled": 1
                }
            },
            "logwatch": {
                "100": {
                    "checksum": "sha256:987ac97d3851ce51c2aed8c8b08c6dfbaf722ca65447097c4531644d458637bc",
                    "enabled": 1
                }
            },
            "lpd": {
                "100": {
                    "checksum": "sha256:fe9e6623bfd94678b32ba9a20c3e04469aa69a5175a1f626368c1fcacf7c5026",
                    "enabled": 1
                }
            },
            "lsm": {
                "100": {
                    "checksum": "sha256:3979d77408c282fc3abfe32908df4889d7ff0ee8096ccb68a6a91d44bebfa56a",
                    "enabled": 1
                }
            },
            "lttng-tools": {
                "100": {
                    "checksum": "sha256:b216fc3f1025723b5bf96002b39dcb9ae8c80c6d6708dc2db348f419af025a45",
                    "enabled": 1
                }
            },
            "lvm": {
                "100": {
                    "checksum": "sha256:e67d95db5bc472d9d8a819db5c947190543bb6eb971955dde57e5249655033e1",
                    "enabled": 1
                }
            },
            "mailman": {
                "100": {
                    "checksum": "sha256:0abc78cfd35d9e43c0c21983a250f874ee7ca7c10d7eb1c6e0d3106f538cf482",
                    "enabled": 1
                }
            },
            "mailscanner": {
                "100": {
                    "checksum": "sha256:b76bb64b5c5dd0db6346ae7ba19faed97ed414c7d03d7b8747e0919867a7b8c9",
                    "enabled": 1
                }
            },
            "man2html": {
                "100": {
                    "checksum": "sha256:3269314b5d8bbfc843900344d65e604432222bebc7e2dd628abb9d186fca1cd1",
                    "enabled": 1
                }
            },
            "mandb": {
                "100": {
                    "checksum": "sha256:c5c6c2cfc4930bb865330ac4bf1e04976290772b0e058cce0d73de071ccf7819",
                    "enabled": 1
                }
            },
            "mcelog": {
                "100": {
                    "checksum": "sha256:7a137918a31fc7684a8ae929a5046517be97399b2534a6b471e3cf3bd7f355b3",
                    "enabled": 1
                }
            },
            "mediawiki": {
                "100": {
                    "checksum": "sha256:4fb79885af1e12d162aaea04067c9dbd19c248b8bc6bb4fa91240acb6986c84c",
                    "enabled": 1
                }
            },
            "memcached": {
                "100": {
                    "checksum": "sha256:10e59adbf0210a83d2506cdcc189bed58fbb49f01ecc07afe00a5fc06a0f025c",
                    "enabled": 1
                }
            },
            "milter": {
                "100": {
                    "checksum": "sha256:686b92d2ed35a14042a3d6d95af167aa0b1bdb0bb1d1894909c3d4b5ad70ca34",
                    "enabled": 1
                }
            },
            "minidlna": {
                "100": {
                    "checksum": "sha256:6b200b3b9aafc62c019eba4121e1743ef9670896b70f8b5201caa19b975d6964",
                    "enabled": 1
                }
            },
            "minissdpd": {
                "100": {
                    "checksum": "sha256:33b06281053cbe0c55752bfcda928a48a50743eb2d061d429b07ec3b0dc28a04",
                    "enabled": 1
                }
            },
            "mip6d": {
                "100": {
                    "checksum": "sha256:1c657a9f8eeacab2a91a9725d7c5980624ab90e0e5c67c2f9270df3b0ebc9fca",
                    "enabled": 1
                }
            },
            "mirrormanager": {
                "100": {
                    "checksum": "sha256:5b9141bfd8861fae68d1054e5c15d503815c2191e68348405d5f8f2e53757b5f",
                    "enabled": 1
                }
            },
            "miscfiles": {
                "100": {
                    "checksum": "sha256:4d0081333a7d5871e89e8955ab640c3374bf2bde197557cb6a83e122aee9137e",
                    "enabled": 1
                }
            },
            "mock": {
                "100": {
                    "checksum": "sha256:a03da1b4a0188f7ed4057cc37b734745624b265fdad71ed6c2d00467b72a4846",
                    "enabled": 1
                }
            },
            "modemmanager": {
                "100": {
                    "checksum": "sha256:808b6b6f4a5860ba20f75d8b6992bd5284a90269a98dccdb38205ff67d253dfa",
                    "enabled": 1
                }
            },
            "modutils": {
                "100": {
                    "checksum": "sha256:03fa2b1f672c7902f9c88bc3048c996ed5189bf6a965ffbae30b2cc555662aa6",
                    "enabled": 1
                }
            },
            "mojomojo": {
                "100": {
                    "checksum": "sha256:ce4c112a710ad3b571ab733fbf785a6ac7b9eeb9c29f3ced5f994965e9386ab4",
                    "enabled": 1
                }
            },
            "mon_statd": {
                "100": {
                    "checksum": "sha256:db72ccb5d6952aecb9188c455e70a0b8c6feb25946b44dd0884942e74074a65a",
                    "enabled": 1
                }
            },
            "mongodb": {
                "100": {
                    "checksum": "sha256:a5753efd9c79243f87ee59feb5c3914e9c6a435f70a053ff59657baa91f0c8a4",
                    "enabled": 1
                }
            },
            "motion": {
                "100": {
                    "checksum": "sha256:13c108e4971acbc506790783af8287ab766941ef3745594a69e020dfa769e75d",
                    "enabled": 1
                }
            },
            "mount": {
                "100": {
                    "checksum": "sha256:865539a39bf40f78356e8b2cbb08b24926913db3a08fa9796e4c2543882aeb25",
                    "enabled": 1
                }
            },
            "mozilla": {
                "100": {
                    "checksum": "sha256:1868c9ea9e81cd4e82ae9373693db84070213c92d32cb623389b1512c24f2e86",
                    "enabled": 1
                }
            },
            "mpd": {
                "100": {
                    "checksum": "sha256:2b0acf523137d68497ea06f19b5494cb5c7ad6e4102fd7c626b9b74fef062f19",
                    "enabled": 1
                }
            },
            "mplayer": {
                "100": {
                    "checksum": "sha256:31d2bd89013c8c5e58a1e2e1b393c3db729cfb92080c1935f01cb63da15920e4",
                    "enabled": 1
                }
            },
            "mptcpd": {
                "100": {
                    "checksum": "sha256:3d4452b8e5b08d56b16c141515f2169809ab160544da9164cd91c3872fa5ca59",
                    "enabled": 1
                }
            },
            "mrtg": {
                "100": {
                    "checksum": "sha256:6757ab3ee1b84340b5a58935d090b926ffc96f43d03c9cb243802b4d01d5a29b",
                    "enabled": 1
                }
            },
            "mta": {
                "100": {
                    "checksum": "sha256:8dd4e90b95311cc5dae5b11733cf9ff8be46637d84c5aec28ae62a0b11dc452d",
                    "enabled": 1
                }
            },
            "munin": {
                "100": {
                    "checksum": "sha256:403d5e09c6c84eee2d3c80a1c50502d8850469e5c9d74347aacc1c8f7496861e",
                    "enabled": 1
                }
            },
            "mysql": {
                "100": {
                    "checksum": "sha256:2d19d6dc11b839551e1a98aa95588c06a3e1dd84dcdfe615bf61f26dd9ef31a1",
                    "enabled": 1
                }
            },
            "mythtv": {
                "100": {
                    "checksum": "sha256:f260b769c9d70fe26cddea75c71e1c3d16348233c40a3b8a844358d138c19d2f",
                    "enabled": 1
                }
            },
            "naemon": {
                "100": {
                    "checksum": "sha256:9c21b6bd9db730c7b79a4852236f92228282eb2dd06a2ff722b36acf70553386",
                    "enabled": 1
                }
            },
            "nagios": {
                "100": {
                    "checksum": "sha256:2681295ba94471abc9d7d49b6da5d757409c6c95745586d1671a4765ed61b130",
                    "enabled": 1
                }
            },
            "namespace": {
                "100": {
                    "checksum": "sha256:cc65424c4edcef752cf3d9223a0a49d84f7250bbc9c42d08d0b5727e0168dff6",
                    "enabled": 1
                }
            },
            "ncftool": {
                "100": {
                    "checksum": "sha256:9795f4fc6fa6e09a6976b87c80aab11801ae7b43d4f0df1b603b8799f4ff0115",
                    "enabled": 1
                }
            },
            "netlabel": {
                "100": {
                    "checksum": "sha256:229788201a8048a7a80661a258cabee570ce65b4c5fef318a86f8ba7f027975d",
                    "enabled": 1
                }
            },
            "netutils": {
                "100": {
                    "checksum": "sha256:78163350e82824e0c5bd14daf11f9a12833f34ac2a9c5c90c7949aaf9c7f9b1a",
                    "enabled": 1
                }
            },
            "networkmanager": {
                "100": {
                    "checksum": "sha256:7fece44e7188f93aa358d386ae81372812b47a046f10ce081358af85c4c0f229",
                    "enabled": 1
                }
            },
            "ninfod": {
                "100": {
                    "checksum": "sha256:13dcb24aa31902b75b5416a1f2d3dbba243445fa8ae1581ea41029ca21cdbc60",
                    "enabled": 1
                }
            },
            "nis": {
                "100": {
                    "checksum": "sha256:51dded020c93ce723bb8cd739359983f6ed82b5d70e93980d2fd095aaadcc168",
                    "enabled": 1
                }
            },
            "nova": {
                "100": {
                    "checksum": "sha256:000c5853f5261b435c8a0362720ce04a1ed300aed5f22dfee9659e8a024466a0",
                    "enabled": 1
                }
            },
            "nscd": {
                "100": {
                    "checksum": "sha256:9fb6cd0d5e35bcfcd051889e81e2834b4b50861455a0d8ee30920df919d3067a",
                    "enabled": 1
                }
            },
            "nsd": {
                "100": {
                    "checksum": "sha256:c940ff7748160326587bf9084d5b7906d501ecf9576707bc19f20ee759023442",
                    "enabled": 1
                }
            },
            "nslcd": {
                "100": {
                    "checksum": "sha256:a1af29229de29bfe64bde5357ea9e2a47d5b82f8329f62be4ddbc184fb8ead22",
                    "enabled": 1
                }
            },
            "ntop": {
                "100": {
                    "checksum": "sha256:20d8e86dcf15719ed0b481b0f5cd521b2ada532e712c6e1cb9f89e1736466ea0",
                    "enabled": 1
                }
            },
            "ntp": {
                "100": {
                    "checksum": "sha256:74dfbd9db80b05cc69c090005f02ab089695f21c0e0b70c2a7d8300247624e1e",
                    "enabled": 1
                }
            },
            "numad": {
                "100": {
                    "checksum": "sha256:f56cd3e22cc4e864d6cb5822812de4c12884f1a31f3922caa45ce0b61f8f86e2",
                    "enabled": 1
                }
            },
            "nut": {
                "100": {
                    "checksum": "sha256:36ca1c4edb066c2090e5ec5e08f71050424e5efdc74c440e9a0161c7ccf0bd49",
                    "enabled": 1
                }
            },
            "nvme_stas": {
                "100": {
                    "checksum": "sha256:b0afd194fe6e16dc0fbd976301321d6e68a9cd837ecdda2c3cb739c07c4757b9",
                    "enabled": 1
                }
            },
            "nx": {
                "100": {
                    "checksum": "sha256:dd19058574329f7c7ce709bc94f6c4be87028cdd184cc365a61d5c0113b78bdf",
                    "enabled": 1
                }
            },
            "obex": {
                "100": {
                    "checksum": "sha256:649c497ab74a203064009d553b42829aac89ac5c4273b7c0ccc0a23530001fcc",
                    "enabled": 1
                }
            },
            "oddjob": {
                "100": {
                    "checksum": "sha256:4c0624c2e3095eb392ee93e8cf98a2242598b7694de12ae75ceffdc0043d1043",
                    "enabled": 1
                }
            },
            "opafm": {
                "100": {
                    "checksum": "sha256:233a9390d9aeb540956f43756b2e45547fb7c2c4d4070460b94896b72ccd607d",
                    "enabled": 1
                }
            },
            "openct": {
                "100": {
                    "checksum": "sha256:37ac5651f2ce2bfda7d898a024d560c6cdcd54da32409ced32c8b6df059370c3",
                    "enabled": 1
                }
            },
            "opendnssec": {
                "100": {
                    "checksum": "sha256:9890fb3013a4287e6850621c5c6a462a254299b927609fbe6bf67f141862f3c7",
                    "enabled": 1
                }
            },
            "openfortivpn": {
                "100": {
                    "checksum": "sha256:75fa83f68fa800bef996da027f14f6c8f0ded93f93569f3b559495dba39a6176",
                    "enabled": 1
                }
            },
            "openhpid": {
                "100": {
                    "checksum": "sha256:dfbf83e8feccc45bd9de7bd5a3f90edd49c3190b5010f9f98457d995ae974f8c",
                    "enabled": 1
                }
            },
            "openshift": {
                "100": {
                    "checksum": "sha256:1b7ff4ebc979d45777979c0340790dcf10a3e9353272c2e99f6f4f4f93987020",
                    "enabled": 1
                }
            },
            "openshift-origin": {
                "100": {
                    "checksum": "sha256:e8e6bb283142b08b3a1ce7c097f49f402bb6d59eb6d03138ef0b69f3579e466c",
                    "enabled": 1
                }
            },
            "opensm": {
                "100": {
                    "checksum": "sha256:c1bc06d4e5a22837586d3d7ee07922f26b4cd025687cdfd7e3e3789e1c5bdf3d",
                    "enabled": 1
                }
            },
            "openvpn": {
                "100": {
                    "checksum": "sha256:800615bda29f1b49c90de283570ccb018a28ddfff34a36bfe84a4d0485c37138",
                    "enabled": 1
                }
            },
            "openvswitch": {
                "100": {
                    "checksum": "sha256:0bb8334afe603f02ef4f1a46517f970bb30fb191e1d9d944daee33437ae89b46",
                    "enabled": 1
                }
            },
            "openwsman": {
                "100": {
                    "checksum": "sha256:c6d157e74586892234883ad01bb4d2e386637cdd04e45c3587a1cbc8c34e35f9",
                    "enabled": 1
                }
            },
            "oracleasm": {
                "100": {
                    "checksum": "sha256:802090ff2dcc2db35b369ac359e51b1418a5a779cf94e5a14a01a1882b583d64",
                    "enabled": 1
                }
            },
            "osad": {
                "100": {
                    "checksum": "sha256:d3b5dec9cf6640c48875229fcdadc4f9c4bfa1088bff93cb61a18360197a691e",
                    "enabled": 1
                }
            },
            "pads": {
                "100": {
                    "checksum": "sha256:23da314c2255bb1c19dad65a242681330d6bdddc2ba4a0b80ae2ad2249c0a52b",
                    "enabled": 1
                }
            },
            "passenger": {
                "100": {
                    "checksum": "sha256:75e644cc79f5447d17ed5461e52b37f29dc86806320b0ef562b2acd8e2870121",
                    "enabled": 1
                }
            },
            "passt": {
                "200": {
                    "checksum": "sha256:4f50343463a2634ab063b59f9d6e4f03a06d75d362d77fa571eaf981937a5f3c",
                    "enabled": 1
                }
            },
            "pasta": {
                "200": {
                    "checksum": "sha256:f0316f6d3d1ecaced0083d16d5a0804c09439c6e8e92a39ff7b3fc7fd6cc8f18",
                    "enabled": 1
                }
            },
            "pcmcia": {
                "100": {
                    "checksum": "sha256:6d1d142817f6c7013fa94819eaae391f98b69357bfb352584c1ef104d93aa08a",
                    "enabled": 1
                }
            },
            "pcp": {
                "100": {
                    "checksum": "sha256:3f0071ca72c2269c6568f2695aea954cbb6a8504efa48a8ed1e94e2c0baac106",
                    "enabled": 1
                }
            },
            "pcscd": {
                "100": {
                    "checksum": "sha256:9bd33415ca0bd34a05461719de21697d486512341069567c26b25cd6a7b06c00",
                    "enabled": 1
                }
            },
            "pdns": {
                "100": {
                    "checksum": "sha256:5dcb629d0e7578776fb9476a8b66ff883fe52da8be37e3b1f7a3bd4810354511",
                    "enabled": 1
                }
            },
            "pegasus": {
                "100": {
                    "checksum": "sha256:0312d08cfc7b9ad408ce3d34a27b27c64c62e1b00d280c484616927a859aeb47",
                    "enabled": 1
                }
            },
            "permissivedomains": {
                "100": {
                    "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2",
                    "enabled": 1
                }
            },
            "pesign": {
                "100": {
                    "checksum": "sha256:597ab5f0f472ea2f2aca1b3754c2457cc7769f79daaec0856ad2675e53867b80",
                    "enabled": 1
                }
            },
            "pingd": {
                "100": {
                    "checksum": "sha256:877bbc42240491f32726ac44a082942e80724e3bd3985c64845dee49a060a144",
                    "enabled": 1
                }
            },
            "piranha": {
                "100": {
                    "checksum": "sha256:4e9b8ae11387a45c9266a82f79f31728bce6397b8e7f8d39287b78dd58ddfd96",
                    "enabled": 1
                }
            },
            "pkcs": {
                "100": {
                    "checksum": "sha256:81dc1bee85071c65da6d7e4dd12f390fdaeae5d7a285c132c952290152f90c0b",
                    "enabled": 1
                }
            },
            "pkcs11proxyd": {
                "100": {
                    "checksum": "sha256:184ad49c7d752eae216e8e7313fc50952515caf2d4fe77b1315204a436979cbc",
                    "enabled": 1
                }
            },
            "pki": {
                "100": {
                    "checksum": "sha256:611152fa77dc465824018a6b6e2687f2a1e483f92e20d9754c33f8032d7a210d",
                    "enabled": 1
                }
            },
            "plymouthd": {
                "100": {
                    "checksum": "sha256:e73478b5cf88be80253fc65ed0f397e9078272320ce939b471230ade52207983",
                    "enabled": 1
                }
            },
            "podsleuth": {
                "100": {
                    "checksum": "sha256:ac303c7ac224ff7fec004f7db6bdc6cabc5e9fbf1df3e27ab454f3f87de18b8d",
                    "enabled": 1
                }
            },
            "policykit": {
                "100": {
                    "checksum": "sha256:f651b9a5f05bc1884e58553525034b9fa376084bc3eee5ecd5cb7b70c42a55aa",
                    "enabled": 1
                }
            },
            "polipo": {
                "100": {
                    "checksum": "sha256:e30571ba606507dd4439ea7b455a115170923229f105614f0b044ed07a8ba832",
                    "enabled": 1
                }
            },
            "portmap": {
                "100": {
                    "checksum": "sha256:15e3c27ffaa1d13d785823bd82e53c398e0b5c96c4e0efce502137b326f3710e",
                    "enabled": 1
                }
            },
            "portreserve": {
                "100": {
                    "checksum": "sha256:b1795d2f89c94a43339f1b659f29173491eed1d079a21cc290fb53afb74efd1f",
                    "enabled": 1
                }
            },
            "postfix": {
                "100": {
                    "checksum": "sha256:abe82997f5573e9804f5b66de9f1b9120ccfd8ad1e3c0c3afd32a99f043a49ed",
                    "enabled": 1
                }
            },
            "postgresql": {
                "100": {
                    "checksum": "sha256:dd827cd694ba2389e77fee7137a741677590dc56dff0015fa6b58b93ab354c7c",
                    "enabled": 1
                }
            },
            "postgrey": {
                "100": {
                    "checksum": "sha256:698a04231cb1ca9a1a657c942f22b26ad57e06af78dbce2006dd9a7991d01b19",
                    "enabled": 1
                }
            },
            "ppp": {
                "100": {
                    "checksum": "sha256:640c55f9dc7e32054fc5dcb34e4080a848526a35cbc4225b32deec213e9906e4",
                    "enabled": 1
                }
            },
            "prelink": {
                "100": {
                    "checksum": "sha256:db21e33d0ffe48bd93a10808ea536532acad2578c499333de859afca9b4bfd5f",
                    "enabled": 1
                }
            },
            "prelude": {
                "100": {
                    "checksum": "sha256:2592c97f035c97e88768678244baa38c031afeb5e94730133a0a59e7b451aa57",
                    "enabled": 1
                }
            },
            "privoxy": {
                "100": {
                    "checksum": "sha256:2f9555f9f047d752841d98608cd372c9f9743fdaa88a59c96a0b2e85f9016b00",
                    "enabled": 1
                }
            },
            "procmail": {
                "100": {
                    "checksum": "sha256:ee1a9203e7dd07d84cfa3c20a2e069bb0552dc430a6d2feed2919e53731b1864",
                    "enabled": 1
                }
            },
            "prosody": {
                "100": {
                    "checksum": "sha256:360e32fc4cb037faf2b5684ce2d376c42cff14785fc95d82fd750fe66dabe1e2",
                    "enabled": 1
                }
            },
            "psad": {
                "100": {
                    "checksum": "sha256:9450644b2b34bbc91aa8d0c40b88fd2363137df218d38ccc6b28b94b63286d54",
                    "enabled": 1
                }
            },
            "ptchown": {
                "100": {
                    "checksum": "sha256:861c6b803141841f4756be8531775c7d37e8ec378b2b9e90f37e1932d35e5e36",
                    "enabled": 1
                }
            },
            "publicfile": {
                "100": {
                    "checksum": "sha256:a932f4ee30fe06d891909b328e9ed103a77010e273b19cd7e9debf3ba43204c6",
                    "enabled": 1
                }
            },
            "pulseaudio": {
                "100": {
                    "checksum": "sha256:005f82a614bbe1a6cca6611aee9b59d97e2f8b51c2b88b41d6f800145410a166",
                    "enabled": 1
                }
            },
            "puppet": {
                "100": {
                    "checksum": "sha256:0ac394773bec589974cc6ecc5f99dc5faf2871e771295cb84f33a86bdbd51a6d",
                    "enabled": 1
                }
            },
            "pwauth": {
                "100": {
                    "checksum": "sha256:4cabb0c5c75a395579d7523d3e7616db9fb0e1f40d3b9f581f6e94eebb049810",
                    "enabled": 1
                }
            },
            "qatlib": {
                "100": {
                    "checksum": "sha256:1ce83ef85ac222374d15e090a30072e96219bea1a6c1e72bb122842ebbec7cee",
                    "enabled": 1
                }
            },
            "qmail": {
                "100": {
                    "checksum": "sha256:7972bb152e68b8fdb1a77c84868b66e420365c9f526254fb272a7263500acbff",
                    "enabled": 1
                }
            },
            "qpid": {
                "100": {
                    "checksum": "sha256:7cd981f1dfd524edc5e5992f10cd1b3e723adcb3cfaf8c7bb42c8f5197e64378",
                    "enabled": 1
                }
            },
            "quantum": {
                "100": {
                    "checksum": "sha256:a25e72eac82204e6200ec843bc06d7b59a1ce7c755666bf1ed9effd12ee466d7",
                    "enabled": 1
                }
            },
            "quota": {
                "100": {
                    "checksum": "sha256:292ac0c56b89fb197298bc0cda18828e0c6c524414d7ccc38133e2552283136f",
                    "enabled": 1
                }
            },
            "rabbitmq": {
                "100": {
                    "checksum": "sha256:6ae09222a0b9aefa3ead90b1f1ee08972570b1f5e39d25c05108228e4d315d50",
                    "enabled": 1
                }
            },
            "radius": {
                "100": {
                    "checksum": "sha256:76e245eff00a30a5db15851804f5047caa072e5f418e44fd75e70fcaba611e73",
                    "enabled": 1
                }
            },
            "radvd": {
                "100": {
                    "checksum": "sha256:b0ab6f58a00a32e8119b2b598d56acdc5919c7d9414eec24beb5eca9d84c90dc",
                    "enabled": 1
                }
            },
            "raid": {
                "100": {
                    "checksum": "sha256:cea5ec9a6380cf597ff5f333d46b2a16568c3e71d059a326f645284c6e6c171e",
                    "enabled": 1
                }
            },
            "rasdaemon": {
                "100": {
                    "checksum": "sha256:f6d50ea9aa365ffb71b924d04e606e7e7be9fc0ff67899ad1fd348bb209a7ad1",
                    "enabled": 1
                }
            },
            "rdisc": {
                "100": {
                    "checksum": "sha256:d45a4dad3bf9f007f05eca41b5c04d4ae329405b60f307f8d6959fc92dee841e",
                    "enabled": 1
                }
            },
            "readahead": {
                "100": {
                    "checksum": "sha256:338d67a9fa343855efdd6d99bf0d28bdcf03631bdff7591c1a21e975471a510a",
                    "enabled": 1
                }
            },
            "realmd": {
                "100": {
                    "checksum": "sha256:e2efb27c1fed30b949be0f29464b99701353b8eb65bd2da624505c7fc1e586a4",
                    "enabled": 1
                }
            },
            "redis": {
                "100": {
                    "checksum": "sha256:642738508f133e3709992b5542f048755e1ca6bdd1c3eed8fbf6de60135fe754",
                    "enabled": 1
                }
            },
            "remotelogin": {
                "100": {
                    "checksum": "sha256:31f6f5efb0759335de46ac3ab4c8a64955f838afc9743a20f2e81a8cb54cb36a",
                    "enabled": 1
                }
            },
            "restraint": {
                "400": {
                    "checksum": "sha256:95d0d03fbc1d4147f02a0b3da7cd76efbdd75d1f5812cf6160e922336abbf270",
                    "enabled": 1
                }
            },
            "rhcd": {
                "100": {
                    "checksum": "sha256:439afb2b8b905d32073d55ee61bb5ebc085ac1dd2c4bbb6b25f90051827dc6d2",
                    "enabled": 1
                }
            },
            "rhcs": {
                "100": {
                    "checksum": "sha256:d90d617944f40798165d77873629210aed1662ccc21b8687d92b63eaac5ace8c",
                    "enabled": 1
                }
            },
            "rhev": {
                "100": {
                    "checksum": "sha256:4c8dc74bd9e7cebd9f78bae013483cdc6350fb8eb90debbf2888a89a0c30232c",
                    "enabled": 1
                }
            },
            "rhgb": {
                "100": {
                    "checksum": "sha256:4b222d1ae2a6931560eca08e087c56c7835ce79c3f82514c5c6d3e98a7de89b1",
                    "enabled": 1
                }
            },
            "rhnsd": {
                "100": {
                    "checksum": "sha256:12ea9c8c79218c6ef2da68bbe6f321ca6a7247a0f40142f1be8b85cb5b84d54d",
                    "enabled": 1
                }
            },
            "rhsmcertd": {
                "100": {
                    "checksum": "sha256:7750446fcfd40c402633126aab29d231a47f4ca8d4993cb703a3c203c25a2c0c",
                    "enabled": 1
                }
            },
            "rhts": {
                "400": {
                    "checksum": "sha256:39f15722a115b11064c20b8bc2758e8fe06531a8f923ea00a3e7079a0554e3d6",
                    "enabled": 1
                }
            },
            "ricci": {
                "100": {
                    "checksum": "sha256:c9afadeea7fc4762d923383de22df24de13563a6dbe205b9ab73a6ad0a5cff79",
                    "enabled": 1
                }
            },
            "rkhunter": {
                "100": {
                    "checksum": "sha256:5f31c86e2f2cc425040785cc22a9040c7cdb80bd1145dfd668d2b2597534d6e3",
                    "enabled": 1
                }
            },
            "rkt": {
                "100": {
                    "checksum": "sha256:6154fe3dc060aa2df1f629434a417621e043836c3fc0d1cfe128db80a0c3a5d9",
                    "enabled": 1
                }
            },
            "rlogin": {
                "100": {
                    "checksum": "sha256:2001491066517e9d1718973ef9ce30640101b146abaac53218e9fafc5838eba5",
                    "enabled": 1
                }
            },
            "rngd": {
                "100": {
                    "checksum": "sha256:932eb717c50cc3b89b0d39754e8d42285224c7112dc8fb773b979ae335c61b81",
                    "enabled": 1
                }
            },
            "rolekit": {
                "100": {
                    "checksum": "sha256:08975182ac9221887a5cec3f1e51639802794cfa718d6bfe245aa5f132bac74d",
                    "enabled": 1
                }
            },
            "roundup": {
                "100": {
                    "checksum": "sha256:931c928c6bf89625bce5b6cb76084615486f91d6e86a09fcaf007c47c5e68ba7",
                    "enabled": 1
                }
            },
            "rpc": {
                "100": {
                    "checksum": "sha256:0620e84d3a712ecc8e401e1ce695e4a5c1dd33c2097d6cec8127273e2063e36a",
                    "enabled": 1
                }
            },
            "rpcbind": {
                "100": {
                    "checksum": "sha256:3368e81d1e4c4368ed76661f4b636f38651dcc804843c4b1ef0f8ea0eff45d0d",
                    "enabled": 1
                }
            },
            "rpm": {
                "100": {
                    "checksum": "sha256:b1d6f8003dfb181c492f970957c0fdbac2625661fbec8ac0925a6c9b141429c0",
                    "enabled": 1
                }
            },
            "rrdcached": {
                "100": {
                    "checksum": "sha256:340e748f2da66a79889ffe2d77224bce0090a2954743d5c1098ac3cb1eb48866",
                    "enabled": 1
                }
            },
            "rshd": {
                "100": {
                    "checksum": "sha256:58d4cffb8b490c67aa4b1a335b0a3b933af4dfe6cc022fa0bc7400841d1efba7",
                    "enabled": 1
                }
            },
            "rshim": {
                "100": {
                    "checksum": "sha256:34695491986303ceda8be41882d8279b3065627df85b9ff616650c420c6395b8",
                    "enabled": 1
                }
            },
            "rssh": {
                "100": {
                    "checksum": "sha256:26f6c19589d58fd23c303ac699697517d6883a9531837ad406e2f09b7507278d",
                    "enabled": 1
                }
            },
            "rsync": {
                "100": {
                    "checksum": "sha256:0aa06de248b996ddd0afc67811e82a96bde2dc7a2c328ecbbf6c6a5c9c780784",
                    "enabled": 1
                }
            },
            "rtas": {
                "100": {
                    "checksum": "sha256:3cf7dfe541071b3898cd76674ccce511cb2b25626b0e5f9e43fb903f928508c5",
                    "enabled": 1
                }
            },
            "rtkit": {
                "100": {
                    "checksum": "sha256:d8e666993d2c3c43a5efc6628d04fed230f380cec2feafc9fb1eb305239ad954",
                    "enabled": 1
                }
            },
            "rwho": {
                "100": {
                    "checksum": "sha256:c66a34fe691a84d52c8dd62ed1e9c8525796ccb3114743202a1d11dab4397c1b",
                    "enabled": 1
                }
            },
            "samba": {
                "100": {
                    "checksum": "sha256:76d4803f3945be392c2ba2f3c801fc3a8d629ea342e2352aa2100f3cb70c6a65",
                    "enabled": 1
                }
            },
            "sambagui": {
                "100": {
                    "checksum": "sha256:4c91ce35da807c4194c847e713628c8c5a8c2edabbc32800a9f0245175d61f9a",
                    "enabled": 1
                }
            },
            "sandboxX": {
                "100": {
                    "checksum": "sha256:dd4e4f83f573e60a00c4c8f9fc6d281307ef29ab033281ec1d3bfe763ac842ef",
                    "enabled": 1
                }
            },
            "sanlock": {
                "100": {
                    "checksum": "sha256:12903fc32000cd4e9785975352f7cfc11ebb15acfbe277be575edb318b15131f",
                    "enabled": 1
                }
            },
            "sasl": {
                "100": {
                    "checksum": "sha256:5a49a242fb57fbde3ec1d0b7c33432f0beb2992005df650c1387cd727cfc31a8",
                    "enabled": 1
                }
            },
            "sbd": {
                "100": {
                    "checksum": "sha256:6b08742937f98065198547ba01efe084ce27119742dbfb22ffaefb651adcd4c5",
                    "enabled": 1
                }
            },
            "sblim": {
                "100": {
                    "checksum": "sha256:cf43ae0bb1072dfbd3f191147458ab654f4bf36c7e6e52b3ddc5e21d565e527b",
                    "enabled": 1
                }
            },
            "screen": {
                "100": {
                    "checksum": "sha256:5c749a6c028d95eabf66a4af046f252d580a96be344cc6a4cbaf6c41bc3d7052",
                    "enabled": 1
                }
            },
            "secadm": {
                "100": {
                    "checksum": "sha256:fbd918572c57ed1724375e81afce5d108e52933bcd98b454196a51fa9af36c7f",
                    "enabled": 1
                }
            },
            "sectoolm": {
                "100": {
                    "checksum": "sha256:35e4d2a3208b8c0d74c4016309c3447efac46618ce4209c78af9861f95cf36c6",
                    "enabled": 1
                }
            },
            "selinuxutil": {
                "100": {
                    "checksum": "sha256:3d5c69fa4c3932728225e61fa1eeb458ff2a29a2876c739d1e203322dc4dc7b3",
                    "enabled": 1
                }
            },
            "sendmail": {
                "100": {
                    "checksum": "sha256:b74fad36b6b99dce25b9723b5c83278e4cf0ad7a66b7f2d1788fa930737b6b26",
                    "enabled": 1
                }
            },
            "sensord": {
                "100": {
                    "checksum": "sha256:cf1265945526b166650edb71077e9778d22a9a35e59b12e1edae8b233e8e656b",
                    "enabled": 1
                }
            },
            "setrans": {
                "100": {
                    "checksum": "sha256:95193c003b42fd26e548de51bb8652289fc2fc66bd38f571c6e7173befc6e33d",
                    "enabled": 1
                }
            },
            "setroubleshoot": {
                "100": {
                    "checksum": "sha256:60686aef35513ad652ac553180e26c9864b890a3a5f442a091375b00f886b443",
                    "enabled": 1
                }
            },
            "seunshare": {
                "100": {
                    "checksum": "sha256:a8c3633cf363e103e840a32cace7793040117dbc627ae5ebdbb4509f79273cef",
                    "enabled": 1
                }
            },
            "sge": {
                "100": {
                    "checksum": "sha256:a78576b227ed6d26f57c3ee3bceb45529e50e6662914cf22ad89cc4dedce2251",
                    "enabled": 1
                }
            },
            "shorewall": {
                "100": {
                    "checksum": "sha256:f7c098e79dd886767fe6d5ae4e564d458a4b1243e99c0c74d8c36432e138599a",
                    "enabled": 1
                }
            },
            "slocate": {
                "100": {
                    "checksum": "sha256:cda143abf21914c24f0e38d8e9b9cb2668c88b44cb4df711004658dd53d3e902",
                    "enabled": 1
                }
            },
            "slpd": {
                "100": {
                    "checksum": "sha256:ba397cdd0a7a730fc70c7cad3cbe4ed2475c670b65ee5f9914aeb08b58200845",
                    "enabled": 1
                }
            },
            "smartmon": {
                "100": {
                    "checksum": "sha256:8ef416256baedc5250ebe2cee413dec8082c9dcb2e9d11a4efa164326551eae8",
                    "enabled": 1
                }
            },
            "smokeping": {
                "100": {
                    "checksum": "sha256:81de53921f1a522847961acb56f77dbad54284bcf8841f52afe11ced904a20d7",
                    "enabled": 1
                }
            },
            "smoltclient": {
                "100": {
                    "checksum": "sha256:95c7ee276c5baae8d1a63c94a349ea997f421cebdf73d013ab4b90b34d986fd0",
                    "enabled": 1
                }
            },
            "smsd": {
                "100": {
                    "checksum": "sha256:d871da983b281e8a8daec281efefbc6f6bf1ce5d5cbea4b352b49a08b0d89c77",
                    "enabled": 1
                }
            },
            "snapper": {
                "100": {
                    "checksum": "sha256:4e5c5d73145bbed79c08e82d0a21a965d8cb7a92db76b202b5d134fa42c95fe1",
                    "enabled": 1
                }
            },
            "snmp": {
                "100": {
                    "checksum": "sha256:af32d5989dfb265da12ba1be45f553eb0cca6ad12097540b811f7c30fbb208fe",
                    "enabled": 1
                }
            },
            "snort": {
                "100": {
                    "checksum": "sha256:b1696f79ceb514e5ffed2caea4f90f783c94ca4a73a22f278e48438182d4f07e",
                    "enabled": 1
                }
            },
            "sosreport": {
                "100": {
                    "checksum": "sha256:8059bae88c09a10f717526e476d1a4007db637fea6adc08fad6b17449dbc9e4d",
                    "enabled": 1
                }
            },
            "soundserver": {
                "100": {
                    "checksum": "sha256:3d50318423313efcf8160d08a3bd655e53f34b30374d9dc30ad5bea5cc7e0776",
                    "enabled": 1
                }
            },
            "spamassassin": {
                "100": {
                    "checksum": "sha256:4054ceef428a1df14d5fd4c620fce5d039a236500c1368a7a6e4bb07135d307a",
                    "enabled": 1
                }
            },
            "speech-dispatcher": {
                "100": {
                    "checksum": "sha256:b08147b36ed3fa54428c34c8ac8e2781717ecb453c2372760d41a7738b7757da",
                    "enabled": 1
                }
            },
            "squid": {
                "100": {
                    "checksum": "sha256:d6ec108e7f32a9cfe6f024cd5287a9b020783887f6a71e03b113eab3304342ab",
                    "enabled": 1
                }
            },
            "ssh": {
                "100": {
                    "checksum": "sha256:97b2011b254075f1c3ef158248c3d5d873e56873abe9fc9110438508cb252edd",
                    "enabled": 1
                }
            },
            "sslh": {
                "100": {
                    "checksum": "sha256:5f14c1526eaa63f5176c2e6401410159cacd7f06f89d3c37c6670f5f3193eaa4",
                    "enabled": 1
                }
            },
            "sssd": {
                "100": {
                    "checksum": "sha256:4efe2c843fcfefd5b0b2723830b24042e2f4f024c9208895282d3489f1e04bc4",
                    "enabled": 1
                }
            },
            "staff": {
                "100": {
                    "checksum": "sha256:01b30957354acb8dcf5243937aacd87288390d40e07e724e13f441699825c386",
                    "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:b24d3a5bcd4ecd35cd51836670ce97820a48a3669c0d590e716aee30709dc1f7",
                    "enabled": 1
                }
            },
            "su": {
                "100": {
                    "checksum": "sha256:858e8488feb83d85137a778c3b8c5140d9bc7d9b83a43077a23fbfd27091349c",
                    "enabled": 1
                }
            },
            "sudo": {
                "100": {
                    "checksum": "sha256:ee6a6fd39589168741be9b8c1c35cb6103464541c8b8871423f81d575b5786a3",
                    "enabled": 1
                }
            },
            "svnserve": {
                "100": {
                    "checksum": "sha256:2a78595b73c7ea25c5b395ec91f18b3dad58002dd8ef3652d69edd5a8c13f3f5",
                    "enabled": 1
                }
            },
            "swift": {
                "100": {
                    "checksum": "sha256:ccacc18e643d0ca081b36d910abb0ad6fae2acdd1f92a52b4fc9004fc31f4677",
                    "enabled": 1
                }
            },
            "sysadm": {
                "100": {
                    "checksum": "sha256:4a562295773a4eee6be64369bd48a6ba83944c0b8766dfd8fc572d09c8280243",
                    "enabled": 1
                }
            },
            "sysadm_secadm": {
                "100": {
                    "checksum": "sha256:8b3d56e43b270a3c8e85c91782ceb793a817dadff0af988ed17ec41251b9b315",
                    "enabled": 1
                }
            },
            "sysnetwork": {
                "100": {
                    "checksum": "sha256:6cf6d7c76e8239bbd876a16bf8321e68680308e33cf8a88e89236172e07d852e",
                    "enabled": 1
                }
            },
            "sysstat": {
                "100": {
                    "checksum": "sha256:e35d3df921d581298273023c20b12e4d1168c249b06e08458a27732a4ff082ce",
                    "enabled": 1
                }
            },
            "systemd": {
                "100": {
                    "checksum": "sha256:f2822225dba4e22daf2f143458e810b46166765e37a8f3c02fd0239d3be14ae1",
                    "enabled": 1
                }
            },
            "tangd": {
                "100": {
                    "checksum": "sha256:b09965ae1db2d4aeab2d1c8775897288e6d55224183205ed48002daa816d2bbd",
                    "enabled": 1
                }
            },
            "targetd": {
                "100": {
                    "checksum": "sha256:8d31e97d05e23cbca57938b58d725c33af5e6aaa3e563971a398936cd3a21b36",
                    "enabled": 1
                }
            },
            "tcpd": {
                "100": {
                    "checksum": "sha256:2ea50e3363cefebf4b9bbcb6bcdd9e923da455c54a14c509f8c5ba9ca4da1c5d",
                    "enabled": 1
                }
            },
            "tcsd": {
                "100": {
                    "checksum": "sha256:a4d57e1e23ddfdbf6977fae56c0797b5791bd7a03bc3e7da5ae87d6f9ca870cc",
                    "enabled": 1
                }
            },
            "telepathy": {
                "100": {
                    "checksum": "sha256:98fac790af3d7a87e75899e112ba5d4cd2455261e44b60f1a0d7387ba0e0ad49",
                    "enabled": 1
                }
            },
            "telnet": {
                "100": {
                    "checksum": "sha256:e531681ec043e98c7aa5feeb5948eb339c71c657dd9a93a7dc35909aee56de2b",
                    "enabled": 1
                }
            },
            "tftp": {
                "100": {
                    "checksum": "sha256:7746597ed5d872b63e1e842421771ebacdcde5288bfd6d006346ad554e4799e7",
                    "enabled": 1
                }
            },
            "tgtd": {
                "100": {
                    "checksum": "sha256:e599de319c72ac9f8ca525508c1d2ce54b46a85f378b56b04ff8fa1781250c60",
                    "enabled": 1
                }
            },
            "thin": {
                "100": {
                    "checksum": "sha256:9825f5ea5ecf0720ae08c5fb7a50d3318b3dfb520801cf5ec8c0663364df5a62",
                    "enabled": 1
                }
            },
            "thumb": {
                "100": {
                    "checksum": "sha256:967c4a8d81c00053b35bd61cd547e73dba57abbdd31de06c242c46fac0aff410",
                    "enabled": 1
                }
            },
            "timedatex": {
                "100": {
                    "checksum": "sha256:127a1f551291ce8c39e638b32770fdeadda67312a1c16dc1fad7da9b5a4f5c01",
                    "enabled": 1
                }
            },
            "tlp": {
                "100": {
                    "checksum": "sha256:c3135382d1212256d9ad9ce4c893271cc8093256fdfd34e0a37d9912dc75b16d",
                    "enabled": 1
                }
            },
            "tmpreaper": {
                "100": {
                    "checksum": "sha256:5650adc4d1a2c1db0f3733e73fe7b7b9aa4fda69a1d3308e0b59a8c4cf30c5f5",
                    "enabled": 1
                }
            },
            "tomcat": {
                "100": {
                    "checksum": "sha256:59312967f089bd0efa786367f1587ca124a49b7eb0ba7b5f21c2d66bc66e1b1b",
                    "enabled": 1
                }
            },
            "tor": {
                "100": {
                    "checksum": "sha256:210d53406ae0727c0243c597928358124d2c44c16bf33a47767a3ac88227414b",
                    "enabled": 1
                }
            },
            "tuned": {
                "100": {
                    "checksum": "sha256:758f35f5b9f4195f564792cf864a87a9b6e8de155fc2d348d4eec0ca30d8463d",
                    "enabled": 1
                }
            },
            "tvtime": {
                "100": {
                    "checksum": "sha256:59a579d32a09dd28b983fdaaa6f695be68dfbe0273ee26bd8540e116d07084b4",
                    "enabled": 1
                }
            },
            "udev": {
                "100": {
                    "checksum": "sha256:acb78447445a0d74b28f8e7b5db170464c56476be775e8d2577b04cb55ce3f69",
                    "enabled": 1
                }
            },
            "ulogd": {
                "100": {
                    "checksum": "sha256:fbd1de444b4bfe75df73aee4560955dac1378eb7e5654d05d849c67db43546b5",
                    "enabled": 1
                }
            },
            "uml": {
                "100": {
                    "checksum": "sha256:c05987c6a9f49b3370c011d79431dc52d6d435e89a577d7d10a8db02587a3786",
                    "enabled": 1
                }
            },
            "unconfined": {
                "100": {
                    "checksum": "sha256:be7e30d2c6b24f9d403c9b96acbf9258310b570cb8bf11fdf05166b4b4144664",
                    "enabled": 1
                }
            },
            "unconfineduser": {
                "100": {
                    "checksum": "sha256:8006817bbdf1a8de02fbe47d42fd5a79fd515cbb9b40a49cd5677cd83dc5b466",
                    "enabled": 1
                }
            },
            "unlabelednet": {
                "100": {
                    "checksum": "sha256:1b37d8de7cf505da7e184ad33a2d04904d9fc51d64707b5d7e449b9d615deaa2",
                    "enabled": 1
                }
            },
            "unprivuser": {
                "100": {
                    "checksum": "sha256:ca8c125d322b127dcdc6bc5010fbaf6f4b6d08997a3925d7d2d2946064c4a0b5",
                    "enabled": 1
                }
            },
            "updfstab": {
                "100": {
                    "checksum": "sha256:e698b5479929ff28896c7e38efc410a47b6a5cd38eafd56c0c8de7fa210d16e3",
                    "enabled": 1
                }
            },
            "usbmodules": {
                "100": {
                    "checksum": "sha256:00518ce2d8f4e15cf7186a7467c8710848f2312adbbfb919cd6bed45d40d10d4",
                    "enabled": 1
                }
            },
            "usbmuxd": {
                "100": {
                    "checksum": "sha256:495bbffef9f008519da7918d89fdb853bab29a6c718ed72b13496574d16a18af",
                    "enabled": 1
                }
            },
            "userdomain": {
                "100": {
                    "checksum": "sha256:3fd80d33fa8d00faaa71556b252c45f509297db070ec8fd764621f29383ec539",
                    "enabled": 1
                }
            },
            "userhelper": {
                "100": {
                    "checksum": "sha256:ec2502e379bebb8c8b29386cb8324f0fe8b3935bf065702a1b0a3cf4224e9798",
                    "enabled": 1
                }
            },
            "usermanage": {
                "100": {
                    "checksum": "sha256:35178826cea105b5cbec665c4032d007e453cc6897c787d14b00700e37ac5cdc",
                    "enabled": 1
                }
            },
            "usernetctl": {
                "100": {
                    "checksum": "sha256:24d457c012fb774bde2ecfb530699e6b4768604525b33f8d3cc99844f53918bb",
                    "enabled": 1
                }
            },
            "uucp": {
                "100": {
                    "checksum": "sha256:5451b95ffd75ed6e3a933bc0518e3dd2e9dfad315b4a6d3b08653469e8168668",
                    "enabled": 1
                }
            },
            "uuidd": {
                "100": {
                    "checksum": "sha256:7e39bde0db4bb71a014b04fe58282e134c94c1e753bd1b15e3e7f64b016bcb51",
                    "enabled": 1
                }
            },
            "varnishd": {
                "100": {
                    "checksum": "sha256:b6a3a26dac9580a586502165719438a72e9d41f72ff3d21eb05225a6d368f296",
                    "enabled": 1
                }
            },
            "vdagent": {
                "100": {
                    "checksum": "sha256:f513668cef5d03425903904f53f97a3640fa138faa4d1c13192d46b752b78c71",
                    "enabled": 1
                }
            },
            "vhostmd": {
                "100": {
                    "checksum": "sha256:bc8ddc6407a2ff415e265da8ff8609013d8d173979235acf4fcd1cbfc313a571",
                    "enabled": 1
                }
            },
            "virt": {
                "100": {
                    "checksum": "sha256:cd3e6ed1bf32565b0221cc300aec76cac52f23ff116704c4d30c10263c2bf7f9",
                    "enabled": 1
                }
            },
            "virt_supplementary": {
                "100": {
                    "checksum": "sha256:d80a998844ea68164a2ac00d46b8c5ce51107066dc44a30ab41057a4e3ac259e",
                    "enabled": 1
                }
            },
            "vlock": {
                "100": {
                    "checksum": "sha256:ec8354aba09fd7ab45ed59a737034196f8b6c4df25e6079c4a00985e36b15f92",
                    "enabled": 1
                }
            },
            "vmtools": {
                "100": {
                    "checksum": "sha256:2b632a2cf0d1be1e6bffaf66a320cfd73cd3cb175711cfcab9ff77147838db40",
                    "enabled": 1
                }
            },
            "vmware": {
                "100": {
                    "checksum": "sha256:70cd067efc6e8ae5416b382c4b056f7a723459bc1c4e2e7f24fdb757d341845d",
                    "enabled": 1
                }
            },
            "vnstatd": {
                "100": {
                    "checksum": "sha256:fc8312deb1ef563cfbf8da562e6afba6dd16f4adc97e027c294ff06b1f1ef29f",
                    "enabled": 1
                }
            },
            "vpn": {
                "100": {
                    "checksum": "sha256:e1a9309d48b6463d32450421e867adadb08adbd641eaa072dcb5cd3d629f5dae",
                    "enabled": 1
                }
            },
            "w3c": {
                "100": {
                    "checksum": "sha256:6b19f10f4a51f6f1f343b082d4a96c3335b191f00d41152ae090627f727b8360",
                    "enabled": 1
                }
            },
            "watchdog": {
                "100": {
                    "checksum": "sha256:1171d89af3fa7fc84808f2b6f44fa9a6f8c161198fd3e326fa0f6f63b3820aac",
                    "enabled": 1
                }
            },
            "wdmd": {
                "100": {
                    "checksum": "sha256:78171e88b18db8befbfd2f75e232ed2925648955c4891c790e084063bc5e29f2",
                    "enabled": 1
                }
            },
            "webadm": {
                "100": {
                    "checksum": "sha256:f836d4af3abab47d1c5afe5f6a83ca9303506403e75e65f10fe4c4c719dee46a",
                    "enabled": 1
                }
            },
            "webalizer": {
                "100": {
                    "checksum": "sha256:43f69260eb8c399ceb227825b190ee1758a60b1b78052b1fbfe21d5fce8daab5",
                    "enabled": 1
                }
            },
            "wine": {
                "100": {
                    "checksum": "sha256:204369c49480adaf6c3bbee72b72ec17a5fac47821e371ac9b0e633666af050e",
                    "enabled": 1
                }
            },
            "wireguard": {
                "100": {
                    "checksum": "sha256:ec1197ebeb6bdbc525a66b7e661a8f7a58fe0a4cbf09ba7df7ee055d23746c1c",
                    "enabled": 1
                }
            },
            "wireshark": {
                "100": {
                    "checksum": "sha256:04f7d964a66c88c0ed6af6d352fa81af6618f3a16c0db0363e6f2df07d9ea83a",
                    "enabled": 1
                }
            },
            "xen": {
                "100": {
                    "checksum": "sha256:e79e6baf86bd76cda73219fd891bd706c38ecb6e37a92c24ba4291b28e8782de",
                    "enabled": 1
                }
            },
            "xguest": {
                "100": {
                    "checksum": "sha256:710ba99d8d809150194ab9c84f7e292435f65de06702b0fe6e9bdfa362076621",
                    "enabled": 1
                }
            },
            "xserver": {
                "100": {
                    "checksum": "sha256:05105fee82ae1decbb668b154e32f643eda2779459b0e35edcfa358996436147",
                    "enabled": 1
                }
            },
            "zabbix": {
                "100": {
                    "checksum": "sha256:a7eab2820c4bf5c9e51dd30942fce48426c0e35c25d5c13efda6e9313602a66f",
                    "enabled": 1
                }
            },
            "zarafa": {
                "100": {
                    "checksum": "sha256:b1738ace3c35a58867613fabb433a761136afae86bab322ea4d192436c5b0ddd",
                    "enabled": 1
                }
            },
            "zebra": {
                "100": {
                    "checksum": "sha256:913b9c2802fc6607d811ffc278dff3fb84d81942603cf21e1b4efcebf6a7529e",
                    "enabled": 1
                }
            },
            "zoneminder": {
                "100": {
                    "checksum": "sha256:19a33723d291446ee9617d0120088d7bae884e5a963c48a8afec20fc6bacc4bc",
                    "enabled": 1
                }
            },
            "zosremote": {
                "100": {
                    "checksum": "sha256:0e85101587e037fa8552703dfe40e3c31d4b86d65981d03ca3bcb9f91cde9e06",
                    "enabled": 1
                }
            }
        },
        "selinux_priorities": true
    },
    "changed": false
}

TASK [fedora.linux_system_roles.selinux : Load SELinux modules] ****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:115
Friday 25 October 2024  11:16:38 -0400 (0:00:03.646)       0:02:06.802 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "selinux_modules is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:128
Friday 25 October 2024  11:16:39 -0400 (0:00:00.066)       0:02:06.869 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:136
Friday 25 October 2024  11:16:39 -0400 (0:00:00.049)       0:02:06.919 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124
Friday 25 October 2024  11:16:39 -0400 (0:00:00.080)       0:02:06.999 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_cancel_user_linger": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] *******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128
Friday 25 October 2024  11:16:39 -0400 (0:00:00.094)       0:02:07.094 ******** 
skipping: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle credential files - present] ****
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137
Friday 25 October 2024  11:16:39 -0400 (0:00:00.058)       0:02:07.152 ******** 
skipping: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle secrets] ***********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146
Friday 25 October 2024  11:16:39 -0400 (0:00:00.040)       0:02:07.192 ******** 
skipping: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] *****
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153
Friday 25 October 2024  11:16:39 -0400 (0:00:00.045)       0:02:07.238 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node2 => (item=(censored due to no_log))

TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14
Friday 25 October 2024  11:16:39 -0400 (0:00:00.150)       0:02:07.389 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_spec": {
            "state": "created"
        },
        "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n  labels:\n    app: test\n    io.containers.autoupdate: registry\n  name: nopull\nspec:\n  containers:\n    - name: nopull\n      image: quay.io/libpod/testimage:20210610\n"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21
Friday 25 October 2024  11:16:39 -0400 (0:00:00.067)       0:02:07.457 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_continue_if_pull_fails": false,
        "__podman_kube": {
            "apiVersion": "v1",
            "kind": "Pod",
            "metadata": {
                "labels": {
                    "app": "test",
                    "io.containers.autoupdate": "registry"
                },
                "name": "nopull"
            },
            "spec": {
                "containers": [
                    {
                        "image": "quay.io/libpod/testimage:20210610",
                        "name": "nopull"
                    }
                ]
            }
        },
        "__podman_kube_file": "",
        "__podman_pull_image": false,
        "__podman_state": "created",
        "__podman_systemd_unit_scope": "",
        "__podman_user": "root"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33
Friday 25 October 2024  11:16:39 -0400 (0:00:00.061)       0:02:07.518 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_name": "nopull",
        "__podman_rootless": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Check user and group information] *****
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38
Friday 25 October 2024  11:16:39 -0400 (0:00:00.047)       0:02:07.565 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Get user information] *****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Friday 25 October 2024  11:16:39 -0400 (0:00:00.087)       0:02:07.653 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user does not exist] **********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Friday 25 October 2024  11:16:39 -0400 (0:00:00.136)       0:02:07.789 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set group for podman user] ************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Friday 25 October 2024  11:16:40 -0400 (0:00:00.081)       0:02:07.871 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_group": "0"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Friday 25 October 2024  11:16:40 -0400 (0:00:00.097)       0:02:07.968 ******** 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "atime": 1729869378.0103734,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 32,
        "charset": "binary",
        "checksum": "86395ad7ce62834c967dc50f963a68f042029188",
        "ctime": 1729869347.9092026,
        "dev": 51714,
        "device_type": 0,
        "executable": true,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 8895830,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "application/x-pie-executable",
        "mode": "0755",
        "mtime": 1719187200.0,
        "nlink": 1,
        "path": "/usr/bin/getsubids",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 15728,
        "uid": 0,
        "version": "2735121205",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": true,
        "xoth": true,
        "xusr": true
    }
}

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Friday 25 October 2024  11:16:40 -0400 (0:00:00.421)       0:02:08.390 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44
Friday 25 October 2024  11:16:40 -0400 (0:00:00.041)       0:02:08.432 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49
Friday 25 October 2024  11:16:40 -0400 (0:00:00.042)       0:02:08.474 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get subuid file] **********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62
Friday 25 October 2024  11:16:40 -0400 (0:00:00.042)       0:02:08.517 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get subgid file] **********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67
Friday 25 October 2024  11:16:40 -0400 (0:00:00.043)       0:02:08.560 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72
Friday 25 October 2024  11:16:40 -0400 (0:00:00.050)       0:02:08.611 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82
Friday 25 October 2024  11:16:40 -0400 (0:00:00.066)       0:02:08.678 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89
Friday 25 October 2024  11:16:40 -0400 (0:00:00.047)       0:02:08.725 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43
Friday 25 October 2024  11:16:40 -0400 (0:00:00.055)       0:02:08.781 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_kube",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52
Friday 25 October 2024  11:16:41 -0400 (0:00:00.102)       0:02:08.883 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_activate_systemd_unit": false,
        "__podman_systemd_scope": "system",
        "__podman_user_home_dir": "/root",
        "__podman_xdg_runtime_dir": "/run/user/0"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60
Friday 25 October 2024  11:16:41 -0400 (0:00:00.066)       0:02:08.949 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_path": "/etc/containers/ansible-kubernetes.d"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64
Friday 25 October 2024  11:16:41 -0400 (0:00:00.047)       0:02:08.997 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/nopull.yml"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68
Friday 25 October 2024  11:16:41 -0400 (0:00:00.053)       0:02:09.050 ******** 
ok: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75
Friday 25 October 2024  11:16:41 -0400 (0:00:00.060)       0:02:09.110 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_activate_systemd_unit | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83
Friday 25 October 2024  11:16:41 -0400 (0:00:00.046)       0:02:09.156 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_state == \"absent\"",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Create and update containers and services] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87
Friday 25 October 2024  11:16:41 -0400 (0:00:00.041)       0:02:09.198 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Manage linger] ************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2
Friday 25 October 2024  11:16:41 -0400 (0:00:00.121)       0:02:09.319 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Enable linger if needed] **************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12
Friday 25 October 2024  11:16:41 -0400 (0:00:00.104)       0:02:09.424 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_rootless | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18
Friday 25 October 2024  11:16:41 -0400 (0:00:00.065)       0:02:09.490 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_rootless | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22
Friday 25 October 2024  11:16:41 -0400 (0:00:00.114)       0:02:09.605 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_rootless | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get the host mount volumes] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7
Friday 25 October 2024  11:16:41 -0400 (0:00:00.051)       0:02:09.656 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "'volumes' in __podman_kube['spec']",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Create host directories] **************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18
Friday 25 October 2024  11:16:41 -0400 (0:00:00.047)       0:02:09.703 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_volumes | d([]) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Ensure container images are present] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29
Friday 25 October 2024  11:16:41 -0400 (0:00:00.047)       0:02:09.751 ******** 
skipping: [managed-node2] => (item=None)  => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}
skipping: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Check the kubernetes yaml file] *******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53
Friday 25 October 2024  11:16:42 -0400 (0:00:00.060)       0:02:09.811 ******** 
ok: [managed-node2] => {
    "changed": false,
    "failed_when_result": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.podman : Ensure the kubernetes directory is present] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61
Friday 25 October 2024  11:16:42 -0400 (0:00:00.394)       0:02:10.206 ******** 
changed: [managed-node2] => {
    "changed": true,
    "gid": 0,
    "group": "root",
    "mode": "0755",
    "owner": "root",
    "path": "/etc/containers/ansible-kubernetes.d",
    "secontext": "unconfined_u:object_r:etc_t:s0",
    "size": 6,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.podman : Ensure kubernetes yaml files are present] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70
Friday 25 October 2024  11:16:42 -0400 (0:00:00.435)       0:02:10.642 ******** 
changed: [managed-node2] => {
    "changed": true,
    "checksum": "d5dc917e3cae36de03aa971a17ac473f86fdf934",
    "dest": "/etc/containers/ansible-kubernetes.d/nopull.yml",
    "gid": 0,
    "group": "root",
    "md5sum": "1eceaf0da0bbf69a778deb11f0449417",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:etc_t:s0",
    "size": 217,
    "src": "/root/.ansible/tmp/ansible-tmp-1729869402.8941734-8825-199531740404507/.source.yml",
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.podman : Update containers/pods] ***************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80
Friday 25 October 2024  11:16:43 -0400 (0:00:00.753)       0:02:11.396 ******** 
[WARNING]: Using a variable for a task's 'args' is unsafe in some situations
(see
https://docs.ansible.com/ansible/devel/reference_appendices/faq.html#argsplat-
unsafe)
changed: [managed-node2] => {
    "actions": [
        "/usr/bin/podman play kube --start=false /etc/containers/ansible-kubernetes.d/nopull.yml"
    ],
    "changed": true
}

STDOUT:

Pod:
36e6c3ce66940e23f3c64c02b328b0314b107272c3a7c19433cb5a4529008330
Container:
47f39831b9d077c58fff171b07d98e2bd5d714a8185366ef552667ae5217cf89




STDERR:

Trying to pull quay.io/libpod/testimage:20210610...
Getting image source signatures
Copying blob sha256:9afcdfe780b4ea44cc52d22e3f93ccf212388a90370773571ce034a62e14174e
Copying config sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f
Writing manifest to image destination


TASK [fedora.linux_system_roles.podman : Reload systemctl] *********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:88
Friday 25 October 2024  11:16:46 -0400 (0:00:03.008)       0:02:14.404 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_activate_systemd_unit | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Enable service] ***********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:100
Friday 25 October 2024  11:16:46 -0400 (0:00:00.051)       0:02:14.455 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_activate_systemd_unit | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Start service] ************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113
Friday 25 October 2024  11:16:46 -0400 (0:00:00.066)       0:02:14.522 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_activate_systemd_unit | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Restart service] **********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:127
Friday 25 October 2024  11:16:46 -0400 (0:00:00.057)       0:02:14.579 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_activate_systemd_unit | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160
Friday 25 October 2024  11:16:46 -0400 (0:00:00.113)       0:02:14.692 ******** 
skipping: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Cancel linger] ************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167
Friday 25 October 2024  11:16:46 -0400 (0:00:00.044)       0:02:14.737 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.podman : Handle credential files - absent] *****
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173
Friday 25 October 2024  11:16:46 -0400 (0:00:00.045)       0:02:14.783 ******** 
skipping: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182
Friday 25 October 2024  11:16:47 -0400 (0:00:00.043)       0:02:14.827 ******** 
skipping: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [Verify image not pulled] *************************************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:235
Friday 25 October 2024  11:16:47 -0400 (0:00:00.066)       0:02:14.894 ******** 
ok: [managed-node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Run role - verify continue if pull fails] ********************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:239
Friday 25 October 2024  11:16:47 -0400 (0:00:00.052)       0:02:14.946 ******** 
included: fedora.linux_system_roles.podman for managed-node2

TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3
Friday 25 October 2024  11:16:47 -0400 (0:00:00.153)       0:02:15.099 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] ****
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3
Friday 25 October 2024  11:16:47 -0400 (0:00:00.114)       0:02:15.214 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11
Friday 25 October 2024  11:16:47 -0400 (0:00:00.142)       0:02:15.357 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16
Friday 25 October 2024  11:16:47 -0400 (0:00:00.070)       0:02:15.428 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23
Friday 25 October 2024  11:16:47 -0400 (0:00:00.077)       0:02:15.505 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28
Friday 25 October 2024  11:16:47 -0400 (0:00:00.074)       0:02:15.580 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32
Friday 25 October 2024  11:16:47 -0400 (0:00:00.076)       0:02:15.657 ******** 
ok: [managed-node2] => (item=RedHat.yml) => {
    "ansible_facts": {
        "__podman_packages": [
            "podman",
            "shadow-utils-subid"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml"
}
skipping: [managed-node2] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "CentOS.yml",
    "skip_reason": "Conditional result was False"
}
ok: [managed-node2] => (item=CentOS_10.yml) => {
    "ansible_facts": {
        "__podman_packages": [
            "iptables-nft",
            "podman",
            "shadow-utils-subid"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_10.yml"
}
ok: [managed-node2] => (item=CentOS_10.yml) => {
    "ansible_facts": {
        "__podman_packages": [
            "iptables-nft",
            "podman",
            "shadow-utils-subid"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_10.yml"
}

TASK [fedora.linux_system_roles.podman : Gather the package facts] *************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6
Friday 25 October 2024  11:16:48 -0400 (0:00:00.151)       0:02:15.808 ******** 
ok: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Enable copr if requested] *************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10
Friday 25 October 2024  11:16:48 -0400 (0:00:00.832)       0:02:16.641 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_use_copr | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14
Friday 25 October 2024  11:16:48 -0400 (0:00:00.104)       0:02:16.745 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "(__podman_packages | difference(ansible_facts.packages))",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28
Friday 25 October 2024  11:16:49 -0400 (0:00:00.132)       0:02:16.878 ******** 
skipping: [managed-node2] => {
    "false_condition": "__podman_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33
Friday 25 October 2024  11:16:49 -0400 (0:00:00.108)       0:02:16.986 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38
Friday 25 October 2024  11:16:49 -0400 (0:00:00.080)       0:02:17.066 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get podman version] *******************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46
Friday 25 October 2024  11:16:49 -0400 (0:00:00.131)       0:02:17.198 ******** 
ok: [managed-node2] => {
    "changed": false,
    "cmd": [
        "podman",
        "--version"
    ],
    "delta": "0:00:00.024954",
    "end": "2024-10-25 11:16:49.725032",
    "rc": 0,
    "start": "2024-10-25 11:16:49.700078"
}

STDOUT:

podman version 5.2.2

TASK [fedora.linux_system_roles.podman : Set podman version] *******************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52
Friday 25 October 2024  11:16:49 -0400 (0:00:00.437)       0:02:17.636 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "podman_version": "5.2.2"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56
Friday 25 October 2024  11:16:49 -0400 (0:00:00.076)       0:02:17.712 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_version is version(\"4.2\", \"<\")",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63
Friday 25 October 2024  11:16:50 -0400 (0:00:00.105)       0:02:17.818 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "(podman_quadlet_specs | length > 0) or (podman_secrets | length > 0)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73
Friday 25 October 2024  11:16:50 -0400 (0:00:00.127)       0:02:17.946 ******** 
META: end_host conditional evaluated to False, continuing execution for managed-node2
skipping: [managed-node2] => {
    "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2"
}

MSG:

end_host conditional evaluated to false, continuing execution for managed-node2

TASK [fedora.linux_system_roles.podman : Check user and group information] *****
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80
Friday 25 October 2024  11:16:50 -0400 (0:00:00.112)       0:02:18.058 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Get user information] *****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Friday 25 October 2024  11:16:50 -0400 (0:00:00.116)       0:02:18.174 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user does not exist] **********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Friday 25 October 2024  11:16:50 -0400 (0:00:00.050)       0:02:18.225 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set group for podman user] ************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Friday 25 October 2024  11:16:50 -0400 (0:00:00.053)       0:02:18.278 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_group": "0"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Friday 25 October 2024  11:16:50 -0400 (0:00:00.067)       0:02:18.346 ******** 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "atime": 1729869378.0103734,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 32,
        "charset": "binary",
        "checksum": "86395ad7ce62834c967dc50f963a68f042029188",
        "ctime": 1729869347.9092026,
        "dev": 51714,
        "device_type": 0,
        "executable": true,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 8895830,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "application/x-pie-executable",
        "mode": "0755",
        "mtime": 1719187200.0,
        "nlink": 1,
        "path": "/usr/bin/getsubids",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 15728,
        "uid": 0,
        "version": "2735121205",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": true,
        "xoth": true,
        "xusr": true
    }
}

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Friday 25 October 2024  11:16:51 -0400 (0:00:00.466)       0:02:18.813 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44
Friday 25 October 2024  11:16:51 -0400 (0:00:00.043)       0:02:18.856 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49
Friday 25 October 2024  11:16:51 -0400 (0:00:00.044)       0:02:18.901 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get subuid file] **********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62
Friday 25 October 2024  11:16:51 -0400 (0:00:00.055)       0:02:18.956 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get subgid file] **********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67
Friday 25 October 2024  11:16:51 -0400 (0:00:00.068)       0:02:19.025 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72
Friday 25 October 2024  11:16:51 -0400 (0:00:00.079)       0:02:19.104 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82
Friday 25 October 2024  11:16:51 -0400 (0:00:00.065)       0:02:19.170 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89
Friday 25 October 2024  11:16:51 -0400 (0:00:00.064)       0:02:19.235 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set config file paths] ****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86
Friday 25 October 2024  11:16:51 -0400 (0:00:00.068)       0:02:19.303 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf",
        "__podman_policy_json_file": "/etc/containers/policy.json",
        "__podman_registries_conf_file": "/etc/containers/registries.conf.d/50-systemroles.conf",
        "__podman_storage_conf_file": "/etc/containers/storage.conf"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle container.conf.d] **************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95
Friday 25 October 2024  11:16:51 -0400 (0:00:00.084)       0:02:19.388 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5
Friday 25 October 2024  11:16:51 -0400 (0:00:00.133)       0:02:19.521 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_containers_conf | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Update container config file] *********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13
Friday 25 October 2024  11:16:51 -0400 (0:00:00.135)       0:02:19.657 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_containers_conf | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] *************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98
Friday 25 October 2024  11:16:51 -0400 (0:00:00.048)       0:02:19.705 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5
Friday 25 October 2024  11:16:51 -0400 (0:00:00.099)       0:02:19.805 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_registries_conf | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Update registries config file] ********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13
Friday 25 October 2024  11:16:52 -0400 (0:00:00.045)       0:02:19.850 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_registries_conf | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Handle storage.conf] ******************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101
Friday 25 October 2024  11:16:52 -0400 (0:00:00.046)       0:02:19.896 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5
Friday 25 October 2024  11:16:52 -0400 (0:00:00.086)       0:02:19.983 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_storage_conf | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Update storage config file] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13
Friday 25 October 2024  11:16:52 -0400 (0:00:00.052)       0:02:20.036 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_storage_conf | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Handle policy.json] *******************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104
Friday 25 October 2024  11:16:52 -0400 (0:00:00.075)       0:02:20.111 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6
Friday 25 October 2024  11:16:52 -0400 (0:00:00.125)       0:02:20.237 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_policy_json | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14
Friday 25 October 2024  11:16:52 -0400 (0:00:00.104)       0:02:20.342 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_policy_json | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get the existing policy.json] *********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19
Friday 25 October 2024  11:16:52 -0400 (0:00:00.046)       0:02:20.388 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_policy_json | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Write new policy.json file] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25
Friday 25 October 2024  11:16:52 -0400 (0:00:00.046)       0:02:20.434 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_policy_json | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [Manage firewall for specified ports] *************************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110
Friday 25 October 2024  11:16:52 -0400 (0:00:00.046)       0:02:20.481 ******** 
included: fedora.linux_system_roles.firewall for managed-node2

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Friday 25 October 2024  11:16:52 -0400 (0:00:00.151)       0:02:20.632 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2

TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Friday 25 October 2024  11:16:52 -0400 (0:00:00.083)       0:02:20.716 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__firewall_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if system is ostree] **********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Friday 25 October 2024  11:16:52 -0400 (0:00:00.055)       0:02:20.771 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __firewall_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Friday 25 October 2024  11:16:53 -0400 (0:00:00.048)       0:02:20.820 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __firewall_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Friday 25 October 2024  11:16:53 -0400 (0:00:00.062)       0:02:20.882 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __firewall_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Friday 25 October 2024  11:16:53 -0400 (0:00:00.147)       0:02:21.029 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __firewall_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Friday 25 October 2024  11:16:53 -0400 (0:00:00.083)       0:02:21.113 ******** 
ok: [managed-node2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Friday 25 October 2024  11:16:54 -0400 (0:00:00.782)       0:02:21.896 ******** 
skipping: [managed-node2] => {
    "false_condition": "__firewall_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Friday 25 October 2024  11:16:54 -0400 (0:00:00.092)       0:02:21.989 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__firewall_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Friday 25 October 2024  11:16:54 -0400 (0:00:00.090)       0:02:22.080 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__firewall_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Friday 25 October 2024  11:16:54 -0400 (0:00:00.069)       0:02:22.149 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "firewall_disable_conflicting_services | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Friday 25 October 2024  11:16:54 -0400 (0:00:00.067)       0:02:22.217 ******** 
skipping: [managed-node2] => (item=nftables)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall_disable_conflicting_services | bool",
    "item": "nftables",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=iptables)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall_disable_conflicting_services | bool",
    "item": "iptables",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=ufw)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall_disable_conflicting_services | bool",
    "item": "ufw",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Friday 25 October 2024  11:16:54 -0400 (0:00:00.110)       0:02:22.328 ******** 
ok: [managed-node2] => {
    "changed": false,
    "name": "firewalld",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0",
        "ActiveEnterTimestamp": "Fri 2024-10-25 11:16:25 EDT",
        "ActiveEnterTimestampMonotonic": "356337414",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "dbus-broker.service dbus.socket polkit.service basic.target system.slice sysinit.target",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Fri 2024-10-25 11:16:23 EDT",
        "AssertTimestampMonotonic": "355172872",
        "Before": "network-pre.target multi-user.target shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "BusName": "org.fedoraproject.FirewallD1",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "416414000",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Fri 2024-10-25 11:16:23 EDT",
        "ConditionTimestampMonotonic": "355172869",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target iptables.service ip6tables.service ebtables.service ipset.service",
        "ControlGroup": "/system.slice/firewalld.service",
        "ControlGroupId": "4477",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "firewalld - dynamic firewall daemon",
        "DeviceAllow": "char-rtc r",
        "DevicePolicy": "closed",
        "Documentation": "\"man:firewalld(1)\"",
        "DynamicUser": "no",
        "EffectiveMemoryHigh": "3702870016",
        "EffectiveMemoryMax": "3702870016",
        "EffectiveTasksMax": "22362",
        "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainHandoffTimestamp": "Fri 2024-10-25 11:16:23 EDT",
        "ExecMainHandoffTimestampMonotonic": "355206423",
        "ExecMainPID": "10192",
        "ExecMainStartTimestamp": "Fri 2024-10-25 11:16:23 EDT",
        "ExecMainStartTimestampMonotonic": "355175536",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Fri 2024-10-25 11:16:23 EDT] ; stop_time=[n/a] ; pid=10192 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Fri 2024-10-25 11:16:23 EDT] ; stop_time=[n/a] ; pid=10192 ; code=(null) ; status=0/0 }",
        "ExitType": "main",
        "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FileDescriptorStorePreserve": "restart",
        "FinalKillSignal": "9",
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOReadBytes": "[not set]",
        "IOReadOperations": "[not set]",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "[not set]",
        "IOWriteOperations": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "firewalld.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Fri 2024-10-25 11:16:23 EDT",
        "InactiveExitTimestampMonotonic": "355176175",
        "InvocationID": "ea92ee956cf74c239cf3bbd6a6cd54c0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "mixed",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "8388608",
        "LimitMEMLOCKSoft": "8388608",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "524288",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "13976",
        "LimitNPROCSoft": "13976",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13976",
        "LimitSIGPENDINGSoft": "13976",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "yes",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "10192",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "3214675968",
        "MemoryCurrent": "33116160",
        "MemoryDenyWriteExecute": "yes",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "33771520",
        "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": "firewalld.service dbus-org.fedoraproject.FirewallD1.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "yes",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "yes",
        "ProtectControlGroups": "yes",
        "ProtectHome": "yes",
        "ProtectHostname": "yes",
        "ProtectKernelLogs": "yes",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "yes",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "dbus.socket sysinit.target system.slice",
        "Restart": "no",
        "RestartKillSignal": "15",
        "RestartMaxDelayUSec": "infinity",
        "RestartMode": "normal",
        "RestartSteps": "0",
        "RestartUSec": "100ms",
        "RestartUSecNext": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "yes",
        "RestrictSUIDSGID": "yes",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RootEphemeral": "no",
        "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "SetLoginEnvironment": "no",
        "Slice": "system.slice",
        "StandardError": "null",
        "StandardInput": "null",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StartupMemoryHigh": "infinity",
        "StartupMemoryLow": "0",
        "StartupMemoryMax": "infinity",
        "StartupMemorySwapMax": "infinity",
        "StartupMemoryZSwapMax": "infinity",
        "StateChangeTimestamp": "Fri 2024-10-25 11:16:25 EDT",
        "StateChangeTimestampMonotonic": "356337414",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SurviveFinalKillSignal": "no",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallArchitectures": "native",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "2",
        "TasksMax": "22362",
        "TimeoutAbortUSec": "1min 30s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "Wants": "network-pre.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Friday 25 October 2024  11:16:55 -0400 (0:00:00.640)       0:02:22.968 ******** 
ok: [managed-node2] => {
    "changed": false,
    "enabled": true,
    "name": "firewalld",
    "state": "started",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0",
        "ActiveEnterTimestamp": "Fri 2024-10-25 11:16:25 EDT",
        "ActiveEnterTimestampMonotonic": "356337414",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "dbus-broker.service dbus.socket polkit.service basic.target system.slice sysinit.target",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Fri 2024-10-25 11:16:23 EDT",
        "AssertTimestampMonotonic": "355172872",
        "Before": "network-pre.target multi-user.target shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "BusName": "org.fedoraproject.FirewallD1",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "416414000",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Fri 2024-10-25 11:16:23 EDT",
        "ConditionTimestampMonotonic": "355172869",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target iptables.service ip6tables.service ebtables.service ipset.service",
        "ControlGroup": "/system.slice/firewalld.service",
        "ControlGroupId": "4477",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "firewalld - dynamic firewall daemon",
        "DeviceAllow": "char-rtc r",
        "DevicePolicy": "closed",
        "Documentation": "\"man:firewalld(1)\"",
        "DynamicUser": "no",
        "EffectiveMemoryHigh": "3702870016",
        "EffectiveMemoryMax": "3702870016",
        "EffectiveTasksMax": "22362",
        "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainHandoffTimestamp": "Fri 2024-10-25 11:16:23 EDT",
        "ExecMainHandoffTimestampMonotonic": "355206423",
        "ExecMainPID": "10192",
        "ExecMainStartTimestamp": "Fri 2024-10-25 11:16:23 EDT",
        "ExecMainStartTimestampMonotonic": "355175536",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Fri 2024-10-25 11:16:23 EDT] ; stop_time=[n/a] ; pid=10192 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Fri 2024-10-25 11:16:23 EDT] ; stop_time=[n/a] ; pid=10192 ; code=(null) ; status=0/0 }",
        "ExitType": "main",
        "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FileDescriptorStorePreserve": "restart",
        "FinalKillSignal": "9",
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOReadBytes": "[not set]",
        "IOReadOperations": "[not set]",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "[not set]",
        "IOWriteOperations": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "firewalld.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Fri 2024-10-25 11:16:23 EDT",
        "InactiveExitTimestampMonotonic": "355176175",
        "InvocationID": "ea92ee956cf74c239cf3bbd6a6cd54c0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "mixed",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "8388608",
        "LimitMEMLOCKSoft": "8388608",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "524288",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "13976",
        "LimitNPROCSoft": "13976",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13976",
        "LimitSIGPENDINGSoft": "13976",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "yes",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "10192",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "3222056960",
        "MemoryCurrent": "33116160",
        "MemoryDenyWriteExecute": "yes",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "33771520",
        "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": "firewalld.service dbus-org.fedoraproject.FirewallD1.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "yes",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "yes",
        "ProtectControlGroups": "yes",
        "ProtectHome": "yes",
        "ProtectHostname": "yes",
        "ProtectKernelLogs": "yes",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "yes",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "dbus.socket sysinit.target system.slice",
        "Restart": "no",
        "RestartKillSignal": "15",
        "RestartMaxDelayUSec": "infinity",
        "RestartMode": "normal",
        "RestartSteps": "0",
        "RestartUSec": "100ms",
        "RestartUSecNext": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "yes",
        "RestrictSUIDSGID": "yes",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RootEphemeral": "no",
        "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "SetLoginEnvironment": "no",
        "Slice": "system.slice",
        "StandardError": "null",
        "StandardInput": "null",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StartupMemoryHigh": "infinity",
        "StartupMemoryLow": "0",
        "StartupMemoryMax": "infinity",
        "StartupMemorySwapMax": "infinity",
        "StartupMemoryZSwapMax": "infinity",
        "StateChangeTimestamp": "Fri 2024-10-25 11:16:25 EDT",
        "StateChangeTimestampMonotonic": "356337414",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SurviveFinalKillSignal": "no",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallArchitectures": "native",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "2",
        "TasksMax": "22362",
        "TimeoutAbortUSec": "1min 30s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "Wants": "network-pre.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Friday 25 October 2024  11:16:55 -0400 (0:00:00.596)       0:02:23.565 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__firewall_previous_replaced": false,
        "__firewall_python_cmd": "/usr/bin/python3.12",
        "__firewall_report_changed": true
    },
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Friday 25 October 2024  11:16:55 -0400 (0:00:00.062)       0:02:23.628 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__firewall_previous_replaced | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Friday 25 October 2024  11:16:55 -0400 (0:00:00.063)       0:02:23.692 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__firewall_previous_replaced | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Friday 25 October 2024  11:16:56 -0400 (0:00:00.253)       0:02:23.945 ******** 
ok: [managed-node2] => (item={'port': '15001-15003/tcp', 'state': 'enabled'}) => {
    "__firewall_changed": false,
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "port": "15001-15003/tcp",
        "state": "enabled"
    }
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120
Friday 25 October 2024  11:16:56 -0400 (0:00:00.599)       0:02:24.544 ******** 
skipping: [managed-node2] => (item={'port': '15001-15003/tcp', 'state': 'enabled'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "'detailed' in fw[0]",
    "item": {
        "port": "15001-15003/tcp",
        "state": "enabled"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130
Friday 25 October 2024  11:16:56 -0400 (0:00:00.065)       0:02:24.609 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "'detailed' in fw[0]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139
Friday 25 October 2024  11:16:56 -0400 (0:00:00.060)       0:02:24.670 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "firewall == None or firewall | length == 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144
Friday 25 October 2024  11:16:56 -0400 (0:00:00.071)       0:02:24.741 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "firewall == None or firewall | length == 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153
Friday 25 October 2024  11:16:57 -0400 (0:00:00.113)       0:02:24.854 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__firewall_previous_replaced | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163
Friday 25 October 2024  11:16:57 -0400 (0:00:00.087)       0:02:24.942 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__firewall_previous_replaced | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169
Friday 25 October 2024  11:16:57 -0400 (0:00:00.085)       0:02:25.027 ******** 
skipping: [managed-node2] => {
    "false_condition": "__firewall_previous_replaced | bool"
}

TASK [Manage selinux for specified ports] **************************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117
Friday 25 October 2024  11:16:57 -0400 (0:00:00.110)       0:02:25.138 ******** 
redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux
redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux
redirecting (type: modules) ansible.builtin.seboolean to ansible.posix.seboolean
included: fedora.linux_system_roles.selinux for managed-node2

TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2
Friday 25 October 2024  11:16:57 -0400 (0:00:00.417)       0:02:25.555 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml for managed-node2

TASK [fedora.linux_system_roles.selinux : Ensure ansible_facts used by role] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2
Friday 25 October 2024  11:16:57 -0400 (0:00:00.131)       0:02:25.686 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__selinux_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] *************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7
Friday 25 October 2024  11:16:57 -0400 (0:00:00.088)       0:02:25.774 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml for managed-node2

TASK [fedora.linux_system_roles.selinux : Check if system is ostree] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5
Friday 25 October 2024  11:16:58 -0400 (0:00:00.149)       0:02:25.923 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __selinux_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set flag to indicate system is ostree] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10
Friday 25 October 2024  11:16:58 -0400 (0:00:00.073)       0:02:25.997 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __selinux_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17
Friday 25 October 2024  11:16:58 -0400 (0:00:00.073)       0:02:26.070 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __selinux_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set flag if transactional-update exists] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22
Friday 25 October 2024  11:16:58 -0400 (0:00:00.073)       0:02:26.144 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __selinux_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Install SELinux python2 tools] *******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26
Friday 25 October 2024  11:16:58 -0400 (0:00:00.075)       0:02:26.220 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "ansible_python_version is version('3', '<')",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] *******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35
Friday 25 October 2024  11:16:58 -0400 (0:00:00.090)       0:02:26.310 ******** 
ok: [managed-node2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] *******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46
Friday 25 October 2024  11:16:59 -0400 (0:00:00.824)       0:02:27.135 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "ansible_os_family == \"Suse\"",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] *******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58
Friday 25 October 2024  11:16:59 -0400 (0:00:00.160)       0:02:27.295 ******** 
ok: [managed-node2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:72
Friday 25 October 2024  11:17:00 -0400 (0:00:00.799)       0:02:28.095 ******** 
skipping: [managed-node2] => {
    "false_condition": "__selinux_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:77
Friday 25 October 2024  11:17:00 -0400 (0:00:00.076)       0:02:28.171 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__selinux_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Fail if reboot is needed and not set] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:82
Friday 25 October 2024  11:17:00 -0400 (0:00:00.077)       0:02:28.249 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__selinux_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Refresh facts] ***********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:89
Friday 25 October 2024  11:17:00 -0400 (0:00:00.080)       0:02:28.329 ******** 
ok: [managed-node2]

TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5
Friday 25 October 2024  11:17:01 -0400 (0:00:01.005)       0:02:29.334 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "ansible_selinux.status == \"enabled\" and (selinux_state or selinux_policy)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13
Friday 25 October 2024  11:17:01 -0400 (0:00:00.096)       0:02:29.431 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "ansible_selinux.status == \"disabled\" and selinux_state",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] *********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21
Friday 25 October 2024  11:17:01 -0400 (0:00:00.071)       0:02:29.503 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "selinux_reboot_required": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] **********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25
Friday 25 October 2024  11:17:01 -0400 (0:00:00.086)       0:02:29.590 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "selinux_reboot_required",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Warn if SELinux is disabled] *********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30
Friday 25 October 2024  11:17:01 -0400 (0:00:00.066)       0:02:29.656 ******** 
skipping: [managed-node2] => {
    "false_condition": "ansible_selinux.status == \"disabled\""
}

TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35
Friday 25 October 2024  11:17:01 -0400 (0:00:00.046)       0:02:29.703 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "selinux_all_purge | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:43
Friday 25 October 2024  11:17:01 -0400 (0:00:00.067)       0:02:29.771 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "selinux_booleans_purge | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Purge all SELinux file context local modifications] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:48
Friday 25 October 2024  11:17:02 -0400 (0:00:00.193)       0:02:29.964 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "selinux_fcontexts_purge | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Purge all SELinux port local modifications] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:53
Friday 25 October 2024  11:17:02 -0400 (0:00:00.066)       0:02:30.030 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "selinux_ports_purge | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Purge all SELinux login local modifications] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58
Friday 25 October 2024  11:17:02 -0400 (0:00:00.068)       0:02:30.099 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "selinux_logins_purge | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set SELinux booleans] ****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:63
Friday 25 October 2024  11:17:02 -0400 (0:00:00.064)       0:02:30.164 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:74
Friday 25 October 2024  11:17:02 -0400 (0:00:00.070)       0:02:30.235 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87
Friday 25 October 2024  11:17:02 -0400 (0:00:00.070)       0:02:30.305 ******** 
ok: [managed-node2] => (item={'ports': '15001-15003', 'setype': 'http_port_t'}) => {
    "__selinux_item": {
        "ports": "15001-15003",
        "setype": "http_port_t"
    },
    "ansible_loop_var": "__selinux_item",
    "changed": false,
    "ports": [
        "15001-15003"
    ],
    "proto": "tcp",
    "setype": "http_port_t",
    "state": "present"
}

TASK [fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:99
Friday 25 October 2024  11:17:03 -0400 (0:00:00.793)       0:02:31.099 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112
Friday 25 October 2024  11:17:03 -0400 (0:00:00.086)       0:02:31.185 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "selinux_checksums": true,
        "selinux_installed_modules": {
            "abrt": {
                "100": {
                    "checksum": "sha256:98d1c8c12a0f58b637b3864dec2f3d03281e88e541f41a5e19563a5447ba020c",
                    "enabled": 1
                }
            },
            "accountsd": {
                "100": {
                    "checksum": "sha256:bf97d40f7ec7e4318b7d31bfd664735627b76b6e616a0cff06c15040960620ec",
                    "enabled": 1
                }
            },
            "acct": {
                "100": {
                    "checksum": "sha256:da4a2c785c040f6c34a3e602eeb1ed612a74ac170b7f5089d8ba55e12f750818",
                    "enabled": 1
                }
            },
            "afs": {
                "100": {
                    "checksum": "sha256:fb7e253fdbe3d08b3929bb97c3b6d52f56123bd4759aa1008c667abd2021b2aa",
                    "enabled": 1
                }
            },
            "afterburn": {
                "100": {
                    "checksum": "sha256:86bb7a2815cf9d64e9efd2c917153b238cbc60d7d03abac54f428bf676e4bdb6",
                    "enabled": 1
                }
            },
            "aiccu": {
                "100": {
                    "checksum": "sha256:836a35abbbf400c117eae70a77a4596a73b3d548e6fa82e3a0f55ae96f21d64b",
                    "enabled": 1
                }
            },
            "aide": {
                "100": {
                    "checksum": "sha256:4f387a45821ab709a325b7ccd4af3a4951c231c34440b5fa877b8fc6387d2aff",
                    "enabled": 1
                }
            },
            "ajaxterm": {
                "100": {
                    "checksum": "sha256:6e3edee489b6c939e15c49b4819463a7021d6188eaff9b05e9c8867de1f018fd",
                    "enabled": 1
                }
            },
            "alsa": {
                "100": {
                    "checksum": "sha256:9de454604bdef8775f6ebae39b8bc4ba7b5e79a2972d3e32ca7d50abffa7a85a",
                    "enabled": 1
                }
            },
            "amanda": {
                "100": {
                    "checksum": "sha256:133a6a6da4b4ab3b13dd255bd7974bb6e0494fa7c5e0b1034b7926823d6621a2",
                    "enabled": 1
                }
            },
            "amtu": {
                "100": {
                    "checksum": "sha256:80ccb9e85608a483fa07c37c2772933f5e63025bcc667540bec377b02bde2f3c",
                    "enabled": 1
                }
            },
            "anaconda": {
                "100": {
                    "checksum": "sha256:409af50bd5708e662302020ddef0f314e0da72c996c670db45aea57478e8ee9a",
                    "enabled": 1
                }
            },
            "antivirus": {
                "100": {
                    "checksum": "sha256:f1ed2e1ec9355b898716cc1ed8f18d7983b45b5bb88c2624fe31ffc968dcd6ca",
                    "enabled": 1
                }
            },
            "apache": {
                "100": {
                    "checksum": "sha256:3239b0ebdb98df15e7140b948a2c741b36a870ca02ba8b425ab0de044e7b7dff",
                    "enabled": 1
                }
            },
            "apcupsd": {
                "100": {
                    "checksum": "sha256:47a5360325c4aebd9de805b5113bc715736bb01801cbbf317ac2112d1bae15c8",
                    "enabled": 1
                }
            },
            "apm": {
                "100": {
                    "checksum": "sha256:757508a02ab22f3ad35ce7bc9e596f7c84e62b7744db341f9d4f63ef74ee92ff",
                    "enabled": 1
                }
            },
            "application": {
                "100": {
                    "checksum": "sha256:c5b9c6d5d27d5c119598c1a040e9f488ac1d783c497b13b9c1cce9cafdfdf6a1",
                    "enabled": 1
                }
            },
            "arpwatch": {
                "100": {
                    "checksum": "sha256:a8786979d69981a916a89856cce9aadaa540fe2baf93053bf9274eac36cc38fb",
                    "enabled": 1
                }
            },
            "asterisk": {
                "100": {
                    "checksum": "sha256:f113821fcc3ce3e5e04130937924e8aeb5741935d8b5422af25ef8c4540cedbd",
                    "enabled": 1
                }
            },
            "auditadm": {
                "100": {
                    "checksum": "sha256:05a7fc8acec5e707257376e4ff8fd8a02de27aa9c616c95c0e8ea9239841eae1",
                    "enabled": 1
                }
            },
            "authconfig": {
                "100": {
                    "checksum": "sha256:42a66af256fa45dd7be3e09166aaa0f2a035f5670f39466a2d4ee84e417fd76d",
                    "enabled": 1
                }
            },
            "authlogin": {
                "100": {
                    "checksum": "sha256:caab2da7e513ebcafb2f4829626763ff58f74cbbf7c14b31e1aa1780afdc114a",
                    "enabled": 1
                }
            },
            "automount": {
                "100": {
                    "checksum": "sha256:3196fce29123f8eeecd6175b098063735d77aecfaffa7f6cb641adbcbd9ee977",
                    "enabled": 1
                }
            },
            "avahi": {
                "100": {
                    "checksum": "sha256:9bfb194e5b283124abae90dc92abb883e1cf7b3e2f51bcb9fcf842672c86ac60",
                    "enabled": 1
                }
            },
            "awstats": {
                "100": {
                    "checksum": "sha256:ccb0373eb1228e3a34112ba0124b37cee80def8c7ddcc0981b0676aa59bba2f8",
                    "enabled": 1
                }
            },
            "bacula": {
                "100": {
                    "checksum": "sha256:4ee194dcd976488e6eb0e0ba84d9b6875befc4eca8389c9d0102cac06c04809f",
                    "enabled": 1
                }
            },
            "base": {
                "100": {
                    "checksum": "sha256:03b9c904abee1cef0dae9c829a484dd5ee4e99669794510d498b646fb1fc3688",
                    "enabled": 1
                }
            },
            "bcfg2": {
                "100": {
                    "checksum": "sha256:3e147aa1e329d87cdfd30b20b3b80ee0c039e9665e944dc6a28231ebac38d5d4",
                    "enabled": 1
                }
            },
            "bind": {
                "100": {
                    "checksum": "sha256:d7f26a245b0780cda9ed49b1913ebf10733ac091a1312cb58b55f4331c50b9c8",
                    "enabled": 1
                }
            },
            "bitlbee": {
                "100": {
                    "checksum": "sha256:9324bebe4e0cac756830480f53dd8e23a01f3c4c7185b30dd72024394dec2783",
                    "enabled": 1
                }
            },
            "blkmapd": {
                "100": {
                    "checksum": "sha256:fd38032cb8b3e9c24024364c02b07a830e97432cd763f41e82612fd83de06654",
                    "enabled": 1
                }
            },
            "blueman": {
                "100": {
                    "checksum": "sha256:2150b8a1afae75f4d73c76e2982ccc575f599577b8b7042d7bfa87fe2fed3a30",
                    "enabled": 1
                }
            },
            "bluetooth": {
                "100": {
                    "checksum": "sha256:14baa78a99f3fdac7ec18322ab578c030cde924b3c8716cb719ca52e0b67df2e",
                    "enabled": 1
                }
            },
            "boinc": {
                "100": {
                    "checksum": "sha256:1038d007468960019e0957df9b9dd0a76308b2dd5d3942dcef18c937a5130fa6",
                    "enabled": 1
                }
            },
            "boltd": {
                "100": {
                    "checksum": "sha256:e22f75dc547d85b02fdd0f2d4f20f69a1ca9b969ed6f9b9abf957fa02e6e1b7f",
                    "enabled": 1
                }
            },
            "boothd": {
                "100": {
                    "checksum": "sha256:4cc85869cdff4e9ca3abf6ad71d8d96cf5bddc77a0a0775430615e0c8c2a09ba",
                    "enabled": 1
                }
            },
            "bootloader": {
                "100": {
                    "checksum": "sha256:dabf91939aac32788c03a2c0b658d6e951cf80c3b5337e297f6c53bbe3f4418e",
                    "enabled": 1
                }
            },
            "bootupd": {
                "100": {
                    "checksum": "sha256:b0bda821f499f688d6d1d560a55673989cef71e7cd4e20f9cf3c9ce45e91d369",
                    "enabled": 1
                }
            },
            "brctl": {
                "100": {
                    "checksum": "sha256:78276818c60a76e84a9b3263a906d7109a69028c557a2d6a4a39ded2ef713a44",
                    "enabled": 1
                }
            },
            "brltty": {
                "100": {
                    "checksum": "sha256:0230419d38276d2c823a427d44fa1362f89784c7ac17f76826be95d3c8e6de1b",
                    "enabled": 1
                }
            },
            "bugzilla": {
                "100": {
                    "checksum": "sha256:8e4fd93cbe0357fc894c7898adf9a14f8c845d87a08f673f410b702f798c2383",
                    "enabled": 1
                }
            },
            "bumblebee": {
                "100": {
                    "checksum": "sha256:3d6e2bb58a928e53f4d89d5bdbdb6fea3f9ae98e5be81548df29fdb13b204f9b",
                    "enabled": 1
                }
            },
            "cachefilesd": {
                "100": {
                    "checksum": "sha256:d595466a7aa404ade4ad75d45e10f6a37d30529858cf990407f545f7826b364c",
                    "enabled": 1
                }
            },
            "calamaris": {
                "100": {
                    "checksum": "sha256:4c65dae6d30fea1bebc4e63ff693b2041f18d0adb710b783002c98c529be84d8",
                    "enabled": 1
                }
            },
            "callweaver": {
                "100": {
                    "checksum": "sha256:cede7c726cd48a09e9b2974e9f78d9482cc9d01a4ceb74ff190c4a219900f2b3",
                    "enabled": 1
                }
            },
            "canna": {
                "100": {
                    "checksum": "sha256:d523a4d1579256bb5faf1f761ac6a22cb4e8bb8e5544a5843615d4927abb5e76",
                    "enabled": 1
                }
            },
            "ccs": {
                "100": {
                    "checksum": "sha256:496749576c65d4a03024ee5d3be0814965308561f565ec6cd29587c3a3b7ec57",
                    "enabled": 1
                }
            },
            "cdrecord": {
                "100": {
                    "checksum": "sha256:ba7fd7c8a2a4d0fc658dd4aeb27b1c9c2049e7b8b5b5c3afa9523c74f6aae263",
                    "enabled": 1
                }
            },
            "certmaster": {
                "100": {
                    "checksum": "sha256:f9a4c97defbe94abd597286e65015baa5cdbc494a6404f3e467ba2484fd753d8",
                    "enabled": 1
                }
            },
            "certmonger": {
                "100": {
                    "checksum": "sha256:0e7e768c5c69903387f189899e532efc9055539b7d8f1a9b7e2cc6656675a1ce",
                    "enabled": 1
                }
            },
            "certwatch": {
                "100": {
                    "checksum": "sha256:c875a519672af0d8291b9097f547dc940b9f0132a174d49cb4a332e08fe92b89",
                    "enabled": 1
                }
            },
            "cfengine": {
                "100": {
                    "checksum": "sha256:8fc798d839b2d5a643625812c65fd6859b386328ef9b685f279082a38baa1b24",
                    "enabled": 1
                }
            },
            "cgroup": {
                "100": {
                    "checksum": "sha256:a5e19681d20486653fb3395b323b30b77e9c64e99ac70668ebcbaad76b8fac66",
                    "enabled": 1
                }
            },
            "chrome": {
                "100": {
                    "checksum": "sha256:e3576026c0b29d1f662172186e3e3ede0b3b2ed0e4e59a863d00bc75756724b6",
                    "enabled": 1
                }
            },
            "chronyd": {
                "100": {
                    "checksum": "sha256:28d17217c3c515dbb1c0b04d5dc36d50c7f3165144a9ba56b3adce749ceb8467",
                    "enabled": 1
                }
            },
            "cifsutils": {
                "100": {
                    "checksum": "sha256:689032aad1e66934c35a72d87b428787df267d8ba743de741bc7fc4cec47c5ad",
                    "enabled": 1
                }
            },
            "cinder": {
                "100": {
                    "checksum": "sha256:1bca5805677f6de8372027eab3e7b091d28d9098bf5c363090b12f4195051441",
                    "enabled": 1
                }
            },
            "cipe": {
                "100": {
                    "checksum": "sha256:9037f8704235ce4b481935dbe9f81fb7eb065e593e07988b869938948b15f432",
                    "enabled": 1
                }
            },
            "clock": {
                "100": {
                    "checksum": "sha256:62a84539a2764eb9eea9d29b86128f1deea9adb3a3a534c88f5fcdd7637b8575",
                    "enabled": 1
                }
            },
            "clogd": {
                "100": {
                    "checksum": "sha256:f79fddbcdd23396829c104b213648ffd5d5cac6dec8adf2f5f0efa2f7061b615",
                    "enabled": 1
                }
            },
            "cloudform": {
                "100": {
                    "checksum": "sha256:e985f49df5d3f27855f9c727f19138103110d987ed0f9ed8081e39a39aeb813b",
                    "enabled": 1
                }
            },
            "cmirrord": {
                "100": {
                    "checksum": "sha256:2c94298413c5d1fdb88ca748b4c597d2b3e543ed82604378a6ee333276dcaab4",
                    "enabled": 1
                }
            },
            "cobbler": {
                "100": {
                    "checksum": "sha256:7fc7afc3aec313b51b6508fe564813eccb4ce5bc1d650ba9f7eb61a438cee86f",
                    "enabled": 1
                }
            },
            "collectd": {
                "100": {
                    "checksum": "sha256:e574da01bdbc51b1b08385713fa8c9780df9aa657ddab4cd93211e4e9c8b6ff0",
                    "enabled": 1
                }
            },
            "colord": {
                "100": {
                    "checksum": "sha256:1887fa9a04336ceeeb73c20f3f7f6d6e6994f2a4b1cff802ca64e142ea1bff05",
                    "enabled": 1
                }
            },
            "comsat": {
                "100": {
                    "checksum": "sha256:38a4f293f3f8cdb18203c347a11304f161264aaf794ba6da418804f090c0e7a3",
                    "enabled": 1
                }
            },
            "condor": {
                "100": {
                    "checksum": "sha256:e8d56cababfbca2569c42055e8fac5782d6ae8b42ba2b236b9563f7eb6c2ef4c",
                    "enabled": 1
                }
            },
            "conman": {
                "100": {
                    "checksum": "sha256:e172ba28d687e96a2ffc463bffbf202ce44e7bff6e0685adc4b89a67cdcdfd40",
                    "enabled": 1
                }
            },
            "conntrackd": {
                "100": {
                    "checksum": "sha256:794a65c72b01138ecd19d9e679f62129d33183f9b1324b064c16301fa79d53d4",
                    "enabled": 1
                }
            },
            "consolekit": {
                "100": {
                    "checksum": "sha256:e585da6eefaff112870deda0ced61b75f1a5b120b7bc2133c8b1ec9452695646",
                    "enabled": 1
                }
            },
            "container": {
                "200": {
                    "checksum": "sha256:bab878d5de4557710f19a1879c13f6d631804f1f16a14c3248dfd1ea088787de",
                    "enabled": 1
                }
            },
            "coreos_installer": {
                "100": {
                    "checksum": "sha256:699c69e48f1ec1dd8f915f094a83a6e2f6b6fdd515233fd8867649f254509270",
                    "enabled": 1
                }
            },
            "couchdb": {
                "100": {
                    "checksum": "sha256:743992902ac8514de4dd54b16317a8edb9cb1e383e29d0450821a9ac304059db",
                    "enabled": 1
                }
            },
            "courier": {
                "100": {
                    "checksum": "sha256:3bb1b730a3a6f236b312c3f71172364911992d35e93c1e5cd1e1fb076eb2d3eb",
                    "enabled": 1
                }
            },
            "cpucontrol": {
                "100": {
                    "checksum": "sha256:969a757fa353d20473f2eab457378e50d6f32b1da19f6744f7f20d5f3f99744e",
                    "enabled": 1
                }
            },
            "cpufreqselector": {
                "100": {
                    "checksum": "sha256:0b0bd5618356e7da7018c86dc262758bb6f04e7618de2942995ad59e897c3244",
                    "enabled": 1
                }
            },
            "cpuplug": {
                "100": {
                    "checksum": "sha256:211dc5348ec5f69d5d76aa3d07c74624bb39cd2aa082262e5bc4c6c165f677e7",
                    "enabled": 1
                }
            },
            "cron": {
                "100": {
                    "checksum": "sha256:0314fc16b04ba21878c63ca1d439187d19d998e4e0fd5b420c50a7ab736b81df",
                    "enabled": 1
                }
            },
            "ctdb": {
                "100": {
                    "checksum": "sha256:aadb573940c57a51a13c72bfa7a074e440d7b6b3d2440c3a435c1b41742d2b3a",
                    "enabled": 1
                }
            },
            "cups": {
                "100": {
                    "checksum": "sha256:4855d463c5142f1f001a028136bb737a837c6a0d87807c0b97b1eb23b897a05f",
                    "enabled": 1
                }
            },
            "cvs": {
                "100": {
                    "checksum": "sha256:b188990c62c036cf96deb2fd121236499dcb5cff830e38ac24b74d4692c0323d",
                    "enabled": 1
                }
            },
            "cyphesis": {
                "100": {
                    "checksum": "sha256:ffe9e6e4bb673f6822a874b86eb21769ef0f5fdbfd2e2659485abc4c6215ffa2",
                    "enabled": 1
                }
            },
            "cyrus": {
                "100": {
                    "checksum": "sha256:8b077e1368da1daaa96272b0d6f22f08bcb264617e6884c9074423a9b066912d",
                    "enabled": 1
                }
            },
            "daemontools": {
                "100": {
                    "checksum": "sha256:c9631ff4c56b588338bd87c7d8cba95e78285ecfc4f12653ea5c888d2fee8af0",
                    "enabled": 1
                }
            },
            "dbadm": {
                "100": {
                    "checksum": "sha256:96b16cfa7d12cd4f994a84199fb20016a24fe5bbbf6888487ef4fc0b0f7008dd",
                    "enabled": 1
                }
            },
            "dbskk": {
                "100": {
                    "checksum": "sha256:5c3f9427b9dcfa7aa76a67db7c3f9a33ca299916a5608cd985fcb5f30fcc405a",
                    "enabled": 1
                }
            },
            "dbus": {
                "100": {
                    "checksum": "sha256:3022c933d9c2baf7e8f7520210ab2776c889d292a96bf56ef1da0ef398e93a93",
                    "enabled": 1
                }
            },
            "dcc": {
                "100": {
                    "checksum": "sha256:a30fe6e8e452f73079c37dcc1dac02ce317ba2310f8af8b6fc08b623adc89be1",
                    "enabled": 1
                }
            },
            "ddclient": {
                "100": {
                    "checksum": "sha256:eee9cdfaed63e516667ca9f76565fcc909c173c6440bfd19dca5c12fca61692d",
                    "enabled": 1
                }
            },
            "denyhosts": {
                "100": {
                    "checksum": "sha256:7a239615a4db634ae1ae8564acc54c55c86c68bd2e44d47ad9c24758d492b22c",
                    "enabled": 1
                }
            },
            "devicekit": {
                "100": {
                    "checksum": "sha256:17ec39ae4334df1f47531199b3f12954bc848810d1eccaadc0463174aad953f4",
                    "enabled": 1
                }
            },
            "dhcp": {
                "100": {
                    "checksum": "sha256:15aac55748ee10a93ba0547d3c20670148e01d14b74afae89df0e660e3396dc3",
                    "enabled": 1
                }
            },
            "dictd": {
                "100": {
                    "checksum": "sha256:9f5a80130d50d12f0ab8a8d48f9ccc2b058fffc0b5704d3a6d3d44787b01f4c1",
                    "enabled": 1
                }
            },
            "dirsrv": {
                "100": {
                    "checksum": "sha256:a33b7321ba8fd3e69c610462584e0147b9bfbae8498de44c2eee891f209a03bd",
                    "enabled": 1
                }
            },
            "dirsrv-admin": {
                "100": {
                    "checksum": "sha256:e7ec5090958fbde915f221e49396a45b968b8a2d6429d74000ffefa8b6e87e3f",
                    "enabled": 1
                }
            },
            "dmesg": {
                "100": {
                    "checksum": "sha256:19cf6b1658e2a7ff92db6c537944a989ea72e88173663ba4589f71132a80be61",
                    "enabled": 1
                }
            },
            "dmidecode": {
                "100": {
                    "checksum": "sha256:55423cc64cb3aeccc3e05952327db479669ddd5f5e98bcbc275859d38333e79b",
                    "enabled": 1
                }
            },
            "dnsmasq": {
                "100": {
                    "checksum": "sha256:18f7d99ff73fb7c2256ac3d86d4328098274cf2b8fa92c8b42da37867f6c7b31",
                    "enabled": 1
                }
            },
            "dnssec": {
                "100": {
                    "checksum": "sha256:1584e02889b2969514ddfcdc5fa31152ba8505c66c1b5f88e75b3bf23f96bec3",
                    "enabled": 1
                }
            },
            "dovecot": {
                "100": {
                    "checksum": "sha256:57d7924556ab25fb130b93002b1da35e886ef1ad01c4391266cedcc01848ea8b",
                    "enabled": 1
                }
            },
            "drbd": {
                "100": {
                    "checksum": "sha256:b96580e08581043a5e5fe37b67ab937e074e4218d685b23df6f9421ca49d5248",
                    "enabled": 1
                }
            },
            "dspam": {
                "100": {
                    "checksum": "sha256:90cdf514efbb5bf01f1e2b90d7d58eed2e2b458242905b5cfa32e1de01d71da3",
                    "enabled": 1
                }
            },
            "entropyd": {
                "100": {
                    "checksum": "sha256:ca075b4e9b9aee4bb5946407a418fc229a1c6fe4c7abc9487b9ba9770692c78d",
                    "enabled": 1
                }
            },
            "exim": {
                "100": {
                    "checksum": "sha256:413b889a36fb01d9d3ee8fe149aa2d11702e5e44afceef42a0d7450a421cc89c",
                    "enabled": 1
                }
            },
            "extra_varrun": {
                "400": {
                    "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42",
                    "enabled": 1
                }
            },
            "fail2ban": {
                "100": {
                    "checksum": "sha256:bfd591b0e99fc96cdd443d01c045583e45fc0ba1e8d6b7a18f2596473fe11ac9",
                    "enabled": 1
                }
            },
            "fcoe": {
                "100": {
                    "checksum": "sha256:8e2cebfc7249a86f6b40690946f6281f83a343eeef929d7e1588bc77622004fa",
                    "enabled": 1
                }
            },
            "fdo": {
                "100": {
                    "checksum": "sha256:af6e6cb692c95d34835b90b4a1c449a95445710e8fac4ca0d999f3cc85540e17",
                    "enabled": 1
                }
            },
            "fedoratp": {
                "100": {
                    "checksum": "sha256:d6f5f286ed1d5705e62598f143c0150deb59d708d7dd1ad89bdc6d68f59ed853",
                    "enabled": 1
                }
            },
            "fetchmail": {
                "100": {
                    "checksum": "sha256:3acaf8ff26c8d81010cc1ccf88872df39199279fa44d85b06903c97f50def08c",
                    "enabled": 1
                }
            },
            "finger": {
                "100": {
                    "checksum": "sha256:17aedac05f634eb036f29d301d8b0416cdae5f3967f88c0286761e209858f07e",
                    "enabled": 1
                }
            },
            "firewalld": {
                "100": {
                    "checksum": "sha256:64801f8ccd6f426ce8b4cc674e4288e0424a745b6a882102d7f70fae01e438aa",
                    "enabled": 1
                }
            },
            "firewallgui": {
                "100": {
                    "checksum": "sha256:18bfb3bc0946b731f05e969de50189403372c76fab801f83e2687a9d43b86622",
                    "enabled": 1
                }
            },
            "firstboot": {
                "100": {
                    "checksum": "sha256:4c9915a1c1cf1e67ea429fab342c29f2caa911f5d615b86f9eb8da496d7b5d54",
                    "enabled": 1
                }
            },
            "fprintd": {
                "100": {
                    "checksum": "sha256:ff74bb68f3369f30d2ae98cfce6acecbd6b7adbad46a18cc03bba25037a26beb",
                    "enabled": 1
                }
            },
            "freeipmi": {
                "100": {
                    "checksum": "sha256:38cefd0e603535dcb11f9291f4948f059693fa7371f3ee92654cd3176a5195a5",
                    "enabled": 1
                }
            },
            "freqset": {
                "100": {
                    "checksum": "sha256:3f2c6b1336ed28a0a7d90f283e9289a5f83e5ceb71d11b7814fdc65ae529314a",
                    "enabled": 1
                }
            },
            "fstools": {
                "100": {
                    "checksum": "sha256:cc5947167cf3dc0d821c1f146d6253d72a3016b1aa8b5a4b4ec3f82d1e6631c8",
                    "enabled": 1
                }
            },
            "ftp": {
                "100": {
                    "checksum": "sha256:22e96b5040327ea8554d0216ef4e28d6a94abdabfe3a211a6535941bebebd013",
                    "enabled": 1
                }
            },
            "fwupd": {
                "100": {
                    "checksum": "sha256:3da67a17b85cde7a0f181e6599726357fb2eeeb251fdd980a9d6669772415922",
                    "enabled": 1
                }
            },
            "games": {
                "100": {
                    "checksum": "sha256:57d4e4d5d9ff252fa8703355ed68c854817ac762c6120ba02364cc19c67491b1",
                    "enabled": 1
                }
            },
            "gdomap": {
                "100": {
                    "checksum": "sha256:f41fda08cf3bd33ac571a4ca5d6d505a6dc7062c29e45b1d5d160c953c532230",
                    "enabled": 1
                }
            },
            "geoclue": {
                "100": {
                    "checksum": "sha256:beec56305b71ccb0174a7c790eb972244d10b8381a84812f01021b9e8eb7ad99",
                    "enabled": 1
                }
            },
            "getty": {
                "100": {
                    "checksum": "sha256:a6fac65e97c9962f1066c0a2fc839e67597cda9061557affb60a01df78184a4a",
                    "enabled": 1
                }
            },
            "git": {
                "100": {
                    "checksum": "sha256:9f2c83dc9cafe17c8d650f8c78c39c61bd3d2c8b4d77a535eb61ce6a04a3e3f4",
                    "enabled": 1
                }
            },
            "gitosis": {
                "100": {
                    "checksum": "sha256:b7decc3fbc86e4b9e3fe1fec22021737ad607cf795224b5d5793069716a7eda8",
                    "enabled": 1
                }
            },
            "glance": {
                "100": {
                    "checksum": "sha256:097520793eaae6b878f14f2b767d40a80007786065abf1b252d898a685957fc5",
                    "enabled": 1
                }
            },
            "glusterd": {
                "100": {
                    "checksum": "sha256:9fa405b48cc837c307845447cc5444caf258bd0bd7f00bb6ba6c9bc623d7b15a",
                    "enabled": 1
                }
            },
            "gnome": {
                "100": {
                    "checksum": "sha256:1eeba013ebac8d310e67170a313c2d11669eca7ba4aaef13e330e5d92f17f94c",
                    "enabled": 1
                }
            },
            "gpg": {
                "100": {
                    "checksum": "sha256:7c8bb6410fac1ef1d07e3c7c60906737c8e22176231b24207ea6bf0db41951b7",
                    "enabled": 1
                }
            },
            "gpm": {
                "100": {
                    "checksum": "sha256:f3799d846d2d0bdc1e1d3d075565002b1cda87f798b852691135012b5f545d1b",
                    "enabled": 1
                }
            },
            "gpsd": {
                "100": {
                    "checksum": "sha256:c38a1e2a1cb3c1a8d400f506cc9f3f6dd15d78234f982a04bf4ad8b4f6308937",
                    "enabled": 1
                }
            },
            "gssproxy": {
                "100": {
                    "checksum": "sha256:a7d4cfe7f3250d86a409969323f858b4dca8b40339125e15946a133884b47e7e",
                    "enabled": 1
                }
            },
            "guest": {
                "100": {
                    "checksum": "sha256:c0f9f2a0be3fe24b4f74acf4d1924183310b454591b8e8219fccc61c2194f167",
                    "enabled": 1
                }
            },
            "hddtemp": {
                "100": {
                    "checksum": "sha256:82815af35d160bae556a7c6b8862da02b469fbb90ffd5472a6b22c18bf0f1fec",
                    "enabled": 1
                }
            },
            "hostapd": {
                "100": {
                    "checksum": "sha256:ea0ff5fc3de7fc7a93d4b64c0bc54a4040d9427c9eaf8200b97388166cc0dce6",
                    "enabled": 1
                }
            },
            "hostname": {
                "100": {
                    "checksum": "sha256:17a1021557fb77a340af451c33cf80f05ab309a719778d84813d8ab67cd18f6f",
                    "enabled": 1
                }
            },
            "hsqldb": {
                "100": {
                    "checksum": "sha256:201698320ad8f5f35391ea84f0aad40c26ba8db2fe006b38c7b65b8dc71f45b7",
                    "enabled": 1
                }
            },
            "hwloc": {
                "100": {
                    "checksum": "sha256:a5454f4868d22b9ae798ee6f85df6d8b6b35b456617a02084af47d393322ab76",
                    "enabled": 1
                }
            },
            "hypervkvp": {
                "100": {
                    "checksum": "sha256:c89e58ec9c52039bc7ddfd048fa5b287780a48f78e70ce64181607ad33da6c47",
                    "enabled": 1
                }
            },
            "ibacm": {
                "100": {
                    "checksum": "sha256:b7ab0f90999e86d8fff9de3abeca0f093f2bf9f73330d434e947fdb5bfcc63b3",
                    "enabled": 1
                }
            },
            "ica": {
                "100": {
                    "checksum": "sha256:bd8eccb4266130eddfae34318855e6aa3a8624998f0a906a970a04802510ad86",
                    "enabled": 1
                }
            },
            "icecast": {
                "100": {
                    "checksum": "sha256:3199646b83c13466308cbe243d6c75f828875ab0dfca1deb585dcd7bfb28ae60",
                    "enabled": 1
                }
            },
            "inetd": {
                "100": {
                    "checksum": "sha256:0e2a80d0943b3fea8756b2d487038182ed624dd36e9177305fafbc1ca0374af3",
                    "enabled": 1
                }
            },
            "init": {
                "100": {
                    "checksum": "sha256:1144dbfa7278341caadfae995aeadd7453cf78762b08ba4d0142eeef80871d18",
                    "enabled": 1
                }
            },
            "inn": {
                "100": {
                    "checksum": "sha256:d60fd47ec62ca3bca272ca38d8fe86fce36d6f04c44d01410d30428c8b914861",
                    "enabled": 1
                }
            },
            "insights_client": {
                "100": {
                    "checksum": "sha256:c4e83821f0150988e86e714cf9e088ef11abd0a30dada90cb7e68a95c406a921",
                    "enabled": 1
                }
            },
            "iodine": {
                "100": {
                    "checksum": "sha256:6185225b7c5910d94396a18d93429704434d564b4478aeea9d1a8c54f6b12834",
                    "enabled": 1
                }
            },
            "iotop": {
                "100": {
                    "checksum": "sha256:7db93e52e29915a08c82b0ebac02856e9a484923d2ce215946c8f54cf5297704",
                    "enabled": 1
                }
            },
            "ipmievd": {
                "100": {
                    "checksum": "sha256:ea599044fe2e2d25c8078ac0b5b0d2c589b4410dd7958eefdc0217f8b8c8c3d0",
                    "enabled": 1
                }
            },
            "ipsec": {
                "100": {
                    "checksum": "sha256:048f5c3f5f3e706697d782c57b9d6cae882b008f7973b41edb3de37762e4c664",
                    "enabled": 1
                }
            },
            "iptables": {
                "100": {
                    "checksum": "sha256:e315834c2a287c9b9f8d31a6fb5f62360241fab584b68ce05984035ff67f01dc",
                    "enabled": 1
                }
            },
            "irc": {
                "100": {
                    "checksum": "sha256:1ed937287398d60e302478f4880a25c1aef605a5d370c1f583426c59067d8ed5",
                    "enabled": 1
                }
            },
            "irqbalance": {
                "100": {
                    "checksum": "sha256:12e969265cff2e8d4ee9be8b99da0bd47138ff8754039dd1387a14b2a4a03b79",
                    "enabled": 1
                }
            },
            "iscsi": {
                "100": {
                    "checksum": "sha256:6666da694f33e444225327d9fc58208b230a1e1244e05335e16217c507ac0627",
                    "enabled": 1
                }
            },
            "isns": {
                "100": {
                    "checksum": "sha256:85a313d121f764081dc92c4c1ed5773b8cb7a7113b84b66339a48f76c57efe54",
                    "enabled": 1
                }
            },
            "jabber": {
                "100": {
                    "checksum": "sha256:08288d791f1b1aa3a8f154ae7b2ff73d574560bf5bb82246020baa3c26f6c988",
                    "enabled": 1
                }
            },
            "jetty": {
                "100": {
                    "checksum": "sha256:6aea2d07d8f040434ff0c0d5e9b81e825b1de56cd01c0e0a069ee1f0d5196885",
                    "enabled": 1
                }
            },
            "jockey": {
                "100": {
                    "checksum": "sha256:f35d7f2d61175ba7f908459f738c7d6b6adf2ae678d88531fa527c4d50b21985",
                    "enabled": 1
                }
            },
            "journalctl": {
                "100": {
                    "checksum": "sha256:3098e32a3ca859ef45fdb8dfa5b87f4b5e9e7cb0661b7dd4a20203f2cfebf662",
                    "enabled": 1
                }
            },
            "kafs": {
                "100": {
                    "checksum": "sha256:5a35385072b421cdb86fc66190dc00e6c8e7a587a60ffeedfe2a931b6b92a11d",
                    "enabled": 1
                }
            },
            "kdump": {
                "100": {
                    "checksum": "sha256:370090682ef9410c2d12556dfd1cb6f8f7f7ab60287148ead03b3b11d64146e0",
                    "enabled": 1
                }
            },
            "kdumpgui": {
                "100": {
                    "checksum": "sha256:c6d5f08d82062fe0634f0dcc9ee434fcea7760141740b79cbae187d970984a0c",
                    "enabled": 1
                }
            },
            "keepalived": {
                "100": {
                    "checksum": "sha256:6fa6bedd26d8e4b178a2d74158634f26fc2b322782e4685d69ca48f4854e037b",
                    "enabled": 1
                }
            },
            "kerberos": {
                "100": {
                    "checksum": "sha256:994e8629c436a7da2ed914f7499e0a33f7cc2737b5c70751b280d73de8a9fd19",
                    "enabled": 1
                }
            },
            "keyboardd": {
                "100": {
                    "checksum": "sha256:4eae5ab2b926695b3ed881a26e7b6a79f4dd48c1ffa3e3c6809cfa4958b54091",
                    "enabled": 1
                }
            },
            "keystone": {
                "100": {
                    "checksum": "sha256:6d9a8c7420b3aee2c752119ef6d72dc828cd76ea4f535bdcd44461a3cbb43454",
                    "enabled": 1
                }
            },
            "keyutils": {
                "100": {
                    "checksum": "sha256:fa398b6a78348b789660ea073244265b9bd8742fd81dd3569c9d56b1b9083a00",
                    "enabled": 1
                }
            },
            "kismet": {
                "100": {
                    "checksum": "sha256:30ba7e91c6fe3cff8ac488e6160a5037fb8f1719275991ec44e5bfcbd9089aca",
                    "enabled": 1
                }
            },
            "kmscon": {
                "100": {
                    "checksum": "sha256:f84aad2ecda576c41ff72438aaa394122fe6f13d274adb17a2cf145718776969",
                    "enabled": 1
                }
            },
            "kpatch": {
                "100": {
                    "checksum": "sha256:16b2c313e69ba9a2726025ee54bbfb638c633f91d53db454e204adef45e5b5e1",
                    "enabled": 1
                }
            },
            "ksmtuned": {
                "100": {
                    "checksum": "sha256:328ce002901ec9be77a5035fe50b01b9e01b016128efb981a7fb0aa586b55a77",
                    "enabled": 1
                }
            },
            "ktalk": {
                "100": {
                    "checksum": "sha256:311f6dd8403d55da5f3173593f5fa6331d4cf7570af2b9d0182f7b260ba7285e",
                    "enabled": 1
                }
            },
            "l2tp": {
                "100": {
                    "checksum": "sha256:cc0faedcac2d86171aeb9a89ec83f2d03cb905f54296f6f085415fcf7ddd1a06",
                    "enabled": 1
                }
            },
            "ldap": {
                "100": {
                    "checksum": "sha256:f1a7908800f08a04aade8083ad79d002aba0c85f1699f35ded5a0eaf46dbc41a",
                    "enabled": 1
                }
            },
            "libraries": {
                "100": {
                    "checksum": "sha256:91a8d1cb1ea2e44b9395cb7a44776e7992983378fbc72dc3725d0e03fa673a40",
                    "enabled": 1
                }
            },
            "likewise": {
                "100": {
                    "checksum": "sha256:c83754418ce993f0d9dff4ad73f0e64362ceb3ed073a093dcdaec0ac6d8c8b5a",
                    "enabled": 1
                }
            },
            "linuxptp": {
                "100": {
                    "checksum": "sha256:6a6b3d623e27e1e8a1ce185ba3ca42d3c7fb5dcad8cc91ab54950a1f69853dd7",
                    "enabled": 1
                }
            },
            "lircd": {
                "100": {
                    "checksum": "sha256:564e3801937503b310cd4fef750cea8bd1be7ce323cf41276cfb0eedb0fbdc8c",
                    "enabled": 1
                }
            },
            "livecd": {
                "100": {
                    "checksum": "sha256:9070ba1f03a04a5906bafb1399a0eb181dfdeab868dfb021505c116c61decbe3",
                    "enabled": 1
                }
            },
            "lldpad": {
                "100": {
                    "checksum": "sha256:26feff7ac4722e995c622b4ec3cc242deeda12f88077bff1b419193ed76ffef1",
                    "enabled": 1
                }
            },
            "loadkeys": {
                "100": {
                    "checksum": "sha256:ee0cf6f2b19c24b7bd76829de7de00b60f67ae9d96f2ebcb8eb09b961b6dd751",
                    "enabled": 1
                }
            },
            "locallogin": {
                "100": {
                    "checksum": "sha256:56bf0d727637f1964d5f71a7ccc5edba76cfd50d2e546e9558d0551ffc968858",
                    "enabled": 1
                }
            },
            "lockdev": {
                "100": {
                    "checksum": "sha256:3cd6822d612f355cc8000823f47b7ab0087035b59b57904c145db627cc58d22c",
                    "enabled": 1
                }
            },
            "logadm": {
                "100": {
                    "checksum": "sha256:6b69c0a0528321f39311d34a94e750c5cfffd9bbcc00dd3c06f445f2a7bad660",
                    "enabled": 1
                }
            },
            "logging": {
                "100": {
                    "checksum": "sha256:274d379294253625ca276e6463b80d3b3fa88deabfacb4b4472f8f046119dae6",
                    "enabled": 1
                }
            },
            "logrotate": {
                "100": {
                    "checksum": "sha256:5ad554f859ea8313b48b7592cb1d1c3e13884199c9d9f939a99bb0651cadc5bf",
                    "enabled": 1
                }
            },
            "logwatch": {
                "100": {
                    "checksum": "sha256:987ac97d3851ce51c2aed8c8b08c6dfbaf722ca65447097c4531644d458637bc",
                    "enabled": 1
                }
            },
            "lpd": {
                "100": {
                    "checksum": "sha256:fe9e6623bfd94678b32ba9a20c3e04469aa69a5175a1f626368c1fcacf7c5026",
                    "enabled": 1
                }
            },
            "lsm": {
                "100": {
                    "checksum": "sha256:3979d77408c282fc3abfe32908df4889d7ff0ee8096ccb68a6a91d44bebfa56a",
                    "enabled": 1
                }
            },
            "lttng-tools": {
                "100": {
                    "checksum": "sha256:b216fc3f1025723b5bf96002b39dcb9ae8c80c6d6708dc2db348f419af025a45",
                    "enabled": 1
                }
            },
            "lvm": {
                "100": {
                    "checksum": "sha256:e67d95db5bc472d9d8a819db5c947190543bb6eb971955dde57e5249655033e1",
                    "enabled": 1
                }
            },
            "mailman": {
                "100": {
                    "checksum": "sha256:0abc78cfd35d9e43c0c21983a250f874ee7ca7c10d7eb1c6e0d3106f538cf482",
                    "enabled": 1
                }
            },
            "mailscanner": {
                "100": {
                    "checksum": "sha256:b76bb64b5c5dd0db6346ae7ba19faed97ed414c7d03d7b8747e0919867a7b8c9",
                    "enabled": 1
                }
            },
            "man2html": {
                "100": {
                    "checksum": "sha256:3269314b5d8bbfc843900344d65e604432222bebc7e2dd628abb9d186fca1cd1",
                    "enabled": 1
                }
            },
            "mandb": {
                "100": {
                    "checksum": "sha256:c5c6c2cfc4930bb865330ac4bf1e04976290772b0e058cce0d73de071ccf7819",
                    "enabled": 1
                }
            },
            "mcelog": {
                "100": {
                    "checksum": "sha256:7a137918a31fc7684a8ae929a5046517be97399b2534a6b471e3cf3bd7f355b3",
                    "enabled": 1
                }
            },
            "mediawiki": {
                "100": {
                    "checksum": "sha256:4fb79885af1e12d162aaea04067c9dbd19c248b8bc6bb4fa91240acb6986c84c",
                    "enabled": 1
                }
            },
            "memcached": {
                "100": {
                    "checksum": "sha256:10e59adbf0210a83d2506cdcc189bed58fbb49f01ecc07afe00a5fc06a0f025c",
                    "enabled": 1
                }
            },
            "milter": {
                "100": {
                    "checksum": "sha256:686b92d2ed35a14042a3d6d95af167aa0b1bdb0bb1d1894909c3d4b5ad70ca34",
                    "enabled": 1
                }
            },
            "minidlna": {
                "100": {
                    "checksum": "sha256:6b200b3b9aafc62c019eba4121e1743ef9670896b70f8b5201caa19b975d6964",
                    "enabled": 1
                }
            },
            "minissdpd": {
                "100": {
                    "checksum": "sha256:33b06281053cbe0c55752bfcda928a48a50743eb2d061d429b07ec3b0dc28a04",
                    "enabled": 1
                }
            },
            "mip6d": {
                "100": {
                    "checksum": "sha256:1c657a9f8eeacab2a91a9725d7c5980624ab90e0e5c67c2f9270df3b0ebc9fca",
                    "enabled": 1
                }
            },
            "mirrormanager": {
                "100": {
                    "checksum": "sha256:5b9141bfd8861fae68d1054e5c15d503815c2191e68348405d5f8f2e53757b5f",
                    "enabled": 1
                }
            },
            "miscfiles": {
                "100": {
                    "checksum": "sha256:4d0081333a7d5871e89e8955ab640c3374bf2bde197557cb6a83e122aee9137e",
                    "enabled": 1
                }
            },
            "mock": {
                "100": {
                    "checksum": "sha256:a03da1b4a0188f7ed4057cc37b734745624b265fdad71ed6c2d00467b72a4846",
                    "enabled": 1
                }
            },
            "modemmanager": {
                "100": {
                    "checksum": "sha256:808b6b6f4a5860ba20f75d8b6992bd5284a90269a98dccdb38205ff67d253dfa",
                    "enabled": 1
                }
            },
            "modutils": {
                "100": {
                    "checksum": "sha256:03fa2b1f672c7902f9c88bc3048c996ed5189bf6a965ffbae30b2cc555662aa6",
                    "enabled": 1
                }
            },
            "mojomojo": {
                "100": {
                    "checksum": "sha256:ce4c112a710ad3b571ab733fbf785a6ac7b9eeb9c29f3ced5f994965e9386ab4",
                    "enabled": 1
                }
            },
            "mon_statd": {
                "100": {
                    "checksum": "sha256:db72ccb5d6952aecb9188c455e70a0b8c6feb25946b44dd0884942e74074a65a",
                    "enabled": 1
                }
            },
            "mongodb": {
                "100": {
                    "checksum": "sha256:a5753efd9c79243f87ee59feb5c3914e9c6a435f70a053ff59657baa91f0c8a4",
                    "enabled": 1
                }
            },
            "motion": {
                "100": {
                    "checksum": "sha256:13c108e4971acbc506790783af8287ab766941ef3745594a69e020dfa769e75d",
                    "enabled": 1
                }
            },
            "mount": {
                "100": {
                    "checksum": "sha256:865539a39bf40f78356e8b2cbb08b24926913db3a08fa9796e4c2543882aeb25",
                    "enabled": 1
                }
            },
            "mozilla": {
                "100": {
                    "checksum": "sha256:1868c9ea9e81cd4e82ae9373693db84070213c92d32cb623389b1512c24f2e86",
                    "enabled": 1
                }
            },
            "mpd": {
                "100": {
                    "checksum": "sha256:2b0acf523137d68497ea06f19b5494cb5c7ad6e4102fd7c626b9b74fef062f19",
                    "enabled": 1
                }
            },
            "mplayer": {
                "100": {
                    "checksum": "sha256:31d2bd89013c8c5e58a1e2e1b393c3db729cfb92080c1935f01cb63da15920e4",
                    "enabled": 1
                }
            },
            "mptcpd": {
                "100": {
                    "checksum": "sha256:3d4452b8e5b08d56b16c141515f2169809ab160544da9164cd91c3872fa5ca59",
                    "enabled": 1
                }
            },
            "mrtg": {
                "100": {
                    "checksum": "sha256:6757ab3ee1b84340b5a58935d090b926ffc96f43d03c9cb243802b4d01d5a29b",
                    "enabled": 1
                }
            },
            "mta": {
                "100": {
                    "checksum": "sha256:8dd4e90b95311cc5dae5b11733cf9ff8be46637d84c5aec28ae62a0b11dc452d",
                    "enabled": 1
                }
            },
            "munin": {
                "100": {
                    "checksum": "sha256:403d5e09c6c84eee2d3c80a1c50502d8850469e5c9d74347aacc1c8f7496861e",
                    "enabled": 1
                }
            },
            "mysql": {
                "100": {
                    "checksum": "sha256:2d19d6dc11b839551e1a98aa95588c06a3e1dd84dcdfe615bf61f26dd9ef31a1",
                    "enabled": 1
                }
            },
            "mythtv": {
                "100": {
                    "checksum": "sha256:f260b769c9d70fe26cddea75c71e1c3d16348233c40a3b8a844358d138c19d2f",
                    "enabled": 1
                }
            },
            "naemon": {
                "100": {
                    "checksum": "sha256:9c21b6bd9db730c7b79a4852236f92228282eb2dd06a2ff722b36acf70553386",
                    "enabled": 1
                }
            },
            "nagios": {
                "100": {
                    "checksum": "sha256:2681295ba94471abc9d7d49b6da5d757409c6c95745586d1671a4765ed61b130",
                    "enabled": 1
                }
            },
            "namespace": {
                "100": {
                    "checksum": "sha256:cc65424c4edcef752cf3d9223a0a49d84f7250bbc9c42d08d0b5727e0168dff6",
                    "enabled": 1
                }
            },
            "ncftool": {
                "100": {
                    "checksum": "sha256:9795f4fc6fa6e09a6976b87c80aab11801ae7b43d4f0df1b603b8799f4ff0115",
                    "enabled": 1
                }
            },
            "netlabel": {
                "100": {
                    "checksum": "sha256:229788201a8048a7a80661a258cabee570ce65b4c5fef318a86f8ba7f027975d",
                    "enabled": 1
                }
            },
            "netutils": {
                "100": {
                    "checksum": "sha256:78163350e82824e0c5bd14daf11f9a12833f34ac2a9c5c90c7949aaf9c7f9b1a",
                    "enabled": 1
                }
            },
            "networkmanager": {
                "100": {
                    "checksum": "sha256:7fece44e7188f93aa358d386ae81372812b47a046f10ce081358af85c4c0f229",
                    "enabled": 1
                }
            },
            "ninfod": {
                "100": {
                    "checksum": "sha256:13dcb24aa31902b75b5416a1f2d3dbba243445fa8ae1581ea41029ca21cdbc60",
                    "enabled": 1
                }
            },
            "nis": {
                "100": {
                    "checksum": "sha256:51dded020c93ce723bb8cd739359983f6ed82b5d70e93980d2fd095aaadcc168",
                    "enabled": 1
                }
            },
            "nova": {
                "100": {
                    "checksum": "sha256:000c5853f5261b435c8a0362720ce04a1ed300aed5f22dfee9659e8a024466a0",
                    "enabled": 1
                }
            },
            "nscd": {
                "100": {
                    "checksum": "sha256:9fb6cd0d5e35bcfcd051889e81e2834b4b50861455a0d8ee30920df919d3067a",
                    "enabled": 1
                }
            },
            "nsd": {
                "100": {
                    "checksum": "sha256:c940ff7748160326587bf9084d5b7906d501ecf9576707bc19f20ee759023442",
                    "enabled": 1
                }
            },
            "nslcd": {
                "100": {
                    "checksum": "sha256:a1af29229de29bfe64bde5357ea9e2a47d5b82f8329f62be4ddbc184fb8ead22",
                    "enabled": 1
                }
            },
            "ntop": {
                "100": {
                    "checksum": "sha256:20d8e86dcf15719ed0b481b0f5cd521b2ada532e712c6e1cb9f89e1736466ea0",
                    "enabled": 1
                }
            },
            "ntp": {
                "100": {
                    "checksum": "sha256:74dfbd9db80b05cc69c090005f02ab089695f21c0e0b70c2a7d8300247624e1e",
                    "enabled": 1
                }
            },
            "numad": {
                "100": {
                    "checksum": "sha256:f56cd3e22cc4e864d6cb5822812de4c12884f1a31f3922caa45ce0b61f8f86e2",
                    "enabled": 1
                }
            },
            "nut": {
                "100": {
                    "checksum": "sha256:36ca1c4edb066c2090e5ec5e08f71050424e5efdc74c440e9a0161c7ccf0bd49",
                    "enabled": 1
                }
            },
            "nvme_stas": {
                "100": {
                    "checksum": "sha256:b0afd194fe6e16dc0fbd976301321d6e68a9cd837ecdda2c3cb739c07c4757b9",
                    "enabled": 1
                }
            },
            "nx": {
                "100": {
                    "checksum": "sha256:dd19058574329f7c7ce709bc94f6c4be87028cdd184cc365a61d5c0113b78bdf",
                    "enabled": 1
                }
            },
            "obex": {
                "100": {
                    "checksum": "sha256:649c497ab74a203064009d553b42829aac89ac5c4273b7c0ccc0a23530001fcc",
                    "enabled": 1
                }
            },
            "oddjob": {
                "100": {
                    "checksum": "sha256:4c0624c2e3095eb392ee93e8cf98a2242598b7694de12ae75ceffdc0043d1043",
                    "enabled": 1
                }
            },
            "opafm": {
                "100": {
                    "checksum": "sha256:233a9390d9aeb540956f43756b2e45547fb7c2c4d4070460b94896b72ccd607d",
                    "enabled": 1
                }
            },
            "openct": {
                "100": {
                    "checksum": "sha256:37ac5651f2ce2bfda7d898a024d560c6cdcd54da32409ced32c8b6df059370c3",
                    "enabled": 1
                }
            },
            "opendnssec": {
                "100": {
                    "checksum": "sha256:9890fb3013a4287e6850621c5c6a462a254299b927609fbe6bf67f141862f3c7",
                    "enabled": 1
                }
            },
            "openfortivpn": {
                "100": {
                    "checksum": "sha256:75fa83f68fa800bef996da027f14f6c8f0ded93f93569f3b559495dba39a6176",
                    "enabled": 1
                }
            },
            "openhpid": {
                "100": {
                    "checksum": "sha256:dfbf83e8feccc45bd9de7bd5a3f90edd49c3190b5010f9f98457d995ae974f8c",
                    "enabled": 1
                }
            },
            "openshift": {
                "100": {
                    "checksum": "sha256:1b7ff4ebc979d45777979c0340790dcf10a3e9353272c2e99f6f4f4f93987020",
                    "enabled": 1
                }
            },
            "openshift-origin": {
                "100": {
                    "checksum": "sha256:e8e6bb283142b08b3a1ce7c097f49f402bb6d59eb6d03138ef0b69f3579e466c",
                    "enabled": 1
                }
            },
            "opensm": {
                "100": {
                    "checksum": "sha256:c1bc06d4e5a22837586d3d7ee07922f26b4cd025687cdfd7e3e3789e1c5bdf3d",
                    "enabled": 1
                }
            },
            "openvpn": {
                "100": {
                    "checksum": "sha256:800615bda29f1b49c90de283570ccb018a28ddfff34a36bfe84a4d0485c37138",
                    "enabled": 1
                }
            },
            "openvswitch": {
                "100": {
                    "checksum": "sha256:0bb8334afe603f02ef4f1a46517f970bb30fb191e1d9d944daee33437ae89b46",
                    "enabled": 1
                }
            },
            "openwsman": {
                "100": {
                    "checksum": "sha256:c6d157e74586892234883ad01bb4d2e386637cdd04e45c3587a1cbc8c34e35f9",
                    "enabled": 1
                }
            },
            "oracleasm": {
                "100": {
                    "checksum": "sha256:802090ff2dcc2db35b369ac359e51b1418a5a779cf94e5a14a01a1882b583d64",
                    "enabled": 1
                }
            },
            "osad": {
                "100": {
                    "checksum": "sha256:d3b5dec9cf6640c48875229fcdadc4f9c4bfa1088bff93cb61a18360197a691e",
                    "enabled": 1
                }
            },
            "pads": {
                "100": {
                    "checksum": "sha256:23da314c2255bb1c19dad65a242681330d6bdddc2ba4a0b80ae2ad2249c0a52b",
                    "enabled": 1
                }
            },
            "passenger": {
                "100": {
                    "checksum": "sha256:75e644cc79f5447d17ed5461e52b37f29dc86806320b0ef562b2acd8e2870121",
                    "enabled": 1
                }
            },
            "passt": {
                "200": {
                    "checksum": "sha256:4f50343463a2634ab063b59f9d6e4f03a06d75d362d77fa571eaf981937a5f3c",
                    "enabled": 1
                }
            },
            "pasta": {
                "200": {
                    "checksum": "sha256:f0316f6d3d1ecaced0083d16d5a0804c09439c6e8e92a39ff7b3fc7fd6cc8f18",
                    "enabled": 1
                }
            },
            "pcmcia": {
                "100": {
                    "checksum": "sha256:6d1d142817f6c7013fa94819eaae391f98b69357bfb352584c1ef104d93aa08a",
                    "enabled": 1
                }
            },
            "pcp": {
                "100": {
                    "checksum": "sha256:3f0071ca72c2269c6568f2695aea954cbb6a8504efa48a8ed1e94e2c0baac106",
                    "enabled": 1
                }
            },
            "pcscd": {
                "100": {
                    "checksum": "sha256:9bd33415ca0bd34a05461719de21697d486512341069567c26b25cd6a7b06c00",
                    "enabled": 1
                }
            },
            "pdns": {
                "100": {
                    "checksum": "sha256:5dcb629d0e7578776fb9476a8b66ff883fe52da8be37e3b1f7a3bd4810354511",
                    "enabled": 1
                }
            },
            "pegasus": {
                "100": {
                    "checksum": "sha256:0312d08cfc7b9ad408ce3d34a27b27c64c62e1b00d280c484616927a859aeb47",
                    "enabled": 1
                }
            },
            "permissivedomains": {
                "100": {
                    "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2",
                    "enabled": 1
                }
            },
            "pesign": {
                "100": {
                    "checksum": "sha256:597ab5f0f472ea2f2aca1b3754c2457cc7769f79daaec0856ad2675e53867b80",
                    "enabled": 1
                }
            },
            "pingd": {
                "100": {
                    "checksum": "sha256:877bbc42240491f32726ac44a082942e80724e3bd3985c64845dee49a060a144",
                    "enabled": 1
                }
            },
            "piranha": {
                "100": {
                    "checksum": "sha256:4e9b8ae11387a45c9266a82f79f31728bce6397b8e7f8d39287b78dd58ddfd96",
                    "enabled": 1
                }
            },
            "pkcs": {
                "100": {
                    "checksum": "sha256:81dc1bee85071c65da6d7e4dd12f390fdaeae5d7a285c132c952290152f90c0b",
                    "enabled": 1
                }
            },
            "pkcs11proxyd": {
                "100": {
                    "checksum": "sha256:184ad49c7d752eae216e8e7313fc50952515caf2d4fe77b1315204a436979cbc",
                    "enabled": 1
                }
            },
            "pki": {
                "100": {
                    "checksum": "sha256:611152fa77dc465824018a6b6e2687f2a1e483f92e20d9754c33f8032d7a210d",
                    "enabled": 1
                }
            },
            "plymouthd": {
                "100": {
                    "checksum": "sha256:e73478b5cf88be80253fc65ed0f397e9078272320ce939b471230ade52207983",
                    "enabled": 1
                }
            },
            "podsleuth": {
                "100": {
                    "checksum": "sha256:ac303c7ac224ff7fec004f7db6bdc6cabc5e9fbf1df3e27ab454f3f87de18b8d",
                    "enabled": 1
                }
            },
            "policykit": {
                "100": {
                    "checksum": "sha256:f651b9a5f05bc1884e58553525034b9fa376084bc3eee5ecd5cb7b70c42a55aa",
                    "enabled": 1
                }
            },
            "polipo": {
                "100": {
                    "checksum": "sha256:e30571ba606507dd4439ea7b455a115170923229f105614f0b044ed07a8ba832",
                    "enabled": 1
                }
            },
            "portmap": {
                "100": {
                    "checksum": "sha256:15e3c27ffaa1d13d785823bd82e53c398e0b5c96c4e0efce502137b326f3710e",
                    "enabled": 1
                }
            },
            "portreserve": {
                "100": {
                    "checksum": "sha256:b1795d2f89c94a43339f1b659f29173491eed1d079a21cc290fb53afb74efd1f",
                    "enabled": 1
                }
            },
            "postfix": {
                "100": {
                    "checksum": "sha256:abe82997f5573e9804f5b66de9f1b9120ccfd8ad1e3c0c3afd32a99f043a49ed",
                    "enabled": 1
                }
            },
            "postgresql": {
                "100": {
                    "checksum": "sha256:dd827cd694ba2389e77fee7137a741677590dc56dff0015fa6b58b93ab354c7c",
                    "enabled": 1
                }
            },
            "postgrey": {
                "100": {
                    "checksum": "sha256:698a04231cb1ca9a1a657c942f22b26ad57e06af78dbce2006dd9a7991d01b19",
                    "enabled": 1
                }
            },
            "ppp": {
                "100": {
                    "checksum": "sha256:640c55f9dc7e32054fc5dcb34e4080a848526a35cbc4225b32deec213e9906e4",
                    "enabled": 1
                }
            },
            "prelink": {
                "100": {
                    "checksum": "sha256:db21e33d0ffe48bd93a10808ea536532acad2578c499333de859afca9b4bfd5f",
                    "enabled": 1
                }
            },
            "prelude": {
                "100": {
                    "checksum": "sha256:2592c97f035c97e88768678244baa38c031afeb5e94730133a0a59e7b451aa57",
                    "enabled": 1
                }
            },
            "privoxy": {
                "100": {
                    "checksum": "sha256:2f9555f9f047d752841d98608cd372c9f9743fdaa88a59c96a0b2e85f9016b00",
                    "enabled": 1
                }
            },
            "procmail": {
                "100": {
                    "checksum": "sha256:ee1a9203e7dd07d84cfa3c20a2e069bb0552dc430a6d2feed2919e53731b1864",
                    "enabled": 1
                }
            },
            "prosody": {
                "100": {
                    "checksum": "sha256:360e32fc4cb037faf2b5684ce2d376c42cff14785fc95d82fd750fe66dabe1e2",
                    "enabled": 1
                }
            },
            "psad": {
                "100": {
                    "checksum": "sha256:9450644b2b34bbc91aa8d0c40b88fd2363137df218d38ccc6b28b94b63286d54",
                    "enabled": 1
                }
            },
            "ptchown": {
                "100": {
                    "checksum": "sha256:861c6b803141841f4756be8531775c7d37e8ec378b2b9e90f37e1932d35e5e36",
                    "enabled": 1
                }
            },
            "publicfile": {
                "100": {
                    "checksum": "sha256:a932f4ee30fe06d891909b328e9ed103a77010e273b19cd7e9debf3ba43204c6",
                    "enabled": 1
                }
            },
            "pulseaudio": {
                "100": {
                    "checksum": "sha256:005f82a614bbe1a6cca6611aee9b59d97e2f8b51c2b88b41d6f800145410a166",
                    "enabled": 1
                }
            },
            "puppet": {
                "100": {
                    "checksum": "sha256:0ac394773bec589974cc6ecc5f99dc5faf2871e771295cb84f33a86bdbd51a6d",
                    "enabled": 1
                }
            },
            "pwauth": {
                "100": {
                    "checksum": "sha256:4cabb0c5c75a395579d7523d3e7616db9fb0e1f40d3b9f581f6e94eebb049810",
                    "enabled": 1
                }
            },
            "qatlib": {
                "100": {
                    "checksum": "sha256:1ce83ef85ac222374d15e090a30072e96219bea1a6c1e72bb122842ebbec7cee",
                    "enabled": 1
                }
            },
            "qmail": {
                "100": {
                    "checksum": "sha256:7972bb152e68b8fdb1a77c84868b66e420365c9f526254fb272a7263500acbff",
                    "enabled": 1
                }
            },
            "qpid": {
                "100": {
                    "checksum": "sha256:7cd981f1dfd524edc5e5992f10cd1b3e723adcb3cfaf8c7bb42c8f5197e64378",
                    "enabled": 1
                }
            },
            "quantum": {
                "100": {
                    "checksum": "sha256:a25e72eac82204e6200ec843bc06d7b59a1ce7c755666bf1ed9effd12ee466d7",
                    "enabled": 1
                }
            },
            "quota": {
                "100": {
                    "checksum": "sha256:292ac0c56b89fb197298bc0cda18828e0c6c524414d7ccc38133e2552283136f",
                    "enabled": 1
                }
            },
            "rabbitmq": {
                "100": {
                    "checksum": "sha256:6ae09222a0b9aefa3ead90b1f1ee08972570b1f5e39d25c05108228e4d315d50",
                    "enabled": 1
                }
            },
            "radius": {
                "100": {
                    "checksum": "sha256:76e245eff00a30a5db15851804f5047caa072e5f418e44fd75e70fcaba611e73",
                    "enabled": 1
                }
            },
            "radvd": {
                "100": {
                    "checksum": "sha256:b0ab6f58a00a32e8119b2b598d56acdc5919c7d9414eec24beb5eca9d84c90dc",
                    "enabled": 1
                }
            },
            "raid": {
                "100": {
                    "checksum": "sha256:cea5ec9a6380cf597ff5f333d46b2a16568c3e71d059a326f645284c6e6c171e",
                    "enabled": 1
                }
            },
            "rasdaemon": {
                "100": {
                    "checksum": "sha256:f6d50ea9aa365ffb71b924d04e606e7e7be9fc0ff67899ad1fd348bb209a7ad1",
                    "enabled": 1
                }
            },
            "rdisc": {
                "100": {
                    "checksum": "sha256:d45a4dad3bf9f007f05eca41b5c04d4ae329405b60f307f8d6959fc92dee841e",
                    "enabled": 1
                }
            },
            "readahead": {
                "100": {
                    "checksum": "sha256:338d67a9fa343855efdd6d99bf0d28bdcf03631bdff7591c1a21e975471a510a",
                    "enabled": 1
                }
            },
            "realmd": {
                "100": {
                    "checksum": "sha256:e2efb27c1fed30b949be0f29464b99701353b8eb65bd2da624505c7fc1e586a4",
                    "enabled": 1
                }
            },
            "redis": {
                "100": {
                    "checksum": "sha256:642738508f133e3709992b5542f048755e1ca6bdd1c3eed8fbf6de60135fe754",
                    "enabled": 1
                }
            },
            "remotelogin": {
                "100": {
                    "checksum": "sha256:31f6f5efb0759335de46ac3ab4c8a64955f838afc9743a20f2e81a8cb54cb36a",
                    "enabled": 1
                }
            },
            "restraint": {
                "400": {
                    "checksum": "sha256:95d0d03fbc1d4147f02a0b3da7cd76efbdd75d1f5812cf6160e922336abbf270",
                    "enabled": 1
                }
            },
            "rhcd": {
                "100": {
                    "checksum": "sha256:439afb2b8b905d32073d55ee61bb5ebc085ac1dd2c4bbb6b25f90051827dc6d2",
                    "enabled": 1
                }
            },
            "rhcs": {
                "100": {
                    "checksum": "sha256:d90d617944f40798165d77873629210aed1662ccc21b8687d92b63eaac5ace8c",
                    "enabled": 1
                }
            },
            "rhev": {
                "100": {
                    "checksum": "sha256:4c8dc74bd9e7cebd9f78bae013483cdc6350fb8eb90debbf2888a89a0c30232c",
                    "enabled": 1
                }
            },
            "rhgb": {
                "100": {
                    "checksum": "sha256:4b222d1ae2a6931560eca08e087c56c7835ce79c3f82514c5c6d3e98a7de89b1",
                    "enabled": 1
                }
            },
            "rhnsd": {
                "100": {
                    "checksum": "sha256:12ea9c8c79218c6ef2da68bbe6f321ca6a7247a0f40142f1be8b85cb5b84d54d",
                    "enabled": 1
                }
            },
            "rhsmcertd": {
                "100": {
                    "checksum": "sha256:7750446fcfd40c402633126aab29d231a47f4ca8d4993cb703a3c203c25a2c0c",
                    "enabled": 1
                }
            },
            "rhts": {
                "400": {
                    "checksum": "sha256:39f15722a115b11064c20b8bc2758e8fe06531a8f923ea00a3e7079a0554e3d6",
                    "enabled": 1
                }
            },
            "ricci": {
                "100": {
                    "checksum": "sha256:c9afadeea7fc4762d923383de22df24de13563a6dbe205b9ab73a6ad0a5cff79",
                    "enabled": 1
                }
            },
            "rkhunter": {
                "100": {
                    "checksum": "sha256:5f31c86e2f2cc425040785cc22a9040c7cdb80bd1145dfd668d2b2597534d6e3",
                    "enabled": 1
                }
            },
            "rkt": {
                "100": {
                    "checksum": "sha256:6154fe3dc060aa2df1f629434a417621e043836c3fc0d1cfe128db80a0c3a5d9",
                    "enabled": 1
                }
            },
            "rlogin": {
                "100": {
                    "checksum": "sha256:2001491066517e9d1718973ef9ce30640101b146abaac53218e9fafc5838eba5",
                    "enabled": 1
                }
            },
            "rngd": {
                "100": {
                    "checksum": "sha256:932eb717c50cc3b89b0d39754e8d42285224c7112dc8fb773b979ae335c61b81",
                    "enabled": 1
                }
            },
            "rolekit": {
                "100": {
                    "checksum": "sha256:08975182ac9221887a5cec3f1e51639802794cfa718d6bfe245aa5f132bac74d",
                    "enabled": 1
                }
            },
            "roundup": {
                "100": {
                    "checksum": "sha256:931c928c6bf89625bce5b6cb76084615486f91d6e86a09fcaf007c47c5e68ba7",
                    "enabled": 1
                }
            },
            "rpc": {
                "100": {
                    "checksum": "sha256:0620e84d3a712ecc8e401e1ce695e4a5c1dd33c2097d6cec8127273e2063e36a",
                    "enabled": 1
                }
            },
            "rpcbind": {
                "100": {
                    "checksum": "sha256:3368e81d1e4c4368ed76661f4b636f38651dcc804843c4b1ef0f8ea0eff45d0d",
                    "enabled": 1
                }
            },
            "rpm": {
                "100": {
                    "checksum": "sha256:b1d6f8003dfb181c492f970957c0fdbac2625661fbec8ac0925a6c9b141429c0",
                    "enabled": 1
                }
            },
            "rrdcached": {
                "100": {
                    "checksum": "sha256:340e748f2da66a79889ffe2d77224bce0090a2954743d5c1098ac3cb1eb48866",
                    "enabled": 1
                }
            },
            "rshd": {
                "100": {
                    "checksum": "sha256:58d4cffb8b490c67aa4b1a335b0a3b933af4dfe6cc022fa0bc7400841d1efba7",
                    "enabled": 1
                }
            },
            "rshim": {
                "100": {
                    "checksum": "sha256:34695491986303ceda8be41882d8279b3065627df85b9ff616650c420c6395b8",
                    "enabled": 1
                }
            },
            "rssh": {
                "100": {
                    "checksum": "sha256:26f6c19589d58fd23c303ac699697517d6883a9531837ad406e2f09b7507278d",
                    "enabled": 1
                }
            },
            "rsync": {
                "100": {
                    "checksum": "sha256:0aa06de248b996ddd0afc67811e82a96bde2dc7a2c328ecbbf6c6a5c9c780784",
                    "enabled": 1
                }
            },
            "rtas": {
                "100": {
                    "checksum": "sha256:3cf7dfe541071b3898cd76674ccce511cb2b25626b0e5f9e43fb903f928508c5",
                    "enabled": 1
                }
            },
            "rtkit": {
                "100": {
                    "checksum": "sha256:d8e666993d2c3c43a5efc6628d04fed230f380cec2feafc9fb1eb305239ad954",
                    "enabled": 1
                }
            },
            "rwho": {
                "100": {
                    "checksum": "sha256:c66a34fe691a84d52c8dd62ed1e9c8525796ccb3114743202a1d11dab4397c1b",
                    "enabled": 1
                }
            },
            "samba": {
                "100": {
                    "checksum": "sha256:76d4803f3945be392c2ba2f3c801fc3a8d629ea342e2352aa2100f3cb70c6a65",
                    "enabled": 1
                }
            },
            "sambagui": {
                "100": {
                    "checksum": "sha256:4c91ce35da807c4194c847e713628c8c5a8c2edabbc32800a9f0245175d61f9a",
                    "enabled": 1
                }
            },
            "sandboxX": {
                "100": {
                    "checksum": "sha256:dd4e4f83f573e60a00c4c8f9fc6d281307ef29ab033281ec1d3bfe763ac842ef",
                    "enabled": 1
                }
            },
            "sanlock": {
                "100": {
                    "checksum": "sha256:12903fc32000cd4e9785975352f7cfc11ebb15acfbe277be575edb318b15131f",
                    "enabled": 1
                }
            },
            "sasl": {
                "100": {
                    "checksum": "sha256:5a49a242fb57fbde3ec1d0b7c33432f0beb2992005df650c1387cd727cfc31a8",
                    "enabled": 1
                }
            },
            "sbd": {
                "100": {
                    "checksum": "sha256:6b08742937f98065198547ba01efe084ce27119742dbfb22ffaefb651adcd4c5",
                    "enabled": 1
                }
            },
            "sblim": {
                "100": {
                    "checksum": "sha256:cf43ae0bb1072dfbd3f191147458ab654f4bf36c7e6e52b3ddc5e21d565e527b",
                    "enabled": 1
                }
            },
            "screen": {
                "100": {
                    "checksum": "sha256:5c749a6c028d95eabf66a4af046f252d580a96be344cc6a4cbaf6c41bc3d7052",
                    "enabled": 1
                }
            },
            "secadm": {
                "100": {
                    "checksum": "sha256:fbd918572c57ed1724375e81afce5d108e52933bcd98b454196a51fa9af36c7f",
                    "enabled": 1
                }
            },
            "sectoolm": {
                "100": {
                    "checksum": "sha256:35e4d2a3208b8c0d74c4016309c3447efac46618ce4209c78af9861f95cf36c6",
                    "enabled": 1
                }
            },
            "selinuxutil": {
                "100": {
                    "checksum": "sha256:3d5c69fa4c3932728225e61fa1eeb458ff2a29a2876c739d1e203322dc4dc7b3",
                    "enabled": 1
                }
            },
            "sendmail": {
                "100": {
                    "checksum": "sha256:b74fad36b6b99dce25b9723b5c83278e4cf0ad7a66b7f2d1788fa930737b6b26",
                    "enabled": 1
                }
            },
            "sensord": {
                "100": {
                    "checksum": "sha256:cf1265945526b166650edb71077e9778d22a9a35e59b12e1edae8b233e8e656b",
                    "enabled": 1
                }
            },
            "setrans": {
                "100": {
                    "checksum": "sha256:95193c003b42fd26e548de51bb8652289fc2fc66bd38f571c6e7173befc6e33d",
                    "enabled": 1
                }
            },
            "setroubleshoot": {
                "100": {
                    "checksum": "sha256:60686aef35513ad652ac553180e26c9864b890a3a5f442a091375b00f886b443",
                    "enabled": 1
                }
            },
            "seunshare": {
                "100": {
                    "checksum": "sha256:a8c3633cf363e103e840a32cace7793040117dbc627ae5ebdbb4509f79273cef",
                    "enabled": 1
                }
            },
            "sge": {
                "100": {
                    "checksum": "sha256:a78576b227ed6d26f57c3ee3bceb45529e50e6662914cf22ad89cc4dedce2251",
                    "enabled": 1
                }
            },
            "shorewall": {
                "100": {
                    "checksum": "sha256:f7c098e79dd886767fe6d5ae4e564d458a4b1243e99c0c74d8c36432e138599a",
                    "enabled": 1
                }
            },
            "slocate": {
                "100": {
                    "checksum": "sha256:cda143abf21914c24f0e38d8e9b9cb2668c88b44cb4df711004658dd53d3e902",
                    "enabled": 1
                }
            },
            "slpd": {
                "100": {
                    "checksum": "sha256:ba397cdd0a7a730fc70c7cad3cbe4ed2475c670b65ee5f9914aeb08b58200845",
                    "enabled": 1
                }
            },
            "smartmon": {
                "100": {
                    "checksum": "sha256:8ef416256baedc5250ebe2cee413dec8082c9dcb2e9d11a4efa164326551eae8",
                    "enabled": 1
                }
            },
            "smokeping": {
                "100": {
                    "checksum": "sha256:81de53921f1a522847961acb56f77dbad54284bcf8841f52afe11ced904a20d7",
                    "enabled": 1
                }
            },
            "smoltclient": {
                "100": {
                    "checksum": "sha256:95c7ee276c5baae8d1a63c94a349ea997f421cebdf73d013ab4b90b34d986fd0",
                    "enabled": 1
                }
            },
            "smsd": {
                "100": {
                    "checksum": "sha256:d871da983b281e8a8daec281efefbc6f6bf1ce5d5cbea4b352b49a08b0d89c77",
                    "enabled": 1
                }
            },
            "snapper": {
                "100": {
                    "checksum": "sha256:4e5c5d73145bbed79c08e82d0a21a965d8cb7a92db76b202b5d134fa42c95fe1",
                    "enabled": 1
                }
            },
            "snmp": {
                "100": {
                    "checksum": "sha256:af32d5989dfb265da12ba1be45f553eb0cca6ad12097540b811f7c30fbb208fe",
                    "enabled": 1
                }
            },
            "snort": {
                "100": {
                    "checksum": "sha256:b1696f79ceb514e5ffed2caea4f90f783c94ca4a73a22f278e48438182d4f07e",
                    "enabled": 1
                }
            },
            "sosreport": {
                "100": {
                    "checksum": "sha256:8059bae88c09a10f717526e476d1a4007db637fea6adc08fad6b17449dbc9e4d",
                    "enabled": 1
                }
            },
            "soundserver": {
                "100": {
                    "checksum": "sha256:3d50318423313efcf8160d08a3bd655e53f34b30374d9dc30ad5bea5cc7e0776",
                    "enabled": 1
                }
            },
            "spamassassin": {
                "100": {
                    "checksum": "sha256:4054ceef428a1df14d5fd4c620fce5d039a236500c1368a7a6e4bb07135d307a",
                    "enabled": 1
                }
            },
            "speech-dispatcher": {
                "100": {
                    "checksum": "sha256:b08147b36ed3fa54428c34c8ac8e2781717ecb453c2372760d41a7738b7757da",
                    "enabled": 1
                }
            },
            "squid": {
                "100": {
                    "checksum": "sha256:d6ec108e7f32a9cfe6f024cd5287a9b020783887f6a71e03b113eab3304342ab",
                    "enabled": 1
                }
            },
            "ssh": {
                "100": {
                    "checksum": "sha256:97b2011b254075f1c3ef158248c3d5d873e56873abe9fc9110438508cb252edd",
                    "enabled": 1
                }
            },
            "sslh": {
                "100": {
                    "checksum": "sha256:5f14c1526eaa63f5176c2e6401410159cacd7f06f89d3c37c6670f5f3193eaa4",
                    "enabled": 1
                }
            },
            "sssd": {
                "100": {
                    "checksum": "sha256:4efe2c843fcfefd5b0b2723830b24042e2f4f024c9208895282d3489f1e04bc4",
                    "enabled": 1
                }
            },
            "staff": {
                "100": {
                    "checksum": "sha256:01b30957354acb8dcf5243937aacd87288390d40e07e724e13f441699825c386",
                    "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:b24d3a5bcd4ecd35cd51836670ce97820a48a3669c0d590e716aee30709dc1f7",
                    "enabled": 1
                }
            },
            "su": {
                "100": {
                    "checksum": "sha256:858e8488feb83d85137a778c3b8c5140d9bc7d9b83a43077a23fbfd27091349c",
                    "enabled": 1
                }
            },
            "sudo": {
                "100": {
                    "checksum": "sha256:ee6a6fd39589168741be9b8c1c35cb6103464541c8b8871423f81d575b5786a3",
                    "enabled": 1
                }
            },
            "svnserve": {
                "100": {
                    "checksum": "sha256:2a78595b73c7ea25c5b395ec91f18b3dad58002dd8ef3652d69edd5a8c13f3f5",
                    "enabled": 1
                }
            },
            "swift": {
                "100": {
                    "checksum": "sha256:ccacc18e643d0ca081b36d910abb0ad6fae2acdd1f92a52b4fc9004fc31f4677",
                    "enabled": 1
                }
            },
            "sysadm": {
                "100": {
                    "checksum": "sha256:4a562295773a4eee6be64369bd48a6ba83944c0b8766dfd8fc572d09c8280243",
                    "enabled": 1
                }
            },
            "sysadm_secadm": {
                "100": {
                    "checksum": "sha256:8b3d56e43b270a3c8e85c91782ceb793a817dadff0af988ed17ec41251b9b315",
                    "enabled": 1
                }
            },
            "sysnetwork": {
                "100": {
                    "checksum": "sha256:6cf6d7c76e8239bbd876a16bf8321e68680308e33cf8a88e89236172e07d852e",
                    "enabled": 1
                }
            },
            "sysstat": {
                "100": {
                    "checksum": "sha256:e35d3df921d581298273023c20b12e4d1168c249b06e08458a27732a4ff082ce",
                    "enabled": 1
                }
            },
            "systemd": {
                "100": {
                    "checksum": "sha256:f2822225dba4e22daf2f143458e810b46166765e37a8f3c02fd0239d3be14ae1",
                    "enabled": 1
                }
            },
            "tangd": {
                "100": {
                    "checksum": "sha256:b09965ae1db2d4aeab2d1c8775897288e6d55224183205ed48002daa816d2bbd",
                    "enabled": 1
                }
            },
            "targetd": {
                "100": {
                    "checksum": "sha256:8d31e97d05e23cbca57938b58d725c33af5e6aaa3e563971a398936cd3a21b36",
                    "enabled": 1
                }
            },
            "tcpd": {
                "100": {
                    "checksum": "sha256:2ea50e3363cefebf4b9bbcb6bcdd9e923da455c54a14c509f8c5ba9ca4da1c5d",
                    "enabled": 1
                }
            },
            "tcsd": {
                "100": {
                    "checksum": "sha256:a4d57e1e23ddfdbf6977fae56c0797b5791bd7a03bc3e7da5ae87d6f9ca870cc",
                    "enabled": 1
                }
            },
            "telepathy": {
                "100": {
                    "checksum": "sha256:98fac790af3d7a87e75899e112ba5d4cd2455261e44b60f1a0d7387ba0e0ad49",
                    "enabled": 1
                }
            },
            "telnet": {
                "100": {
                    "checksum": "sha256:e531681ec043e98c7aa5feeb5948eb339c71c657dd9a93a7dc35909aee56de2b",
                    "enabled": 1
                }
            },
            "tftp": {
                "100": {
                    "checksum": "sha256:7746597ed5d872b63e1e842421771ebacdcde5288bfd6d006346ad554e4799e7",
                    "enabled": 1
                }
            },
            "tgtd": {
                "100": {
                    "checksum": "sha256:e599de319c72ac9f8ca525508c1d2ce54b46a85f378b56b04ff8fa1781250c60",
                    "enabled": 1
                }
            },
            "thin": {
                "100": {
                    "checksum": "sha256:9825f5ea5ecf0720ae08c5fb7a50d3318b3dfb520801cf5ec8c0663364df5a62",
                    "enabled": 1
                }
            },
            "thumb": {
                "100": {
                    "checksum": "sha256:967c4a8d81c00053b35bd61cd547e73dba57abbdd31de06c242c46fac0aff410",
                    "enabled": 1
                }
            },
            "timedatex": {
                "100": {
                    "checksum": "sha256:127a1f551291ce8c39e638b32770fdeadda67312a1c16dc1fad7da9b5a4f5c01",
                    "enabled": 1
                }
            },
            "tlp": {
                "100": {
                    "checksum": "sha256:c3135382d1212256d9ad9ce4c893271cc8093256fdfd34e0a37d9912dc75b16d",
                    "enabled": 1
                }
            },
            "tmpreaper": {
                "100": {
                    "checksum": "sha256:5650adc4d1a2c1db0f3733e73fe7b7b9aa4fda69a1d3308e0b59a8c4cf30c5f5",
                    "enabled": 1
                }
            },
            "tomcat": {
                "100": {
                    "checksum": "sha256:59312967f089bd0efa786367f1587ca124a49b7eb0ba7b5f21c2d66bc66e1b1b",
                    "enabled": 1
                }
            },
            "tor": {
                "100": {
                    "checksum": "sha256:210d53406ae0727c0243c597928358124d2c44c16bf33a47767a3ac88227414b",
                    "enabled": 1
                }
            },
            "tuned": {
                "100": {
                    "checksum": "sha256:758f35f5b9f4195f564792cf864a87a9b6e8de155fc2d348d4eec0ca30d8463d",
                    "enabled": 1
                }
            },
            "tvtime": {
                "100": {
                    "checksum": "sha256:59a579d32a09dd28b983fdaaa6f695be68dfbe0273ee26bd8540e116d07084b4",
                    "enabled": 1
                }
            },
            "udev": {
                "100": {
                    "checksum": "sha256:acb78447445a0d74b28f8e7b5db170464c56476be775e8d2577b04cb55ce3f69",
                    "enabled": 1
                }
            },
            "ulogd": {
                "100": {
                    "checksum": "sha256:fbd1de444b4bfe75df73aee4560955dac1378eb7e5654d05d849c67db43546b5",
                    "enabled": 1
                }
            },
            "uml": {
                "100": {
                    "checksum": "sha256:c05987c6a9f49b3370c011d79431dc52d6d435e89a577d7d10a8db02587a3786",
                    "enabled": 1
                }
            },
            "unconfined": {
                "100": {
                    "checksum": "sha256:be7e30d2c6b24f9d403c9b96acbf9258310b570cb8bf11fdf05166b4b4144664",
                    "enabled": 1
                }
            },
            "unconfineduser": {
                "100": {
                    "checksum": "sha256:8006817bbdf1a8de02fbe47d42fd5a79fd515cbb9b40a49cd5677cd83dc5b466",
                    "enabled": 1
                }
            },
            "unlabelednet": {
                "100": {
                    "checksum": "sha256:1b37d8de7cf505da7e184ad33a2d04904d9fc51d64707b5d7e449b9d615deaa2",
                    "enabled": 1
                }
            },
            "unprivuser": {
                "100": {
                    "checksum": "sha256:ca8c125d322b127dcdc6bc5010fbaf6f4b6d08997a3925d7d2d2946064c4a0b5",
                    "enabled": 1
                }
            },
            "updfstab": {
                "100": {
                    "checksum": "sha256:e698b5479929ff28896c7e38efc410a47b6a5cd38eafd56c0c8de7fa210d16e3",
                    "enabled": 1
                }
            },
            "usbmodules": {
                "100": {
                    "checksum": "sha256:00518ce2d8f4e15cf7186a7467c8710848f2312adbbfb919cd6bed45d40d10d4",
                    "enabled": 1
                }
            },
            "usbmuxd": {
                "100": {
                    "checksum": "sha256:495bbffef9f008519da7918d89fdb853bab29a6c718ed72b13496574d16a18af",
                    "enabled": 1
                }
            },
            "userdomain": {
                "100": {
                    "checksum": "sha256:3fd80d33fa8d00faaa71556b252c45f509297db070ec8fd764621f29383ec539",
                    "enabled": 1
                }
            },
            "userhelper": {
                "100": {
                    "checksum": "sha256:ec2502e379bebb8c8b29386cb8324f0fe8b3935bf065702a1b0a3cf4224e9798",
                    "enabled": 1
                }
            },
            "usermanage": {
                "100": {
                    "checksum": "sha256:35178826cea105b5cbec665c4032d007e453cc6897c787d14b00700e37ac5cdc",
                    "enabled": 1
                }
            },
            "usernetctl": {
                "100": {
                    "checksum": "sha256:24d457c012fb774bde2ecfb530699e6b4768604525b33f8d3cc99844f53918bb",
                    "enabled": 1
                }
            },
            "uucp": {
                "100": {
                    "checksum": "sha256:5451b95ffd75ed6e3a933bc0518e3dd2e9dfad315b4a6d3b08653469e8168668",
                    "enabled": 1
                }
            },
            "uuidd": {
                "100": {
                    "checksum": "sha256:7e39bde0db4bb71a014b04fe58282e134c94c1e753bd1b15e3e7f64b016bcb51",
                    "enabled": 1
                }
            },
            "varnishd": {
                "100": {
                    "checksum": "sha256:b6a3a26dac9580a586502165719438a72e9d41f72ff3d21eb05225a6d368f296",
                    "enabled": 1
                }
            },
            "vdagent": {
                "100": {
                    "checksum": "sha256:f513668cef5d03425903904f53f97a3640fa138faa4d1c13192d46b752b78c71",
                    "enabled": 1
                }
            },
            "vhostmd": {
                "100": {
                    "checksum": "sha256:bc8ddc6407a2ff415e265da8ff8609013d8d173979235acf4fcd1cbfc313a571",
                    "enabled": 1
                }
            },
            "virt": {
                "100": {
                    "checksum": "sha256:cd3e6ed1bf32565b0221cc300aec76cac52f23ff116704c4d30c10263c2bf7f9",
                    "enabled": 1
                }
            },
            "virt_supplementary": {
                "100": {
                    "checksum": "sha256:d80a998844ea68164a2ac00d46b8c5ce51107066dc44a30ab41057a4e3ac259e",
                    "enabled": 1
                }
            },
            "vlock": {
                "100": {
                    "checksum": "sha256:ec8354aba09fd7ab45ed59a737034196f8b6c4df25e6079c4a00985e36b15f92",
                    "enabled": 1
                }
            },
            "vmtools": {
                "100": {
                    "checksum": "sha256:2b632a2cf0d1be1e6bffaf66a320cfd73cd3cb175711cfcab9ff77147838db40",
                    "enabled": 1
                }
            },
            "vmware": {
                "100": {
                    "checksum": "sha256:70cd067efc6e8ae5416b382c4b056f7a723459bc1c4e2e7f24fdb757d341845d",
                    "enabled": 1
                }
            },
            "vnstatd": {
                "100": {
                    "checksum": "sha256:fc8312deb1ef563cfbf8da562e6afba6dd16f4adc97e027c294ff06b1f1ef29f",
                    "enabled": 1
                }
            },
            "vpn": {
                "100": {
                    "checksum": "sha256:e1a9309d48b6463d32450421e867adadb08adbd641eaa072dcb5cd3d629f5dae",
                    "enabled": 1
                }
            },
            "w3c": {
                "100": {
                    "checksum": "sha256:6b19f10f4a51f6f1f343b082d4a96c3335b191f00d41152ae090627f727b8360",
                    "enabled": 1
                }
            },
            "watchdog": {
                "100": {
                    "checksum": "sha256:1171d89af3fa7fc84808f2b6f44fa9a6f8c161198fd3e326fa0f6f63b3820aac",
                    "enabled": 1
                }
            },
            "wdmd": {
                "100": {
                    "checksum": "sha256:78171e88b18db8befbfd2f75e232ed2925648955c4891c790e084063bc5e29f2",
                    "enabled": 1
                }
            },
            "webadm": {
                "100": {
                    "checksum": "sha256:f836d4af3abab47d1c5afe5f6a83ca9303506403e75e65f10fe4c4c719dee46a",
                    "enabled": 1
                }
            },
            "webalizer": {
                "100": {
                    "checksum": "sha256:43f69260eb8c399ceb227825b190ee1758a60b1b78052b1fbfe21d5fce8daab5",
                    "enabled": 1
                }
            },
            "wine": {
                "100": {
                    "checksum": "sha256:204369c49480adaf6c3bbee72b72ec17a5fac47821e371ac9b0e633666af050e",
                    "enabled": 1
                }
            },
            "wireguard": {
                "100": {
                    "checksum": "sha256:ec1197ebeb6bdbc525a66b7e661a8f7a58fe0a4cbf09ba7df7ee055d23746c1c",
                    "enabled": 1
                }
            },
            "wireshark": {
                "100": {
                    "checksum": "sha256:04f7d964a66c88c0ed6af6d352fa81af6618f3a16c0db0363e6f2df07d9ea83a",
                    "enabled": 1
                }
            },
            "xen": {
                "100": {
                    "checksum": "sha256:e79e6baf86bd76cda73219fd891bd706c38ecb6e37a92c24ba4291b28e8782de",
                    "enabled": 1
                }
            },
            "xguest": {
                "100": {
                    "checksum": "sha256:710ba99d8d809150194ab9c84f7e292435f65de06702b0fe6e9bdfa362076621",
                    "enabled": 1
                }
            },
            "xserver": {
                "100": {
                    "checksum": "sha256:05105fee82ae1decbb668b154e32f643eda2779459b0e35edcfa358996436147",
                    "enabled": 1
                }
            },
            "zabbix": {
                "100": {
                    "checksum": "sha256:a7eab2820c4bf5c9e51dd30942fce48426c0e35c25d5c13efda6e9313602a66f",
                    "enabled": 1
                }
            },
            "zarafa": {
                "100": {
                    "checksum": "sha256:b1738ace3c35a58867613fabb433a761136afae86bab322ea4d192436c5b0ddd",
                    "enabled": 1
                }
            },
            "zebra": {
                "100": {
                    "checksum": "sha256:913b9c2802fc6607d811ffc278dff3fb84d81942603cf21e1b4efcebf6a7529e",
                    "enabled": 1
                }
            },
            "zoneminder": {
                "100": {
                    "checksum": "sha256:19a33723d291446ee9617d0120088d7bae884e5a963c48a8afec20fc6bacc4bc",
                    "enabled": 1
                }
            },
            "zosremote": {
                "100": {
                    "checksum": "sha256:0e85101587e037fa8552703dfe40e3c31d4b86d65981d03ca3bcb9f91cde9e06",
                    "enabled": 1
                }
            }
        },
        "selinux_priorities": true
    },
    "changed": false
}

TASK [fedora.linux_system_roles.selinux : Load SELinux modules] ****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:115
Friday 25 October 2024  11:17:06 -0400 (0:00:03.596)       0:02:34.781 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "selinux_modules is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:128
Friday 25 October 2024  11:17:07 -0400 (0:00:00.083)       0:02:34.865 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:136
Friday 25 October 2024  11:17:07 -0400 (0:00:00.087)       0:02:34.952 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124
Friday 25 October 2024  11:17:07 -0400 (0:00:00.222)       0:02:35.175 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_cancel_user_linger": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] *******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128
Friday 25 October 2024  11:17:07 -0400 (0:00:00.079)       0:02:35.255 ******** 
skipping: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle credential files - present] ****
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137
Friday 25 October 2024  11:17:07 -0400 (0:00:00.117)       0:02:35.372 ******** 
skipping: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle secrets] ***********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146
Friday 25 October 2024  11:17:07 -0400 (0:00:00.060)       0:02:35.433 ******** 
skipping: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] *****
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153
Friday 25 October 2024  11:17:07 -0400 (0:00:00.062)       0:02:35.496 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node2 => (item=(censored due to no_log))

TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14
Friday 25 October 2024  11:17:07 -0400 (0:00:00.210)       0:02:35.706 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_spec": {
            "state": "created"
        },
        "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n  labels:\n    app: test\n    io.containers.autoupdate: registry\n  name: bogus\nspec:\n  containers:\n    - name: bogus\n      image: >-\n        quay.io/linux-system-roles/this_is_a_bogus_image:latest\n"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21
Friday 25 October 2024  11:17:08 -0400 (0:00:00.133)       0:02:35.840 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_continue_if_pull_fails": true,
        "__podman_kube": {
            "apiVersion": "v1",
            "kind": "Pod",
            "metadata": {
                "labels": {
                    "app": "test",
                    "io.containers.autoupdate": "registry"
                },
                "name": "bogus"
            },
            "spec": {
                "containers": [
                    {
                        "image": "quay.io/linux-system-roles/this_is_a_bogus_image:latest",
                        "name": "bogus"
                    }
                ]
            }
        },
        "__podman_kube_file": "",
        "__podman_pull_image": true,
        "__podman_state": "created",
        "__podman_systemd_unit_scope": "",
        "__podman_user": "root"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33
Friday 25 October 2024  11:17:08 -0400 (0:00:00.125)       0:02:35.966 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_name": "bogus",
        "__podman_rootless": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Check user and group information] *****
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38
Friday 25 October 2024  11:17:08 -0400 (0:00:00.077)       0:02:36.043 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Get user information] *****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Friday 25 October 2024  11:17:08 -0400 (0:00:00.206)       0:02:36.250 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user does not exist] **********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Friday 25 October 2024  11:17:08 -0400 (0:00:00.056)       0:02:36.306 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set group for podman user] ************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Friday 25 October 2024  11:17:08 -0400 (0:00:00.053)       0:02:36.359 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_group": "0"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Friday 25 October 2024  11:17:08 -0400 (0:00:00.091)       0:02:36.451 ******** 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "atime": 1729869378.0103734,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 32,
        "charset": "binary",
        "checksum": "86395ad7ce62834c967dc50f963a68f042029188",
        "ctime": 1729869347.9092026,
        "dev": 51714,
        "device_type": 0,
        "executable": true,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 8895830,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "application/x-pie-executable",
        "mode": "0755",
        "mtime": 1719187200.0,
        "nlink": 1,
        "path": "/usr/bin/getsubids",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 15728,
        "uid": 0,
        "version": "2735121205",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": true,
        "xoth": true,
        "xusr": true
    }
}

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Friday 25 October 2024  11:17:09 -0400 (0:00:00.488)       0:02:36.940 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44
Friday 25 October 2024  11:17:09 -0400 (0:00:00.077)       0:02:37.018 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49
Friday 25 October 2024  11:17:09 -0400 (0:00:00.071)       0:02:37.090 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get subuid file] **********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62
Friday 25 October 2024  11:17:09 -0400 (0:00:00.094)       0:02:37.184 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get subgid file] **********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67
Friday 25 October 2024  11:17:09 -0400 (0:00:00.073)       0:02:37.258 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72
Friday 25 October 2024  11:17:09 -0400 (0:00:00.072)       0:02:37.331 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82
Friday 25 October 2024  11:17:09 -0400 (0:00:00.050)       0:02:37.382 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89
Friday 25 October 2024  11:17:09 -0400 (0:00:00.055)       0:02:37.437 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43
Friday 25 October 2024  11:17:09 -0400 (0:00:00.128)       0:02:37.566 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_kube",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52
Friday 25 October 2024  11:17:09 -0400 (0:00:00.062)       0:02:37.628 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_activate_systemd_unit": false,
        "__podman_systemd_scope": "system",
        "__podman_user_home_dir": "/root",
        "__podman_xdg_runtime_dir": "/run/user/0"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60
Friday 25 October 2024  11:17:09 -0400 (0:00:00.087)       0:02:37.716 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_path": "/etc/containers/ansible-kubernetes.d"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64
Friday 25 October 2024  11:17:09 -0400 (0:00:00.084)       0:02:37.800 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/bogus.yml"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68
Friday 25 October 2024  11:17:10 -0400 (0:00:00.080)       0:02:37.881 ******** 
ok: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75
Friday 25 October 2024  11:17:10 -0400 (0:00:00.080)       0:02:37.961 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_activate_systemd_unit | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83
Friday 25 October 2024  11:17:10 -0400 (0:00:00.078)       0:02:38.040 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_state == \"absent\"",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Create and update containers and services] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87
Friday 25 October 2024  11:17:10 -0400 (0:00:00.069)       0:02:38.109 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Manage linger] ************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2
Friday 25 October 2024  11:17:10 -0400 (0:00:00.175)       0:02:38.284 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Enable linger if needed] **************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12
Friday 25 October 2024  11:17:10 -0400 (0:00:00.147)       0:02:38.432 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_rootless | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18
Friday 25 October 2024  11:17:10 -0400 (0:00:00.215)       0:02:38.647 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_rootless | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22
Friday 25 October 2024  11:17:10 -0400 (0:00:00.075)       0:02:38.724 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_rootless | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get the host mount volumes] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7
Friday 25 October 2024  11:17:10 -0400 (0:00:00.074)       0:02:38.799 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "'volumes' in __podman_kube['spec']",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Create host directories] **************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18
Friday 25 October 2024  11:17:11 -0400 (0:00:00.082)       0:02:38.881 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_volumes | d([]) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Ensure container images are present] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29
Friday 25 October 2024  11:17:11 -0400 (0:00:00.071)       0:02:38.953 ******** 
ok: [managed-node2] => (item=None) => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}
ok: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Check the kubernetes yaml file] *******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53
Friday 25 October 2024  11:17:12 -0400 (0:00:01.550)       0:02:40.503 ******** 
ok: [managed-node2] => {
    "changed": false,
    "failed_when_result": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.podman : Ensure the kubernetes directory is present] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61
Friday 25 October 2024  11:17:13 -0400 (0:00:00.468)       0:02:40.972 ******** 
ok: [managed-node2] => {
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0755",
    "owner": "root",
    "path": "/etc/containers/ansible-kubernetes.d",
    "secontext": "unconfined_u:object_r:etc_t:s0",
    "size": 24,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.podman : Ensure kubernetes yaml files are present] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70
Friday 25 October 2024  11:17:13 -0400 (0:00:00.437)       0:02:41.410 ******** 
changed: [managed-node2] => {
    "changed": true,
    "checksum": "f8266a972ed3be7e204d2a67883fe3a22b8dbf18",
    "dest": "/etc/containers/ansible-kubernetes.d/bogus.yml",
    "gid": 0,
    "group": "root",
    "md5sum": "22799c1e99f8fb14db15efc7dbc7ba4c",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:etc_t:s0",
    "size": 237,
    "src": "/root/.ansible/tmp/ansible-tmp-1729869433.6534019-10167-11147299486190/.source.yml",
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.podman : Update containers/pods] ***************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80
Friday 25 October 2024  11:17:14 -0400 (0:00:00.814)       0:02:42.225 ******** 
fatal: [managed-node2]: FAILED! => {
    "changed": false
}

MSG:

Output: 
Error=Trying to pull quay.io/linux-system-roles/this_is_a_bogus_image:latest...
Error: initializing source docker://quay.io/linux-system-roles/this_is_a_bogus_image:latest: reading manifest latest in quay.io/linux-system-roles/this_is_a_bogus_image: unauthorized: access to the requested resource is not authorized


TASK [Verify image not pulled] *************************************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:262
Friday 25 October 2024  11:17:15 -0400 (0:00:01.122)       0:02:43.347 ******** 
ok: [managed-node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Cleanup] *****************************************************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:269
Friday 25 October 2024  11:17:15 -0400 (0:00:00.120)       0:02:43.467 ******** 
included: fedora.linux_system_roles.podman for managed-node2 => (item=nopull)
included: fedora.linux_system_roles.podman for managed-node2 => (item=bogus)

TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3
Friday 25 October 2024  11:17:16 -0400 (0:00:00.494)       0:02:43.962 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] ****
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3
Friday 25 October 2024  11:17:16 -0400 (0:00:00.189)       0:02:44.151 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11
Friday 25 October 2024  11:17:16 -0400 (0:00:00.109)       0:02:44.260 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16
Friday 25 October 2024  11:17:16 -0400 (0:00:00.095)       0:02:44.356 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23
Friday 25 October 2024  11:17:16 -0400 (0:00:00.081)       0:02:44.437 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28
Friday 25 October 2024  11:17:16 -0400 (0:00:00.111)       0:02:44.549 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32
Friday 25 October 2024  11:17:16 -0400 (0:00:00.080)       0:02:44.629 ******** 
[WARNING]: TASK: fedora.linux_system_roles.podman : Set platform/version
specific variables: The loop variable 'item' is already in use. You should set
the `loop_var` value in the `loop_control` option for the task to something
else to avoid variable collisions and unexpected behavior.
ok: [managed-node2] => (item=RedHat.yml) => {
    "ansible_facts": {
        "__podman_packages": [
            "podman",
            "shadow-utils-subid"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml"
}
skipping: [managed-node2] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "CentOS.yml",
    "skip_reason": "Conditional result was False"
}
ok: [managed-node2] => (item=CentOS_10.yml) => {
    "ansible_facts": {
        "__podman_packages": [
            "iptables-nft",
            "podman",
            "shadow-utils-subid"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_10.yml"
}
ok: [managed-node2] => (item=CentOS_10.yml) => {
    "ansible_facts": {
        "__podman_packages": [
            "iptables-nft",
            "podman",
            "shadow-utils-subid"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_10.yml"
}

TASK [fedora.linux_system_roles.podman : Gather the package facts] *************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6
Friday 25 October 2024  11:17:16 -0400 (0:00:00.165)       0:02:44.794 ******** 
ok: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Enable copr if requested] *************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10
Friday 25 October 2024  11:17:18 -0400 (0:00:01.109)       0:02:45.904 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_use_copr | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14
Friday 25 October 2024  11:17:18 -0400 (0:00:00.073)       0:02:45.977 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "(__podman_packages | difference(ansible_facts.packages))",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28
Friday 25 October 2024  11:17:18 -0400 (0:00:00.077)       0:02:46.055 ******** 
skipping: [managed-node2] => {
    "false_condition": "__podman_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33
Friday 25 October 2024  11:17:18 -0400 (0:00:00.074)       0:02:46.129 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38
Friday 25 October 2024  11:17:18 -0400 (0:00:00.097)       0:02:46.227 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get podman version] *******************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46
Friday 25 October 2024  11:17:18 -0400 (0:00:00.086)       0:02:46.314 ******** 
ok: [managed-node2] => {
    "changed": false,
    "cmd": [
        "podman",
        "--version"
    ],
    "delta": "0:00:00.025875",
    "end": "2024-10-25 11:17:18.845123",
    "rc": 0,
    "start": "2024-10-25 11:17:18.819248"
}

STDOUT:

podman version 5.2.2

TASK [fedora.linux_system_roles.podman : Set podman version] *******************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52
Friday 25 October 2024  11:17:18 -0400 (0:00:00.436)       0:02:46.751 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "podman_version": "5.2.2"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56
Friday 25 October 2024  11:17:18 -0400 (0:00:00.051)       0:02:46.803 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_version is version(\"4.2\", \"<\")",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63
Friday 25 October 2024  11:17:19 -0400 (0:00:00.053)       0:02:46.856 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "(podman_quadlet_specs | length > 0) or (podman_secrets | length > 0)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73
Friday 25 October 2024  11:17:19 -0400 (0:00:00.047)       0:02:46.904 ******** 
META: end_host conditional evaluated to False, continuing execution for managed-node2
skipping: [managed-node2] => {
    "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2"
}

MSG:

end_host conditional evaluated to false, continuing execution for managed-node2

TASK [fedora.linux_system_roles.podman : Check user and group information] *****
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80
Friday 25 October 2024  11:17:19 -0400 (0:00:00.066)       0:02:46.970 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Get user information] *****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Friday 25 October 2024  11:17:19 -0400 (0:00:00.178)       0:02:47.149 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user does not exist] **********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Friday 25 October 2024  11:17:19 -0400 (0:00:00.062)       0:02:47.211 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set group for podman user] ************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Friday 25 October 2024  11:17:19 -0400 (0:00:00.052)       0:02:47.263 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_group": "0"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Friday 25 October 2024  11:17:19 -0400 (0:00:00.102)       0:02:47.365 ******** 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "atime": 1729869378.0103734,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 32,
        "charset": "binary",
        "checksum": "86395ad7ce62834c967dc50f963a68f042029188",
        "ctime": 1729869347.9092026,
        "dev": 51714,
        "device_type": 0,
        "executable": true,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 8895830,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "application/x-pie-executable",
        "mode": "0755",
        "mtime": 1719187200.0,
        "nlink": 1,
        "path": "/usr/bin/getsubids",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 15728,
        "uid": 0,
        "version": "2735121205",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": true,
        "xoth": true,
        "xusr": true
    }
}

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Friday 25 October 2024  11:17:20 -0400 (0:00:00.520)       0:02:47.886 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44
Friday 25 October 2024  11:17:20 -0400 (0:00:00.105)       0:02:47.992 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49
Friday 25 October 2024  11:17:20 -0400 (0:00:00.084)       0:02:48.076 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get subuid file] **********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62
Friday 25 October 2024  11:17:20 -0400 (0:00:00.072)       0:02:48.149 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get subgid file] **********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67
Friday 25 October 2024  11:17:20 -0400 (0:00:00.066)       0:02:48.216 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72
Friday 25 October 2024  11:17:20 -0400 (0:00:00.068)       0:02:48.284 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82
Friday 25 October 2024  11:17:20 -0400 (0:00:00.072)       0:02:48.357 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89
Friday 25 October 2024  11:17:20 -0400 (0:00:00.199)       0:02:48.557 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set config file paths] ****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86
Friday 25 October 2024  11:17:20 -0400 (0:00:00.059)       0:02:48.616 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf",
        "__podman_policy_json_file": "/etc/containers/policy.json",
        "__podman_registries_conf_file": "/etc/containers/registries.conf.d/50-systemroles.conf",
        "__podman_storage_conf_file": "/etc/containers/storage.conf"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle container.conf.d] **************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95
Friday 25 October 2024  11:17:20 -0400 (0:00:00.058)       0:02:48.675 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5
Friday 25 October 2024  11:17:20 -0400 (0:00:00.084)       0:02:48.760 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_containers_conf | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Update container config file] *********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13
Friday 25 October 2024  11:17:21 -0400 (0:00:00.049)       0:02:48.809 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_containers_conf | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] *************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98
Friday 25 October 2024  11:17:21 -0400 (0:00:00.071)       0:02:48.880 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5
Friday 25 October 2024  11:17:21 -0400 (0:00:00.175)       0:02:49.055 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_registries_conf | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Update registries config file] ********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13
Friday 25 October 2024  11:17:21 -0400 (0:00:00.114)       0:02:49.170 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_registries_conf | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Handle storage.conf] ******************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101
Friday 25 October 2024  11:17:21 -0400 (0:00:00.129)       0:02:49.300 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5
Friday 25 October 2024  11:17:21 -0400 (0:00:00.304)       0:02:49.604 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_storage_conf | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Update storage config file] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13
Friday 25 October 2024  11:17:21 -0400 (0:00:00.136)       0:02:49.740 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_storage_conf | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Handle policy.json] *******************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104
Friday 25 October 2024  11:17:22 -0400 (0:00:00.149)       0:02:49.890 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6
Friday 25 October 2024  11:17:22 -0400 (0:00:00.182)       0:02:50.072 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_policy_json | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14
Friday 25 October 2024  11:17:22 -0400 (0:00:00.107)       0:02:50.180 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_policy_json | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get the existing policy.json] *********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19
Friday 25 October 2024  11:17:22 -0400 (0:00:00.096)       0:02:50.276 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_policy_json | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Write new policy.json file] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25
Friday 25 October 2024  11:17:22 -0400 (0:00:00.065)       0:02:50.342 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_policy_json | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [Manage firewall for specified ports] *************************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110
Friday 25 October 2024  11:17:22 -0400 (0:00:00.067)       0:02:50.409 ******** 
included: fedora.linux_system_roles.firewall for managed-node2

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Friday 25 October 2024  11:17:22 -0400 (0:00:00.229)       0:02:50.639 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2

TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Friday 25 October 2024  11:17:23 -0400 (0:00:00.225)       0:02:50.864 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__firewall_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if system is ostree] **********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Friday 25 October 2024  11:17:23 -0400 (0:00:00.092)       0:02:50.957 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __firewall_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Friday 25 October 2024  11:17:23 -0400 (0:00:00.105)       0:02:51.063 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __firewall_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Friday 25 October 2024  11:17:23 -0400 (0:00:00.143)       0:02:51.206 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __firewall_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Friday 25 October 2024  11:17:23 -0400 (0:00:00.138)       0:02:51.344 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __firewall_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Friday 25 October 2024  11:17:23 -0400 (0:00:00.118)       0:02:51.462 ******** 
ok: [managed-node2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Friday 25 October 2024  11:17:24 -0400 (0:00:00.764)       0:02:52.226 ******** 
skipping: [managed-node2] => {
    "false_condition": "__firewall_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Friday 25 October 2024  11:17:24 -0400 (0:00:00.068)       0:02:52.295 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__firewall_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Friday 25 October 2024  11:17:24 -0400 (0:00:00.051)       0:02:52.346 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__firewall_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Friday 25 October 2024  11:17:24 -0400 (0:00:00.051)       0:02:52.398 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "firewall_disable_conflicting_services | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Friday 25 October 2024  11:17:24 -0400 (0:00:00.045)       0:02:52.443 ******** 
[WARNING]: TASK: fedora.linux_system_roles.firewall : Attempt to stop and
disable conflicting services: The loop variable 'item' is already in use. You
should set the `loop_var` value in the `loop_control` option for the task to
something else to avoid variable collisions and unexpected behavior.
skipping: [managed-node2] => (item=nftables)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall_disable_conflicting_services | bool",
    "item": "nftables",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=iptables)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall_disable_conflicting_services | bool",
    "item": "iptables",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=ufw)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall_disable_conflicting_services | bool",
    "item": "ufw",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Friday 25 October 2024  11:17:24 -0400 (0:00:00.126)       0:02:52.570 ******** 
ok: [managed-node2] => {
    "changed": false,
    "name": "firewalld",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0",
        "ActiveEnterTimestamp": "Fri 2024-10-25 11:16:25 EDT",
        "ActiveEnterTimestampMonotonic": "356337414",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "dbus-broker.service dbus.socket polkit.service basic.target system.slice sysinit.target",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Fri 2024-10-25 11:16:23 EDT",
        "AssertTimestampMonotonic": "355172872",
        "Before": "network-pre.target multi-user.target shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "BusName": "org.fedoraproject.FirewallD1",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "437492000",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Fri 2024-10-25 11:16:23 EDT",
        "ConditionTimestampMonotonic": "355172869",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target iptables.service ip6tables.service ebtables.service ipset.service",
        "ControlGroup": "/system.slice/firewalld.service",
        "ControlGroupId": "4477",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "firewalld - dynamic firewall daemon",
        "DeviceAllow": "char-rtc r",
        "DevicePolicy": "closed",
        "Documentation": "\"man:firewalld(1)\"",
        "DynamicUser": "no",
        "EffectiveMemoryHigh": "3702870016",
        "EffectiveMemoryMax": "3702870016",
        "EffectiveTasksMax": "22362",
        "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainHandoffTimestamp": "Fri 2024-10-25 11:16:23 EDT",
        "ExecMainHandoffTimestampMonotonic": "355206423",
        "ExecMainPID": "10192",
        "ExecMainStartTimestamp": "Fri 2024-10-25 11:16:23 EDT",
        "ExecMainStartTimestampMonotonic": "355175536",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Fri 2024-10-25 11:16:23 EDT] ; stop_time=[n/a] ; pid=10192 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Fri 2024-10-25 11:16:23 EDT] ; stop_time=[n/a] ; pid=10192 ; code=(null) ; status=0/0 }",
        "ExitType": "main",
        "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FileDescriptorStorePreserve": "restart",
        "FinalKillSignal": "9",
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOReadBytes": "[not set]",
        "IOReadOperations": "[not set]",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "[not set]",
        "IOWriteOperations": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "firewalld.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Fri 2024-10-25 11:16:23 EDT",
        "InactiveExitTimestampMonotonic": "355176175",
        "InvocationID": "ea92ee956cf74c239cf3bbd6a6cd54c0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "mixed",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "8388608",
        "LimitMEMLOCKSoft": "8388608",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "524288",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "13976",
        "LimitNPROCSoft": "13976",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13976",
        "LimitSIGPENDINGSoft": "13976",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "yes",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "10192",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "3231371264",
        "MemoryCurrent": "33128448",
        "MemoryDenyWriteExecute": "yes",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "33771520",
        "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": "firewalld.service dbus-org.fedoraproject.FirewallD1.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "yes",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "yes",
        "ProtectControlGroups": "yes",
        "ProtectHome": "yes",
        "ProtectHostname": "yes",
        "ProtectKernelLogs": "yes",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "yes",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "dbus.socket sysinit.target system.slice",
        "Restart": "no",
        "RestartKillSignal": "15",
        "RestartMaxDelayUSec": "infinity",
        "RestartMode": "normal",
        "RestartSteps": "0",
        "RestartUSec": "100ms",
        "RestartUSecNext": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "yes",
        "RestrictSUIDSGID": "yes",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RootEphemeral": "no",
        "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "SetLoginEnvironment": "no",
        "Slice": "system.slice",
        "StandardError": "null",
        "StandardInput": "null",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StartupMemoryHigh": "infinity",
        "StartupMemoryLow": "0",
        "StartupMemoryMax": "infinity",
        "StartupMemorySwapMax": "infinity",
        "StartupMemoryZSwapMax": "infinity",
        "StateChangeTimestamp": "Fri 2024-10-25 11:16:25 EDT",
        "StateChangeTimestampMonotonic": "356337414",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SurviveFinalKillSignal": "no",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallArchitectures": "native",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "2",
        "TasksMax": "22362",
        "TimeoutAbortUSec": "1min 30s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "Wants": "network-pre.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Friday 25 October 2024  11:17:25 -0400 (0:00:00.649)       0:02:53.220 ******** 
ok: [managed-node2] => {
    "changed": false,
    "enabled": true,
    "name": "firewalld",
    "state": "started",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0",
        "ActiveEnterTimestamp": "Fri 2024-10-25 11:16:25 EDT",
        "ActiveEnterTimestampMonotonic": "356337414",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "dbus-broker.service dbus.socket polkit.service basic.target system.slice sysinit.target",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Fri 2024-10-25 11:16:23 EDT",
        "AssertTimestampMonotonic": "355172872",
        "Before": "network-pre.target multi-user.target shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "BusName": "org.fedoraproject.FirewallD1",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "437492000",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Fri 2024-10-25 11:16:23 EDT",
        "ConditionTimestampMonotonic": "355172869",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target iptables.service ip6tables.service ebtables.service ipset.service",
        "ControlGroup": "/system.slice/firewalld.service",
        "ControlGroupId": "4477",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "firewalld - dynamic firewall daemon",
        "DeviceAllow": "char-rtc r",
        "DevicePolicy": "closed",
        "Documentation": "\"man:firewalld(1)\"",
        "DynamicUser": "no",
        "EffectiveMemoryHigh": "3702870016",
        "EffectiveMemoryMax": "3702870016",
        "EffectiveTasksMax": "22362",
        "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainHandoffTimestamp": "Fri 2024-10-25 11:16:23 EDT",
        "ExecMainHandoffTimestampMonotonic": "355206423",
        "ExecMainPID": "10192",
        "ExecMainStartTimestamp": "Fri 2024-10-25 11:16:23 EDT",
        "ExecMainStartTimestampMonotonic": "355175536",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Fri 2024-10-25 11:16:23 EDT] ; stop_time=[n/a] ; pid=10192 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Fri 2024-10-25 11:16:23 EDT] ; stop_time=[n/a] ; pid=10192 ; code=(null) ; status=0/0 }",
        "ExitType": "main",
        "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FileDescriptorStorePreserve": "restart",
        "FinalKillSignal": "9",
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOReadBytes": "[not set]",
        "IOReadOperations": "[not set]",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "[not set]",
        "IOWriteOperations": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "firewalld.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Fri 2024-10-25 11:16:23 EDT",
        "InactiveExitTimestampMonotonic": "355176175",
        "InvocationID": "ea92ee956cf74c239cf3bbd6a6cd54c0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "mixed",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "8388608",
        "LimitMEMLOCKSoft": "8388608",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "524288",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "13976",
        "LimitNPROCSoft": "13976",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13976",
        "LimitSIGPENDINGSoft": "13976",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "yes",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "10192",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "3230388224",
        "MemoryCurrent": "33128448",
        "MemoryDenyWriteExecute": "yes",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "33771520",
        "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": "firewalld.service dbus-org.fedoraproject.FirewallD1.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "yes",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "yes",
        "ProtectControlGroups": "yes",
        "ProtectHome": "yes",
        "ProtectHostname": "yes",
        "ProtectKernelLogs": "yes",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "yes",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "dbus.socket sysinit.target system.slice",
        "Restart": "no",
        "RestartKillSignal": "15",
        "RestartMaxDelayUSec": "infinity",
        "RestartMode": "normal",
        "RestartSteps": "0",
        "RestartUSec": "100ms",
        "RestartUSecNext": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "yes",
        "RestrictSUIDSGID": "yes",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RootEphemeral": "no",
        "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "SetLoginEnvironment": "no",
        "Slice": "system.slice",
        "StandardError": "null",
        "StandardInput": "null",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StartupMemoryHigh": "infinity",
        "StartupMemoryLow": "0",
        "StartupMemoryMax": "infinity",
        "StartupMemorySwapMax": "infinity",
        "StartupMemoryZSwapMax": "infinity",
        "StateChangeTimestamp": "Fri 2024-10-25 11:16:25 EDT",
        "StateChangeTimestampMonotonic": "356337414",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SurviveFinalKillSignal": "no",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallArchitectures": "native",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "2",
        "TasksMax": "22362",
        "TimeoutAbortUSec": "1min 30s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "Wants": "network-pre.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Friday 25 October 2024  11:17:26 -0400 (0:00:00.612)       0:02:53.832 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__firewall_previous_replaced": false,
        "__firewall_python_cmd": "/usr/bin/python3.12",
        "__firewall_report_changed": true
    },
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Friday 25 October 2024  11:17:26 -0400 (0:00:00.081)       0:02:53.914 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__firewall_previous_replaced | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Friday 25 October 2024  11:17:26 -0400 (0:00:00.057)       0:02:53.971 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__firewall_previous_replaced | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Friday 25 October 2024  11:17:26 -0400 (0:00:00.066)       0:02:54.037 ******** 
[WARNING]: TASK: fedora.linux_system_roles.firewall : Configure firewall: The
loop variable 'item' is already in use. You should set the `loop_var` value in
the `loop_control` option for the task to something else to avoid variable
collisions and unexpected behavior.
ok: [managed-node2] => (item={'port': '15001-15003/tcp', 'state': 'enabled'}) => {
    "__firewall_changed": false,
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "port": "15001-15003/tcp",
        "state": "enabled"
    }
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120
Friday 25 October 2024  11:17:26 -0400 (0:00:00.606)       0:02:54.644 ******** 
[WARNING]: TASK: fedora.linux_system_roles.firewall : Gather firewall config
information: The loop variable 'item' is already in use. You should set the
`loop_var` value in the `loop_control` option for the task to something else to
avoid variable collisions and unexpected behavior.
skipping: [managed-node2] => (item={'port': '15001-15003/tcp', 'state': 'enabled'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "'detailed' in fw[0]",
    "item": {
        "port": "15001-15003/tcp",
        "state": "enabled"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130
Friday 25 October 2024  11:17:26 -0400 (0:00:00.078)       0:02:54.723 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "'detailed' in fw[0]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139
Friday 25 October 2024  11:17:26 -0400 (0:00:00.063)       0:02:54.786 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "firewall == None or firewall | length == 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144
Friday 25 October 2024  11:17:27 -0400 (0:00:00.064)       0:02:54.851 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "firewall == None or firewall | length == 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153
Friday 25 October 2024  11:17:27 -0400 (0:00:00.046)       0:02:54.898 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__firewall_previous_replaced | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163
Friday 25 October 2024  11:17:27 -0400 (0:00:00.044)       0:02:54.942 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__firewall_previous_replaced | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169
Friday 25 October 2024  11:17:27 -0400 (0:00:00.133)       0:02:55.075 ******** 
skipping: [managed-node2] => {
    "false_condition": "__firewall_previous_replaced | bool"
}

TASK [Manage selinux for specified ports] **************************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117
Friday 25 October 2024  11:17:27 -0400 (0:00:00.113)       0:02:55.189 ******** 
redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux
redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux
redirecting (type: modules) ansible.builtin.seboolean to ansible.posix.seboolean
included: fedora.linux_system_roles.selinux for managed-node2

TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2
Friday 25 October 2024  11:17:27 -0400 (0:00:00.281)       0:02:55.470 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml for managed-node2

TASK [fedora.linux_system_roles.selinux : Ensure ansible_facts used by role] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2
Friday 25 October 2024  11:17:27 -0400 (0:00:00.118)       0:02:55.589 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__selinux_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] *************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7
Friday 25 October 2024  11:17:27 -0400 (0:00:00.083)       0:02:55.673 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml for managed-node2

TASK [fedora.linux_system_roles.selinux : Check if system is ostree] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5
Friday 25 October 2024  11:17:27 -0400 (0:00:00.098)       0:02:55.771 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __selinux_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set flag to indicate system is ostree] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10
Friday 25 October 2024  11:17:28 -0400 (0:00:00.049)       0:02:55.820 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __selinux_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17
Friday 25 October 2024  11:17:28 -0400 (0:00:00.132)       0:02:55.953 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __selinux_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set flag if transactional-update exists] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22
Friday 25 October 2024  11:17:28 -0400 (0:00:00.071)       0:02:56.025 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __selinux_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Install SELinux python2 tools] *******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26
Friday 25 October 2024  11:17:28 -0400 (0:00:00.072)       0:02:56.098 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "ansible_python_version is version('3', '<')",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] *******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35
Friday 25 October 2024  11:17:28 -0400 (0:00:00.063)       0:02:56.161 ******** 
ok: [managed-node2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] *******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46
Friday 25 October 2024  11:17:29 -0400 (0:00:00.856)       0:02:57.018 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "ansible_os_family == \"Suse\"",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] *******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58
Friday 25 October 2024  11:17:29 -0400 (0:00:00.077)       0:02:57.095 ******** 
ok: [managed-node2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:72
Friday 25 October 2024  11:17:30 -0400 (0:00:00.750)       0:02:57.846 ******** 
skipping: [managed-node2] => {
    "false_condition": "__selinux_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:77
Friday 25 October 2024  11:17:30 -0400 (0:00:00.070)       0:02:57.916 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__selinux_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Fail if reboot is needed and not set] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:82
Friday 25 October 2024  11:17:30 -0400 (0:00:00.072)       0:02:57.988 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__selinux_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Refresh facts] ***********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:89
Friday 25 October 2024  11:17:30 -0400 (0:00:00.094)       0:02:58.082 ******** 
ok: [managed-node2]

TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5
Friday 25 October 2024  11:17:31 -0400 (0:00:00.963)       0:02:59.045 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "ansible_selinux.status == \"enabled\" and (selinux_state or selinux_policy)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13
Friday 25 October 2024  11:17:31 -0400 (0:00:00.066)       0:02:59.112 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "ansible_selinux.status == \"disabled\" and selinux_state",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] *********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21
Friday 25 October 2024  11:17:31 -0400 (0:00:00.153)       0:02:59.266 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "selinux_reboot_required": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] **********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25
Friday 25 October 2024  11:17:31 -0400 (0:00:00.083)       0:02:59.349 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "selinux_reboot_required",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Warn if SELinux is disabled] *********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30
Friday 25 October 2024  11:17:31 -0400 (0:00:00.068)       0:02:59.417 ******** 
skipping: [managed-node2] => {
    "false_condition": "ansible_selinux.status == \"disabled\""
}

TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35
Friday 25 October 2024  11:17:31 -0400 (0:00:00.069)       0:02:59.487 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "selinux_all_purge | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:43
Friday 25 October 2024  11:17:31 -0400 (0:00:00.071)       0:02:59.558 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "selinux_booleans_purge | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Purge all SELinux file context local modifications] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:48
Friday 25 October 2024  11:17:31 -0400 (0:00:00.068)       0:02:59.626 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "selinux_fcontexts_purge | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Purge all SELinux port local modifications] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:53
Friday 25 October 2024  11:17:31 -0400 (0:00:00.074)       0:02:59.700 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "selinux_ports_purge | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Purge all SELinux login local modifications] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58
Friday 25 October 2024  11:17:31 -0400 (0:00:00.070)       0:02:59.771 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "selinux_logins_purge | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set SELinux booleans] ****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:63
Friday 25 October 2024  11:17:32 -0400 (0:00:00.065)       0:02:59.837 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:74
Friday 25 October 2024  11:17:32 -0400 (0:00:00.057)       0:02:59.894 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87
Friday 25 October 2024  11:17:32 -0400 (0:00:00.061)       0:02:59.956 ******** 
ok: [managed-node2] => (item={'ports': '15001-15003', 'setype': 'http_port_t'}) => {
    "__selinux_item": {
        "ports": "15001-15003",
        "setype": "http_port_t"
    },
    "ansible_loop_var": "__selinux_item",
    "changed": false,
    "ports": [
        "15001-15003"
    ],
    "proto": "tcp",
    "setype": "http_port_t",
    "state": "present"
}

TASK [fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:99
Friday 25 October 2024  11:17:32 -0400 (0:00:00.747)       0:03:00.703 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112
Friday 25 October 2024  11:17:33 -0400 (0:00:00.213)       0:03:00.917 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "selinux_checksums": true,
        "selinux_installed_modules": {
            "abrt": {
                "100": {
                    "checksum": "sha256:98d1c8c12a0f58b637b3864dec2f3d03281e88e541f41a5e19563a5447ba020c",
                    "enabled": 1
                }
            },
            "accountsd": {
                "100": {
                    "checksum": "sha256:bf97d40f7ec7e4318b7d31bfd664735627b76b6e616a0cff06c15040960620ec",
                    "enabled": 1
                }
            },
            "acct": {
                "100": {
                    "checksum": "sha256:da4a2c785c040f6c34a3e602eeb1ed612a74ac170b7f5089d8ba55e12f750818",
                    "enabled": 1
                }
            },
            "afs": {
                "100": {
                    "checksum": "sha256:fb7e253fdbe3d08b3929bb97c3b6d52f56123bd4759aa1008c667abd2021b2aa",
                    "enabled": 1
                }
            },
            "afterburn": {
                "100": {
                    "checksum": "sha256:86bb7a2815cf9d64e9efd2c917153b238cbc60d7d03abac54f428bf676e4bdb6",
                    "enabled": 1
                }
            },
            "aiccu": {
                "100": {
                    "checksum": "sha256:836a35abbbf400c117eae70a77a4596a73b3d548e6fa82e3a0f55ae96f21d64b",
                    "enabled": 1
                }
            },
            "aide": {
                "100": {
                    "checksum": "sha256:4f387a45821ab709a325b7ccd4af3a4951c231c34440b5fa877b8fc6387d2aff",
                    "enabled": 1
                }
            },
            "ajaxterm": {
                "100": {
                    "checksum": "sha256:6e3edee489b6c939e15c49b4819463a7021d6188eaff9b05e9c8867de1f018fd",
                    "enabled": 1
                }
            },
            "alsa": {
                "100": {
                    "checksum": "sha256:9de454604bdef8775f6ebae39b8bc4ba7b5e79a2972d3e32ca7d50abffa7a85a",
                    "enabled": 1
                }
            },
            "amanda": {
                "100": {
                    "checksum": "sha256:133a6a6da4b4ab3b13dd255bd7974bb6e0494fa7c5e0b1034b7926823d6621a2",
                    "enabled": 1
                }
            },
            "amtu": {
                "100": {
                    "checksum": "sha256:80ccb9e85608a483fa07c37c2772933f5e63025bcc667540bec377b02bde2f3c",
                    "enabled": 1
                }
            },
            "anaconda": {
                "100": {
                    "checksum": "sha256:409af50bd5708e662302020ddef0f314e0da72c996c670db45aea57478e8ee9a",
                    "enabled": 1
                }
            },
            "antivirus": {
                "100": {
                    "checksum": "sha256:f1ed2e1ec9355b898716cc1ed8f18d7983b45b5bb88c2624fe31ffc968dcd6ca",
                    "enabled": 1
                }
            },
            "apache": {
                "100": {
                    "checksum": "sha256:3239b0ebdb98df15e7140b948a2c741b36a870ca02ba8b425ab0de044e7b7dff",
                    "enabled": 1
                }
            },
            "apcupsd": {
                "100": {
                    "checksum": "sha256:47a5360325c4aebd9de805b5113bc715736bb01801cbbf317ac2112d1bae15c8",
                    "enabled": 1
                }
            },
            "apm": {
                "100": {
                    "checksum": "sha256:757508a02ab22f3ad35ce7bc9e596f7c84e62b7744db341f9d4f63ef74ee92ff",
                    "enabled": 1
                }
            },
            "application": {
                "100": {
                    "checksum": "sha256:c5b9c6d5d27d5c119598c1a040e9f488ac1d783c497b13b9c1cce9cafdfdf6a1",
                    "enabled": 1
                }
            },
            "arpwatch": {
                "100": {
                    "checksum": "sha256:a8786979d69981a916a89856cce9aadaa540fe2baf93053bf9274eac36cc38fb",
                    "enabled": 1
                }
            },
            "asterisk": {
                "100": {
                    "checksum": "sha256:f113821fcc3ce3e5e04130937924e8aeb5741935d8b5422af25ef8c4540cedbd",
                    "enabled": 1
                }
            },
            "auditadm": {
                "100": {
                    "checksum": "sha256:05a7fc8acec5e707257376e4ff8fd8a02de27aa9c616c95c0e8ea9239841eae1",
                    "enabled": 1
                }
            },
            "authconfig": {
                "100": {
                    "checksum": "sha256:42a66af256fa45dd7be3e09166aaa0f2a035f5670f39466a2d4ee84e417fd76d",
                    "enabled": 1
                }
            },
            "authlogin": {
                "100": {
                    "checksum": "sha256:caab2da7e513ebcafb2f4829626763ff58f74cbbf7c14b31e1aa1780afdc114a",
                    "enabled": 1
                }
            },
            "automount": {
                "100": {
                    "checksum": "sha256:3196fce29123f8eeecd6175b098063735d77aecfaffa7f6cb641adbcbd9ee977",
                    "enabled": 1
                }
            },
            "avahi": {
                "100": {
                    "checksum": "sha256:9bfb194e5b283124abae90dc92abb883e1cf7b3e2f51bcb9fcf842672c86ac60",
                    "enabled": 1
                }
            },
            "awstats": {
                "100": {
                    "checksum": "sha256:ccb0373eb1228e3a34112ba0124b37cee80def8c7ddcc0981b0676aa59bba2f8",
                    "enabled": 1
                }
            },
            "bacula": {
                "100": {
                    "checksum": "sha256:4ee194dcd976488e6eb0e0ba84d9b6875befc4eca8389c9d0102cac06c04809f",
                    "enabled": 1
                }
            },
            "base": {
                "100": {
                    "checksum": "sha256:03b9c904abee1cef0dae9c829a484dd5ee4e99669794510d498b646fb1fc3688",
                    "enabled": 1
                }
            },
            "bcfg2": {
                "100": {
                    "checksum": "sha256:3e147aa1e329d87cdfd30b20b3b80ee0c039e9665e944dc6a28231ebac38d5d4",
                    "enabled": 1
                }
            },
            "bind": {
                "100": {
                    "checksum": "sha256:d7f26a245b0780cda9ed49b1913ebf10733ac091a1312cb58b55f4331c50b9c8",
                    "enabled": 1
                }
            },
            "bitlbee": {
                "100": {
                    "checksum": "sha256:9324bebe4e0cac756830480f53dd8e23a01f3c4c7185b30dd72024394dec2783",
                    "enabled": 1
                }
            },
            "blkmapd": {
                "100": {
                    "checksum": "sha256:fd38032cb8b3e9c24024364c02b07a830e97432cd763f41e82612fd83de06654",
                    "enabled": 1
                }
            },
            "blueman": {
                "100": {
                    "checksum": "sha256:2150b8a1afae75f4d73c76e2982ccc575f599577b8b7042d7bfa87fe2fed3a30",
                    "enabled": 1
                }
            },
            "bluetooth": {
                "100": {
                    "checksum": "sha256:14baa78a99f3fdac7ec18322ab578c030cde924b3c8716cb719ca52e0b67df2e",
                    "enabled": 1
                }
            },
            "boinc": {
                "100": {
                    "checksum": "sha256:1038d007468960019e0957df9b9dd0a76308b2dd5d3942dcef18c937a5130fa6",
                    "enabled": 1
                }
            },
            "boltd": {
                "100": {
                    "checksum": "sha256:e22f75dc547d85b02fdd0f2d4f20f69a1ca9b969ed6f9b9abf957fa02e6e1b7f",
                    "enabled": 1
                }
            },
            "boothd": {
                "100": {
                    "checksum": "sha256:4cc85869cdff4e9ca3abf6ad71d8d96cf5bddc77a0a0775430615e0c8c2a09ba",
                    "enabled": 1
                }
            },
            "bootloader": {
                "100": {
                    "checksum": "sha256:dabf91939aac32788c03a2c0b658d6e951cf80c3b5337e297f6c53bbe3f4418e",
                    "enabled": 1
                }
            },
            "bootupd": {
                "100": {
                    "checksum": "sha256:b0bda821f499f688d6d1d560a55673989cef71e7cd4e20f9cf3c9ce45e91d369",
                    "enabled": 1
                }
            },
            "brctl": {
                "100": {
                    "checksum": "sha256:78276818c60a76e84a9b3263a906d7109a69028c557a2d6a4a39ded2ef713a44",
                    "enabled": 1
                }
            },
            "brltty": {
                "100": {
                    "checksum": "sha256:0230419d38276d2c823a427d44fa1362f89784c7ac17f76826be95d3c8e6de1b",
                    "enabled": 1
                }
            },
            "bugzilla": {
                "100": {
                    "checksum": "sha256:8e4fd93cbe0357fc894c7898adf9a14f8c845d87a08f673f410b702f798c2383",
                    "enabled": 1
                }
            },
            "bumblebee": {
                "100": {
                    "checksum": "sha256:3d6e2bb58a928e53f4d89d5bdbdb6fea3f9ae98e5be81548df29fdb13b204f9b",
                    "enabled": 1
                }
            },
            "cachefilesd": {
                "100": {
                    "checksum": "sha256:d595466a7aa404ade4ad75d45e10f6a37d30529858cf990407f545f7826b364c",
                    "enabled": 1
                }
            },
            "calamaris": {
                "100": {
                    "checksum": "sha256:4c65dae6d30fea1bebc4e63ff693b2041f18d0adb710b783002c98c529be84d8",
                    "enabled": 1
                }
            },
            "callweaver": {
                "100": {
                    "checksum": "sha256:cede7c726cd48a09e9b2974e9f78d9482cc9d01a4ceb74ff190c4a219900f2b3",
                    "enabled": 1
                }
            },
            "canna": {
                "100": {
                    "checksum": "sha256:d523a4d1579256bb5faf1f761ac6a22cb4e8bb8e5544a5843615d4927abb5e76",
                    "enabled": 1
                }
            },
            "ccs": {
                "100": {
                    "checksum": "sha256:496749576c65d4a03024ee5d3be0814965308561f565ec6cd29587c3a3b7ec57",
                    "enabled": 1
                }
            },
            "cdrecord": {
                "100": {
                    "checksum": "sha256:ba7fd7c8a2a4d0fc658dd4aeb27b1c9c2049e7b8b5b5c3afa9523c74f6aae263",
                    "enabled": 1
                }
            },
            "certmaster": {
                "100": {
                    "checksum": "sha256:f9a4c97defbe94abd597286e65015baa5cdbc494a6404f3e467ba2484fd753d8",
                    "enabled": 1
                }
            },
            "certmonger": {
                "100": {
                    "checksum": "sha256:0e7e768c5c69903387f189899e532efc9055539b7d8f1a9b7e2cc6656675a1ce",
                    "enabled": 1
                }
            },
            "certwatch": {
                "100": {
                    "checksum": "sha256:c875a519672af0d8291b9097f547dc940b9f0132a174d49cb4a332e08fe92b89",
                    "enabled": 1
                }
            },
            "cfengine": {
                "100": {
                    "checksum": "sha256:8fc798d839b2d5a643625812c65fd6859b386328ef9b685f279082a38baa1b24",
                    "enabled": 1
                }
            },
            "cgroup": {
                "100": {
                    "checksum": "sha256:a5e19681d20486653fb3395b323b30b77e9c64e99ac70668ebcbaad76b8fac66",
                    "enabled": 1
                }
            },
            "chrome": {
                "100": {
                    "checksum": "sha256:e3576026c0b29d1f662172186e3e3ede0b3b2ed0e4e59a863d00bc75756724b6",
                    "enabled": 1
                }
            },
            "chronyd": {
                "100": {
                    "checksum": "sha256:28d17217c3c515dbb1c0b04d5dc36d50c7f3165144a9ba56b3adce749ceb8467",
                    "enabled": 1
                }
            },
            "cifsutils": {
                "100": {
                    "checksum": "sha256:689032aad1e66934c35a72d87b428787df267d8ba743de741bc7fc4cec47c5ad",
                    "enabled": 1
                }
            },
            "cinder": {
                "100": {
                    "checksum": "sha256:1bca5805677f6de8372027eab3e7b091d28d9098bf5c363090b12f4195051441",
                    "enabled": 1
                }
            },
            "cipe": {
                "100": {
                    "checksum": "sha256:9037f8704235ce4b481935dbe9f81fb7eb065e593e07988b869938948b15f432",
                    "enabled": 1
                }
            },
            "clock": {
                "100": {
                    "checksum": "sha256:62a84539a2764eb9eea9d29b86128f1deea9adb3a3a534c88f5fcdd7637b8575",
                    "enabled": 1
                }
            },
            "clogd": {
                "100": {
                    "checksum": "sha256:f79fddbcdd23396829c104b213648ffd5d5cac6dec8adf2f5f0efa2f7061b615",
                    "enabled": 1
                }
            },
            "cloudform": {
                "100": {
                    "checksum": "sha256:e985f49df5d3f27855f9c727f19138103110d987ed0f9ed8081e39a39aeb813b",
                    "enabled": 1
                }
            },
            "cmirrord": {
                "100": {
                    "checksum": "sha256:2c94298413c5d1fdb88ca748b4c597d2b3e543ed82604378a6ee333276dcaab4",
                    "enabled": 1
                }
            },
            "cobbler": {
                "100": {
                    "checksum": "sha256:7fc7afc3aec313b51b6508fe564813eccb4ce5bc1d650ba9f7eb61a438cee86f",
                    "enabled": 1
                }
            },
            "collectd": {
                "100": {
                    "checksum": "sha256:e574da01bdbc51b1b08385713fa8c9780df9aa657ddab4cd93211e4e9c8b6ff0",
                    "enabled": 1
                }
            },
            "colord": {
                "100": {
                    "checksum": "sha256:1887fa9a04336ceeeb73c20f3f7f6d6e6994f2a4b1cff802ca64e142ea1bff05",
                    "enabled": 1
                }
            },
            "comsat": {
                "100": {
                    "checksum": "sha256:38a4f293f3f8cdb18203c347a11304f161264aaf794ba6da418804f090c0e7a3",
                    "enabled": 1
                }
            },
            "condor": {
                "100": {
                    "checksum": "sha256:e8d56cababfbca2569c42055e8fac5782d6ae8b42ba2b236b9563f7eb6c2ef4c",
                    "enabled": 1
                }
            },
            "conman": {
                "100": {
                    "checksum": "sha256:e172ba28d687e96a2ffc463bffbf202ce44e7bff6e0685adc4b89a67cdcdfd40",
                    "enabled": 1
                }
            },
            "conntrackd": {
                "100": {
                    "checksum": "sha256:794a65c72b01138ecd19d9e679f62129d33183f9b1324b064c16301fa79d53d4",
                    "enabled": 1
                }
            },
            "consolekit": {
                "100": {
                    "checksum": "sha256:e585da6eefaff112870deda0ced61b75f1a5b120b7bc2133c8b1ec9452695646",
                    "enabled": 1
                }
            },
            "container": {
                "200": {
                    "checksum": "sha256:bab878d5de4557710f19a1879c13f6d631804f1f16a14c3248dfd1ea088787de",
                    "enabled": 1
                }
            },
            "coreos_installer": {
                "100": {
                    "checksum": "sha256:699c69e48f1ec1dd8f915f094a83a6e2f6b6fdd515233fd8867649f254509270",
                    "enabled": 1
                }
            },
            "couchdb": {
                "100": {
                    "checksum": "sha256:743992902ac8514de4dd54b16317a8edb9cb1e383e29d0450821a9ac304059db",
                    "enabled": 1
                }
            },
            "courier": {
                "100": {
                    "checksum": "sha256:3bb1b730a3a6f236b312c3f71172364911992d35e93c1e5cd1e1fb076eb2d3eb",
                    "enabled": 1
                }
            },
            "cpucontrol": {
                "100": {
                    "checksum": "sha256:969a757fa353d20473f2eab457378e50d6f32b1da19f6744f7f20d5f3f99744e",
                    "enabled": 1
                }
            },
            "cpufreqselector": {
                "100": {
                    "checksum": "sha256:0b0bd5618356e7da7018c86dc262758bb6f04e7618de2942995ad59e897c3244",
                    "enabled": 1
                }
            },
            "cpuplug": {
                "100": {
                    "checksum": "sha256:211dc5348ec5f69d5d76aa3d07c74624bb39cd2aa082262e5bc4c6c165f677e7",
                    "enabled": 1
                }
            },
            "cron": {
                "100": {
                    "checksum": "sha256:0314fc16b04ba21878c63ca1d439187d19d998e4e0fd5b420c50a7ab736b81df",
                    "enabled": 1
                }
            },
            "ctdb": {
                "100": {
                    "checksum": "sha256:aadb573940c57a51a13c72bfa7a074e440d7b6b3d2440c3a435c1b41742d2b3a",
                    "enabled": 1
                }
            },
            "cups": {
                "100": {
                    "checksum": "sha256:4855d463c5142f1f001a028136bb737a837c6a0d87807c0b97b1eb23b897a05f",
                    "enabled": 1
                }
            },
            "cvs": {
                "100": {
                    "checksum": "sha256:b188990c62c036cf96deb2fd121236499dcb5cff830e38ac24b74d4692c0323d",
                    "enabled": 1
                }
            },
            "cyphesis": {
                "100": {
                    "checksum": "sha256:ffe9e6e4bb673f6822a874b86eb21769ef0f5fdbfd2e2659485abc4c6215ffa2",
                    "enabled": 1
                }
            },
            "cyrus": {
                "100": {
                    "checksum": "sha256:8b077e1368da1daaa96272b0d6f22f08bcb264617e6884c9074423a9b066912d",
                    "enabled": 1
                }
            },
            "daemontools": {
                "100": {
                    "checksum": "sha256:c9631ff4c56b588338bd87c7d8cba95e78285ecfc4f12653ea5c888d2fee8af0",
                    "enabled": 1
                }
            },
            "dbadm": {
                "100": {
                    "checksum": "sha256:96b16cfa7d12cd4f994a84199fb20016a24fe5bbbf6888487ef4fc0b0f7008dd",
                    "enabled": 1
                }
            },
            "dbskk": {
                "100": {
                    "checksum": "sha256:5c3f9427b9dcfa7aa76a67db7c3f9a33ca299916a5608cd985fcb5f30fcc405a",
                    "enabled": 1
                }
            },
            "dbus": {
                "100": {
                    "checksum": "sha256:3022c933d9c2baf7e8f7520210ab2776c889d292a96bf56ef1da0ef398e93a93",
                    "enabled": 1
                }
            },
            "dcc": {
                "100": {
                    "checksum": "sha256:a30fe6e8e452f73079c37dcc1dac02ce317ba2310f8af8b6fc08b623adc89be1",
                    "enabled": 1
                }
            },
            "ddclient": {
                "100": {
                    "checksum": "sha256:eee9cdfaed63e516667ca9f76565fcc909c173c6440bfd19dca5c12fca61692d",
                    "enabled": 1
                }
            },
            "denyhosts": {
                "100": {
                    "checksum": "sha256:7a239615a4db634ae1ae8564acc54c55c86c68bd2e44d47ad9c24758d492b22c",
                    "enabled": 1
                }
            },
            "devicekit": {
                "100": {
                    "checksum": "sha256:17ec39ae4334df1f47531199b3f12954bc848810d1eccaadc0463174aad953f4",
                    "enabled": 1
                }
            },
            "dhcp": {
                "100": {
                    "checksum": "sha256:15aac55748ee10a93ba0547d3c20670148e01d14b74afae89df0e660e3396dc3",
                    "enabled": 1
                }
            },
            "dictd": {
                "100": {
                    "checksum": "sha256:9f5a80130d50d12f0ab8a8d48f9ccc2b058fffc0b5704d3a6d3d44787b01f4c1",
                    "enabled": 1
                }
            },
            "dirsrv": {
                "100": {
                    "checksum": "sha256:a33b7321ba8fd3e69c610462584e0147b9bfbae8498de44c2eee891f209a03bd",
                    "enabled": 1
                }
            },
            "dirsrv-admin": {
                "100": {
                    "checksum": "sha256:e7ec5090958fbde915f221e49396a45b968b8a2d6429d74000ffefa8b6e87e3f",
                    "enabled": 1
                }
            },
            "dmesg": {
                "100": {
                    "checksum": "sha256:19cf6b1658e2a7ff92db6c537944a989ea72e88173663ba4589f71132a80be61",
                    "enabled": 1
                }
            },
            "dmidecode": {
                "100": {
                    "checksum": "sha256:55423cc64cb3aeccc3e05952327db479669ddd5f5e98bcbc275859d38333e79b",
                    "enabled": 1
                }
            },
            "dnsmasq": {
                "100": {
                    "checksum": "sha256:18f7d99ff73fb7c2256ac3d86d4328098274cf2b8fa92c8b42da37867f6c7b31",
                    "enabled": 1
                }
            },
            "dnssec": {
                "100": {
                    "checksum": "sha256:1584e02889b2969514ddfcdc5fa31152ba8505c66c1b5f88e75b3bf23f96bec3",
                    "enabled": 1
                }
            },
            "dovecot": {
                "100": {
                    "checksum": "sha256:57d7924556ab25fb130b93002b1da35e886ef1ad01c4391266cedcc01848ea8b",
                    "enabled": 1
                }
            },
            "drbd": {
                "100": {
                    "checksum": "sha256:b96580e08581043a5e5fe37b67ab937e074e4218d685b23df6f9421ca49d5248",
                    "enabled": 1
                }
            },
            "dspam": {
                "100": {
                    "checksum": "sha256:90cdf514efbb5bf01f1e2b90d7d58eed2e2b458242905b5cfa32e1de01d71da3",
                    "enabled": 1
                }
            },
            "entropyd": {
                "100": {
                    "checksum": "sha256:ca075b4e9b9aee4bb5946407a418fc229a1c6fe4c7abc9487b9ba9770692c78d",
                    "enabled": 1
                }
            },
            "exim": {
                "100": {
                    "checksum": "sha256:413b889a36fb01d9d3ee8fe149aa2d11702e5e44afceef42a0d7450a421cc89c",
                    "enabled": 1
                }
            },
            "extra_varrun": {
                "400": {
                    "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42",
                    "enabled": 1
                }
            },
            "fail2ban": {
                "100": {
                    "checksum": "sha256:bfd591b0e99fc96cdd443d01c045583e45fc0ba1e8d6b7a18f2596473fe11ac9",
                    "enabled": 1
                }
            },
            "fcoe": {
                "100": {
                    "checksum": "sha256:8e2cebfc7249a86f6b40690946f6281f83a343eeef929d7e1588bc77622004fa",
                    "enabled": 1
                }
            },
            "fdo": {
                "100": {
                    "checksum": "sha256:af6e6cb692c95d34835b90b4a1c449a95445710e8fac4ca0d999f3cc85540e17",
                    "enabled": 1
                }
            },
            "fedoratp": {
                "100": {
                    "checksum": "sha256:d6f5f286ed1d5705e62598f143c0150deb59d708d7dd1ad89bdc6d68f59ed853",
                    "enabled": 1
                }
            },
            "fetchmail": {
                "100": {
                    "checksum": "sha256:3acaf8ff26c8d81010cc1ccf88872df39199279fa44d85b06903c97f50def08c",
                    "enabled": 1
                }
            },
            "finger": {
                "100": {
                    "checksum": "sha256:17aedac05f634eb036f29d301d8b0416cdae5f3967f88c0286761e209858f07e",
                    "enabled": 1
                }
            },
            "firewalld": {
                "100": {
                    "checksum": "sha256:64801f8ccd6f426ce8b4cc674e4288e0424a745b6a882102d7f70fae01e438aa",
                    "enabled": 1
                }
            },
            "firewallgui": {
                "100": {
                    "checksum": "sha256:18bfb3bc0946b731f05e969de50189403372c76fab801f83e2687a9d43b86622",
                    "enabled": 1
                }
            },
            "firstboot": {
                "100": {
                    "checksum": "sha256:4c9915a1c1cf1e67ea429fab342c29f2caa911f5d615b86f9eb8da496d7b5d54",
                    "enabled": 1
                }
            },
            "fprintd": {
                "100": {
                    "checksum": "sha256:ff74bb68f3369f30d2ae98cfce6acecbd6b7adbad46a18cc03bba25037a26beb",
                    "enabled": 1
                }
            },
            "freeipmi": {
                "100": {
                    "checksum": "sha256:38cefd0e603535dcb11f9291f4948f059693fa7371f3ee92654cd3176a5195a5",
                    "enabled": 1
                }
            },
            "freqset": {
                "100": {
                    "checksum": "sha256:3f2c6b1336ed28a0a7d90f283e9289a5f83e5ceb71d11b7814fdc65ae529314a",
                    "enabled": 1
                }
            },
            "fstools": {
                "100": {
                    "checksum": "sha256:cc5947167cf3dc0d821c1f146d6253d72a3016b1aa8b5a4b4ec3f82d1e6631c8",
                    "enabled": 1
                }
            },
            "ftp": {
                "100": {
                    "checksum": "sha256:22e96b5040327ea8554d0216ef4e28d6a94abdabfe3a211a6535941bebebd013",
                    "enabled": 1
                }
            },
            "fwupd": {
                "100": {
                    "checksum": "sha256:3da67a17b85cde7a0f181e6599726357fb2eeeb251fdd980a9d6669772415922",
                    "enabled": 1
                }
            },
            "games": {
                "100": {
                    "checksum": "sha256:57d4e4d5d9ff252fa8703355ed68c854817ac762c6120ba02364cc19c67491b1",
                    "enabled": 1
                }
            },
            "gdomap": {
                "100": {
                    "checksum": "sha256:f41fda08cf3bd33ac571a4ca5d6d505a6dc7062c29e45b1d5d160c953c532230",
                    "enabled": 1
                }
            },
            "geoclue": {
                "100": {
                    "checksum": "sha256:beec56305b71ccb0174a7c790eb972244d10b8381a84812f01021b9e8eb7ad99",
                    "enabled": 1
                }
            },
            "getty": {
                "100": {
                    "checksum": "sha256:a6fac65e97c9962f1066c0a2fc839e67597cda9061557affb60a01df78184a4a",
                    "enabled": 1
                }
            },
            "git": {
                "100": {
                    "checksum": "sha256:9f2c83dc9cafe17c8d650f8c78c39c61bd3d2c8b4d77a535eb61ce6a04a3e3f4",
                    "enabled": 1
                }
            },
            "gitosis": {
                "100": {
                    "checksum": "sha256:b7decc3fbc86e4b9e3fe1fec22021737ad607cf795224b5d5793069716a7eda8",
                    "enabled": 1
                }
            },
            "glance": {
                "100": {
                    "checksum": "sha256:097520793eaae6b878f14f2b767d40a80007786065abf1b252d898a685957fc5",
                    "enabled": 1
                }
            },
            "glusterd": {
                "100": {
                    "checksum": "sha256:9fa405b48cc837c307845447cc5444caf258bd0bd7f00bb6ba6c9bc623d7b15a",
                    "enabled": 1
                }
            },
            "gnome": {
                "100": {
                    "checksum": "sha256:1eeba013ebac8d310e67170a313c2d11669eca7ba4aaef13e330e5d92f17f94c",
                    "enabled": 1
                }
            },
            "gpg": {
                "100": {
                    "checksum": "sha256:7c8bb6410fac1ef1d07e3c7c60906737c8e22176231b24207ea6bf0db41951b7",
                    "enabled": 1
                }
            },
            "gpm": {
                "100": {
                    "checksum": "sha256:f3799d846d2d0bdc1e1d3d075565002b1cda87f798b852691135012b5f545d1b",
                    "enabled": 1
                }
            },
            "gpsd": {
                "100": {
                    "checksum": "sha256:c38a1e2a1cb3c1a8d400f506cc9f3f6dd15d78234f982a04bf4ad8b4f6308937",
                    "enabled": 1
                }
            },
            "gssproxy": {
                "100": {
                    "checksum": "sha256:a7d4cfe7f3250d86a409969323f858b4dca8b40339125e15946a133884b47e7e",
                    "enabled": 1
                }
            },
            "guest": {
                "100": {
                    "checksum": "sha256:c0f9f2a0be3fe24b4f74acf4d1924183310b454591b8e8219fccc61c2194f167",
                    "enabled": 1
                }
            },
            "hddtemp": {
                "100": {
                    "checksum": "sha256:82815af35d160bae556a7c6b8862da02b469fbb90ffd5472a6b22c18bf0f1fec",
                    "enabled": 1
                }
            },
            "hostapd": {
                "100": {
                    "checksum": "sha256:ea0ff5fc3de7fc7a93d4b64c0bc54a4040d9427c9eaf8200b97388166cc0dce6",
                    "enabled": 1
                }
            },
            "hostname": {
                "100": {
                    "checksum": "sha256:17a1021557fb77a340af451c33cf80f05ab309a719778d84813d8ab67cd18f6f",
                    "enabled": 1
                }
            },
            "hsqldb": {
                "100": {
                    "checksum": "sha256:201698320ad8f5f35391ea84f0aad40c26ba8db2fe006b38c7b65b8dc71f45b7",
                    "enabled": 1
                }
            },
            "hwloc": {
                "100": {
                    "checksum": "sha256:a5454f4868d22b9ae798ee6f85df6d8b6b35b456617a02084af47d393322ab76",
                    "enabled": 1
                }
            },
            "hypervkvp": {
                "100": {
                    "checksum": "sha256:c89e58ec9c52039bc7ddfd048fa5b287780a48f78e70ce64181607ad33da6c47",
                    "enabled": 1
                }
            },
            "ibacm": {
                "100": {
                    "checksum": "sha256:b7ab0f90999e86d8fff9de3abeca0f093f2bf9f73330d434e947fdb5bfcc63b3",
                    "enabled": 1
                }
            },
            "ica": {
                "100": {
                    "checksum": "sha256:bd8eccb4266130eddfae34318855e6aa3a8624998f0a906a970a04802510ad86",
                    "enabled": 1
                }
            },
            "icecast": {
                "100": {
                    "checksum": "sha256:3199646b83c13466308cbe243d6c75f828875ab0dfca1deb585dcd7bfb28ae60",
                    "enabled": 1
                }
            },
            "inetd": {
                "100": {
                    "checksum": "sha256:0e2a80d0943b3fea8756b2d487038182ed624dd36e9177305fafbc1ca0374af3",
                    "enabled": 1
                }
            },
            "init": {
                "100": {
                    "checksum": "sha256:1144dbfa7278341caadfae995aeadd7453cf78762b08ba4d0142eeef80871d18",
                    "enabled": 1
                }
            },
            "inn": {
                "100": {
                    "checksum": "sha256:d60fd47ec62ca3bca272ca38d8fe86fce36d6f04c44d01410d30428c8b914861",
                    "enabled": 1
                }
            },
            "insights_client": {
                "100": {
                    "checksum": "sha256:c4e83821f0150988e86e714cf9e088ef11abd0a30dada90cb7e68a95c406a921",
                    "enabled": 1
                }
            },
            "iodine": {
                "100": {
                    "checksum": "sha256:6185225b7c5910d94396a18d93429704434d564b4478aeea9d1a8c54f6b12834",
                    "enabled": 1
                }
            },
            "iotop": {
                "100": {
                    "checksum": "sha256:7db93e52e29915a08c82b0ebac02856e9a484923d2ce215946c8f54cf5297704",
                    "enabled": 1
                }
            },
            "ipmievd": {
                "100": {
                    "checksum": "sha256:ea599044fe2e2d25c8078ac0b5b0d2c589b4410dd7958eefdc0217f8b8c8c3d0",
                    "enabled": 1
                }
            },
            "ipsec": {
                "100": {
                    "checksum": "sha256:048f5c3f5f3e706697d782c57b9d6cae882b008f7973b41edb3de37762e4c664",
                    "enabled": 1
                }
            },
            "iptables": {
                "100": {
                    "checksum": "sha256:e315834c2a287c9b9f8d31a6fb5f62360241fab584b68ce05984035ff67f01dc",
                    "enabled": 1
                }
            },
            "irc": {
                "100": {
                    "checksum": "sha256:1ed937287398d60e302478f4880a25c1aef605a5d370c1f583426c59067d8ed5",
                    "enabled": 1
                }
            },
            "irqbalance": {
                "100": {
                    "checksum": "sha256:12e969265cff2e8d4ee9be8b99da0bd47138ff8754039dd1387a14b2a4a03b79",
                    "enabled": 1
                }
            },
            "iscsi": {
                "100": {
                    "checksum": "sha256:6666da694f33e444225327d9fc58208b230a1e1244e05335e16217c507ac0627",
                    "enabled": 1
                }
            },
            "isns": {
                "100": {
                    "checksum": "sha256:85a313d121f764081dc92c4c1ed5773b8cb7a7113b84b66339a48f76c57efe54",
                    "enabled": 1
                }
            },
            "jabber": {
                "100": {
                    "checksum": "sha256:08288d791f1b1aa3a8f154ae7b2ff73d574560bf5bb82246020baa3c26f6c988",
                    "enabled": 1
                }
            },
            "jetty": {
                "100": {
                    "checksum": "sha256:6aea2d07d8f040434ff0c0d5e9b81e825b1de56cd01c0e0a069ee1f0d5196885",
                    "enabled": 1
                }
            },
            "jockey": {
                "100": {
                    "checksum": "sha256:f35d7f2d61175ba7f908459f738c7d6b6adf2ae678d88531fa527c4d50b21985",
                    "enabled": 1
                }
            },
            "journalctl": {
                "100": {
                    "checksum": "sha256:3098e32a3ca859ef45fdb8dfa5b87f4b5e9e7cb0661b7dd4a20203f2cfebf662",
                    "enabled": 1
                }
            },
            "kafs": {
                "100": {
                    "checksum": "sha256:5a35385072b421cdb86fc66190dc00e6c8e7a587a60ffeedfe2a931b6b92a11d",
                    "enabled": 1
                }
            },
            "kdump": {
                "100": {
                    "checksum": "sha256:370090682ef9410c2d12556dfd1cb6f8f7f7ab60287148ead03b3b11d64146e0",
                    "enabled": 1
                }
            },
            "kdumpgui": {
                "100": {
                    "checksum": "sha256:c6d5f08d82062fe0634f0dcc9ee434fcea7760141740b79cbae187d970984a0c",
                    "enabled": 1
                }
            },
            "keepalived": {
                "100": {
                    "checksum": "sha256:6fa6bedd26d8e4b178a2d74158634f26fc2b322782e4685d69ca48f4854e037b",
                    "enabled": 1
                }
            },
            "kerberos": {
                "100": {
                    "checksum": "sha256:994e8629c436a7da2ed914f7499e0a33f7cc2737b5c70751b280d73de8a9fd19",
                    "enabled": 1
                }
            },
            "keyboardd": {
                "100": {
                    "checksum": "sha256:4eae5ab2b926695b3ed881a26e7b6a79f4dd48c1ffa3e3c6809cfa4958b54091",
                    "enabled": 1
                }
            },
            "keystone": {
                "100": {
                    "checksum": "sha256:6d9a8c7420b3aee2c752119ef6d72dc828cd76ea4f535bdcd44461a3cbb43454",
                    "enabled": 1
                }
            },
            "keyutils": {
                "100": {
                    "checksum": "sha256:fa398b6a78348b789660ea073244265b9bd8742fd81dd3569c9d56b1b9083a00",
                    "enabled": 1
                }
            },
            "kismet": {
                "100": {
                    "checksum": "sha256:30ba7e91c6fe3cff8ac488e6160a5037fb8f1719275991ec44e5bfcbd9089aca",
                    "enabled": 1
                }
            },
            "kmscon": {
                "100": {
                    "checksum": "sha256:f84aad2ecda576c41ff72438aaa394122fe6f13d274adb17a2cf145718776969",
                    "enabled": 1
                }
            },
            "kpatch": {
                "100": {
                    "checksum": "sha256:16b2c313e69ba9a2726025ee54bbfb638c633f91d53db454e204adef45e5b5e1",
                    "enabled": 1
                }
            },
            "ksmtuned": {
                "100": {
                    "checksum": "sha256:328ce002901ec9be77a5035fe50b01b9e01b016128efb981a7fb0aa586b55a77",
                    "enabled": 1
                }
            },
            "ktalk": {
                "100": {
                    "checksum": "sha256:311f6dd8403d55da5f3173593f5fa6331d4cf7570af2b9d0182f7b260ba7285e",
                    "enabled": 1
                }
            },
            "l2tp": {
                "100": {
                    "checksum": "sha256:cc0faedcac2d86171aeb9a89ec83f2d03cb905f54296f6f085415fcf7ddd1a06",
                    "enabled": 1
                }
            },
            "ldap": {
                "100": {
                    "checksum": "sha256:f1a7908800f08a04aade8083ad79d002aba0c85f1699f35ded5a0eaf46dbc41a",
                    "enabled": 1
                }
            },
            "libraries": {
                "100": {
                    "checksum": "sha256:91a8d1cb1ea2e44b9395cb7a44776e7992983378fbc72dc3725d0e03fa673a40",
                    "enabled": 1
                }
            },
            "likewise": {
                "100": {
                    "checksum": "sha256:c83754418ce993f0d9dff4ad73f0e64362ceb3ed073a093dcdaec0ac6d8c8b5a",
                    "enabled": 1
                }
            },
            "linuxptp": {
                "100": {
                    "checksum": "sha256:6a6b3d623e27e1e8a1ce185ba3ca42d3c7fb5dcad8cc91ab54950a1f69853dd7",
                    "enabled": 1
                }
            },
            "lircd": {
                "100": {
                    "checksum": "sha256:564e3801937503b310cd4fef750cea8bd1be7ce323cf41276cfb0eedb0fbdc8c",
                    "enabled": 1
                }
            },
            "livecd": {
                "100": {
                    "checksum": "sha256:9070ba1f03a04a5906bafb1399a0eb181dfdeab868dfb021505c116c61decbe3",
                    "enabled": 1
                }
            },
            "lldpad": {
                "100": {
                    "checksum": "sha256:26feff7ac4722e995c622b4ec3cc242deeda12f88077bff1b419193ed76ffef1",
                    "enabled": 1
                }
            },
            "loadkeys": {
                "100": {
                    "checksum": "sha256:ee0cf6f2b19c24b7bd76829de7de00b60f67ae9d96f2ebcb8eb09b961b6dd751",
                    "enabled": 1
                }
            },
            "locallogin": {
                "100": {
                    "checksum": "sha256:56bf0d727637f1964d5f71a7ccc5edba76cfd50d2e546e9558d0551ffc968858",
                    "enabled": 1
                }
            },
            "lockdev": {
                "100": {
                    "checksum": "sha256:3cd6822d612f355cc8000823f47b7ab0087035b59b57904c145db627cc58d22c",
                    "enabled": 1
                }
            },
            "logadm": {
                "100": {
                    "checksum": "sha256:6b69c0a0528321f39311d34a94e750c5cfffd9bbcc00dd3c06f445f2a7bad660",
                    "enabled": 1
                }
            },
            "logging": {
                "100": {
                    "checksum": "sha256:274d379294253625ca276e6463b80d3b3fa88deabfacb4b4472f8f046119dae6",
                    "enabled": 1
                }
            },
            "logrotate": {
                "100": {
                    "checksum": "sha256:5ad554f859ea8313b48b7592cb1d1c3e13884199c9d9f939a99bb0651cadc5bf",
                    "enabled": 1
                }
            },
            "logwatch": {
                "100": {
                    "checksum": "sha256:987ac97d3851ce51c2aed8c8b08c6dfbaf722ca65447097c4531644d458637bc",
                    "enabled": 1
                }
            },
            "lpd": {
                "100": {
                    "checksum": "sha256:fe9e6623bfd94678b32ba9a20c3e04469aa69a5175a1f626368c1fcacf7c5026",
                    "enabled": 1
                }
            },
            "lsm": {
                "100": {
                    "checksum": "sha256:3979d77408c282fc3abfe32908df4889d7ff0ee8096ccb68a6a91d44bebfa56a",
                    "enabled": 1
                }
            },
            "lttng-tools": {
                "100": {
                    "checksum": "sha256:b216fc3f1025723b5bf96002b39dcb9ae8c80c6d6708dc2db348f419af025a45",
                    "enabled": 1
                }
            },
            "lvm": {
                "100": {
                    "checksum": "sha256:e67d95db5bc472d9d8a819db5c947190543bb6eb971955dde57e5249655033e1",
                    "enabled": 1
                }
            },
            "mailman": {
                "100": {
                    "checksum": "sha256:0abc78cfd35d9e43c0c21983a250f874ee7ca7c10d7eb1c6e0d3106f538cf482",
                    "enabled": 1
                }
            },
            "mailscanner": {
                "100": {
                    "checksum": "sha256:b76bb64b5c5dd0db6346ae7ba19faed97ed414c7d03d7b8747e0919867a7b8c9",
                    "enabled": 1
                }
            },
            "man2html": {
                "100": {
                    "checksum": "sha256:3269314b5d8bbfc843900344d65e604432222bebc7e2dd628abb9d186fca1cd1",
                    "enabled": 1
                }
            },
            "mandb": {
                "100": {
                    "checksum": "sha256:c5c6c2cfc4930bb865330ac4bf1e04976290772b0e058cce0d73de071ccf7819",
                    "enabled": 1
                }
            },
            "mcelog": {
                "100": {
                    "checksum": "sha256:7a137918a31fc7684a8ae929a5046517be97399b2534a6b471e3cf3bd7f355b3",
                    "enabled": 1
                }
            },
            "mediawiki": {
                "100": {
                    "checksum": "sha256:4fb79885af1e12d162aaea04067c9dbd19c248b8bc6bb4fa91240acb6986c84c",
                    "enabled": 1
                }
            },
            "memcached": {
                "100": {
                    "checksum": "sha256:10e59adbf0210a83d2506cdcc189bed58fbb49f01ecc07afe00a5fc06a0f025c",
                    "enabled": 1
                }
            },
            "milter": {
                "100": {
                    "checksum": "sha256:686b92d2ed35a14042a3d6d95af167aa0b1bdb0bb1d1894909c3d4b5ad70ca34",
                    "enabled": 1
                }
            },
            "minidlna": {
                "100": {
                    "checksum": "sha256:6b200b3b9aafc62c019eba4121e1743ef9670896b70f8b5201caa19b975d6964",
                    "enabled": 1
                }
            },
            "minissdpd": {
                "100": {
                    "checksum": "sha256:33b06281053cbe0c55752bfcda928a48a50743eb2d061d429b07ec3b0dc28a04",
                    "enabled": 1
                }
            },
            "mip6d": {
                "100": {
                    "checksum": "sha256:1c657a9f8eeacab2a91a9725d7c5980624ab90e0e5c67c2f9270df3b0ebc9fca",
                    "enabled": 1
                }
            },
            "mirrormanager": {
                "100": {
                    "checksum": "sha256:5b9141bfd8861fae68d1054e5c15d503815c2191e68348405d5f8f2e53757b5f",
                    "enabled": 1
                }
            },
            "miscfiles": {
                "100": {
                    "checksum": "sha256:4d0081333a7d5871e89e8955ab640c3374bf2bde197557cb6a83e122aee9137e",
                    "enabled": 1
                }
            },
            "mock": {
                "100": {
                    "checksum": "sha256:a03da1b4a0188f7ed4057cc37b734745624b265fdad71ed6c2d00467b72a4846",
                    "enabled": 1
                }
            },
            "modemmanager": {
                "100": {
                    "checksum": "sha256:808b6b6f4a5860ba20f75d8b6992bd5284a90269a98dccdb38205ff67d253dfa",
                    "enabled": 1
                }
            },
            "modutils": {
                "100": {
                    "checksum": "sha256:03fa2b1f672c7902f9c88bc3048c996ed5189bf6a965ffbae30b2cc555662aa6",
                    "enabled": 1
                }
            },
            "mojomojo": {
                "100": {
                    "checksum": "sha256:ce4c112a710ad3b571ab733fbf785a6ac7b9eeb9c29f3ced5f994965e9386ab4",
                    "enabled": 1
                }
            },
            "mon_statd": {
                "100": {
                    "checksum": "sha256:db72ccb5d6952aecb9188c455e70a0b8c6feb25946b44dd0884942e74074a65a",
                    "enabled": 1
                }
            },
            "mongodb": {
                "100": {
                    "checksum": "sha256:a5753efd9c79243f87ee59feb5c3914e9c6a435f70a053ff59657baa91f0c8a4",
                    "enabled": 1
                }
            },
            "motion": {
                "100": {
                    "checksum": "sha256:13c108e4971acbc506790783af8287ab766941ef3745594a69e020dfa769e75d",
                    "enabled": 1
                }
            },
            "mount": {
                "100": {
                    "checksum": "sha256:865539a39bf40f78356e8b2cbb08b24926913db3a08fa9796e4c2543882aeb25",
                    "enabled": 1
                }
            },
            "mozilla": {
                "100": {
                    "checksum": "sha256:1868c9ea9e81cd4e82ae9373693db84070213c92d32cb623389b1512c24f2e86",
                    "enabled": 1
                }
            },
            "mpd": {
                "100": {
                    "checksum": "sha256:2b0acf523137d68497ea06f19b5494cb5c7ad6e4102fd7c626b9b74fef062f19",
                    "enabled": 1
                }
            },
            "mplayer": {
                "100": {
                    "checksum": "sha256:31d2bd89013c8c5e58a1e2e1b393c3db729cfb92080c1935f01cb63da15920e4",
                    "enabled": 1
                }
            },
            "mptcpd": {
                "100": {
                    "checksum": "sha256:3d4452b8e5b08d56b16c141515f2169809ab160544da9164cd91c3872fa5ca59",
                    "enabled": 1
                }
            },
            "mrtg": {
                "100": {
                    "checksum": "sha256:6757ab3ee1b84340b5a58935d090b926ffc96f43d03c9cb243802b4d01d5a29b",
                    "enabled": 1
                }
            },
            "mta": {
                "100": {
                    "checksum": "sha256:8dd4e90b95311cc5dae5b11733cf9ff8be46637d84c5aec28ae62a0b11dc452d",
                    "enabled": 1
                }
            },
            "munin": {
                "100": {
                    "checksum": "sha256:403d5e09c6c84eee2d3c80a1c50502d8850469e5c9d74347aacc1c8f7496861e",
                    "enabled": 1
                }
            },
            "mysql": {
                "100": {
                    "checksum": "sha256:2d19d6dc11b839551e1a98aa95588c06a3e1dd84dcdfe615bf61f26dd9ef31a1",
                    "enabled": 1
                }
            },
            "mythtv": {
                "100": {
                    "checksum": "sha256:f260b769c9d70fe26cddea75c71e1c3d16348233c40a3b8a844358d138c19d2f",
                    "enabled": 1
                }
            },
            "naemon": {
                "100": {
                    "checksum": "sha256:9c21b6bd9db730c7b79a4852236f92228282eb2dd06a2ff722b36acf70553386",
                    "enabled": 1
                }
            },
            "nagios": {
                "100": {
                    "checksum": "sha256:2681295ba94471abc9d7d49b6da5d757409c6c95745586d1671a4765ed61b130",
                    "enabled": 1
                }
            },
            "namespace": {
                "100": {
                    "checksum": "sha256:cc65424c4edcef752cf3d9223a0a49d84f7250bbc9c42d08d0b5727e0168dff6",
                    "enabled": 1
                }
            },
            "ncftool": {
                "100": {
                    "checksum": "sha256:9795f4fc6fa6e09a6976b87c80aab11801ae7b43d4f0df1b603b8799f4ff0115",
                    "enabled": 1
                }
            },
            "netlabel": {
                "100": {
                    "checksum": "sha256:229788201a8048a7a80661a258cabee570ce65b4c5fef318a86f8ba7f027975d",
                    "enabled": 1
                }
            },
            "netutils": {
                "100": {
                    "checksum": "sha256:78163350e82824e0c5bd14daf11f9a12833f34ac2a9c5c90c7949aaf9c7f9b1a",
                    "enabled": 1
                }
            },
            "networkmanager": {
                "100": {
                    "checksum": "sha256:7fece44e7188f93aa358d386ae81372812b47a046f10ce081358af85c4c0f229",
                    "enabled": 1
                }
            },
            "ninfod": {
                "100": {
                    "checksum": "sha256:13dcb24aa31902b75b5416a1f2d3dbba243445fa8ae1581ea41029ca21cdbc60",
                    "enabled": 1
                }
            },
            "nis": {
                "100": {
                    "checksum": "sha256:51dded020c93ce723bb8cd739359983f6ed82b5d70e93980d2fd095aaadcc168",
                    "enabled": 1
                }
            },
            "nova": {
                "100": {
                    "checksum": "sha256:000c5853f5261b435c8a0362720ce04a1ed300aed5f22dfee9659e8a024466a0",
                    "enabled": 1
                }
            },
            "nscd": {
                "100": {
                    "checksum": "sha256:9fb6cd0d5e35bcfcd051889e81e2834b4b50861455a0d8ee30920df919d3067a",
                    "enabled": 1
                }
            },
            "nsd": {
                "100": {
                    "checksum": "sha256:c940ff7748160326587bf9084d5b7906d501ecf9576707bc19f20ee759023442",
                    "enabled": 1
                }
            },
            "nslcd": {
                "100": {
                    "checksum": "sha256:a1af29229de29bfe64bde5357ea9e2a47d5b82f8329f62be4ddbc184fb8ead22",
                    "enabled": 1
                }
            },
            "ntop": {
                "100": {
                    "checksum": "sha256:20d8e86dcf15719ed0b481b0f5cd521b2ada532e712c6e1cb9f89e1736466ea0",
                    "enabled": 1
                }
            },
            "ntp": {
                "100": {
                    "checksum": "sha256:74dfbd9db80b05cc69c090005f02ab089695f21c0e0b70c2a7d8300247624e1e",
                    "enabled": 1
                }
            },
            "numad": {
                "100": {
                    "checksum": "sha256:f56cd3e22cc4e864d6cb5822812de4c12884f1a31f3922caa45ce0b61f8f86e2",
                    "enabled": 1
                }
            },
            "nut": {
                "100": {
                    "checksum": "sha256:36ca1c4edb066c2090e5ec5e08f71050424e5efdc74c440e9a0161c7ccf0bd49",
                    "enabled": 1
                }
            },
            "nvme_stas": {
                "100": {
                    "checksum": "sha256:b0afd194fe6e16dc0fbd976301321d6e68a9cd837ecdda2c3cb739c07c4757b9",
                    "enabled": 1
                }
            },
            "nx": {
                "100": {
                    "checksum": "sha256:dd19058574329f7c7ce709bc94f6c4be87028cdd184cc365a61d5c0113b78bdf",
                    "enabled": 1
                }
            },
            "obex": {
                "100": {
                    "checksum": "sha256:649c497ab74a203064009d553b42829aac89ac5c4273b7c0ccc0a23530001fcc",
                    "enabled": 1
                }
            },
            "oddjob": {
                "100": {
                    "checksum": "sha256:4c0624c2e3095eb392ee93e8cf98a2242598b7694de12ae75ceffdc0043d1043",
                    "enabled": 1
                }
            },
            "opafm": {
                "100": {
                    "checksum": "sha256:233a9390d9aeb540956f43756b2e45547fb7c2c4d4070460b94896b72ccd607d",
                    "enabled": 1
                }
            },
            "openct": {
                "100": {
                    "checksum": "sha256:37ac5651f2ce2bfda7d898a024d560c6cdcd54da32409ced32c8b6df059370c3",
                    "enabled": 1
                }
            },
            "opendnssec": {
                "100": {
                    "checksum": "sha256:9890fb3013a4287e6850621c5c6a462a254299b927609fbe6bf67f141862f3c7",
                    "enabled": 1
                }
            },
            "openfortivpn": {
                "100": {
                    "checksum": "sha256:75fa83f68fa800bef996da027f14f6c8f0ded93f93569f3b559495dba39a6176",
                    "enabled": 1
                }
            },
            "openhpid": {
                "100": {
                    "checksum": "sha256:dfbf83e8feccc45bd9de7bd5a3f90edd49c3190b5010f9f98457d995ae974f8c",
                    "enabled": 1
                }
            },
            "openshift": {
                "100": {
                    "checksum": "sha256:1b7ff4ebc979d45777979c0340790dcf10a3e9353272c2e99f6f4f4f93987020",
                    "enabled": 1
                }
            },
            "openshift-origin": {
                "100": {
                    "checksum": "sha256:e8e6bb283142b08b3a1ce7c097f49f402bb6d59eb6d03138ef0b69f3579e466c",
                    "enabled": 1
                }
            },
            "opensm": {
                "100": {
                    "checksum": "sha256:c1bc06d4e5a22837586d3d7ee07922f26b4cd025687cdfd7e3e3789e1c5bdf3d",
                    "enabled": 1
                }
            },
            "openvpn": {
                "100": {
                    "checksum": "sha256:800615bda29f1b49c90de283570ccb018a28ddfff34a36bfe84a4d0485c37138",
                    "enabled": 1
                }
            },
            "openvswitch": {
                "100": {
                    "checksum": "sha256:0bb8334afe603f02ef4f1a46517f970bb30fb191e1d9d944daee33437ae89b46",
                    "enabled": 1
                }
            },
            "openwsman": {
                "100": {
                    "checksum": "sha256:c6d157e74586892234883ad01bb4d2e386637cdd04e45c3587a1cbc8c34e35f9",
                    "enabled": 1
                }
            },
            "oracleasm": {
                "100": {
                    "checksum": "sha256:802090ff2dcc2db35b369ac359e51b1418a5a779cf94e5a14a01a1882b583d64",
                    "enabled": 1
                }
            },
            "osad": {
                "100": {
                    "checksum": "sha256:d3b5dec9cf6640c48875229fcdadc4f9c4bfa1088bff93cb61a18360197a691e",
                    "enabled": 1
                }
            },
            "pads": {
                "100": {
                    "checksum": "sha256:23da314c2255bb1c19dad65a242681330d6bdddc2ba4a0b80ae2ad2249c0a52b",
                    "enabled": 1
                }
            },
            "passenger": {
                "100": {
                    "checksum": "sha256:75e644cc79f5447d17ed5461e52b37f29dc86806320b0ef562b2acd8e2870121",
                    "enabled": 1
                }
            },
            "passt": {
                "200": {
                    "checksum": "sha256:4f50343463a2634ab063b59f9d6e4f03a06d75d362d77fa571eaf981937a5f3c",
                    "enabled": 1
                }
            },
            "pasta": {
                "200": {
                    "checksum": "sha256:f0316f6d3d1ecaced0083d16d5a0804c09439c6e8e92a39ff7b3fc7fd6cc8f18",
                    "enabled": 1
                }
            },
            "pcmcia": {
                "100": {
                    "checksum": "sha256:6d1d142817f6c7013fa94819eaae391f98b69357bfb352584c1ef104d93aa08a",
                    "enabled": 1
                }
            },
            "pcp": {
                "100": {
                    "checksum": "sha256:3f0071ca72c2269c6568f2695aea954cbb6a8504efa48a8ed1e94e2c0baac106",
                    "enabled": 1
                }
            },
            "pcscd": {
                "100": {
                    "checksum": "sha256:9bd33415ca0bd34a05461719de21697d486512341069567c26b25cd6a7b06c00",
                    "enabled": 1
                }
            },
            "pdns": {
                "100": {
                    "checksum": "sha256:5dcb629d0e7578776fb9476a8b66ff883fe52da8be37e3b1f7a3bd4810354511",
                    "enabled": 1
                }
            },
            "pegasus": {
                "100": {
                    "checksum": "sha256:0312d08cfc7b9ad408ce3d34a27b27c64c62e1b00d280c484616927a859aeb47",
                    "enabled": 1
                }
            },
            "permissivedomains": {
                "100": {
                    "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2",
                    "enabled": 1
                }
            },
            "pesign": {
                "100": {
                    "checksum": "sha256:597ab5f0f472ea2f2aca1b3754c2457cc7769f79daaec0856ad2675e53867b80",
                    "enabled": 1
                }
            },
            "pingd": {
                "100": {
                    "checksum": "sha256:877bbc42240491f32726ac44a082942e80724e3bd3985c64845dee49a060a144",
                    "enabled": 1
                }
            },
            "piranha": {
                "100": {
                    "checksum": "sha256:4e9b8ae11387a45c9266a82f79f31728bce6397b8e7f8d39287b78dd58ddfd96",
                    "enabled": 1
                }
            },
            "pkcs": {
                "100": {
                    "checksum": "sha256:81dc1bee85071c65da6d7e4dd12f390fdaeae5d7a285c132c952290152f90c0b",
                    "enabled": 1
                }
            },
            "pkcs11proxyd": {
                "100": {
                    "checksum": "sha256:184ad49c7d752eae216e8e7313fc50952515caf2d4fe77b1315204a436979cbc",
                    "enabled": 1
                }
            },
            "pki": {
                "100": {
                    "checksum": "sha256:611152fa77dc465824018a6b6e2687f2a1e483f92e20d9754c33f8032d7a210d",
                    "enabled": 1
                }
            },
            "plymouthd": {
                "100": {
                    "checksum": "sha256:e73478b5cf88be80253fc65ed0f397e9078272320ce939b471230ade52207983",
                    "enabled": 1
                }
            },
            "podsleuth": {
                "100": {
                    "checksum": "sha256:ac303c7ac224ff7fec004f7db6bdc6cabc5e9fbf1df3e27ab454f3f87de18b8d",
                    "enabled": 1
                }
            },
            "policykit": {
                "100": {
                    "checksum": "sha256:f651b9a5f05bc1884e58553525034b9fa376084bc3eee5ecd5cb7b70c42a55aa",
                    "enabled": 1
                }
            },
            "polipo": {
                "100": {
                    "checksum": "sha256:e30571ba606507dd4439ea7b455a115170923229f105614f0b044ed07a8ba832",
                    "enabled": 1
                }
            },
            "portmap": {
                "100": {
                    "checksum": "sha256:15e3c27ffaa1d13d785823bd82e53c398e0b5c96c4e0efce502137b326f3710e",
                    "enabled": 1
                }
            },
            "portreserve": {
                "100": {
                    "checksum": "sha256:b1795d2f89c94a43339f1b659f29173491eed1d079a21cc290fb53afb74efd1f",
                    "enabled": 1
                }
            },
            "postfix": {
                "100": {
                    "checksum": "sha256:abe82997f5573e9804f5b66de9f1b9120ccfd8ad1e3c0c3afd32a99f043a49ed",
                    "enabled": 1
                }
            },
            "postgresql": {
                "100": {
                    "checksum": "sha256:dd827cd694ba2389e77fee7137a741677590dc56dff0015fa6b58b93ab354c7c",
                    "enabled": 1
                }
            },
            "postgrey": {
                "100": {
                    "checksum": "sha256:698a04231cb1ca9a1a657c942f22b26ad57e06af78dbce2006dd9a7991d01b19",
                    "enabled": 1
                }
            },
            "ppp": {
                "100": {
                    "checksum": "sha256:640c55f9dc7e32054fc5dcb34e4080a848526a35cbc4225b32deec213e9906e4",
                    "enabled": 1
                }
            },
            "prelink": {
                "100": {
                    "checksum": "sha256:db21e33d0ffe48bd93a10808ea536532acad2578c499333de859afca9b4bfd5f",
                    "enabled": 1
                }
            },
            "prelude": {
                "100": {
                    "checksum": "sha256:2592c97f035c97e88768678244baa38c031afeb5e94730133a0a59e7b451aa57",
                    "enabled": 1
                }
            },
            "privoxy": {
                "100": {
                    "checksum": "sha256:2f9555f9f047d752841d98608cd372c9f9743fdaa88a59c96a0b2e85f9016b00",
                    "enabled": 1
                }
            },
            "procmail": {
                "100": {
                    "checksum": "sha256:ee1a9203e7dd07d84cfa3c20a2e069bb0552dc430a6d2feed2919e53731b1864",
                    "enabled": 1
                }
            },
            "prosody": {
                "100": {
                    "checksum": "sha256:360e32fc4cb037faf2b5684ce2d376c42cff14785fc95d82fd750fe66dabe1e2",
                    "enabled": 1
                }
            },
            "psad": {
                "100": {
                    "checksum": "sha256:9450644b2b34bbc91aa8d0c40b88fd2363137df218d38ccc6b28b94b63286d54",
                    "enabled": 1
                }
            },
            "ptchown": {
                "100": {
                    "checksum": "sha256:861c6b803141841f4756be8531775c7d37e8ec378b2b9e90f37e1932d35e5e36",
                    "enabled": 1
                }
            },
            "publicfile": {
                "100": {
                    "checksum": "sha256:a932f4ee30fe06d891909b328e9ed103a77010e273b19cd7e9debf3ba43204c6",
                    "enabled": 1
                }
            },
            "pulseaudio": {
                "100": {
                    "checksum": "sha256:005f82a614bbe1a6cca6611aee9b59d97e2f8b51c2b88b41d6f800145410a166",
                    "enabled": 1
                }
            },
            "puppet": {
                "100": {
                    "checksum": "sha256:0ac394773bec589974cc6ecc5f99dc5faf2871e771295cb84f33a86bdbd51a6d",
                    "enabled": 1
                }
            },
            "pwauth": {
                "100": {
                    "checksum": "sha256:4cabb0c5c75a395579d7523d3e7616db9fb0e1f40d3b9f581f6e94eebb049810",
                    "enabled": 1
                }
            },
            "qatlib": {
                "100": {
                    "checksum": "sha256:1ce83ef85ac222374d15e090a30072e96219bea1a6c1e72bb122842ebbec7cee",
                    "enabled": 1
                }
            },
            "qmail": {
                "100": {
                    "checksum": "sha256:7972bb152e68b8fdb1a77c84868b66e420365c9f526254fb272a7263500acbff",
                    "enabled": 1
                }
            },
            "qpid": {
                "100": {
                    "checksum": "sha256:7cd981f1dfd524edc5e5992f10cd1b3e723adcb3cfaf8c7bb42c8f5197e64378",
                    "enabled": 1
                }
            },
            "quantum": {
                "100": {
                    "checksum": "sha256:a25e72eac82204e6200ec843bc06d7b59a1ce7c755666bf1ed9effd12ee466d7",
                    "enabled": 1
                }
            },
            "quota": {
                "100": {
                    "checksum": "sha256:292ac0c56b89fb197298bc0cda18828e0c6c524414d7ccc38133e2552283136f",
                    "enabled": 1
                }
            },
            "rabbitmq": {
                "100": {
                    "checksum": "sha256:6ae09222a0b9aefa3ead90b1f1ee08972570b1f5e39d25c05108228e4d315d50",
                    "enabled": 1
                }
            },
            "radius": {
                "100": {
                    "checksum": "sha256:76e245eff00a30a5db15851804f5047caa072e5f418e44fd75e70fcaba611e73",
                    "enabled": 1
                }
            },
            "radvd": {
                "100": {
                    "checksum": "sha256:b0ab6f58a00a32e8119b2b598d56acdc5919c7d9414eec24beb5eca9d84c90dc",
                    "enabled": 1
                }
            },
            "raid": {
                "100": {
                    "checksum": "sha256:cea5ec9a6380cf597ff5f333d46b2a16568c3e71d059a326f645284c6e6c171e",
                    "enabled": 1
                }
            },
            "rasdaemon": {
                "100": {
                    "checksum": "sha256:f6d50ea9aa365ffb71b924d04e606e7e7be9fc0ff67899ad1fd348bb209a7ad1",
                    "enabled": 1
                }
            },
            "rdisc": {
                "100": {
                    "checksum": "sha256:d45a4dad3bf9f007f05eca41b5c04d4ae329405b60f307f8d6959fc92dee841e",
                    "enabled": 1
                }
            },
            "readahead": {
                "100": {
                    "checksum": "sha256:338d67a9fa343855efdd6d99bf0d28bdcf03631bdff7591c1a21e975471a510a",
                    "enabled": 1
                }
            },
            "realmd": {
                "100": {
                    "checksum": "sha256:e2efb27c1fed30b949be0f29464b99701353b8eb65bd2da624505c7fc1e586a4",
                    "enabled": 1
                }
            },
            "redis": {
                "100": {
                    "checksum": "sha256:642738508f133e3709992b5542f048755e1ca6bdd1c3eed8fbf6de60135fe754",
                    "enabled": 1
                }
            },
            "remotelogin": {
                "100": {
                    "checksum": "sha256:31f6f5efb0759335de46ac3ab4c8a64955f838afc9743a20f2e81a8cb54cb36a",
                    "enabled": 1
                }
            },
            "restraint": {
                "400": {
                    "checksum": "sha256:95d0d03fbc1d4147f02a0b3da7cd76efbdd75d1f5812cf6160e922336abbf270",
                    "enabled": 1
                }
            },
            "rhcd": {
                "100": {
                    "checksum": "sha256:439afb2b8b905d32073d55ee61bb5ebc085ac1dd2c4bbb6b25f90051827dc6d2",
                    "enabled": 1
                }
            },
            "rhcs": {
                "100": {
                    "checksum": "sha256:d90d617944f40798165d77873629210aed1662ccc21b8687d92b63eaac5ace8c",
                    "enabled": 1
                }
            },
            "rhev": {
                "100": {
                    "checksum": "sha256:4c8dc74bd9e7cebd9f78bae013483cdc6350fb8eb90debbf2888a89a0c30232c",
                    "enabled": 1
                }
            },
            "rhgb": {
                "100": {
                    "checksum": "sha256:4b222d1ae2a6931560eca08e087c56c7835ce79c3f82514c5c6d3e98a7de89b1",
                    "enabled": 1
                }
            },
            "rhnsd": {
                "100": {
                    "checksum": "sha256:12ea9c8c79218c6ef2da68bbe6f321ca6a7247a0f40142f1be8b85cb5b84d54d",
                    "enabled": 1
                }
            },
            "rhsmcertd": {
                "100": {
                    "checksum": "sha256:7750446fcfd40c402633126aab29d231a47f4ca8d4993cb703a3c203c25a2c0c",
                    "enabled": 1
                }
            },
            "rhts": {
                "400": {
                    "checksum": "sha256:39f15722a115b11064c20b8bc2758e8fe06531a8f923ea00a3e7079a0554e3d6",
                    "enabled": 1
                }
            },
            "ricci": {
                "100": {
                    "checksum": "sha256:c9afadeea7fc4762d923383de22df24de13563a6dbe205b9ab73a6ad0a5cff79",
                    "enabled": 1
                }
            },
            "rkhunter": {
                "100": {
                    "checksum": "sha256:5f31c86e2f2cc425040785cc22a9040c7cdb80bd1145dfd668d2b2597534d6e3",
                    "enabled": 1
                }
            },
            "rkt": {
                "100": {
                    "checksum": "sha256:6154fe3dc060aa2df1f629434a417621e043836c3fc0d1cfe128db80a0c3a5d9",
                    "enabled": 1
                }
            },
            "rlogin": {
                "100": {
                    "checksum": "sha256:2001491066517e9d1718973ef9ce30640101b146abaac53218e9fafc5838eba5",
                    "enabled": 1
                }
            },
            "rngd": {
                "100": {
                    "checksum": "sha256:932eb717c50cc3b89b0d39754e8d42285224c7112dc8fb773b979ae335c61b81",
                    "enabled": 1
                }
            },
            "rolekit": {
                "100": {
                    "checksum": "sha256:08975182ac9221887a5cec3f1e51639802794cfa718d6bfe245aa5f132bac74d",
                    "enabled": 1
                }
            },
            "roundup": {
                "100": {
                    "checksum": "sha256:931c928c6bf89625bce5b6cb76084615486f91d6e86a09fcaf007c47c5e68ba7",
                    "enabled": 1
                }
            },
            "rpc": {
                "100": {
                    "checksum": "sha256:0620e84d3a712ecc8e401e1ce695e4a5c1dd33c2097d6cec8127273e2063e36a",
                    "enabled": 1
                }
            },
            "rpcbind": {
                "100": {
                    "checksum": "sha256:3368e81d1e4c4368ed76661f4b636f38651dcc804843c4b1ef0f8ea0eff45d0d",
                    "enabled": 1
                }
            },
            "rpm": {
                "100": {
                    "checksum": "sha256:b1d6f8003dfb181c492f970957c0fdbac2625661fbec8ac0925a6c9b141429c0",
                    "enabled": 1
                }
            },
            "rrdcached": {
                "100": {
                    "checksum": "sha256:340e748f2da66a79889ffe2d77224bce0090a2954743d5c1098ac3cb1eb48866",
                    "enabled": 1
                }
            },
            "rshd": {
                "100": {
                    "checksum": "sha256:58d4cffb8b490c67aa4b1a335b0a3b933af4dfe6cc022fa0bc7400841d1efba7",
                    "enabled": 1
                }
            },
            "rshim": {
                "100": {
                    "checksum": "sha256:34695491986303ceda8be41882d8279b3065627df85b9ff616650c420c6395b8",
                    "enabled": 1
                }
            },
            "rssh": {
                "100": {
                    "checksum": "sha256:26f6c19589d58fd23c303ac699697517d6883a9531837ad406e2f09b7507278d",
                    "enabled": 1
                }
            },
            "rsync": {
                "100": {
                    "checksum": "sha256:0aa06de248b996ddd0afc67811e82a96bde2dc7a2c328ecbbf6c6a5c9c780784",
                    "enabled": 1
                }
            },
            "rtas": {
                "100": {
                    "checksum": "sha256:3cf7dfe541071b3898cd76674ccce511cb2b25626b0e5f9e43fb903f928508c5",
                    "enabled": 1
                }
            },
            "rtkit": {
                "100": {
                    "checksum": "sha256:d8e666993d2c3c43a5efc6628d04fed230f380cec2feafc9fb1eb305239ad954",
                    "enabled": 1
                }
            },
            "rwho": {
                "100": {
                    "checksum": "sha256:c66a34fe691a84d52c8dd62ed1e9c8525796ccb3114743202a1d11dab4397c1b",
                    "enabled": 1
                }
            },
            "samba": {
                "100": {
                    "checksum": "sha256:76d4803f3945be392c2ba2f3c801fc3a8d629ea342e2352aa2100f3cb70c6a65",
                    "enabled": 1
                }
            },
            "sambagui": {
                "100": {
                    "checksum": "sha256:4c91ce35da807c4194c847e713628c8c5a8c2edabbc32800a9f0245175d61f9a",
                    "enabled": 1
                }
            },
            "sandboxX": {
                "100": {
                    "checksum": "sha256:dd4e4f83f573e60a00c4c8f9fc6d281307ef29ab033281ec1d3bfe763ac842ef",
                    "enabled": 1
                }
            },
            "sanlock": {
                "100": {
                    "checksum": "sha256:12903fc32000cd4e9785975352f7cfc11ebb15acfbe277be575edb318b15131f",
                    "enabled": 1
                }
            },
            "sasl": {
                "100": {
                    "checksum": "sha256:5a49a242fb57fbde3ec1d0b7c33432f0beb2992005df650c1387cd727cfc31a8",
                    "enabled": 1
                }
            },
            "sbd": {
                "100": {
                    "checksum": "sha256:6b08742937f98065198547ba01efe084ce27119742dbfb22ffaefb651adcd4c5",
                    "enabled": 1
                }
            },
            "sblim": {
                "100": {
                    "checksum": "sha256:cf43ae0bb1072dfbd3f191147458ab654f4bf36c7e6e52b3ddc5e21d565e527b",
                    "enabled": 1
                }
            },
            "screen": {
                "100": {
                    "checksum": "sha256:5c749a6c028d95eabf66a4af046f252d580a96be344cc6a4cbaf6c41bc3d7052",
                    "enabled": 1
                }
            },
            "secadm": {
                "100": {
                    "checksum": "sha256:fbd918572c57ed1724375e81afce5d108e52933bcd98b454196a51fa9af36c7f",
                    "enabled": 1
                }
            },
            "sectoolm": {
                "100": {
                    "checksum": "sha256:35e4d2a3208b8c0d74c4016309c3447efac46618ce4209c78af9861f95cf36c6",
                    "enabled": 1
                }
            },
            "selinuxutil": {
                "100": {
                    "checksum": "sha256:3d5c69fa4c3932728225e61fa1eeb458ff2a29a2876c739d1e203322dc4dc7b3",
                    "enabled": 1
                }
            },
            "sendmail": {
                "100": {
                    "checksum": "sha256:b74fad36b6b99dce25b9723b5c83278e4cf0ad7a66b7f2d1788fa930737b6b26",
                    "enabled": 1
                }
            },
            "sensord": {
                "100": {
                    "checksum": "sha256:cf1265945526b166650edb71077e9778d22a9a35e59b12e1edae8b233e8e656b",
                    "enabled": 1
                }
            },
            "setrans": {
                "100": {
                    "checksum": "sha256:95193c003b42fd26e548de51bb8652289fc2fc66bd38f571c6e7173befc6e33d",
                    "enabled": 1
                }
            },
            "setroubleshoot": {
                "100": {
                    "checksum": "sha256:60686aef35513ad652ac553180e26c9864b890a3a5f442a091375b00f886b443",
                    "enabled": 1
                }
            },
            "seunshare": {
                "100": {
                    "checksum": "sha256:a8c3633cf363e103e840a32cace7793040117dbc627ae5ebdbb4509f79273cef",
                    "enabled": 1
                }
            },
            "sge": {
                "100": {
                    "checksum": "sha256:a78576b227ed6d26f57c3ee3bceb45529e50e6662914cf22ad89cc4dedce2251",
                    "enabled": 1
                }
            },
            "shorewall": {
                "100": {
                    "checksum": "sha256:f7c098e79dd886767fe6d5ae4e564d458a4b1243e99c0c74d8c36432e138599a",
                    "enabled": 1
                }
            },
            "slocate": {
                "100": {
                    "checksum": "sha256:cda143abf21914c24f0e38d8e9b9cb2668c88b44cb4df711004658dd53d3e902",
                    "enabled": 1
                }
            },
            "slpd": {
                "100": {
                    "checksum": "sha256:ba397cdd0a7a730fc70c7cad3cbe4ed2475c670b65ee5f9914aeb08b58200845",
                    "enabled": 1
                }
            },
            "smartmon": {
                "100": {
                    "checksum": "sha256:8ef416256baedc5250ebe2cee413dec8082c9dcb2e9d11a4efa164326551eae8",
                    "enabled": 1
                }
            },
            "smokeping": {
                "100": {
                    "checksum": "sha256:81de53921f1a522847961acb56f77dbad54284bcf8841f52afe11ced904a20d7",
                    "enabled": 1
                }
            },
            "smoltclient": {
                "100": {
                    "checksum": "sha256:95c7ee276c5baae8d1a63c94a349ea997f421cebdf73d013ab4b90b34d986fd0",
                    "enabled": 1
                }
            },
            "smsd": {
                "100": {
                    "checksum": "sha256:d871da983b281e8a8daec281efefbc6f6bf1ce5d5cbea4b352b49a08b0d89c77",
                    "enabled": 1
                }
            },
            "snapper": {
                "100": {
                    "checksum": "sha256:4e5c5d73145bbed79c08e82d0a21a965d8cb7a92db76b202b5d134fa42c95fe1",
                    "enabled": 1
                }
            },
            "snmp": {
                "100": {
                    "checksum": "sha256:af32d5989dfb265da12ba1be45f553eb0cca6ad12097540b811f7c30fbb208fe",
                    "enabled": 1
                }
            },
            "snort": {
                "100": {
                    "checksum": "sha256:b1696f79ceb514e5ffed2caea4f90f783c94ca4a73a22f278e48438182d4f07e",
                    "enabled": 1
                }
            },
            "sosreport": {
                "100": {
                    "checksum": "sha256:8059bae88c09a10f717526e476d1a4007db637fea6adc08fad6b17449dbc9e4d",
                    "enabled": 1
                }
            },
            "soundserver": {
                "100": {
                    "checksum": "sha256:3d50318423313efcf8160d08a3bd655e53f34b30374d9dc30ad5bea5cc7e0776",
                    "enabled": 1
                }
            },
            "spamassassin": {
                "100": {
                    "checksum": "sha256:4054ceef428a1df14d5fd4c620fce5d039a236500c1368a7a6e4bb07135d307a",
                    "enabled": 1
                }
            },
            "speech-dispatcher": {
                "100": {
                    "checksum": "sha256:b08147b36ed3fa54428c34c8ac8e2781717ecb453c2372760d41a7738b7757da",
                    "enabled": 1
                }
            },
            "squid": {
                "100": {
                    "checksum": "sha256:d6ec108e7f32a9cfe6f024cd5287a9b020783887f6a71e03b113eab3304342ab",
                    "enabled": 1
                }
            },
            "ssh": {
                "100": {
                    "checksum": "sha256:97b2011b254075f1c3ef158248c3d5d873e56873abe9fc9110438508cb252edd",
                    "enabled": 1
                }
            },
            "sslh": {
                "100": {
                    "checksum": "sha256:5f14c1526eaa63f5176c2e6401410159cacd7f06f89d3c37c6670f5f3193eaa4",
                    "enabled": 1
                }
            },
            "sssd": {
                "100": {
                    "checksum": "sha256:4efe2c843fcfefd5b0b2723830b24042e2f4f024c9208895282d3489f1e04bc4",
                    "enabled": 1
                }
            },
            "staff": {
                "100": {
                    "checksum": "sha256:01b30957354acb8dcf5243937aacd87288390d40e07e724e13f441699825c386",
                    "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:b24d3a5bcd4ecd35cd51836670ce97820a48a3669c0d590e716aee30709dc1f7",
                    "enabled": 1
                }
            },
            "su": {
                "100": {
                    "checksum": "sha256:858e8488feb83d85137a778c3b8c5140d9bc7d9b83a43077a23fbfd27091349c",
                    "enabled": 1
                }
            },
            "sudo": {
                "100": {
                    "checksum": "sha256:ee6a6fd39589168741be9b8c1c35cb6103464541c8b8871423f81d575b5786a3",
                    "enabled": 1
                }
            },
            "svnserve": {
                "100": {
                    "checksum": "sha256:2a78595b73c7ea25c5b395ec91f18b3dad58002dd8ef3652d69edd5a8c13f3f5",
                    "enabled": 1
                }
            },
            "swift": {
                "100": {
                    "checksum": "sha256:ccacc18e643d0ca081b36d910abb0ad6fae2acdd1f92a52b4fc9004fc31f4677",
                    "enabled": 1
                }
            },
            "sysadm": {
                "100": {
                    "checksum": "sha256:4a562295773a4eee6be64369bd48a6ba83944c0b8766dfd8fc572d09c8280243",
                    "enabled": 1
                }
            },
            "sysadm_secadm": {
                "100": {
                    "checksum": "sha256:8b3d56e43b270a3c8e85c91782ceb793a817dadff0af988ed17ec41251b9b315",
                    "enabled": 1
                }
            },
            "sysnetwork": {
                "100": {
                    "checksum": "sha256:6cf6d7c76e8239bbd876a16bf8321e68680308e33cf8a88e89236172e07d852e",
                    "enabled": 1
                }
            },
            "sysstat": {
                "100": {
                    "checksum": "sha256:e35d3df921d581298273023c20b12e4d1168c249b06e08458a27732a4ff082ce",
                    "enabled": 1
                }
            },
            "systemd": {
                "100": {
                    "checksum": "sha256:f2822225dba4e22daf2f143458e810b46166765e37a8f3c02fd0239d3be14ae1",
                    "enabled": 1
                }
            },
            "tangd": {
                "100": {
                    "checksum": "sha256:b09965ae1db2d4aeab2d1c8775897288e6d55224183205ed48002daa816d2bbd",
                    "enabled": 1
                }
            },
            "targetd": {
                "100": {
                    "checksum": "sha256:8d31e97d05e23cbca57938b58d725c33af5e6aaa3e563971a398936cd3a21b36",
                    "enabled": 1
                }
            },
            "tcpd": {
                "100": {
                    "checksum": "sha256:2ea50e3363cefebf4b9bbcb6bcdd9e923da455c54a14c509f8c5ba9ca4da1c5d",
                    "enabled": 1
                }
            },
            "tcsd": {
                "100": {
                    "checksum": "sha256:a4d57e1e23ddfdbf6977fae56c0797b5791bd7a03bc3e7da5ae87d6f9ca870cc",
                    "enabled": 1
                }
            },
            "telepathy": {
                "100": {
                    "checksum": "sha256:98fac790af3d7a87e75899e112ba5d4cd2455261e44b60f1a0d7387ba0e0ad49",
                    "enabled": 1
                }
            },
            "telnet": {
                "100": {
                    "checksum": "sha256:e531681ec043e98c7aa5feeb5948eb339c71c657dd9a93a7dc35909aee56de2b",
                    "enabled": 1
                }
            },
            "tftp": {
                "100": {
                    "checksum": "sha256:7746597ed5d872b63e1e842421771ebacdcde5288bfd6d006346ad554e4799e7",
                    "enabled": 1
                }
            },
            "tgtd": {
                "100": {
                    "checksum": "sha256:e599de319c72ac9f8ca525508c1d2ce54b46a85f378b56b04ff8fa1781250c60",
                    "enabled": 1
                }
            },
            "thin": {
                "100": {
                    "checksum": "sha256:9825f5ea5ecf0720ae08c5fb7a50d3318b3dfb520801cf5ec8c0663364df5a62",
                    "enabled": 1
                }
            },
            "thumb": {
                "100": {
                    "checksum": "sha256:967c4a8d81c00053b35bd61cd547e73dba57abbdd31de06c242c46fac0aff410",
                    "enabled": 1
                }
            },
            "timedatex": {
                "100": {
                    "checksum": "sha256:127a1f551291ce8c39e638b32770fdeadda67312a1c16dc1fad7da9b5a4f5c01",
                    "enabled": 1
                }
            },
            "tlp": {
                "100": {
                    "checksum": "sha256:c3135382d1212256d9ad9ce4c893271cc8093256fdfd34e0a37d9912dc75b16d",
                    "enabled": 1
                }
            },
            "tmpreaper": {
                "100": {
                    "checksum": "sha256:5650adc4d1a2c1db0f3733e73fe7b7b9aa4fda69a1d3308e0b59a8c4cf30c5f5",
                    "enabled": 1
                }
            },
            "tomcat": {
                "100": {
                    "checksum": "sha256:59312967f089bd0efa786367f1587ca124a49b7eb0ba7b5f21c2d66bc66e1b1b",
                    "enabled": 1
                }
            },
            "tor": {
                "100": {
                    "checksum": "sha256:210d53406ae0727c0243c597928358124d2c44c16bf33a47767a3ac88227414b",
                    "enabled": 1
                }
            },
            "tuned": {
                "100": {
                    "checksum": "sha256:758f35f5b9f4195f564792cf864a87a9b6e8de155fc2d348d4eec0ca30d8463d",
                    "enabled": 1
                }
            },
            "tvtime": {
                "100": {
                    "checksum": "sha256:59a579d32a09dd28b983fdaaa6f695be68dfbe0273ee26bd8540e116d07084b4",
                    "enabled": 1
                }
            },
            "udev": {
                "100": {
                    "checksum": "sha256:acb78447445a0d74b28f8e7b5db170464c56476be775e8d2577b04cb55ce3f69",
                    "enabled": 1
                }
            },
            "ulogd": {
                "100": {
                    "checksum": "sha256:fbd1de444b4bfe75df73aee4560955dac1378eb7e5654d05d849c67db43546b5",
                    "enabled": 1
                }
            },
            "uml": {
                "100": {
                    "checksum": "sha256:c05987c6a9f49b3370c011d79431dc52d6d435e89a577d7d10a8db02587a3786",
                    "enabled": 1
                }
            },
            "unconfined": {
                "100": {
                    "checksum": "sha256:be7e30d2c6b24f9d403c9b96acbf9258310b570cb8bf11fdf05166b4b4144664",
                    "enabled": 1
                }
            },
            "unconfineduser": {
                "100": {
                    "checksum": "sha256:8006817bbdf1a8de02fbe47d42fd5a79fd515cbb9b40a49cd5677cd83dc5b466",
                    "enabled": 1
                }
            },
            "unlabelednet": {
                "100": {
                    "checksum": "sha256:1b37d8de7cf505da7e184ad33a2d04904d9fc51d64707b5d7e449b9d615deaa2",
                    "enabled": 1
                }
            },
            "unprivuser": {
                "100": {
                    "checksum": "sha256:ca8c125d322b127dcdc6bc5010fbaf6f4b6d08997a3925d7d2d2946064c4a0b5",
                    "enabled": 1
                }
            },
            "updfstab": {
                "100": {
                    "checksum": "sha256:e698b5479929ff28896c7e38efc410a47b6a5cd38eafd56c0c8de7fa210d16e3",
                    "enabled": 1
                }
            },
            "usbmodules": {
                "100": {
                    "checksum": "sha256:00518ce2d8f4e15cf7186a7467c8710848f2312adbbfb919cd6bed45d40d10d4",
                    "enabled": 1
                }
            },
            "usbmuxd": {
                "100": {
                    "checksum": "sha256:495bbffef9f008519da7918d89fdb853bab29a6c718ed72b13496574d16a18af",
                    "enabled": 1
                }
            },
            "userdomain": {
                "100": {
                    "checksum": "sha256:3fd80d33fa8d00faaa71556b252c45f509297db070ec8fd764621f29383ec539",
                    "enabled": 1
                }
            },
            "userhelper": {
                "100": {
                    "checksum": "sha256:ec2502e379bebb8c8b29386cb8324f0fe8b3935bf065702a1b0a3cf4224e9798",
                    "enabled": 1
                }
            },
            "usermanage": {
                "100": {
                    "checksum": "sha256:35178826cea105b5cbec665c4032d007e453cc6897c787d14b00700e37ac5cdc",
                    "enabled": 1
                }
            },
            "usernetctl": {
                "100": {
                    "checksum": "sha256:24d457c012fb774bde2ecfb530699e6b4768604525b33f8d3cc99844f53918bb",
                    "enabled": 1
                }
            },
            "uucp": {
                "100": {
                    "checksum": "sha256:5451b95ffd75ed6e3a933bc0518e3dd2e9dfad315b4a6d3b08653469e8168668",
                    "enabled": 1
                }
            },
            "uuidd": {
                "100": {
                    "checksum": "sha256:7e39bde0db4bb71a014b04fe58282e134c94c1e753bd1b15e3e7f64b016bcb51",
                    "enabled": 1
                }
            },
            "varnishd": {
                "100": {
                    "checksum": "sha256:b6a3a26dac9580a586502165719438a72e9d41f72ff3d21eb05225a6d368f296",
                    "enabled": 1
                }
            },
            "vdagent": {
                "100": {
                    "checksum": "sha256:f513668cef5d03425903904f53f97a3640fa138faa4d1c13192d46b752b78c71",
                    "enabled": 1
                }
            },
            "vhostmd": {
                "100": {
                    "checksum": "sha256:bc8ddc6407a2ff415e265da8ff8609013d8d173979235acf4fcd1cbfc313a571",
                    "enabled": 1
                }
            },
            "virt": {
                "100": {
                    "checksum": "sha256:cd3e6ed1bf32565b0221cc300aec76cac52f23ff116704c4d30c10263c2bf7f9",
                    "enabled": 1
                }
            },
            "virt_supplementary": {
                "100": {
                    "checksum": "sha256:d80a998844ea68164a2ac00d46b8c5ce51107066dc44a30ab41057a4e3ac259e",
                    "enabled": 1
                }
            },
            "vlock": {
                "100": {
                    "checksum": "sha256:ec8354aba09fd7ab45ed59a737034196f8b6c4df25e6079c4a00985e36b15f92",
                    "enabled": 1
                }
            },
            "vmtools": {
                "100": {
                    "checksum": "sha256:2b632a2cf0d1be1e6bffaf66a320cfd73cd3cb175711cfcab9ff77147838db40",
                    "enabled": 1
                }
            },
            "vmware": {
                "100": {
                    "checksum": "sha256:70cd067efc6e8ae5416b382c4b056f7a723459bc1c4e2e7f24fdb757d341845d",
                    "enabled": 1
                }
            },
            "vnstatd": {
                "100": {
                    "checksum": "sha256:fc8312deb1ef563cfbf8da562e6afba6dd16f4adc97e027c294ff06b1f1ef29f",
                    "enabled": 1
                }
            },
            "vpn": {
                "100": {
                    "checksum": "sha256:e1a9309d48b6463d32450421e867adadb08adbd641eaa072dcb5cd3d629f5dae",
                    "enabled": 1
                }
            },
            "w3c": {
                "100": {
                    "checksum": "sha256:6b19f10f4a51f6f1f343b082d4a96c3335b191f00d41152ae090627f727b8360",
                    "enabled": 1
                }
            },
            "watchdog": {
                "100": {
                    "checksum": "sha256:1171d89af3fa7fc84808f2b6f44fa9a6f8c161198fd3e326fa0f6f63b3820aac",
                    "enabled": 1
                }
            },
            "wdmd": {
                "100": {
                    "checksum": "sha256:78171e88b18db8befbfd2f75e232ed2925648955c4891c790e084063bc5e29f2",
                    "enabled": 1
                }
            },
            "webadm": {
                "100": {
                    "checksum": "sha256:f836d4af3abab47d1c5afe5f6a83ca9303506403e75e65f10fe4c4c719dee46a",
                    "enabled": 1
                }
            },
            "webalizer": {
                "100": {
                    "checksum": "sha256:43f69260eb8c399ceb227825b190ee1758a60b1b78052b1fbfe21d5fce8daab5",
                    "enabled": 1
                }
            },
            "wine": {
                "100": {
                    "checksum": "sha256:204369c49480adaf6c3bbee72b72ec17a5fac47821e371ac9b0e633666af050e",
                    "enabled": 1
                }
            },
            "wireguard": {
                "100": {
                    "checksum": "sha256:ec1197ebeb6bdbc525a66b7e661a8f7a58fe0a4cbf09ba7df7ee055d23746c1c",
                    "enabled": 1
                }
            },
            "wireshark": {
                "100": {
                    "checksum": "sha256:04f7d964a66c88c0ed6af6d352fa81af6618f3a16c0db0363e6f2df07d9ea83a",
                    "enabled": 1
                }
            },
            "xen": {
                "100": {
                    "checksum": "sha256:e79e6baf86bd76cda73219fd891bd706c38ecb6e37a92c24ba4291b28e8782de",
                    "enabled": 1
                }
            },
            "xguest": {
                "100": {
                    "checksum": "sha256:710ba99d8d809150194ab9c84f7e292435f65de06702b0fe6e9bdfa362076621",
                    "enabled": 1
                }
            },
            "xserver": {
                "100": {
                    "checksum": "sha256:05105fee82ae1decbb668b154e32f643eda2779459b0e35edcfa358996436147",
                    "enabled": 1
                }
            },
            "zabbix": {
                "100": {
                    "checksum": "sha256:a7eab2820c4bf5c9e51dd30942fce48426c0e35c25d5c13efda6e9313602a66f",
                    "enabled": 1
                }
            },
            "zarafa": {
                "100": {
                    "checksum": "sha256:b1738ace3c35a58867613fabb433a761136afae86bab322ea4d192436c5b0ddd",
                    "enabled": 1
                }
            },
            "zebra": {
                "100": {
                    "checksum": "sha256:913b9c2802fc6607d811ffc278dff3fb84d81942603cf21e1b4efcebf6a7529e",
                    "enabled": 1
                }
            },
            "zoneminder": {
                "100": {
                    "checksum": "sha256:19a33723d291446ee9617d0120088d7bae884e5a963c48a8afec20fc6bacc4bc",
                    "enabled": 1
                }
            },
            "zosremote": {
                "100": {
                    "checksum": "sha256:0e85101587e037fa8552703dfe40e3c31d4b86d65981d03ca3bcb9f91cde9e06",
                    "enabled": 1
                }
            }
        },
        "selinux_priorities": true
    },
    "changed": false
}

TASK [fedora.linux_system_roles.selinux : Load SELinux modules] ****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:115
Friday 25 October 2024  11:17:36 -0400 (0:00:03.624)       0:03:04.541 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "selinux_modules is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:128
Friday 25 October 2024  11:17:36 -0400 (0:00:00.074)       0:03:04.616 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:136
Friday 25 October 2024  11:17:36 -0400 (0:00:00.075)       0:03:04.692 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124
Friday 25 October 2024  11:17:37 -0400 (0:00:00.153)       0:03:04.845 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_cancel_user_linger": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] *******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128
Friday 25 October 2024  11:17:37 -0400 (0:00:00.087)       0:03:04.932 ******** 
skipping: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle credential files - present] ****
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137
Friday 25 October 2024  11:17:37 -0400 (0:00:00.103)       0:03:05.036 ******** 
skipping: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle secrets] ***********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146
Friday 25 October 2024  11:17:37 -0400 (0:00:00.081)       0:03:05.118 ******** 
skipping: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] *****
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153
Friday 25 October 2024  11:17:37 -0400 (0:00:00.077)       0:03:05.196 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node2 => (item=(censored due to no_log))

TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14
Friday 25 October 2024  11:17:37 -0400 (0:00:00.451)       0:03:05.647 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_spec": {
            "state": "absent"
        },
        "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n  labels:\n    app: test\n    io.containers.autoupdate: registry\n  name: nopull\nspec:\n  containers:\n    - name: nopull\n      image: quay.io/libpod/testimage:20210610\n"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21
Friday 25 October 2024  11:17:37 -0400 (0:00:00.107)       0:03:05.755 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_continue_if_pull_fails": false,
        "__podman_kube": {
            "apiVersion": "v1",
            "kind": "Pod",
            "metadata": {
                "labels": {
                    "app": "test",
                    "io.containers.autoupdate": "registry"
                },
                "name": "nopull"
            },
            "spec": {
                "containers": [
                    {
                        "image": "quay.io/libpod/testimage:20210610",
                        "name": "nopull"
                    }
                ]
            }
        },
        "__podman_kube_file": "",
        "__podman_pull_image": true,
        "__podman_state": "absent",
        "__podman_systemd_unit_scope": "",
        "__podman_user": "root"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33
Friday 25 October 2024  11:17:38 -0400 (0:00:00.093)       0:03:05.848 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_name": "nopull",
        "__podman_rootless": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Check user and group information] *****
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38
Friday 25 October 2024  11:17:38 -0400 (0:00:00.069)       0:03:05.917 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Get user information] *****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Friday 25 October 2024  11:17:38 -0400 (0:00:00.187)       0:03:06.104 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user does not exist] **********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Friday 25 October 2024  11:17:38 -0400 (0:00:00.096)       0:03:06.201 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set group for podman user] ************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Friday 25 October 2024  11:17:38 -0400 (0:00:00.090)       0:03:06.291 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_group": "0"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Friday 25 October 2024  11:17:38 -0400 (0:00:00.094)       0:03:06.386 ******** 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "atime": 1729869378.0103734,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 32,
        "charset": "binary",
        "checksum": "86395ad7ce62834c967dc50f963a68f042029188",
        "ctime": 1729869347.9092026,
        "dev": 51714,
        "device_type": 0,
        "executable": true,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 8895830,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "application/x-pie-executable",
        "mode": "0755",
        "mtime": 1719187200.0,
        "nlink": 1,
        "path": "/usr/bin/getsubids",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 15728,
        "uid": 0,
        "version": "2735121205",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": true,
        "xoth": true,
        "xusr": true
    }
}

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Friday 25 October 2024  11:17:39 -0400 (0:00:00.427)       0:03:06.814 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44
Friday 25 October 2024  11:17:39 -0400 (0:00:00.067)       0:03:06.881 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49
Friday 25 October 2024  11:17:39 -0400 (0:00:00.087)       0:03:06.969 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get subuid file] **********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62
Friday 25 October 2024  11:17:39 -0400 (0:00:00.263)       0:03:07.232 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get subgid file] **********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67
Friday 25 October 2024  11:17:39 -0400 (0:00:00.104)       0:03:07.336 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72
Friday 25 October 2024  11:17:39 -0400 (0:00:00.088)       0:03:07.424 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82
Friday 25 October 2024  11:17:39 -0400 (0:00:00.085)       0:03:07.510 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89
Friday 25 October 2024  11:17:39 -0400 (0:00:00.068)       0:03:07.579 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43
Friday 25 October 2024  11:17:39 -0400 (0:00:00.068)       0:03:07.647 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_kube",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52
Friday 25 October 2024  11:17:39 -0400 (0:00:00.097)       0:03:07.744 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_activate_systemd_unit": true,
        "__podman_systemd_scope": "system",
        "__podman_user_home_dir": "/root",
        "__podman_xdg_runtime_dir": "/run/user/0"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60
Friday 25 October 2024  11:17:40 -0400 (0:00:00.168)       0:03:07.913 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_path": "/etc/containers/ansible-kubernetes.d"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64
Friday 25 October 2024  11:17:40 -0400 (0:00:00.097)       0:03:08.010 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/nopull.yml"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68
Friday 25 October 2024  11:17:40 -0400 (0:00:00.093)       0:03:08.104 ******** 
ok: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75
Friday 25 October 2024  11:17:40 -0400 (0:00:00.094)       0:03:08.198 ******** 
ok: [managed-node2] => {
    "changed": false,
    "cmd": [
        "systemd-escape",
        "--template",
        "podman-kube@.service",
        "/etc/containers/ansible-kubernetes.d/nopull.yml"
    ],
    "delta": "0:00:00.005884",
    "end": "2024-10-25 11:17:40.782953",
    "rc": 0,
    "start": "2024-10-25 11:17:40.777069"
}

STDOUT:

podman-kube@-etc-containers-ansible\x2dkubernetes.d-nopull.yml.service

TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83
Friday 25 October 2024  11:17:40 -0400 (0:00:00.506)       0:03:08.705 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] *****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2
Friday 25 October 2024  11:17:41 -0400 (0:00:00.292)       0:03:08.998 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_rootless | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Stop and disable service] *************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10
Friday 25 October 2024  11:17:41 -0400 (0:00:00.064)       0:03:09.063 ******** 
ok: [managed-node2] => {
    "changed": false,
    "enabled": false,
    "failed_when_result": false,
    "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-nopull.yml.service",
    "state": "stopped",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0",
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "basic.target network-online.target systemd-journald.socket sysinit.target \"system-podman\\\\x2dkube.slice\" -.mount",
        "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": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroupId": "0",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "A template for running K8s workloads via podman-kube-play",
        "DevicePolicy": "auto",
        "Documentation": "\"man:podman-kube-play(1)\"",
        "DynamicUser": "no",
        "EffectiveMemoryHigh": "3702870016",
        "EffectiveMemoryMax": "3702870016",
        "EffectiveTasksMax": "22362",
        "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-nopull.yml.service\"",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainHandoffTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/nopull.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/nopull.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/nopull.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/nopull.yml ; 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/podman-kube@.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": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-nopull.yml.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": "13976",
        "LimitNPROCSoft": "13976",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13976",
        "LimitSIGPENDINGSoft": "13976",
        "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": "3241193472",
        "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": "\"podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-nopull.yml.service\"",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "all",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "\"system-podman\\\\x2dkube.slice\" -.mount sysinit.target",
        "RequiresMountsFor": "/run/containers",
        "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-podman\\x2dkube.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": "22362",
        "TimeoutAbortUSec": "1min 10s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 10s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "notify",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "disabled",
        "UtmpMode": "init",
        "Wants": "network-online.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "infinity"
    }
}

TASK [fedora.linux_system_roles.podman : Check if kube file exists] ************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:28
Friday 25 October 2024  11:17:41 -0400 (0:00:00.671)       0:03:09.734 ******** 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "atime": 1729869404.3735228,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "d5dc917e3cae36de03aa971a17ac473f86fdf934",
        "ctime": 1729869403.4995177,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 566231244,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1729869403.2165163,
        "nlink": 1,
        "path": "/etc/containers/ansible-kubernetes.d/nopull.yml",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 217,
        "uid": 0,
        "version": "400125199",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [fedora.linux_system_roles.podman : Remove pod/containers] ****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:38
Friday 25 October 2024  11:17:43 -0400 (0:00:01.559)       0:03:11.293 ******** 
changed: [managed-node2] => {
    "actions": [
        "/usr/bin/podman kube play --down /etc/containers/ansible-kubernetes.d/nopull.yml"
    ],
    "changed": true,
    "failed_when_result": false
}

STDOUT:

Pods stopped:
36e6c3ce66940e23f3c64c02b328b0314b107272c3a7c19433cb5a4529008330
Pods removed:
36e6c3ce66940e23f3c64c02b328b0314b107272c3a7c19433cb5a4529008330
Secrets removed:
Volumes removed:


TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] **********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:56
Friday 25 October 2024  11:17:44 -0400 (0:00:00.632)       0:03:11.926 ******** 
changed: [managed-node2] => {
    "changed": true,
    "path": "/etc/containers/ansible-kubernetes.d/nopull.yml",
    "state": "absent"
}

TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:61
Friday 25 October 2024  11:17:44 -0400 (0:00:00.491)       0:03:12.418 ******** 
changed: [managed-node2] => {
    "changed": true,
    "cmd": [
        "podman",
        "image",
        "prune",
        "-f"
    ],
    "delta": "0:00:00.031879",
    "end": "2024-10-25 11:17:45.062107",
    "rc": 0,
    "start": "2024-10-25 11:17:45.030228"
}

TASK [fedora.linux_system_roles.podman : Manage linger] ************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70
Friday 25 October 2024  11:17:45 -0400 (0:00:00.623)       0:03:13.041 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Enable linger if needed] **************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12
Friday 25 October 2024  11:17:45 -0400 (0:00:00.220)       0:03:13.262 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_rootless | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18
Friday 25 October 2024  11:17:45 -0400 (0:00:00.088)       0:03:13.351 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_rootless | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22
Friday 25 October 2024  11:17:45 -0400 (0:00:00.086)       0:03:13.438 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_rootless | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Create and update containers and services] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87
Friday 25 October 2024  11:17:45 -0400 (0:00:00.167)       0:03:13.605 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_state != \"absent\"",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160
Friday 25 October 2024  11:17:45 -0400 (0:00:00.086)       0:03:13.691 ******** 
skipping: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Cancel linger] ************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167
Friday 25 October 2024  11:17:45 -0400 (0:00:00.089)       0:03:13.781 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.podman : Handle credential files - absent] *****
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173
Friday 25 October 2024  11:17:46 -0400 (0:00:00.075)       0:03:13.856 ******** 
skipping: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182
Friday 25 October 2024  11:17:46 -0400 (0:00:00.076)       0:03:13.933 ******** 
skipping: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3
Friday 25 October 2024  11:17:46 -0400 (0:00:00.120)       0:03:14.054 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] ****
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3
Friday 25 October 2024  11:17:46 -0400 (0:00:00.116)       0:03:14.171 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11
Friday 25 October 2024  11:17:46 -0400 (0:00:00.113)       0:03:14.285 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16
Friday 25 October 2024  11:17:46 -0400 (0:00:00.074)       0:03:14.359 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23
Friday 25 October 2024  11:17:46 -0400 (0:00:00.079)       0:03:14.439 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28
Friday 25 October 2024  11:17:46 -0400 (0:00:00.159)       0:03:14.598 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32
Friday 25 October 2024  11:17:46 -0400 (0:00:00.077)       0:03:14.676 ******** 
ok: [managed-node2] => (item=RedHat.yml) => {
    "ansible_facts": {
        "__podman_packages": [
            "podman",
            "shadow-utils-subid"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml"
}
skipping: [managed-node2] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "CentOS.yml",
    "skip_reason": "Conditional result was False"
}
ok: [managed-node2] => (item=CentOS_10.yml) => {
    "ansible_facts": {
        "__podman_packages": [
            "iptables-nft",
            "podman",
            "shadow-utils-subid"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_10.yml"
}
ok: [managed-node2] => (item=CentOS_10.yml) => {
    "ansible_facts": {
        "__podman_packages": [
            "iptables-nft",
            "podman",
            "shadow-utils-subid"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_10.yml"
}

TASK [fedora.linux_system_roles.podman : Gather the package facts] *************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6
Friday 25 October 2024  11:17:47 -0400 (0:00:00.178)       0:03:14.854 ******** 
ok: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Enable copr if requested] *************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10
Friday 25 October 2024  11:17:47 -0400 (0:00:00.887)       0:03:15.742 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_use_copr | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14
Friday 25 October 2024  11:17:48 -0400 (0:00:00.074)       0:03:15.817 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "(__podman_packages | difference(ansible_facts.packages))",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28
Friday 25 October 2024  11:17:48 -0400 (0:00:00.087)       0:03:15.905 ******** 
skipping: [managed-node2] => {
    "false_condition": "__podman_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33
Friday 25 October 2024  11:17:48 -0400 (0:00:00.135)       0:03:16.040 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38
Friday 25 October 2024  11:17:48 -0400 (0:00:00.067)       0:03:16.107 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get podman version] *******************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46
Friday 25 October 2024  11:17:48 -0400 (0:00:00.078)       0:03:16.185 ******** 
ok: [managed-node2] => {
    "changed": false,
    "cmd": [
        "podman",
        "--version"
    ],
    "delta": "0:00:00.024911",
    "end": "2024-10-25 11:17:48.740731",
    "rc": 0,
    "start": "2024-10-25 11:17:48.715820"
}

STDOUT:

podman version 5.2.2

TASK [fedora.linux_system_roles.podman : Set podman version] *******************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52
Friday 25 October 2024  11:17:48 -0400 (0:00:00.465)       0:03:16.651 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "podman_version": "5.2.2"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56
Friday 25 October 2024  11:17:49 -0400 (0:00:00.160)       0:03:16.811 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_version is version(\"4.2\", \"<\")",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63
Friday 25 October 2024  11:17:49 -0400 (0:00:00.071)       0:03:16.883 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "(podman_quadlet_specs | length > 0) or (podman_secrets | length > 0)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73
Friday 25 October 2024  11:17:49 -0400 (0:00:00.069)       0:03:16.953 ******** 
META: end_host conditional evaluated to False, continuing execution for managed-node2
skipping: [managed-node2] => {
    "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2"
}

MSG:

end_host conditional evaluated to false, continuing execution for managed-node2

TASK [fedora.linux_system_roles.podman : Check user and group information] *****
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80
Friday 25 October 2024  11:17:49 -0400 (0:00:00.104)       0:03:17.057 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Get user information] *****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Friday 25 October 2024  11:17:49 -0400 (0:00:00.208)       0:03:17.265 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user does not exist] **********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Friday 25 October 2024  11:17:49 -0400 (0:00:00.086)       0:03:17.352 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set group for podman user] ************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Friday 25 October 2024  11:17:49 -0400 (0:00:00.092)       0:03:17.445 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_group": "0"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Friday 25 October 2024  11:17:49 -0400 (0:00:00.125)       0:03:17.571 ******** 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "atime": 1729869378.0103734,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 32,
        "charset": "binary",
        "checksum": "86395ad7ce62834c967dc50f963a68f042029188",
        "ctime": 1729869347.9092026,
        "dev": 51714,
        "device_type": 0,
        "executable": true,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 8895830,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "application/x-pie-executable",
        "mode": "0755",
        "mtime": 1719187200.0,
        "nlink": 1,
        "path": "/usr/bin/getsubids",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 15728,
        "uid": 0,
        "version": "2735121205",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": true,
        "xoth": true,
        "xusr": true
    }
}

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Friday 25 October 2024  11:17:50 -0400 (0:00:00.405)       0:03:17.977 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44
Friday 25 October 2024  11:17:50 -0400 (0:00:00.044)       0:03:18.022 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49
Friday 25 October 2024  11:17:50 -0400 (0:00:00.104)       0:03:18.126 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get subuid file] **********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62
Friday 25 October 2024  11:17:50 -0400 (0:00:00.067)       0:03:18.194 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get subgid file] **********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67
Friday 25 October 2024  11:17:50 -0400 (0:00:00.069)       0:03:18.263 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72
Friday 25 October 2024  11:17:50 -0400 (0:00:00.074)       0:03:18.338 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82
Friday 25 October 2024  11:17:50 -0400 (0:00:00.087)       0:03:18.425 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89
Friday 25 October 2024  11:17:50 -0400 (0:00:00.073)       0:03:18.498 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set config file paths] ****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86
Friday 25 October 2024  11:17:50 -0400 (0:00:00.130)       0:03:18.629 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf",
        "__podman_policy_json_file": "/etc/containers/policy.json",
        "__podman_registries_conf_file": "/etc/containers/registries.conf.d/50-systemroles.conf",
        "__podman_storage_conf_file": "/etc/containers/storage.conf"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle container.conf.d] **************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95
Friday 25 October 2024  11:17:50 -0400 (0:00:00.085)       0:03:18.714 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5
Friday 25 October 2024  11:17:51 -0400 (0:00:00.108)       0:03:18.823 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_containers_conf | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Update container config file] *********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13
Friday 25 October 2024  11:17:51 -0400 (0:00:00.070)       0:03:18.894 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_containers_conf | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] *************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98
Friday 25 October 2024  11:17:51 -0400 (0:00:00.058)       0:03:18.952 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5
Friday 25 October 2024  11:17:51 -0400 (0:00:00.146)       0:03:19.098 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_registries_conf | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Update registries config file] ********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13
Friday 25 October 2024  11:17:51 -0400 (0:00:00.045)       0:03:19.144 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_registries_conf | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Handle storage.conf] ******************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101
Friday 25 October 2024  11:17:51 -0400 (0:00:00.048)       0:03:19.192 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5
Friday 25 October 2024  11:17:51 -0400 (0:00:00.124)       0:03:19.316 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_storage_conf | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Update storage config file] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13
Friday 25 October 2024  11:17:51 -0400 (0:00:00.067)       0:03:19.383 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_storage_conf | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Handle policy.json] *******************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104
Friday 25 October 2024  11:17:51 -0400 (0:00:00.053)       0:03:19.437 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6
Friday 25 October 2024  11:17:51 -0400 (0:00:00.123)       0:03:19.560 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_policy_json | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14
Friday 25 October 2024  11:17:51 -0400 (0:00:00.061)       0:03:19.622 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_policy_json | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get the existing policy.json] *********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19
Friday 25 October 2024  11:17:51 -0400 (0:00:00.078)       0:03:19.701 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_policy_json | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Write new policy.json file] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25
Friday 25 October 2024  11:17:52 -0400 (0:00:00.133)       0:03:19.835 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_policy_json | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [Manage firewall for specified ports] *************************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110
Friday 25 October 2024  11:17:52 -0400 (0:00:00.072)       0:03:19.908 ******** 
included: fedora.linux_system_roles.firewall for managed-node2

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Friday 25 October 2024  11:17:52 -0400 (0:00:00.214)       0:03:20.122 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2

TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Friday 25 October 2024  11:17:52 -0400 (0:00:00.174)       0:03:20.297 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__firewall_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if system is ostree] **********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Friday 25 October 2024  11:17:52 -0400 (0:00:00.111)       0:03:20.408 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __firewall_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Friday 25 October 2024  11:17:52 -0400 (0:00:00.085)       0:03:20.493 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __firewall_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Friday 25 October 2024  11:17:52 -0400 (0:00:00.077)       0:03:20.571 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __firewall_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Friday 25 October 2024  11:17:52 -0400 (0:00:00.073)       0:03:20.645 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __firewall_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Friday 25 October 2024  11:17:52 -0400 (0:00:00.109)       0:03:20.754 ******** 
ok: [managed-node2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Friday 25 October 2024  11:17:53 -0400 (0:00:00.775)       0:03:21.530 ******** 
skipping: [managed-node2] => {
    "false_condition": "__firewall_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Friday 25 October 2024  11:17:53 -0400 (0:00:00.156)       0:03:21.686 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__firewall_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Friday 25 October 2024  11:17:53 -0400 (0:00:00.070)       0:03:21.757 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__firewall_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Friday 25 October 2024  11:17:54 -0400 (0:00:00.127)       0:03:21.884 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "firewall_disable_conflicting_services | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Friday 25 October 2024  11:17:54 -0400 (0:00:00.078)       0:03:21.963 ******** 
skipping: [managed-node2] => (item=nftables)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall_disable_conflicting_services | bool",
    "item": "nftables",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=iptables)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall_disable_conflicting_services | bool",
    "item": "iptables",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=ufw)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall_disable_conflicting_services | bool",
    "item": "ufw",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Friday 25 October 2024  11:17:54 -0400 (0:00:00.101)       0:03:22.064 ******** 
ok: [managed-node2] => {
    "changed": false,
    "name": "firewalld",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0",
        "ActiveEnterTimestamp": "Fri 2024-10-25 11:16:25 EDT",
        "ActiveEnterTimestampMonotonic": "356337414",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "dbus-broker.service dbus.socket polkit.service basic.target system.slice sysinit.target",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Fri 2024-10-25 11:16:23 EDT",
        "AssertTimestampMonotonic": "355172872",
        "Before": "network-pre.target multi-user.target shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "BusName": "org.fedoraproject.FirewallD1",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "459810000",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Fri 2024-10-25 11:16:23 EDT",
        "ConditionTimestampMonotonic": "355172869",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target iptables.service ip6tables.service ebtables.service ipset.service",
        "ControlGroup": "/system.slice/firewalld.service",
        "ControlGroupId": "4477",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "firewalld - dynamic firewall daemon",
        "DeviceAllow": "char-rtc r",
        "DevicePolicy": "closed",
        "Documentation": "\"man:firewalld(1)\"",
        "DynamicUser": "no",
        "EffectiveMemoryHigh": "3702870016",
        "EffectiveMemoryMax": "3702870016",
        "EffectiveTasksMax": "22362",
        "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainHandoffTimestamp": "Fri 2024-10-25 11:16:23 EDT",
        "ExecMainHandoffTimestampMonotonic": "355206423",
        "ExecMainPID": "10192",
        "ExecMainStartTimestamp": "Fri 2024-10-25 11:16:23 EDT",
        "ExecMainStartTimestampMonotonic": "355175536",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Fri 2024-10-25 11:16:23 EDT] ; stop_time=[n/a] ; pid=10192 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Fri 2024-10-25 11:16:23 EDT] ; stop_time=[n/a] ; pid=10192 ; code=(null) ; status=0/0 }",
        "ExitType": "main",
        "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FileDescriptorStorePreserve": "restart",
        "FinalKillSignal": "9",
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOReadBytes": "[not set]",
        "IOReadOperations": "[not set]",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "[not set]",
        "IOWriteOperations": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "firewalld.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Fri 2024-10-25 11:16:23 EDT",
        "InactiveExitTimestampMonotonic": "355176175",
        "InvocationID": "ea92ee956cf74c239cf3bbd6a6cd54c0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "mixed",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "8388608",
        "LimitMEMLOCKSoft": "8388608",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "524288",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "13976",
        "LimitNPROCSoft": "13976",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13976",
        "LimitSIGPENDINGSoft": "13976",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "yes",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "10192",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "3227795456",
        "MemoryCurrent": "33157120",
        "MemoryDenyWriteExecute": "yes",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "33771520",
        "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": "firewalld.service dbus-org.fedoraproject.FirewallD1.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "yes",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "yes",
        "ProtectControlGroups": "yes",
        "ProtectHome": "yes",
        "ProtectHostname": "yes",
        "ProtectKernelLogs": "yes",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "yes",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "dbus.socket sysinit.target system.slice",
        "Restart": "no",
        "RestartKillSignal": "15",
        "RestartMaxDelayUSec": "infinity",
        "RestartMode": "normal",
        "RestartSteps": "0",
        "RestartUSec": "100ms",
        "RestartUSecNext": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "yes",
        "RestrictSUIDSGID": "yes",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RootEphemeral": "no",
        "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "SetLoginEnvironment": "no",
        "Slice": "system.slice",
        "StandardError": "null",
        "StandardInput": "null",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StartupMemoryHigh": "infinity",
        "StartupMemoryLow": "0",
        "StartupMemoryMax": "infinity",
        "StartupMemorySwapMax": "infinity",
        "StartupMemoryZSwapMax": "infinity",
        "StateChangeTimestamp": "Fri 2024-10-25 11:16:25 EDT",
        "StateChangeTimestampMonotonic": "356337414",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SurviveFinalKillSignal": "no",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallArchitectures": "native",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "2",
        "TasksMax": "22362",
        "TimeoutAbortUSec": "1min 30s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "Wants": "network-pre.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Friday 25 October 2024  11:17:54 -0400 (0:00:00.688)       0:03:22.752 ******** 
ok: [managed-node2] => {
    "changed": false,
    "enabled": true,
    "name": "firewalld",
    "state": "started",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0",
        "ActiveEnterTimestamp": "Fri 2024-10-25 11:16:25 EDT",
        "ActiveEnterTimestampMonotonic": "356337414",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "dbus-broker.service dbus.socket polkit.service basic.target system.slice sysinit.target",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Fri 2024-10-25 11:16:23 EDT",
        "AssertTimestampMonotonic": "355172872",
        "Before": "network-pre.target multi-user.target shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "BusName": "org.fedoraproject.FirewallD1",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "459810000",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Fri 2024-10-25 11:16:23 EDT",
        "ConditionTimestampMonotonic": "355172869",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target iptables.service ip6tables.service ebtables.service ipset.service",
        "ControlGroup": "/system.slice/firewalld.service",
        "ControlGroupId": "4477",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "firewalld - dynamic firewall daemon",
        "DeviceAllow": "char-rtc r",
        "DevicePolicy": "closed",
        "Documentation": "\"man:firewalld(1)\"",
        "DynamicUser": "no",
        "EffectiveMemoryHigh": "3702870016",
        "EffectiveMemoryMax": "3702870016",
        "EffectiveTasksMax": "22362",
        "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainHandoffTimestamp": "Fri 2024-10-25 11:16:23 EDT",
        "ExecMainHandoffTimestampMonotonic": "355206423",
        "ExecMainPID": "10192",
        "ExecMainStartTimestamp": "Fri 2024-10-25 11:16:23 EDT",
        "ExecMainStartTimestampMonotonic": "355175536",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Fri 2024-10-25 11:16:23 EDT] ; stop_time=[n/a] ; pid=10192 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Fri 2024-10-25 11:16:23 EDT] ; stop_time=[n/a] ; pid=10192 ; code=(null) ; status=0/0 }",
        "ExitType": "main",
        "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FileDescriptorStorePreserve": "restart",
        "FinalKillSignal": "9",
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOReadBytes": "[not set]",
        "IOReadOperations": "[not set]",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "[not set]",
        "IOWriteOperations": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "firewalld.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Fri 2024-10-25 11:16:23 EDT",
        "InactiveExitTimestampMonotonic": "355176175",
        "InvocationID": "ea92ee956cf74c239cf3bbd6a6cd54c0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "mixed",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "8388608",
        "LimitMEMLOCKSoft": "8388608",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "524288",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "13976",
        "LimitNPROCSoft": "13976",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13976",
        "LimitSIGPENDINGSoft": "13976",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "yes",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "10192",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "3231760384",
        "MemoryCurrent": "33157120",
        "MemoryDenyWriteExecute": "yes",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "33771520",
        "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": "firewalld.service dbus-org.fedoraproject.FirewallD1.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "yes",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "yes",
        "ProtectControlGroups": "yes",
        "ProtectHome": "yes",
        "ProtectHostname": "yes",
        "ProtectKernelLogs": "yes",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "yes",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "dbus.socket sysinit.target system.slice",
        "Restart": "no",
        "RestartKillSignal": "15",
        "RestartMaxDelayUSec": "infinity",
        "RestartMode": "normal",
        "RestartSteps": "0",
        "RestartUSec": "100ms",
        "RestartUSecNext": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "yes",
        "RestrictSUIDSGID": "yes",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RootEphemeral": "no",
        "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "SetLoginEnvironment": "no",
        "Slice": "system.slice",
        "StandardError": "null",
        "StandardInput": "null",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StartupMemoryHigh": "infinity",
        "StartupMemoryLow": "0",
        "StartupMemoryMax": "infinity",
        "StartupMemorySwapMax": "infinity",
        "StartupMemoryZSwapMax": "infinity",
        "StateChangeTimestamp": "Fri 2024-10-25 11:16:25 EDT",
        "StateChangeTimestampMonotonic": "356337414",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SurviveFinalKillSignal": "no",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallArchitectures": "native",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "2",
        "TasksMax": "22362",
        "TimeoutAbortUSec": "1min 30s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "Wants": "network-pre.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Friday 25 October 2024  11:17:55 -0400 (0:00:00.702)       0:03:23.455 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__firewall_previous_replaced": false,
        "__firewall_python_cmd": "/usr/bin/python3.12",
        "__firewall_report_changed": true
    },
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Friday 25 October 2024  11:17:55 -0400 (0:00:00.125)       0:03:23.580 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__firewall_previous_replaced | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Friday 25 October 2024  11:17:55 -0400 (0:00:00.119)       0:03:23.700 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__firewall_previous_replaced | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Friday 25 October 2024  11:17:56 -0400 (0:00:00.109)       0:03:23.809 ******** 
ok: [managed-node2] => (item={'port': '15001-15003/tcp', 'state': 'enabled'}) => {
    "__firewall_changed": false,
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "port": "15001-15003/tcp",
        "state": "enabled"
    }
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120
Friday 25 October 2024  11:17:56 -0400 (0:00:00.718)       0:03:24.528 ******** 
skipping: [managed-node2] => (item={'port': '15001-15003/tcp', 'state': 'enabled'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "'detailed' in fw[0]",
    "item": {
        "port": "15001-15003/tcp",
        "state": "enabled"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130
Friday 25 October 2024  11:17:56 -0400 (0:00:00.195)       0:03:24.723 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "'detailed' in fw[0]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139
Friday 25 October 2024  11:17:57 -0400 (0:00:00.116)       0:03:24.840 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "firewall == None or firewall | length == 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144
Friday 25 October 2024  11:17:57 -0400 (0:00:00.108)       0:03:24.949 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "firewall == None or firewall | length == 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153
Friday 25 October 2024  11:17:57 -0400 (0:00:00.094)       0:03:25.043 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__firewall_previous_replaced | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163
Friday 25 October 2024  11:17:57 -0400 (0:00:00.084)       0:03:25.128 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__firewall_previous_replaced | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169
Friday 25 October 2024  11:17:57 -0400 (0:00:00.138)       0:03:25.267 ******** 
skipping: [managed-node2] => {
    "false_condition": "__firewall_previous_replaced | bool"
}

TASK [Manage selinux for specified ports] **************************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117
Friday 25 October 2024  11:17:57 -0400 (0:00:00.100)       0:03:25.368 ******** 
redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux
redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux
redirecting (type: modules) ansible.builtin.seboolean to ansible.posix.seboolean
included: fedora.linux_system_roles.selinux for managed-node2

TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2
Friday 25 October 2024  11:17:57 -0400 (0:00:00.206)       0:03:25.574 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml for managed-node2

TASK [fedora.linux_system_roles.selinux : Ensure ansible_facts used by role] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2
Friday 25 October 2024  11:17:57 -0400 (0:00:00.118)       0:03:25.693 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__selinux_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] *************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7
Friday 25 October 2024  11:17:58 -0400 (0:00:00.126)       0:03:25.819 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml for managed-node2

TASK [fedora.linux_system_roles.selinux : Check if system is ostree] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5
Friday 25 October 2024  11:17:58 -0400 (0:00:00.086)       0:03:25.906 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __selinux_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set flag to indicate system is ostree] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10
Friday 25 October 2024  11:17:58 -0400 (0:00:00.055)       0:03:25.962 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __selinux_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17
Friday 25 October 2024  11:17:58 -0400 (0:00:00.074)       0:03:26.036 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __selinux_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set flag if transactional-update exists] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22
Friday 25 October 2024  11:17:58 -0400 (0:00:00.074)       0:03:26.110 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __selinux_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Install SELinux python2 tools] *******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26
Friday 25 October 2024  11:17:58 -0400 (0:00:00.075)       0:03:26.186 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "ansible_python_version is version('3', '<')",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] *******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35
Friday 25 October 2024  11:17:58 -0400 (0:00:00.085)       0:03:26.272 ******** 
ok: [managed-node2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] *******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46
Friday 25 October 2024  11:17:59 -0400 (0:00:00.794)       0:03:27.066 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "ansible_os_family == \"Suse\"",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] *******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58
Friday 25 October 2024  11:17:59 -0400 (0:00:00.071)       0:03:27.138 ******** 
ok: [managed-node2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:72
Friday 25 October 2024  11:18:00 -0400 (0:00:00.729)       0:03:27.867 ******** 
skipping: [managed-node2] => {
    "false_condition": "__selinux_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:77
Friday 25 October 2024  11:18:00 -0400 (0:00:00.088)       0:03:27.956 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__selinux_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Fail if reboot is needed and not set] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:82
Friday 25 October 2024  11:18:00 -0400 (0:00:00.232)       0:03:28.189 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__selinux_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Refresh facts] ***********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:89
Friday 25 October 2024  11:18:00 -0400 (0:00:00.081)       0:03:28.270 ******** 
ok: [managed-node2]

TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5
Friday 25 October 2024  11:18:01 -0400 (0:00:00.934)       0:03:29.204 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "ansible_selinux.status == \"enabled\" and (selinux_state or selinux_policy)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13
Friday 25 October 2024  11:18:01 -0400 (0:00:00.080)       0:03:29.284 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "ansible_selinux.status == \"disabled\" and selinux_state",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] *********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21
Friday 25 October 2024  11:18:01 -0400 (0:00:00.105)       0:03:29.390 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "selinux_reboot_required": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] **********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25
Friday 25 October 2024  11:18:01 -0400 (0:00:00.138)       0:03:29.528 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "selinux_reboot_required",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Warn if SELinux is disabled] *********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30
Friday 25 October 2024  11:18:01 -0400 (0:00:00.102)       0:03:29.631 ******** 
skipping: [managed-node2] => {
    "false_condition": "ansible_selinux.status == \"disabled\""
}

TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35
Friday 25 October 2024  11:18:01 -0400 (0:00:00.109)       0:03:29.740 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "selinux_all_purge | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:43
Friday 25 October 2024  11:18:02 -0400 (0:00:00.079)       0:03:29.820 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "selinux_booleans_purge | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Purge all SELinux file context local modifications] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:48
Friday 25 October 2024  11:18:02 -0400 (0:00:00.067)       0:03:29.887 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "selinux_fcontexts_purge | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Purge all SELinux port local modifications] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:53
Friday 25 October 2024  11:18:02 -0400 (0:00:00.093)       0:03:29.980 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "selinux_ports_purge | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Purge all SELinux login local modifications] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58
Friday 25 October 2024  11:18:02 -0400 (0:00:00.072)       0:03:30.053 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "selinux_logins_purge | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set SELinux booleans] ****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:63
Friday 25 October 2024  11:18:02 -0400 (0:00:00.167)       0:03:30.221 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:74
Friday 25 October 2024  11:18:02 -0400 (0:00:00.064)       0:03:30.286 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87
Friday 25 October 2024  11:18:02 -0400 (0:00:00.068)       0:03:30.354 ******** 
ok: [managed-node2] => (item={'ports': '15001-15003', 'setype': 'http_port_t'}) => {
    "__selinux_item": {
        "ports": "15001-15003",
        "setype": "http_port_t"
    },
    "ansible_loop_var": "__selinux_item",
    "changed": false,
    "ports": [
        "15001-15003"
    ],
    "proto": "tcp",
    "setype": "http_port_t",
    "state": "present"
}

TASK [fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:99
Friday 25 October 2024  11:18:03 -0400 (0:00:00.717)       0:03:31.072 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112
Friday 25 October 2024  11:18:03 -0400 (0:00:00.123)       0:03:31.196 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "selinux_checksums": true,
        "selinux_installed_modules": {
            "abrt": {
                "100": {
                    "checksum": "sha256:98d1c8c12a0f58b637b3864dec2f3d03281e88e541f41a5e19563a5447ba020c",
                    "enabled": 1
                }
            },
            "accountsd": {
                "100": {
                    "checksum": "sha256:bf97d40f7ec7e4318b7d31bfd664735627b76b6e616a0cff06c15040960620ec",
                    "enabled": 1
                }
            },
            "acct": {
                "100": {
                    "checksum": "sha256:da4a2c785c040f6c34a3e602eeb1ed612a74ac170b7f5089d8ba55e12f750818",
                    "enabled": 1
                }
            },
            "afs": {
                "100": {
                    "checksum": "sha256:fb7e253fdbe3d08b3929bb97c3b6d52f56123bd4759aa1008c667abd2021b2aa",
                    "enabled": 1
                }
            },
            "afterburn": {
                "100": {
                    "checksum": "sha256:86bb7a2815cf9d64e9efd2c917153b238cbc60d7d03abac54f428bf676e4bdb6",
                    "enabled": 1
                }
            },
            "aiccu": {
                "100": {
                    "checksum": "sha256:836a35abbbf400c117eae70a77a4596a73b3d548e6fa82e3a0f55ae96f21d64b",
                    "enabled": 1
                }
            },
            "aide": {
                "100": {
                    "checksum": "sha256:4f387a45821ab709a325b7ccd4af3a4951c231c34440b5fa877b8fc6387d2aff",
                    "enabled": 1
                }
            },
            "ajaxterm": {
                "100": {
                    "checksum": "sha256:6e3edee489b6c939e15c49b4819463a7021d6188eaff9b05e9c8867de1f018fd",
                    "enabled": 1
                }
            },
            "alsa": {
                "100": {
                    "checksum": "sha256:9de454604bdef8775f6ebae39b8bc4ba7b5e79a2972d3e32ca7d50abffa7a85a",
                    "enabled": 1
                }
            },
            "amanda": {
                "100": {
                    "checksum": "sha256:133a6a6da4b4ab3b13dd255bd7974bb6e0494fa7c5e0b1034b7926823d6621a2",
                    "enabled": 1
                }
            },
            "amtu": {
                "100": {
                    "checksum": "sha256:80ccb9e85608a483fa07c37c2772933f5e63025bcc667540bec377b02bde2f3c",
                    "enabled": 1
                }
            },
            "anaconda": {
                "100": {
                    "checksum": "sha256:409af50bd5708e662302020ddef0f314e0da72c996c670db45aea57478e8ee9a",
                    "enabled": 1
                }
            },
            "antivirus": {
                "100": {
                    "checksum": "sha256:f1ed2e1ec9355b898716cc1ed8f18d7983b45b5bb88c2624fe31ffc968dcd6ca",
                    "enabled": 1
                }
            },
            "apache": {
                "100": {
                    "checksum": "sha256:3239b0ebdb98df15e7140b948a2c741b36a870ca02ba8b425ab0de044e7b7dff",
                    "enabled": 1
                }
            },
            "apcupsd": {
                "100": {
                    "checksum": "sha256:47a5360325c4aebd9de805b5113bc715736bb01801cbbf317ac2112d1bae15c8",
                    "enabled": 1
                }
            },
            "apm": {
                "100": {
                    "checksum": "sha256:757508a02ab22f3ad35ce7bc9e596f7c84e62b7744db341f9d4f63ef74ee92ff",
                    "enabled": 1
                }
            },
            "application": {
                "100": {
                    "checksum": "sha256:c5b9c6d5d27d5c119598c1a040e9f488ac1d783c497b13b9c1cce9cafdfdf6a1",
                    "enabled": 1
                }
            },
            "arpwatch": {
                "100": {
                    "checksum": "sha256:a8786979d69981a916a89856cce9aadaa540fe2baf93053bf9274eac36cc38fb",
                    "enabled": 1
                }
            },
            "asterisk": {
                "100": {
                    "checksum": "sha256:f113821fcc3ce3e5e04130937924e8aeb5741935d8b5422af25ef8c4540cedbd",
                    "enabled": 1
                }
            },
            "auditadm": {
                "100": {
                    "checksum": "sha256:05a7fc8acec5e707257376e4ff8fd8a02de27aa9c616c95c0e8ea9239841eae1",
                    "enabled": 1
                }
            },
            "authconfig": {
                "100": {
                    "checksum": "sha256:42a66af256fa45dd7be3e09166aaa0f2a035f5670f39466a2d4ee84e417fd76d",
                    "enabled": 1
                }
            },
            "authlogin": {
                "100": {
                    "checksum": "sha256:caab2da7e513ebcafb2f4829626763ff58f74cbbf7c14b31e1aa1780afdc114a",
                    "enabled": 1
                }
            },
            "automount": {
                "100": {
                    "checksum": "sha256:3196fce29123f8eeecd6175b098063735d77aecfaffa7f6cb641adbcbd9ee977",
                    "enabled": 1
                }
            },
            "avahi": {
                "100": {
                    "checksum": "sha256:9bfb194e5b283124abae90dc92abb883e1cf7b3e2f51bcb9fcf842672c86ac60",
                    "enabled": 1
                }
            },
            "awstats": {
                "100": {
                    "checksum": "sha256:ccb0373eb1228e3a34112ba0124b37cee80def8c7ddcc0981b0676aa59bba2f8",
                    "enabled": 1
                }
            },
            "bacula": {
                "100": {
                    "checksum": "sha256:4ee194dcd976488e6eb0e0ba84d9b6875befc4eca8389c9d0102cac06c04809f",
                    "enabled": 1
                }
            },
            "base": {
                "100": {
                    "checksum": "sha256:03b9c904abee1cef0dae9c829a484dd5ee4e99669794510d498b646fb1fc3688",
                    "enabled": 1
                }
            },
            "bcfg2": {
                "100": {
                    "checksum": "sha256:3e147aa1e329d87cdfd30b20b3b80ee0c039e9665e944dc6a28231ebac38d5d4",
                    "enabled": 1
                }
            },
            "bind": {
                "100": {
                    "checksum": "sha256:d7f26a245b0780cda9ed49b1913ebf10733ac091a1312cb58b55f4331c50b9c8",
                    "enabled": 1
                }
            },
            "bitlbee": {
                "100": {
                    "checksum": "sha256:9324bebe4e0cac756830480f53dd8e23a01f3c4c7185b30dd72024394dec2783",
                    "enabled": 1
                }
            },
            "blkmapd": {
                "100": {
                    "checksum": "sha256:fd38032cb8b3e9c24024364c02b07a830e97432cd763f41e82612fd83de06654",
                    "enabled": 1
                }
            },
            "blueman": {
                "100": {
                    "checksum": "sha256:2150b8a1afae75f4d73c76e2982ccc575f599577b8b7042d7bfa87fe2fed3a30",
                    "enabled": 1
                }
            },
            "bluetooth": {
                "100": {
                    "checksum": "sha256:14baa78a99f3fdac7ec18322ab578c030cde924b3c8716cb719ca52e0b67df2e",
                    "enabled": 1
                }
            },
            "boinc": {
                "100": {
                    "checksum": "sha256:1038d007468960019e0957df9b9dd0a76308b2dd5d3942dcef18c937a5130fa6",
                    "enabled": 1
                }
            },
            "boltd": {
                "100": {
                    "checksum": "sha256:e22f75dc547d85b02fdd0f2d4f20f69a1ca9b969ed6f9b9abf957fa02e6e1b7f",
                    "enabled": 1
                }
            },
            "boothd": {
                "100": {
                    "checksum": "sha256:4cc85869cdff4e9ca3abf6ad71d8d96cf5bddc77a0a0775430615e0c8c2a09ba",
                    "enabled": 1
                }
            },
            "bootloader": {
                "100": {
                    "checksum": "sha256:dabf91939aac32788c03a2c0b658d6e951cf80c3b5337e297f6c53bbe3f4418e",
                    "enabled": 1
                }
            },
            "bootupd": {
                "100": {
                    "checksum": "sha256:b0bda821f499f688d6d1d560a55673989cef71e7cd4e20f9cf3c9ce45e91d369",
                    "enabled": 1
                }
            },
            "brctl": {
                "100": {
                    "checksum": "sha256:78276818c60a76e84a9b3263a906d7109a69028c557a2d6a4a39ded2ef713a44",
                    "enabled": 1
                }
            },
            "brltty": {
                "100": {
                    "checksum": "sha256:0230419d38276d2c823a427d44fa1362f89784c7ac17f76826be95d3c8e6de1b",
                    "enabled": 1
                }
            },
            "bugzilla": {
                "100": {
                    "checksum": "sha256:8e4fd93cbe0357fc894c7898adf9a14f8c845d87a08f673f410b702f798c2383",
                    "enabled": 1
                }
            },
            "bumblebee": {
                "100": {
                    "checksum": "sha256:3d6e2bb58a928e53f4d89d5bdbdb6fea3f9ae98e5be81548df29fdb13b204f9b",
                    "enabled": 1
                }
            },
            "cachefilesd": {
                "100": {
                    "checksum": "sha256:d595466a7aa404ade4ad75d45e10f6a37d30529858cf990407f545f7826b364c",
                    "enabled": 1
                }
            },
            "calamaris": {
                "100": {
                    "checksum": "sha256:4c65dae6d30fea1bebc4e63ff693b2041f18d0adb710b783002c98c529be84d8",
                    "enabled": 1
                }
            },
            "callweaver": {
                "100": {
                    "checksum": "sha256:cede7c726cd48a09e9b2974e9f78d9482cc9d01a4ceb74ff190c4a219900f2b3",
                    "enabled": 1
                }
            },
            "canna": {
                "100": {
                    "checksum": "sha256:d523a4d1579256bb5faf1f761ac6a22cb4e8bb8e5544a5843615d4927abb5e76",
                    "enabled": 1
                }
            },
            "ccs": {
                "100": {
                    "checksum": "sha256:496749576c65d4a03024ee5d3be0814965308561f565ec6cd29587c3a3b7ec57",
                    "enabled": 1
                }
            },
            "cdrecord": {
                "100": {
                    "checksum": "sha256:ba7fd7c8a2a4d0fc658dd4aeb27b1c9c2049e7b8b5b5c3afa9523c74f6aae263",
                    "enabled": 1
                }
            },
            "certmaster": {
                "100": {
                    "checksum": "sha256:f9a4c97defbe94abd597286e65015baa5cdbc494a6404f3e467ba2484fd753d8",
                    "enabled": 1
                }
            },
            "certmonger": {
                "100": {
                    "checksum": "sha256:0e7e768c5c69903387f189899e532efc9055539b7d8f1a9b7e2cc6656675a1ce",
                    "enabled": 1
                }
            },
            "certwatch": {
                "100": {
                    "checksum": "sha256:c875a519672af0d8291b9097f547dc940b9f0132a174d49cb4a332e08fe92b89",
                    "enabled": 1
                }
            },
            "cfengine": {
                "100": {
                    "checksum": "sha256:8fc798d839b2d5a643625812c65fd6859b386328ef9b685f279082a38baa1b24",
                    "enabled": 1
                }
            },
            "cgroup": {
                "100": {
                    "checksum": "sha256:a5e19681d20486653fb3395b323b30b77e9c64e99ac70668ebcbaad76b8fac66",
                    "enabled": 1
                }
            },
            "chrome": {
                "100": {
                    "checksum": "sha256:e3576026c0b29d1f662172186e3e3ede0b3b2ed0e4e59a863d00bc75756724b6",
                    "enabled": 1
                }
            },
            "chronyd": {
                "100": {
                    "checksum": "sha256:28d17217c3c515dbb1c0b04d5dc36d50c7f3165144a9ba56b3adce749ceb8467",
                    "enabled": 1
                }
            },
            "cifsutils": {
                "100": {
                    "checksum": "sha256:689032aad1e66934c35a72d87b428787df267d8ba743de741bc7fc4cec47c5ad",
                    "enabled": 1
                }
            },
            "cinder": {
                "100": {
                    "checksum": "sha256:1bca5805677f6de8372027eab3e7b091d28d9098bf5c363090b12f4195051441",
                    "enabled": 1
                }
            },
            "cipe": {
                "100": {
                    "checksum": "sha256:9037f8704235ce4b481935dbe9f81fb7eb065e593e07988b869938948b15f432",
                    "enabled": 1
                }
            },
            "clock": {
                "100": {
                    "checksum": "sha256:62a84539a2764eb9eea9d29b86128f1deea9adb3a3a534c88f5fcdd7637b8575",
                    "enabled": 1
                }
            },
            "clogd": {
                "100": {
                    "checksum": "sha256:f79fddbcdd23396829c104b213648ffd5d5cac6dec8adf2f5f0efa2f7061b615",
                    "enabled": 1
                }
            },
            "cloudform": {
                "100": {
                    "checksum": "sha256:e985f49df5d3f27855f9c727f19138103110d987ed0f9ed8081e39a39aeb813b",
                    "enabled": 1
                }
            },
            "cmirrord": {
                "100": {
                    "checksum": "sha256:2c94298413c5d1fdb88ca748b4c597d2b3e543ed82604378a6ee333276dcaab4",
                    "enabled": 1
                }
            },
            "cobbler": {
                "100": {
                    "checksum": "sha256:7fc7afc3aec313b51b6508fe564813eccb4ce5bc1d650ba9f7eb61a438cee86f",
                    "enabled": 1
                }
            },
            "collectd": {
                "100": {
                    "checksum": "sha256:e574da01bdbc51b1b08385713fa8c9780df9aa657ddab4cd93211e4e9c8b6ff0",
                    "enabled": 1
                }
            },
            "colord": {
                "100": {
                    "checksum": "sha256:1887fa9a04336ceeeb73c20f3f7f6d6e6994f2a4b1cff802ca64e142ea1bff05",
                    "enabled": 1
                }
            },
            "comsat": {
                "100": {
                    "checksum": "sha256:38a4f293f3f8cdb18203c347a11304f161264aaf794ba6da418804f090c0e7a3",
                    "enabled": 1
                }
            },
            "condor": {
                "100": {
                    "checksum": "sha256:e8d56cababfbca2569c42055e8fac5782d6ae8b42ba2b236b9563f7eb6c2ef4c",
                    "enabled": 1
                }
            },
            "conman": {
                "100": {
                    "checksum": "sha256:e172ba28d687e96a2ffc463bffbf202ce44e7bff6e0685adc4b89a67cdcdfd40",
                    "enabled": 1
                }
            },
            "conntrackd": {
                "100": {
                    "checksum": "sha256:794a65c72b01138ecd19d9e679f62129d33183f9b1324b064c16301fa79d53d4",
                    "enabled": 1
                }
            },
            "consolekit": {
                "100": {
                    "checksum": "sha256:e585da6eefaff112870deda0ced61b75f1a5b120b7bc2133c8b1ec9452695646",
                    "enabled": 1
                }
            },
            "container": {
                "200": {
                    "checksum": "sha256:bab878d5de4557710f19a1879c13f6d631804f1f16a14c3248dfd1ea088787de",
                    "enabled": 1
                }
            },
            "coreos_installer": {
                "100": {
                    "checksum": "sha256:699c69e48f1ec1dd8f915f094a83a6e2f6b6fdd515233fd8867649f254509270",
                    "enabled": 1
                }
            },
            "couchdb": {
                "100": {
                    "checksum": "sha256:743992902ac8514de4dd54b16317a8edb9cb1e383e29d0450821a9ac304059db",
                    "enabled": 1
                }
            },
            "courier": {
                "100": {
                    "checksum": "sha256:3bb1b730a3a6f236b312c3f71172364911992d35e93c1e5cd1e1fb076eb2d3eb",
                    "enabled": 1
                }
            },
            "cpucontrol": {
                "100": {
                    "checksum": "sha256:969a757fa353d20473f2eab457378e50d6f32b1da19f6744f7f20d5f3f99744e",
                    "enabled": 1
                }
            },
            "cpufreqselector": {
                "100": {
                    "checksum": "sha256:0b0bd5618356e7da7018c86dc262758bb6f04e7618de2942995ad59e897c3244",
                    "enabled": 1
                }
            },
            "cpuplug": {
                "100": {
                    "checksum": "sha256:211dc5348ec5f69d5d76aa3d07c74624bb39cd2aa082262e5bc4c6c165f677e7",
                    "enabled": 1
                }
            },
            "cron": {
                "100": {
                    "checksum": "sha256:0314fc16b04ba21878c63ca1d439187d19d998e4e0fd5b420c50a7ab736b81df",
                    "enabled": 1
                }
            },
            "ctdb": {
                "100": {
                    "checksum": "sha256:aadb573940c57a51a13c72bfa7a074e440d7b6b3d2440c3a435c1b41742d2b3a",
                    "enabled": 1
                }
            },
            "cups": {
                "100": {
                    "checksum": "sha256:4855d463c5142f1f001a028136bb737a837c6a0d87807c0b97b1eb23b897a05f",
                    "enabled": 1
                }
            },
            "cvs": {
                "100": {
                    "checksum": "sha256:b188990c62c036cf96deb2fd121236499dcb5cff830e38ac24b74d4692c0323d",
                    "enabled": 1
                }
            },
            "cyphesis": {
                "100": {
                    "checksum": "sha256:ffe9e6e4bb673f6822a874b86eb21769ef0f5fdbfd2e2659485abc4c6215ffa2",
                    "enabled": 1
                }
            },
            "cyrus": {
                "100": {
                    "checksum": "sha256:8b077e1368da1daaa96272b0d6f22f08bcb264617e6884c9074423a9b066912d",
                    "enabled": 1
                }
            },
            "daemontools": {
                "100": {
                    "checksum": "sha256:c9631ff4c56b588338bd87c7d8cba95e78285ecfc4f12653ea5c888d2fee8af0",
                    "enabled": 1
                }
            },
            "dbadm": {
                "100": {
                    "checksum": "sha256:96b16cfa7d12cd4f994a84199fb20016a24fe5bbbf6888487ef4fc0b0f7008dd",
                    "enabled": 1
                }
            },
            "dbskk": {
                "100": {
                    "checksum": "sha256:5c3f9427b9dcfa7aa76a67db7c3f9a33ca299916a5608cd985fcb5f30fcc405a",
                    "enabled": 1
                }
            },
            "dbus": {
                "100": {
                    "checksum": "sha256:3022c933d9c2baf7e8f7520210ab2776c889d292a96bf56ef1da0ef398e93a93",
                    "enabled": 1
                }
            },
            "dcc": {
                "100": {
                    "checksum": "sha256:a30fe6e8e452f73079c37dcc1dac02ce317ba2310f8af8b6fc08b623adc89be1",
                    "enabled": 1
                }
            },
            "ddclient": {
                "100": {
                    "checksum": "sha256:eee9cdfaed63e516667ca9f76565fcc909c173c6440bfd19dca5c12fca61692d",
                    "enabled": 1
                }
            },
            "denyhosts": {
                "100": {
                    "checksum": "sha256:7a239615a4db634ae1ae8564acc54c55c86c68bd2e44d47ad9c24758d492b22c",
                    "enabled": 1
                }
            },
            "devicekit": {
                "100": {
                    "checksum": "sha256:17ec39ae4334df1f47531199b3f12954bc848810d1eccaadc0463174aad953f4",
                    "enabled": 1
                }
            },
            "dhcp": {
                "100": {
                    "checksum": "sha256:15aac55748ee10a93ba0547d3c20670148e01d14b74afae89df0e660e3396dc3",
                    "enabled": 1
                }
            },
            "dictd": {
                "100": {
                    "checksum": "sha256:9f5a80130d50d12f0ab8a8d48f9ccc2b058fffc0b5704d3a6d3d44787b01f4c1",
                    "enabled": 1
                }
            },
            "dirsrv": {
                "100": {
                    "checksum": "sha256:a33b7321ba8fd3e69c610462584e0147b9bfbae8498de44c2eee891f209a03bd",
                    "enabled": 1
                }
            },
            "dirsrv-admin": {
                "100": {
                    "checksum": "sha256:e7ec5090958fbde915f221e49396a45b968b8a2d6429d74000ffefa8b6e87e3f",
                    "enabled": 1
                }
            },
            "dmesg": {
                "100": {
                    "checksum": "sha256:19cf6b1658e2a7ff92db6c537944a989ea72e88173663ba4589f71132a80be61",
                    "enabled": 1
                }
            },
            "dmidecode": {
                "100": {
                    "checksum": "sha256:55423cc64cb3aeccc3e05952327db479669ddd5f5e98bcbc275859d38333e79b",
                    "enabled": 1
                }
            },
            "dnsmasq": {
                "100": {
                    "checksum": "sha256:18f7d99ff73fb7c2256ac3d86d4328098274cf2b8fa92c8b42da37867f6c7b31",
                    "enabled": 1
                }
            },
            "dnssec": {
                "100": {
                    "checksum": "sha256:1584e02889b2969514ddfcdc5fa31152ba8505c66c1b5f88e75b3bf23f96bec3",
                    "enabled": 1
                }
            },
            "dovecot": {
                "100": {
                    "checksum": "sha256:57d7924556ab25fb130b93002b1da35e886ef1ad01c4391266cedcc01848ea8b",
                    "enabled": 1
                }
            },
            "drbd": {
                "100": {
                    "checksum": "sha256:b96580e08581043a5e5fe37b67ab937e074e4218d685b23df6f9421ca49d5248",
                    "enabled": 1
                }
            },
            "dspam": {
                "100": {
                    "checksum": "sha256:90cdf514efbb5bf01f1e2b90d7d58eed2e2b458242905b5cfa32e1de01d71da3",
                    "enabled": 1
                }
            },
            "entropyd": {
                "100": {
                    "checksum": "sha256:ca075b4e9b9aee4bb5946407a418fc229a1c6fe4c7abc9487b9ba9770692c78d",
                    "enabled": 1
                }
            },
            "exim": {
                "100": {
                    "checksum": "sha256:413b889a36fb01d9d3ee8fe149aa2d11702e5e44afceef42a0d7450a421cc89c",
                    "enabled": 1
                }
            },
            "extra_varrun": {
                "400": {
                    "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42",
                    "enabled": 1
                }
            },
            "fail2ban": {
                "100": {
                    "checksum": "sha256:bfd591b0e99fc96cdd443d01c045583e45fc0ba1e8d6b7a18f2596473fe11ac9",
                    "enabled": 1
                }
            },
            "fcoe": {
                "100": {
                    "checksum": "sha256:8e2cebfc7249a86f6b40690946f6281f83a343eeef929d7e1588bc77622004fa",
                    "enabled": 1
                }
            },
            "fdo": {
                "100": {
                    "checksum": "sha256:af6e6cb692c95d34835b90b4a1c449a95445710e8fac4ca0d999f3cc85540e17",
                    "enabled": 1
                }
            },
            "fedoratp": {
                "100": {
                    "checksum": "sha256:d6f5f286ed1d5705e62598f143c0150deb59d708d7dd1ad89bdc6d68f59ed853",
                    "enabled": 1
                }
            },
            "fetchmail": {
                "100": {
                    "checksum": "sha256:3acaf8ff26c8d81010cc1ccf88872df39199279fa44d85b06903c97f50def08c",
                    "enabled": 1
                }
            },
            "finger": {
                "100": {
                    "checksum": "sha256:17aedac05f634eb036f29d301d8b0416cdae5f3967f88c0286761e209858f07e",
                    "enabled": 1
                }
            },
            "firewalld": {
                "100": {
                    "checksum": "sha256:64801f8ccd6f426ce8b4cc674e4288e0424a745b6a882102d7f70fae01e438aa",
                    "enabled": 1
                }
            },
            "firewallgui": {
                "100": {
                    "checksum": "sha256:18bfb3bc0946b731f05e969de50189403372c76fab801f83e2687a9d43b86622",
                    "enabled": 1
                }
            },
            "firstboot": {
                "100": {
                    "checksum": "sha256:4c9915a1c1cf1e67ea429fab342c29f2caa911f5d615b86f9eb8da496d7b5d54",
                    "enabled": 1
                }
            },
            "fprintd": {
                "100": {
                    "checksum": "sha256:ff74bb68f3369f30d2ae98cfce6acecbd6b7adbad46a18cc03bba25037a26beb",
                    "enabled": 1
                }
            },
            "freeipmi": {
                "100": {
                    "checksum": "sha256:38cefd0e603535dcb11f9291f4948f059693fa7371f3ee92654cd3176a5195a5",
                    "enabled": 1
                }
            },
            "freqset": {
                "100": {
                    "checksum": "sha256:3f2c6b1336ed28a0a7d90f283e9289a5f83e5ceb71d11b7814fdc65ae529314a",
                    "enabled": 1
                }
            },
            "fstools": {
                "100": {
                    "checksum": "sha256:cc5947167cf3dc0d821c1f146d6253d72a3016b1aa8b5a4b4ec3f82d1e6631c8",
                    "enabled": 1
                }
            },
            "ftp": {
                "100": {
                    "checksum": "sha256:22e96b5040327ea8554d0216ef4e28d6a94abdabfe3a211a6535941bebebd013",
                    "enabled": 1
                }
            },
            "fwupd": {
                "100": {
                    "checksum": "sha256:3da67a17b85cde7a0f181e6599726357fb2eeeb251fdd980a9d6669772415922",
                    "enabled": 1
                }
            },
            "games": {
                "100": {
                    "checksum": "sha256:57d4e4d5d9ff252fa8703355ed68c854817ac762c6120ba02364cc19c67491b1",
                    "enabled": 1
                }
            },
            "gdomap": {
                "100": {
                    "checksum": "sha256:f41fda08cf3bd33ac571a4ca5d6d505a6dc7062c29e45b1d5d160c953c532230",
                    "enabled": 1
                }
            },
            "geoclue": {
                "100": {
                    "checksum": "sha256:beec56305b71ccb0174a7c790eb972244d10b8381a84812f01021b9e8eb7ad99",
                    "enabled": 1
                }
            },
            "getty": {
                "100": {
                    "checksum": "sha256:a6fac65e97c9962f1066c0a2fc839e67597cda9061557affb60a01df78184a4a",
                    "enabled": 1
                }
            },
            "git": {
                "100": {
                    "checksum": "sha256:9f2c83dc9cafe17c8d650f8c78c39c61bd3d2c8b4d77a535eb61ce6a04a3e3f4",
                    "enabled": 1
                }
            },
            "gitosis": {
                "100": {
                    "checksum": "sha256:b7decc3fbc86e4b9e3fe1fec22021737ad607cf795224b5d5793069716a7eda8",
                    "enabled": 1
                }
            },
            "glance": {
                "100": {
                    "checksum": "sha256:097520793eaae6b878f14f2b767d40a80007786065abf1b252d898a685957fc5",
                    "enabled": 1
                }
            },
            "glusterd": {
                "100": {
                    "checksum": "sha256:9fa405b48cc837c307845447cc5444caf258bd0bd7f00bb6ba6c9bc623d7b15a",
                    "enabled": 1
                }
            },
            "gnome": {
                "100": {
                    "checksum": "sha256:1eeba013ebac8d310e67170a313c2d11669eca7ba4aaef13e330e5d92f17f94c",
                    "enabled": 1
                }
            },
            "gpg": {
                "100": {
                    "checksum": "sha256:7c8bb6410fac1ef1d07e3c7c60906737c8e22176231b24207ea6bf0db41951b7",
                    "enabled": 1
                }
            },
            "gpm": {
                "100": {
                    "checksum": "sha256:f3799d846d2d0bdc1e1d3d075565002b1cda87f798b852691135012b5f545d1b",
                    "enabled": 1
                }
            },
            "gpsd": {
                "100": {
                    "checksum": "sha256:c38a1e2a1cb3c1a8d400f506cc9f3f6dd15d78234f982a04bf4ad8b4f6308937",
                    "enabled": 1
                }
            },
            "gssproxy": {
                "100": {
                    "checksum": "sha256:a7d4cfe7f3250d86a409969323f858b4dca8b40339125e15946a133884b47e7e",
                    "enabled": 1
                }
            },
            "guest": {
                "100": {
                    "checksum": "sha256:c0f9f2a0be3fe24b4f74acf4d1924183310b454591b8e8219fccc61c2194f167",
                    "enabled": 1
                }
            },
            "hddtemp": {
                "100": {
                    "checksum": "sha256:82815af35d160bae556a7c6b8862da02b469fbb90ffd5472a6b22c18bf0f1fec",
                    "enabled": 1
                }
            },
            "hostapd": {
                "100": {
                    "checksum": "sha256:ea0ff5fc3de7fc7a93d4b64c0bc54a4040d9427c9eaf8200b97388166cc0dce6",
                    "enabled": 1
                }
            },
            "hostname": {
                "100": {
                    "checksum": "sha256:17a1021557fb77a340af451c33cf80f05ab309a719778d84813d8ab67cd18f6f",
                    "enabled": 1
                }
            },
            "hsqldb": {
                "100": {
                    "checksum": "sha256:201698320ad8f5f35391ea84f0aad40c26ba8db2fe006b38c7b65b8dc71f45b7",
                    "enabled": 1
                }
            },
            "hwloc": {
                "100": {
                    "checksum": "sha256:a5454f4868d22b9ae798ee6f85df6d8b6b35b456617a02084af47d393322ab76",
                    "enabled": 1
                }
            },
            "hypervkvp": {
                "100": {
                    "checksum": "sha256:c89e58ec9c52039bc7ddfd048fa5b287780a48f78e70ce64181607ad33da6c47",
                    "enabled": 1
                }
            },
            "ibacm": {
                "100": {
                    "checksum": "sha256:b7ab0f90999e86d8fff9de3abeca0f093f2bf9f73330d434e947fdb5bfcc63b3",
                    "enabled": 1
                }
            },
            "ica": {
                "100": {
                    "checksum": "sha256:bd8eccb4266130eddfae34318855e6aa3a8624998f0a906a970a04802510ad86",
                    "enabled": 1
                }
            },
            "icecast": {
                "100": {
                    "checksum": "sha256:3199646b83c13466308cbe243d6c75f828875ab0dfca1deb585dcd7bfb28ae60",
                    "enabled": 1
                }
            },
            "inetd": {
                "100": {
                    "checksum": "sha256:0e2a80d0943b3fea8756b2d487038182ed624dd36e9177305fafbc1ca0374af3",
                    "enabled": 1
                }
            },
            "init": {
                "100": {
                    "checksum": "sha256:1144dbfa7278341caadfae995aeadd7453cf78762b08ba4d0142eeef80871d18",
                    "enabled": 1
                }
            },
            "inn": {
                "100": {
                    "checksum": "sha256:d60fd47ec62ca3bca272ca38d8fe86fce36d6f04c44d01410d30428c8b914861",
                    "enabled": 1
                }
            },
            "insights_client": {
                "100": {
                    "checksum": "sha256:c4e83821f0150988e86e714cf9e088ef11abd0a30dada90cb7e68a95c406a921",
                    "enabled": 1
                }
            },
            "iodine": {
                "100": {
                    "checksum": "sha256:6185225b7c5910d94396a18d93429704434d564b4478aeea9d1a8c54f6b12834",
                    "enabled": 1
                }
            },
            "iotop": {
                "100": {
                    "checksum": "sha256:7db93e52e29915a08c82b0ebac02856e9a484923d2ce215946c8f54cf5297704",
                    "enabled": 1
                }
            },
            "ipmievd": {
                "100": {
                    "checksum": "sha256:ea599044fe2e2d25c8078ac0b5b0d2c589b4410dd7958eefdc0217f8b8c8c3d0",
                    "enabled": 1
                }
            },
            "ipsec": {
                "100": {
                    "checksum": "sha256:048f5c3f5f3e706697d782c57b9d6cae882b008f7973b41edb3de37762e4c664",
                    "enabled": 1
                }
            },
            "iptables": {
                "100": {
                    "checksum": "sha256:e315834c2a287c9b9f8d31a6fb5f62360241fab584b68ce05984035ff67f01dc",
                    "enabled": 1
                }
            },
            "irc": {
                "100": {
                    "checksum": "sha256:1ed937287398d60e302478f4880a25c1aef605a5d370c1f583426c59067d8ed5",
                    "enabled": 1
                }
            },
            "irqbalance": {
                "100": {
                    "checksum": "sha256:12e969265cff2e8d4ee9be8b99da0bd47138ff8754039dd1387a14b2a4a03b79",
                    "enabled": 1
                }
            },
            "iscsi": {
                "100": {
                    "checksum": "sha256:6666da694f33e444225327d9fc58208b230a1e1244e05335e16217c507ac0627",
                    "enabled": 1
                }
            },
            "isns": {
                "100": {
                    "checksum": "sha256:85a313d121f764081dc92c4c1ed5773b8cb7a7113b84b66339a48f76c57efe54",
                    "enabled": 1
                }
            },
            "jabber": {
                "100": {
                    "checksum": "sha256:08288d791f1b1aa3a8f154ae7b2ff73d574560bf5bb82246020baa3c26f6c988",
                    "enabled": 1
                }
            },
            "jetty": {
                "100": {
                    "checksum": "sha256:6aea2d07d8f040434ff0c0d5e9b81e825b1de56cd01c0e0a069ee1f0d5196885",
                    "enabled": 1
                }
            },
            "jockey": {
                "100": {
                    "checksum": "sha256:f35d7f2d61175ba7f908459f738c7d6b6adf2ae678d88531fa527c4d50b21985",
                    "enabled": 1
                }
            },
            "journalctl": {
                "100": {
                    "checksum": "sha256:3098e32a3ca859ef45fdb8dfa5b87f4b5e9e7cb0661b7dd4a20203f2cfebf662",
                    "enabled": 1
                }
            },
            "kafs": {
                "100": {
                    "checksum": "sha256:5a35385072b421cdb86fc66190dc00e6c8e7a587a60ffeedfe2a931b6b92a11d",
                    "enabled": 1
                }
            },
            "kdump": {
                "100": {
                    "checksum": "sha256:370090682ef9410c2d12556dfd1cb6f8f7f7ab60287148ead03b3b11d64146e0",
                    "enabled": 1
                }
            },
            "kdumpgui": {
                "100": {
                    "checksum": "sha256:c6d5f08d82062fe0634f0dcc9ee434fcea7760141740b79cbae187d970984a0c",
                    "enabled": 1
                }
            },
            "keepalived": {
                "100": {
                    "checksum": "sha256:6fa6bedd26d8e4b178a2d74158634f26fc2b322782e4685d69ca48f4854e037b",
                    "enabled": 1
                }
            },
            "kerberos": {
                "100": {
                    "checksum": "sha256:994e8629c436a7da2ed914f7499e0a33f7cc2737b5c70751b280d73de8a9fd19",
                    "enabled": 1
                }
            },
            "keyboardd": {
                "100": {
                    "checksum": "sha256:4eae5ab2b926695b3ed881a26e7b6a79f4dd48c1ffa3e3c6809cfa4958b54091",
                    "enabled": 1
                }
            },
            "keystone": {
                "100": {
                    "checksum": "sha256:6d9a8c7420b3aee2c752119ef6d72dc828cd76ea4f535bdcd44461a3cbb43454",
                    "enabled": 1
                }
            },
            "keyutils": {
                "100": {
                    "checksum": "sha256:fa398b6a78348b789660ea073244265b9bd8742fd81dd3569c9d56b1b9083a00",
                    "enabled": 1
                }
            },
            "kismet": {
                "100": {
                    "checksum": "sha256:30ba7e91c6fe3cff8ac488e6160a5037fb8f1719275991ec44e5bfcbd9089aca",
                    "enabled": 1
                }
            },
            "kmscon": {
                "100": {
                    "checksum": "sha256:f84aad2ecda576c41ff72438aaa394122fe6f13d274adb17a2cf145718776969",
                    "enabled": 1
                }
            },
            "kpatch": {
                "100": {
                    "checksum": "sha256:16b2c313e69ba9a2726025ee54bbfb638c633f91d53db454e204adef45e5b5e1",
                    "enabled": 1
                }
            },
            "ksmtuned": {
                "100": {
                    "checksum": "sha256:328ce002901ec9be77a5035fe50b01b9e01b016128efb981a7fb0aa586b55a77",
                    "enabled": 1
                }
            },
            "ktalk": {
                "100": {
                    "checksum": "sha256:311f6dd8403d55da5f3173593f5fa6331d4cf7570af2b9d0182f7b260ba7285e",
                    "enabled": 1
                }
            },
            "l2tp": {
                "100": {
                    "checksum": "sha256:cc0faedcac2d86171aeb9a89ec83f2d03cb905f54296f6f085415fcf7ddd1a06",
                    "enabled": 1
                }
            },
            "ldap": {
                "100": {
                    "checksum": "sha256:f1a7908800f08a04aade8083ad79d002aba0c85f1699f35ded5a0eaf46dbc41a",
                    "enabled": 1
                }
            },
            "libraries": {
                "100": {
                    "checksum": "sha256:91a8d1cb1ea2e44b9395cb7a44776e7992983378fbc72dc3725d0e03fa673a40",
                    "enabled": 1
                }
            },
            "likewise": {
                "100": {
                    "checksum": "sha256:c83754418ce993f0d9dff4ad73f0e64362ceb3ed073a093dcdaec0ac6d8c8b5a",
                    "enabled": 1
                }
            },
            "linuxptp": {
                "100": {
                    "checksum": "sha256:6a6b3d623e27e1e8a1ce185ba3ca42d3c7fb5dcad8cc91ab54950a1f69853dd7",
                    "enabled": 1
                }
            },
            "lircd": {
                "100": {
                    "checksum": "sha256:564e3801937503b310cd4fef750cea8bd1be7ce323cf41276cfb0eedb0fbdc8c",
                    "enabled": 1
                }
            },
            "livecd": {
                "100": {
                    "checksum": "sha256:9070ba1f03a04a5906bafb1399a0eb181dfdeab868dfb021505c116c61decbe3",
                    "enabled": 1
                }
            },
            "lldpad": {
                "100": {
                    "checksum": "sha256:26feff7ac4722e995c622b4ec3cc242deeda12f88077bff1b419193ed76ffef1",
                    "enabled": 1
                }
            },
            "loadkeys": {
                "100": {
                    "checksum": "sha256:ee0cf6f2b19c24b7bd76829de7de00b60f67ae9d96f2ebcb8eb09b961b6dd751",
                    "enabled": 1
                }
            },
            "locallogin": {
                "100": {
                    "checksum": "sha256:56bf0d727637f1964d5f71a7ccc5edba76cfd50d2e546e9558d0551ffc968858",
                    "enabled": 1
                }
            },
            "lockdev": {
                "100": {
                    "checksum": "sha256:3cd6822d612f355cc8000823f47b7ab0087035b59b57904c145db627cc58d22c",
                    "enabled": 1
                }
            },
            "logadm": {
                "100": {
                    "checksum": "sha256:6b69c0a0528321f39311d34a94e750c5cfffd9bbcc00dd3c06f445f2a7bad660",
                    "enabled": 1
                }
            },
            "logging": {
                "100": {
                    "checksum": "sha256:274d379294253625ca276e6463b80d3b3fa88deabfacb4b4472f8f046119dae6",
                    "enabled": 1
                }
            },
            "logrotate": {
                "100": {
                    "checksum": "sha256:5ad554f859ea8313b48b7592cb1d1c3e13884199c9d9f939a99bb0651cadc5bf",
                    "enabled": 1
                }
            },
            "logwatch": {
                "100": {
                    "checksum": "sha256:987ac97d3851ce51c2aed8c8b08c6dfbaf722ca65447097c4531644d458637bc",
                    "enabled": 1
                }
            },
            "lpd": {
                "100": {
                    "checksum": "sha256:fe9e6623bfd94678b32ba9a20c3e04469aa69a5175a1f626368c1fcacf7c5026",
                    "enabled": 1
                }
            },
            "lsm": {
                "100": {
                    "checksum": "sha256:3979d77408c282fc3abfe32908df4889d7ff0ee8096ccb68a6a91d44bebfa56a",
                    "enabled": 1
                }
            },
            "lttng-tools": {
                "100": {
                    "checksum": "sha256:b216fc3f1025723b5bf96002b39dcb9ae8c80c6d6708dc2db348f419af025a45",
                    "enabled": 1
                }
            },
            "lvm": {
                "100": {
                    "checksum": "sha256:e67d95db5bc472d9d8a819db5c947190543bb6eb971955dde57e5249655033e1",
                    "enabled": 1
                }
            },
            "mailman": {
                "100": {
                    "checksum": "sha256:0abc78cfd35d9e43c0c21983a250f874ee7ca7c10d7eb1c6e0d3106f538cf482",
                    "enabled": 1
                }
            },
            "mailscanner": {
                "100": {
                    "checksum": "sha256:b76bb64b5c5dd0db6346ae7ba19faed97ed414c7d03d7b8747e0919867a7b8c9",
                    "enabled": 1
                }
            },
            "man2html": {
                "100": {
                    "checksum": "sha256:3269314b5d8bbfc843900344d65e604432222bebc7e2dd628abb9d186fca1cd1",
                    "enabled": 1
                }
            },
            "mandb": {
                "100": {
                    "checksum": "sha256:c5c6c2cfc4930bb865330ac4bf1e04976290772b0e058cce0d73de071ccf7819",
                    "enabled": 1
                }
            },
            "mcelog": {
                "100": {
                    "checksum": "sha256:7a137918a31fc7684a8ae929a5046517be97399b2534a6b471e3cf3bd7f355b3",
                    "enabled": 1
                }
            },
            "mediawiki": {
                "100": {
                    "checksum": "sha256:4fb79885af1e12d162aaea04067c9dbd19c248b8bc6bb4fa91240acb6986c84c",
                    "enabled": 1
                }
            },
            "memcached": {
                "100": {
                    "checksum": "sha256:10e59adbf0210a83d2506cdcc189bed58fbb49f01ecc07afe00a5fc06a0f025c",
                    "enabled": 1
                }
            },
            "milter": {
                "100": {
                    "checksum": "sha256:686b92d2ed35a14042a3d6d95af167aa0b1bdb0bb1d1894909c3d4b5ad70ca34",
                    "enabled": 1
                }
            },
            "minidlna": {
                "100": {
                    "checksum": "sha256:6b200b3b9aafc62c019eba4121e1743ef9670896b70f8b5201caa19b975d6964",
                    "enabled": 1
                }
            },
            "minissdpd": {
                "100": {
                    "checksum": "sha256:33b06281053cbe0c55752bfcda928a48a50743eb2d061d429b07ec3b0dc28a04",
                    "enabled": 1
                }
            },
            "mip6d": {
                "100": {
                    "checksum": "sha256:1c657a9f8eeacab2a91a9725d7c5980624ab90e0e5c67c2f9270df3b0ebc9fca",
                    "enabled": 1
                }
            },
            "mirrormanager": {
                "100": {
                    "checksum": "sha256:5b9141bfd8861fae68d1054e5c15d503815c2191e68348405d5f8f2e53757b5f",
                    "enabled": 1
                }
            },
            "miscfiles": {
                "100": {
                    "checksum": "sha256:4d0081333a7d5871e89e8955ab640c3374bf2bde197557cb6a83e122aee9137e",
                    "enabled": 1
                }
            },
            "mock": {
                "100": {
                    "checksum": "sha256:a03da1b4a0188f7ed4057cc37b734745624b265fdad71ed6c2d00467b72a4846",
                    "enabled": 1
                }
            },
            "modemmanager": {
                "100": {
                    "checksum": "sha256:808b6b6f4a5860ba20f75d8b6992bd5284a90269a98dccdb38205ff67d253dfa",
                    "enabled": 1
                }
            },
            "modutils": {
                "100": {
                    "checksum": "sha256:03fa2b1f672c7902f9c88bc3048c996ed5189bf6a965ffbae30b2cc555662aa6",
                    "enabled": 1
                }
            },
            "mojomojo": {
                "100": {
                    "checksum": "sha256:ce4c112a710ad3b571ab733fbf785a6ac7b9eeb9c29f3ced5f994965e9386ab4",
                    "enabled": 1
                }
            },
            "mon_statd": {
                "100": {
                    "checksum": "sha256:db72ccb5d6952aecb9188c455e70a0b8c6feb25946b44dd0884942e74074a65a",
                    "enabled": 1
                }
            },
            "mongodb": {
                "100": {
                    "checksum": "sha256:a5753efd9c79243f87ee59feb5c3914e9c6a435f70a053ff59657baa91f0c8a4",
                    "enabled": 1
                }
            },
            "motion": {
                "100": {
                    "checksum": "sha256:13c108e4971acbc506790783af8287ab766941ef3745594a69e020dfa769e75d",
                    "enabled": 1
                }
            },
            "mount": {
                "100": {
                    "checksum": "sha256:865539a39bf40f78356e8b2cbb08b24926913db3a08fa9796e4c2543882aeb25",
                    "enabled": 1
                }
            },
            "mozilla": {
                "100": {
                    "checksum": "sha256:1868c9ea9e81cd4e82ae9373693db84070213c92d32cb623389b1512c24f2e86",
                    "enabled": 1
                }
            },
            "mpd": {
                "100": {
                    "checksum": "sha256:2b0acf523137d68497ea06f19b5494cb5c7ad6e4102fd7c626b9b74fef062f19",
                    "enabled": 1
                }
            },
            "mplayer": {
                "100": {
                    "checksum": "sha256:31d2bd89013c8c5e58a1e2e1b393c3db729cfb92080c1935f01cb63da15920e4",
                    "enabled": 1
                }
            },
            "mptcpd": {
                "100": {
                    "checksum": "sha256:3d4452b8e5b08d56b16c141515f2169809ab160544da9164cd91c3872fa5ca59",
                    "enabled": 1
                }
            },
            "mrtg": {
                "100": {
                    "checksum": "sha256:6757ab3ee1b84340b5a58935d090b926ffc96f43d03c9cb243802b4d01d5a29b",
                    "enabled": 1
                }
            },
            "mta": {
                "100": {
                    "checksum": "sha256:8dd4e90b95311cc5dae5b11733cf9ff8be46637d84c5aec28ae62a0b11dc452d",
                    "enabled": 1
                }
            },
            "munin": {
                "100": {
                    "checksum": "sha256:403d5e09c6c84eee2d3c80a1c50502d8850469e5c9d74347aacc1c8f7496861e",
                    "enabled": 1
                }
            },
            "mysql": {
                "100": {
                    "checksum": "sha256:2d19d6dc11b839551e1a98aa95588c06a3e1dd84dcdfe615bf61f26dd9ef31a1",
                    "enabled": 1
                }
            },
            "mythtv": {
                "100": {
                    "checksum": "sha256:f260b769c9d70fe26cddea75c71e1c3d16348233c40a3b8a844358d138c19d2f",
                    "enabled": 1
                }
            },
            "naemon": {
                "100": {
                    "checksum": "sha256:9c21b6bd9db730c7b79a4852236f92228282eb2dd06a2ff722b36acf70553386",
                    "enabled": 1
                }
            },
            "nagios": {
                "100": {
                    "checksum": "sha256:2681295ba94471abc9d7d49b6da5d757409c6c95745586d1671a4765ed61b130",
                    "enabled": 1
                }
            },
            "namespace": {
                "100": {
                    "checksum": "sha256:cc65424c4edcef752cf3d9223a0a49d84f7250bbc9c42d08d0b5727e0168dff6",
                    "enabled": 1
                }
            },
            "ncftool": {
                "100": {
                    "checksum": "sha256:9795f4fc6fa6e09a6976b87c80aab11801ae7b43d4f0df1b603b8799f4ff0115",
                    "enabled": 1
                }
            },
            "netlabel": {
                "100": {
                    "checksum": "sha256:229788201a8048a7a80661a258cabee570ce65b4c5fef318a86f8ba7f027975d",
                    "enabled": 1
                }
            },
            "netutils": {
                "100": {
                    "checksum": "sha256:78163350e82824e0c5bd14daf11f9a12833f34ac2a9c5c90c7949aaf9c7f9b1a",
                    "enabled": 1
                }
            },
            "networkmanager": {
                "100": {
                    "checksum": "sha256:7fece44e7188f93aa358d386ae81372812b47a046f10ce081358af85c4c0f229",
                    "enabled": 1
                }
            },
            "ninfod": {
                "100": {
                    "checksum": "sha256:13dcb24aa31902b75b5416a1f2d3dbba243445fa8ae1581ea41029ca21cdbc60",
                    "enabled": 1
                }
            },
            "nis": {
                "100": {
                    "checksum": "sha256:51dded020c93ce723bb8cd739359983f6ed82b5d70e93980d2fd095aaadcc168",
                    "enabled": 1
                }
            },
            "nova": {
                "100": {
                    "checksum": "sha256:000c5853f5261b435c8a0362720ce04a1ed300aed5f22dfee9659e8a024466a0",
                    "enabled": 1
                }
            },
            "nscd": {
                "100": {
                    "checksum": "sha256:9fb6cd0d5e35bcfcd051889e81e2834b4b50861455a0d8ee30920df919d3067a",
                    "enabled": 1
                }
            },
            "nsd": {
                "100": {
                    "checksum": "sha256:c940ff7748160326587bf9084d5b7906d501ecf9576707bc19f20ee759023442",
                    "enabled": 1
                }
            },
            "nslcd": {
                "100": {
                    "checksum": "sha256:a1af29229de29bfe64bde5357ea9e2a47d5b82f8329f62be4ddbc184fb8ead22",
                    "enabled": 1
                }
            },
            "ntop": {
                "100": {
                    "checksum": "sha256:20d8e86dcf15719ed0b481b0f5cd521b2ada532e712c6e1cb9f89e1736466ea0",
                    "enabled": 1
                }
            },
            "ntp": {
                "100": {
                    "checksum": "sha256:74dfbd9db80b05cc69c090005f02ab089695f21c0e0b70c2a7d8300247624e1e",
                    "enabled": 1
                }
            },
            "numad": {
                "100": {
                    "checksum": "sha256:f56cd3e22cc4e864d6cb5822812de4c12884f1a31f3922caa45ce0b61f8f86e2",
                    "enabled": 1
                }
            },
            "nut": {
                "100": {
                    "checksum": "sha256:36ca1c4edb066c2090e5ec5e08f71050424e5efdc74c440e9a0161c7ccf0bd49",
                    "enabled": 1
                }
            },
            "nvme_stas": {
                "100": {
                    "checksum": "sha256:b0afd194fe6e16dc0fbd976301321d6e68a9cd837ecdda2c3cb739c07c4757b9",
                    "enabled": 1
                }
            },
            "nx": {
                "100": {
                    "checksum": "sha256:dd19058574329f7c7ce709bc94f6c4be87028cdd184cc365a61d5c0113b78bdf",
                    "enabled": 1
                }
            },
            "obex": {
                "100": {
                    "checksum": "sha256:649c497ab74a203064009d553b42829aac89ac5c4273b7c0ccc0a23530001fcc",
                    "enabled": 1
                }
            },
            "oddjob": {
                "100": {
                    "checksum": "sha256:4c0624c2e3095eb392ee93e8cf98a2242598b7694de12ae75ceffdc0043d1043",
                    "enabled": 1
                }
            },
            "opafm": {
                "100": {
                    "checksum": "sha256:233a9390d9aeb540956f43756b2e45547fb7c2c4d4070460b94896b72ccd607d",
                    "enabled": 1
                }
            },
            "openct": {
                "100": {
                    "checksum": "sha256:37ac5651f2ce2bfda7d898a024d560c6cdcd54da32409ced32c8b6df059370c3",
                    "enabled": 1
                }
            },
            "opendnssec": {
                "100": {
                    "checksum": "sha256:9890fb3013a4287e6850621c5c6a462a254299b927609fbe6bf67f141862f3c7",
                    "enabled": 1
                }
            },
            "openfortivpn": {
                "100": {
                    "checksum": "sha256:75fa83f68fa800bef996da027f14f6c8f0ded93f93569f3b559495dba39a6176",
                    "enabled": 1
                }
            },
            "openhpid": {
                "100": {
                    "checksum": "sha256:dfbf83e8feccc45bd9de7bd5a3f90edd49c3190b5010f9f98457d995ae974f8c",
                    "enabled": 1
                }
            },
            "openshift": {
                "100": {
                    "checksum": "sha256:1b7ff4ebc979d45777979c0340790dcf10a3e9353272c2e99f6f4f4f93987020",
                    "enabled": 1
                }
            },
            "openshift-origin": {
                "100": {
                    "checksum": "sha256:e8e6bb283142b08b3a1ce7c097f49f402bb6d59eb6d03138ef0b69f3579e466c",
                    "enabled": 1
                }
            },
            "opensm": {
                "100": {
                    "checksum": "sha256:c1bc06d4e5a22837586d3d7ee07922f26b4cd025687cdfd7e3e3789e1c5bdf3d",
                    "enabled": 1
                }
            },
            "openvpn": {
                "100": {
                    "checksum": "sha256:800615bda29f1b49c90de283570ccb018a28ddfff34a36bfe84a4d0485c37138",
                    "enabled": 1
                }
            },
            "openvswitch": {
                "100": {
                    "checksum": "sha256:0bb8334afe603f02ef4f1a46517f970bb30fb191e1d9d944daee33437ae89b46",
                    "enabled": 1
                }
            },
            "openwsman": {
                "100": {
                    "checksum": "sha256:c6d157e74586892234883ad01bb4d2e386637cdd04e45c3587a1cbc8c34e35f9",
                    "enabled": 1
                }
            },
            "oracleasm": {
                "100": {
                    "checksum": "sha256:802090ff2dcc2db35b369ac359e51b1418a5a779cf94e5a14a01a1882b583d64",
                    "enabled": 1
                }
            },
            "osad": {
                "100": {
                    "checksum": "sha256:d3b5dec9cf6640c48875229fcdadc4f9c4bfa1088bff93cb61a18360197a691e",
                    "enabled": 1
                }
            },
            "pads": {
                "100": {
                    "checksum": "sha256:23da314c2255bb1c19dad65a242681330d6bdddc2ba4a0b80ae2ad2249c0a52b",
                    "enabled": 1
                }
            },
            "passenger": {
                "100": {
                    "checksum": "sha256:75e644cc79f5447d17ed5461e52b37f29dc86806320b0ef562b2acd8e2870121",
                    "enabled": 1
                }
            },
            "passt": {
                "200": {
                    "checksum": "sha256:4f50343463a2634ab063b59f9d6e4f03a06d75d362d77fa571eaf981937a5f3c",
                    "enabled": 1
                }
            },
            "pasta": {
                "200": {
                    "checksum": "sha256:f0316f6d3d1ecaced0083d16d5a0804c09439c6e8e92a39ff7b3fc7fd6cc8f18",
                    "enabled": 1
                }
            },
            "pcmcia": {
                "100": {
                    "checksum": "sha256:6d1d142817f6c7013fa94819eaae391f98b69357bfb352584c1ef104d93aa08a",
                    "enabled": 1
                }
            },
            "pcp": {
                "100": {
                    "checksum": "sha256:3f0071ca72c2269c6568f2695aea954cbb6a8504efa48a8ed1e94e2c0baac106",
                    "enabled": 1
                }
            },
            "pcscd": {
                "100": {
                    "checksum": "sha256:9bd33415ca0bd34a05461719de21697d486512341069567c26b25cd6a7b06c00",
                    "enabled": 1
                }
            },
            "pdns": {
                "100": {
                    "checksum": "sha256:5dcb629d0e7578776fb9476a8b66ff883fe52da8be37e3b1f7a3bd4810354511",
                    "enabled": 1
                }
            },
            "pegasus": {
                "100": {
                    "checksum": "sha256:0312d08cfc7b9ad408ce3d34a27b27c64c62e1b00d280c484616927a859aeb47",
                    "enabled": 1
                }
            },
            "permissivedomains": {
                "100": {
                    "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2",
                    "enabled": 1
                }
            },
            "pesign": {
                "100": {
                    "checksum": "sha256:597ab5f0f472ea2f2aca1b3754c2457cc7769f79daaec0856ad2675e53867b80",
                    "enabled": 1
                }
            },
            "pingd": {
                "100": {
                    "checksum": "sha256:877bbc42240491f32726ac44a082942e80724e3bd3985c64845dee49a060a144",
                    "enabled": 1
                }
            },
            "piranha": {
                "100": {
                    "checksum": "sha256:4e9b8ae11387a45c9266a82f79f31728bce6397b8e7f8d39287b78dd58ddfd96",
                    "enabled": 1
                }
            },
            "pkcs": {
                "100": {
                    "checksum": "sha256:81dc1bee85071c65da6d7e4dd12f390fdaeae5d7a285c132c952290152f90c0b",
                    "enabled": 1
                }
            },
            "pkcs11proxyd": {
                "100": {
                    "checksum": "sha256:184ad49c7d752eae216e8e7313fc50952515caf2d4fe77b1315204a436979cbc",
                    "enabled": 1
                }
            },
            "pki": {
                "100": {
                    "checksum": "sha256:611152fa77dc465824018a6b6e2687f2a1e483f92e20d9754c33f8032d7a210d",
                    "enabled": 1
                }
            },
            "plymouthd": {
                "100": {
                    "checksum": "sha256:e73478b5cf88be80253fc65ed0f397e9078272320ce939b471230ade52207983",
                    "enabled": 1
                }
            },
            "podsleuth": {
                "100": {
                    "checksum": "sha256:ac303c7ac224ff7fec004f7db6bdc6cabc5e9fbf1df3e27ab454f3f87de18b8d",
                    "enabled": 1
                }
            },
            "policykit": {
                "100": {
                    "checksum": "sha256:f651b9a5f05bc1884e58553525034b9fa376084bc3eee5ecd5cb7b70c42a55aa",
                    "enabled": 1
                }
            },
            "polipo": {
                "100": {
                    "checksum": "sha256:e30571ba606507dd4439ea7b455a115170923229f105614f0b044ed07a8ba832",
                    "enabled": 1
                }
            },
            "portmap": {
                "100": {
                    "checksum": "sha256:15e3c27ffaa1d13d785823bd82e53c398e0b5c96c4e0efce502137b326f3710e",
                    "enabled": 1
                }
            },
            "portreserve": {
                "100": {
                    "checksum": "sha256:b1795d2f89c94a43339f1b659f29173491eed1d079a21cc290fb53afb74efd1f",
                    "enabled": 1
                }
            },
            "postfix": {
                "100": {
                    "checksum": "sha256:abe82997f5573e9804f5b66de9f1b9120ccfd8ad1e3c0c3afd32a99f043a49ed",
                    "enabled": 1
                }
            },
            "postgresql": {
                "100": {
                    "checksum": "sha256:dd827cd694ba2389e77fee7137a741677590dc56dff0015fa6b58b93ab354c7c",
                    "enabled": 1
                }
            },
            "postgrey": {
                "100": {
                    "checksum": "sha256:698a04231cb1ca9a1a657c942f22b26ad57e06af78dbce2006dd9a7991d01b19",
                    "enabled": 1
                }
            },
            "ppp": {
                "100": {
                    "checksum": "sha256:640c55f9dc7e32054fc5dcb34e4080a848526a35cbc4225b32deec213e9906e4",
                    "enabled": 1
                }
            },
            "prelink": {
                "100": {
                    "checksum": "sha256:db21e33d0ffe48bd93a10808ea536532acad2578c499333de859afca9b4bfd5f",
                    "enabled": 1
                }
            },
            "prelude": {
                "100": {
                    "checksum": "sha256:2592c97f035c97e88768678244baa38c031afeb5e94730133a0a59e7b451aa57",
                    "enabled": 1
                }
            },
            "privoxy": {
                "100": {
                    "checksum": "sha256:2f9555f9f047d752841d98608cd372c9f9743fdaa88a59c96a0b2e85f9016b00",
                    "enabled": 1
                }
            },
            "procmail": {
                "100": {
                    "checksum": "sha256:ee1a9203e7dd07d84cfa3c20a2e069bb0552dc430a6d2feed2919e53731b1864",
                    "enabled": 1
                }
            },
            "prosody": {
                "100": {
                    "checksum": "sha256:360e32fc4cb037faf2b5684ce2d376c42cff14785fc95d82fd750fe66dabe1e2",
                    "enabled": 1
                }
            },
            "psad": {
                "100": {
                    "checksum": "sha256:9450644b2b34bbc91aa8d0c40b88fd2363137df218d38ccc6b28b94b63286d54",
                    "enabled": 1
                }
            },
            "ptchown": {
                "100": {
                    "checksum": "sha256:861c6b803141841f4756be8531775c7d37e8ec378b2b9e90f37e1932d35e5e36",
                    "enabled": 1
                }
            },
            "publicfile": {
                "100": {
                    "checksum": "sha256:a932f4ee30fe06d891909b328e9ed103a77010e273b19cd7e9debf3ba43204c6",
                    "enabled": 1
                }
            },
            "pulseaudio": {
                "100": {
                    "checksum": "sha256:005f82a614bbe1a6cca6611aee9b59d97e2f8b51c2b88b41d6f800145410a166",
                    "enabled": 1
                }
            },
            "puppet": {
                "100": {
                    "checksum": "sha256:0ac394773bec589974cc6ecc5f99dc5faf2871e771295cb84f33a86bdbd51a6d",
                    "enabled": 1
                }
            },
            "pwauth": {
                "100": {
                    "checksum": "sha256:4cabb0c5c75a395579d7523d3e7616db9fb0e1f40d3b9f581f6e94eebb049810",
                    "enabled": 1
                }
            },
            "qatlib": {
                "100": {
                    "checksum": "sha256:1ce83ef85ac222374d15e090a30072e96219bea1a6c1e72bb122842ebbec7cee",
                    "enabled": 1
                }
            },
            "qmail": {
                "100": {
                    "checksum": "sha256:7972bb152e68b8fdb1a77c84868b66e420365c9f526254fb272a7263500acbff",
                    "enabled": 1
                }
            },
            "qpid": {
                "100": {
                    "checksum": "sha256:7cd981f1dfd524edc5e5992f10cd1b3e723adcb3cfaf8c7bb42c8f5197e64378",
                    "enabled": 1
                }
            },
            "quantum": {
                "100": {
                    "checksum": "sha256:a25e72eac82204e6200ec843bc06d7b59a1ce7c755666bf1ed9effd12ee466d7",
                    "enabled": 1
                }
            },
            "quota": {
                "100": {
                    "checksum": "sha256:292ac0c56b89fb197298bc0cda18828e0c6c524414d7ccc38133e2552283136f",
                    "enabled": 1
                }
            },
            "rabbitmq": {
                "100": {
                    "checksum": "sha256:6ae09222a0b9aefa3ead90b1f1ee08972570b1f5e39d25c05108228e4d315d50",
                    "enabled": 1
                }
            },
            "radius": {
                "100": {
                    "checksum": "sha256:76e245eff00a30a5db15851804f5047caa072e5f418e44fd75e70fcaba611e73",
                    "enabled": 1
                }
            },
            "radvd": {
                "100": {
                    "checksum": "sha256:b0ab6f58a00a32e8119b2b598d56acdc5919c7d9414eec24beb5eca9d84c90dc",
                    "enabled": 1
                }
            },
            "raid": {
                "100": {
                    "checksum": "sha256:cea5ec9a6380cf597ff5f333d46b2a16568c3e71d059a326f645284c6e6c171e",
                    "enabled": 1
                }
            },
            "rasdaemon": {
                "100": {
                    "checksum": "sha256:f6d50ea9aa365ffb71b924d04e606e7e7be9fc0ff67899ad1fd348bb209a7ad1",
                    "enabled": 1
                }
            },
            "rdisc": {
                "100": {
                    "checksum": "sha256:d45a4dad3bf9f007f05eca41b5c04d4ae329405b60f307f8d6959fc92dee841e",
                    "enabled": 1
                }
            },
            "readahead": {
                "100": {
                    "checksum": "sha256:338d67a9fa343855efdd6d99bf0d28bdcf03631bdff7591c1a21e975471a510a",
                    "enabled": 1
                }
            },
            "realmd": {
                "100": {
                    "checksum": "sha256:e2efb27c1fed30b949be0f29464b99701353b8eb65bd2da624505c7fc1e586a4",
                    "enabled": 1
                }
            },
            "redis": {
                "100": {
                    "checksum": "sha256:642738508f133e3709992b5542f048755e1ca6bdd1c3eed8fbf6de60135fe754",
                    "enabled": 1
                }
            },
            "remotelogin": {
                "100": {
                    "checksum": "sha256:31f6f5efb0759335de46ac3ab4c8a64955f838afc9743a20f2e81a8cb54cb36a",
                    "enabled": 1
                }
            },
            "restraint": {
                "400": {
                    "checksum": "sha256:95d0d03fbc1d4147f02a0b3da7cd76efbdd75d1f5812cf6160e922336abbf270",
                    "enabled": 1
                }
            },
            "rhcd": {
                "100": {
                    "checksum": "sha256:439afb2b8b905d32073d55ee61bb5ebc085ac1dd2c4bbb6b25f90051827dc6d2",
                    "enabled": 1
                }
            },
            "rhcs": {
                "100": {
                    "checksum": "sha256:d90d617944f40798165d77873629210aed1662ccc21b8687d92b63eaac5ace8c",
                    "enabled": 1
                }
            },
            "rhev": {
                "100": {
                    "checksum": "sha256:4c8dc74bd9e7cebd9f78bae013483cdc6350fb8eb90debbf2888a89a0c30232c",
                    "enabled": 1
                }
            },
            "rhgb": {
                "100": {
                    "checksum": "sha256:4b222d1ae2a6931560eca08e087c56c7835ce79c3f82514c5c6d3e98a7de89b1",
                    "enabled": 1
                }
            },
            "rhnsd": {
                "100": {
                    "checksum": "sha256:12ea9c8c79218c6ef2da68bbe6f321ca6a7247a0f40142f1be8b85cb5b84d54d",
                    "enabled": 1
                }
            },
            "rhsmcertd": {
                "100": {
                    "checksum": "sha256:7750446fcfd40c402633126aab29d231a47f4ca8d4993cb703a3c203c25a2c0c",
                    "enabled": 1
                }
            },
            "rhts": {
                "400": {
                    "checksum": "sha256:39f15722a115b11064c20b8bc2758e8fe06531a8f923ea00a3e7079a0554e3d6",
                    "enabled": 1
                }
            },
            "ricci": {
                "100": {
                    "checksum": "sha256:c9afadeea7fc4762d923383de22df24de13563a6dbe205b9ab73a6ad0a5cff79",
                    "enabled": 1
                }
            },
            "rkhunter": {
                "100": {
                    "checksum": "sha256:5f31c86e2f2cc425040785cc22a9040c7cdb80bd1145dfd668d2b2597534d6e3",
                    "enabled": 1
                }
            },
            "rkt": {
                "100": {
                    "checksum": "sha256:6154fe3dc060aa2df1f629434a417621e043836c3fc0d1cfe128db80a0c3a5d9",
                    "enabled": 1
                }
            },
            "rlogin": {
                "100": {
                    "checksum": "sha256:2001491066517e9d1718973ef9ce30640101b146abaac53218e9fafc5838eba5",
                    "enabled": 1
                }
            },
            "rngd": {
                "100": {
                    "checksum": "sha256:932eb717c50cc3b89b0d39754e8d42285224c7112dc8fb773b979ae335c61b81",
                    "enabled": 1
                }
            },
            "rolekit": {
                "100": {
                    "checksum": "sha256:08975182ac9221887a5cec3f1e51639802794cfa718d6bfe245aa5f132bac74d",
                    "enabled": 1
                }
            },
            "roundup": {
                "100": {
                    "checksum": "sha256:931c928c6bf89625bce5b6cb76084615486f91d6e86a09fcaf007c47c5e68ba7",
                    "enabled": 1
                }
            },
            "rpc": {
                "100": {
                    "checksum": "sha256:0620e84d3a712ecc8e401e1ce695e4a5c1dd33c2097d6cec8127273e2063e36a",
                    "enabled": 1
                }
            },
            "rpcbind": {
                "100": {
                    "checksum": "sha256:3368e81d1e4c4368ed76661f4b636f38651dcc804843c4b1ef0f8ea0eff45d0d",
                    "enabled": 1
                }
            },
            "rpm": {
                "100": {
                    "checksum": "sha256:b1d6f8003dfb181c492f970957c0fdbac2625661fbec8ac0925a6c9b141429c0",
                    "enabled": 1
                }
            },
            "rrdcached": {
                "100": {
                    "checksum": "sha256:340e748f2da66a79889ffe2d77224bce0090a2954743d5c1098ac3cb1eb48866",
                    "enabled": 1
                }
            },
            "rshd": {
                "100": {
                    "checksum": "sha256:58d4cffb8b490c67aa4b1a335b0a3b933af4dfe6cc022fa0bc7400841d1efba7",
                    "enabled": 1
                }
            },
            "rshim": {
                "100": {
                    "checksum": "sha256:34695491986303ceda8be41882d8279b3065627df85b9ff616650c420c6395b8",
                    "enabled": 1
                }
            },
            "rssh": {
                "100": {
                    "checksum": "sha256:26f6c19589d58fd23c303ac699697517d6883a9531837ad406e2f09b7507278d",
                    "enabled": 1
                }
            },
            "rsync": {
                "100": {
                    "checksum": "sha256:0aa06de248b996ddd0afc67811e82a96bde2dc7a2c328ecbbf6c6a5c9c780784",
                    "enabled": 1
                }
            },
            "rtas": {
                "100": {
                    "checksum": "sha256:3cf7dfe541071b3898cd76674ccce511cb2b25626b0e5f9e43fb903f928508c5",
                    "enabled": 1
                }
            },
            "rtkit": {
                "100": {
                    "checksum": "sha256:d8e666993d2c3c43a5efc6628d04fed230f380cec2feafc9fb1eb305239ad954",
                    "enabled": 1
                }
            },
            "rwho": {
                "100": {
                    "checksum": "sha256:c66a34fe691a84d52c8dd62ed1e9c8525796ccb3114743202a1d11dab4397c1b",
                    "enabled": 1
                }
            },
            "samba": {
                "100": {
                    "checksum": "sha256:76d4803f3945be392c2ba2f3c801fc3a8d629ea342e2352aa2100f3cb70c6a65",
                    "enabled": 1
                }
            },
            "sambagui": {
                "100": {
                    "checksum": "sha256:4c91ce35da807c4194c847e713628c8c5a8c2edabbc32800a9f0245175d61f9a",
                    "enabled": 1
                }
            },
            "sandboxX": {
                "100": {
                    "checksum": "sha256:dd4e4f83f573e60a00c4c8f9fc6d281307ef29ab033281ec1d3bfe763ac842ef",
                    "enabled": 1
                }
            },
            "sanlock": {
                "100": {
                    "checksum": "sha256:12903fc32000cd4e9785975352f7cfc11ebb15acfbe277be575edb318b15131f",
                    "enabled": 1
                }
            },
            "sasl": {
                "100": {
                    "checksum": "sha256:5a49a242fb57fbde3ec1d0b7c33432f0beb2992005df650c1387cd727cfc31a8",
                    "enabled": 1
                }
            },
            "sbd": {
                "100": {
                    "checksum": "sha256:6b08742937f98065198547ba01efe084ce27119742dbfb22ffaefb651adcd4c5",
                    "enabled": 1
                }
            },
            "sblim": {
                "100": {
                    "checksum": "sha256:cf43ae0bb1072dfbd3f191147458ab654f4bf36c7e6e52b3ddc5e21d565e527b",
                    "enabled": 1
                }
            },
            "screen": {
                "100": {
                    "checksum": "sha256:5c749a6c028d95eabf66a4af046f252d580a96be344cc6a4cbaf6c41bc3d7052",
                    "enabled": 1
                }
            },
            "secadm": {
                "100": {
                    "checksum": "sha256:fbd918572c57ed1724375e81afce5d108e52933bcd98b454196a51fa9af36c7f",
                    "enabled": 1
                }
            },
            "sectoolm": {
                "100": {
                    "checksum": "sha256:35e4d2a3208b8c0d74c4016309c3447efac46618ce4209c78af9861f95cf36c6",
                    "enabled": 1
                }
            },
            "selinuxutil": {
                "100": {
                    "checksum": "sha256:3d5c69fa4c3932728225e61fa1eeb458ff2a29a2876c739d1e203322dc4dc7b3",
                    "enabled": 1
                }
            },
            "sendmail": {
                "100": {
                    "checksum": "sha256:b74fad36b6b99dce25b9723b5c83278e4cf0ad7a66b7f2d1788fa930737b6b26",
                    "enabled": 1
                }
            },
            "sensord": {
                "100": {
                    "checksum": "sha256:cf1265945526b166650edb71077e9778d22a9a35e59b12e1edae8b233e8e656b",
                    "enabled": 1
                }
            },
            "setrans": {
                "100": {
                    "checksum": "sha256:95193c003b42fd26e548de51bb8652289fc2fc66bd38f571c6e7173befc6e33d",
                    "enabled": 1
                }
            },
            "setroubleshoot": {
                "100": {
                    "checksum": "sha256:60686aef35513ad652ac553180e26c9864b890a3a5f442a091375b00f886b443",
                    "enabled": 1
                }
            },
            "seunshare": {
                "100": {
                    "checksum": "sha256:a8c3633cf363e103e840a32cace7793040117dbc627ae5ebdbb4509f79273cef",
                    "enabled": 1
                }
            },
            "sge": {
                "100": {
                    "checksum": "sha256:a78576b227ed6d26f57c3ee3bceb45529e50e6662914cf22ad89cc4dedce2251",
                    "enabled": 1
                }
            },
            "shorewall": {
                "100": {
                    "checksum": "sha256:f7c098e79dd886767fe6d5ae4e564d458a4b1243e99c0c74d8c36432e138599a",
                    "enabled": 1
                }
            },
            "slocate": {
                "100": {
                    "checksum": "sha256:cda143abf21914c24f0e38d8e9b9cb2668c88b44cb4df711004658dd53d3e902",
                    "enabled": 1
                }
            },
            "slpd": {
                "100": {
                    "checksum": "sha256:ba397cdd0a7a730fc70c7cad3cbe4ed2475c670b65ee5f9914aeb08b58200845",
                    "enabled": 1
                }
            },
            "smartmon": {
                "100": {
                    "checksum": "sha256:8ef416256baedc5250ebe2cee413dec8082c9dcb2e9d11a4efa164326551eae8",
                    "enabled": 1
                }
            },
            "smokeping": {
                "100": {
                    "checksum": "sha256:81de53921f1a522847961acb56f77dbad54284bcf8841f52afe11ced904a20d7",
                    "enabled": 1
                }
            },
            "smoltclient": {
                "100": {
                    "checksum": "sha256:95c7ee276c5baae8d1a63c94a349ea997f421cebdf73d013ab4b90b34d986fd0",
                    "enabled": 1
                }
            },
            "smsd": {
                "100": {
                    "checksum": "sha256:d871da983b281e8a8daec281efefbc6f6bf1ce5d5cbea4b352b49a08b0d89c77",
                    "enabled": 1
                }
            },
            "snapper": {
                "100": {
                    "checksum": "sha256:4e5c5d73145bbed79c08e82d0a21a965d8cb7a92db76b202b5d134fa42c95fe1",
                    "enabled": 1
                }
            },
            "snmp": {
                "100": {
                    "checksum": "sha256:af32d5989dfb265da12ba1be45f553eb0cca6ad12097540b811f7c30fbb208fe",
                    "enabled": 1
                }
            },
            "snort": {
                "100": {
                    "checksum": "sha256:b1696f79ceb514e5ffed2caea4f90f783c94ca4a73a22f278e48438182d4f07e",
                    "enabled": 1
                }
            },
            "sosreport": {
                "100": {
                    "checksum": "sha256:8059bae88c09a10f717526e476d1a4007db637fea6adc08fad6b17449dbc9e4d",
                    "enabled": 1
                }
            },
            "soundserver": {
                "100": {
                    "checksum": "sha256:3d50318423313efcf8160d08a3bd655e53f34b30374d9dc30ad5bea5cc7e0776",
                    "enabled": 1
                }
            },
            "spamassassin": {
                "100": {
                    "checksum": "sha256:4054ceef428a1df14d5fd4c620fce5d039a236500c1368a7a6e4bb07135d307a",
                    "enabled": 1
                }
            },
            "speech-dispatcher": {
                "100": {
                    "checksum": "sha256:b08147b36ed3fa54428c34c8ac8e2781717ecb453c2372760d41a7738b7757da",
                    "enabled": 1
                }
            },
            "squid": {
                "100": {
                    "checksum": "sha256:d6ec108e7f32a9cfe6f024cd5287a9b020783887f6a71e03b113eab3304342ab",
                    "enabled": 1
                }
            },
            "ssh": {
                "100": {
                    "checksum": "sha256:97b2011b254075f1c3ef158248c3d5d873e56873abe9fc9110438508cb252edd",
                    "enabled": 1
                }
            },
            "sslh": {
                "100": {
                    "checksum": "sha256:5f14c1526eaa63f5176c2e6401410159cacd7f06f89d3c37c6670f5f3193eaa4",
                    "enabled": 1
                }
            },
            "sssd": {
                "100": {
                    "checksum": "sha256:4efe2c843fcfefd5b0b2723830b24042e2f4f024c9208895282d3489f1e04bc4",
                    "enabled": 1
                }
            },
            "staff": {
                "100": {
                    "checksum": "sha256:01b30957354acb8dcf5243937aacd87288390d40e07e724e13f441699825c386",
                    "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:b24d3a5bcd4ecd35cd51836670ce97820a48a3669c0d590e716aee30709dc1f7",
                    "enabled": 1
                }
            },
            "su": {
                "100": {
                    "checksum": "sha256:858e8488feb83d85137a778c3b8c5140d9bc7d9b83a43077a23fbfd27091349c",
                    "enabled": 1
                }
            },
            "sudo": {
                "100": {
                    "checksum": "sha256:ee6a6fd39589168741be9b8c1c35cb6103464541c8b8871423f81d575b5786a3",
                    "enabled": 1
                }
            },
            "svnserve": {
                "100": {
                    "checksum": "sha256:2a78595b73c7ea25c5b395ec91f18b3dad58002dd8ef3652d69edd5a8c13f3f5",
                    "enabled": 1
                }
            },
            "swift": {
                "100": {
                    "checksum": "sha256:ccacc18e643d0ca081b36d910abb0ad6fae2acdd1f92a52b4fc9004fc31f4677",
                    "enabled": 1
                }
            },
            "sysadm": {
                "100": {
                    "checksum": "sha256:4a562295773a4eee6be64369bd48a6ba83944c0b8766dfd8fc572d09c8280243",
                    "enabled": 1
                }
            },
            "sysadm_secadm": {
                "100": {
                    "checksum": "sha256:8b3d56e43b270a3c8e85c91782ceb793a817dadff0af988ed17ec41251b9b315",
                    "enabled": 1
                }
            },
            "sysnetwork": {
                "100": {
                    "checksum": "sha256:6cf6d7c76e8239bbd876a16bf8321e68680308e33cf8a88e89236172e07d852e",
                    "enabled": 1
                }
            },
            "sysstat": {
                "100": {
                    "checksum": "sha256:e35d3df921d581298273023c20b12e4d1168c249b06e08458a27732a4ff082ce",
                    "enabled": 1
                }
            },
            "systemd": {
                "100": {
                    "checksum": "sha256:f2822225dba4e22daf2f143458e810b46166765e37a8f3c02fd0239d3be14ae1",
                    "enabled": 1
                }
            },
            "tangd": {
                "100": {
                    "checksum": "sha256:b09965ae1db2d4aeab2d1c8775897288e6d55224183205ed48002daa816d2bbd",
                    "enabled": 1
                }
            },
            "targetd": {
                "100": {
                    "checksum": "sha256:8d31e97d05e23cbca57938b58d725c33af5e6aaa3e563971a398936cd3a21b36",
                    "enabled": 1
                }
            },
            "tcpd": {
                "100": {
                    "checksum": "sha256:2ea50e3363cefebf4b9bbcb6bcdd9e923da455c54a14c509f8c5ba9ca4da1c5d",
                    "enabled": 1
                }
            },
            "tcsd": {
                "100": {
                    "checksum": "sha256:a4d57e1e23ddfdbf6977fae56c0797b5791bd7a03bc3e7da5ae87d6f9ca870cc",
                    "enabled": 1
                }
            },
            "telepathy": {
                "100": {
                    "checksum": "sha256:98fac790af3d7a87e75899e112ba5d4cd2455261e44b60f1a0d7387ba0e0ad49",
                    "enabled": 1
                }
            },
            "telnet": {
                "100": {
                    "checksum": "sha256:e531681ec043e98c7aa5feeb5948eb339c71c657dd9a93a7dc35909aee56de2b",
                    "enabled": 1
                }
            },
            "tftp": {
                "100": {
                    "checksum": "sha256:7746597ed5d872b63e1e842421771ebacdcde5288bfd6d006346ad554e4799e7",
                    "enabled": 1
                }
            },
            "tgtd": {
                "100": {
                    "checksum": "sha256:e599de319c72ac9f8ca525508c1d2ce54b46a85f378b56b04ff8fa1781250c60",
                    "enabled": 1
                }
            },
            "thin": {
                "100": {
                    "checksum": "sha256:9825f5ea5ecf0720ae08c5fb7a50d3318b3dfb520801cf5ec8c0663364df5a62",
                    "enabled": 1
                }
            },
            "thumb": {
                "100": {
                    "checksum": "sha256:967c4a8d81c00053b35bd61cd547e73dba57abbdd31de06c242c46fac0aff410",
                    "enabled": 1
                }
            },
            "timedatex": {
                "100": {
                    "checksum": "sha256:127a1f551291ce8c39e638b32770fdeadda67312a1c16dc1fad7da9b5a4f5c01",
                    "enabled": 1
                }
            },
            "tlp": {
                "100": {
                    "checksum": "sha256:c3135382d1212256d9ad9ce4c893271cc8093256fdfd34e0a37d9912dc75b16d",
                    "enabled": 1
                }
            },
            "tmpreaper": {
                "100": {
                    "checksum": "sha256:5650adc4d1a2c1db0f3733e73fe7b7b9aa4fda69a1d3308e0b59a8c4cf30c5f5",
                    "enabled": 1
                }
            },
            "tomcat": {
                "100": {
                    "checksum": "sha256:59312967f089bd0efa786367f1587ca124a49b7eb0ba7b5f21c2d66bc66e1b1b",
                    "enabled": 1
                }
            },
            "tor": {
                "100": {
                    "checksum": "sha256:210d53406ae0727c0243c597928358124d2c44c16bf33a47767a3ac88227414b",
                    "enabled": 1
                }
            },
            "tuned": {
                "100": {
                    "checksum": "sha256:758f35f5b9f4195f564792cf864a87a9b6e8de155fc2d348d4eec0ca30d8463d",
                    "enabled": 1
                }
            },
            "tvtime": {
                "100": {
                    "checksum": "sha256:59a579d32a09dd28b983fdaaa6f695be68dfbe0273ee26bd8540e116d07084b4",
                    "enabled": 1
                }
            },
            "udev": {
                "100": {
                    "checksum": "sha256:acb78447445a0d74b28f8e7b5db170464c56476be775e8d2577b04cb55ce3f69",
                    "enabled": 1
                }
            },
            "ulogd": {
                "100": {
                    "checksum": "sha256:fbd1de444b4bfe75df73aee4560955dac1378eb7e5654d05d849c67db43546b5",
                    "enabled": 1
                }
            },
            "uml": {
                "100": {
                    "checksum": "sha256:c05987c6a9f49b3370c011d79431dc52d6d435e89a577d7d10a8db02587a3786",
                    "enabled": 1
                }
            },
            "unconfined": {
                "100": {
                    "checksum": "sha256:be7e30d2c6b24f9d403c9b96acbf9258310b570cb8bf11fdf05166b4b4144664",
                    "enabled": 1
                }
            },
            "unconfineduser": {
                "100": {
                    "checksum": "sha256:8006817bbdf1a8de02fbe47d42fd5a79fd515cbb9b40a49cd5677cd83dc5b466",
                    "enabled": 1
                }
            },
            "unlabelednet": {
                "100": {
                    "checksum": "sha256:1b37d8de7cf505da7e184ad33a2d04904d9fc51d64707b5d7e449b9d615deaa2",
                    "enabled": 1
                }
            },
            "unprivuser": {
                "100": {
                    "checksum": "sha256:ca8c125d322b127dcdc6bc5010fbaf6f4b6d08997a3925d7d2d2946064c4a0b5",
                    "enabled": 1
                }
            },
            "updfstab": {
                "100": {
                    "checksum": "sha256:e698b5479929ff28896c7e38efc410a47b6a5cd38eafd56c0c8de7fa210d16e3",
                    "enabled": 1
                }
            },
            "usbmodules": {
                "100": {
                    "checksum": "sha256:00518ce2d8f4e15cf7186a7467c8710848f2312adbbfb919cd6bed45d40d10d4",
                    "enabled": 1
                }
            },
            "usbmuxd": {
                "100": {
                    "checksum": "sha256:495bbffef9f008519da7918d89fdb853bab29a6c718ed72b13496574d16a18af",
                    "enabled": 1
                }
            },
            "userdomain": {
                "100": {
                    "checksum": "sha256:3fd80d33fa8d00faaa71556b252c45f509297db070ec8fd764621f29383ec539",
                    "enabled": 1
                }
            },
            "userhelper": {
                "100": {
                    "checksum": "sha256:ec2502e379bebb8c8b29386cb8324f0fe8b3935bf065702a1b0a3cf4224e9798",
                    "enabled": 1
                }
            },
            "usermanage": {
                "100": {
                    "checksum": "sha256:35178826cea105b5cbec665c4032d007e453cc6897c787d14b00700e37ac5cdc",
                    "enabled": 1
                }
            },
            "usernetctl": {
                "100": {
                    "checksum": "sha256:24d457c012fb774bde2ecfb530699e6b4768604525b33f8d3cc99844f53918bb",
                    "enabled": 1
                }
            },
            "uucp": {
                "100": {
                    "checksum": "sha256:5451b95ffd75ed6e3a933bc0518e3dd2e9dfad315b4a6d3b08653469e8168668",
                    "enabled": 1
                }
            },
            "uuidd": {
                "100": {
                    "checksum": "sha256:7e39bde0db4bb71a014b04fe58282e134c94c1e753bd1b15e3e7f64b016bcb51",
                    "enabled": 1
                }
            },
            "varnishd": {
                "100": {
                    "checksum": "sha256:b6a3a26dac9580a586502165719438a72e9d41f72ff3d21eb05225a6d368f296",
                    "enabled": 1
                }
            },
            "vdagent": {
                "100": {
                    "checksum": "sha256:f513668cef5d03425903904f53f97a3640fa138faa4d1c13192d46b752b78c71",
                    "enabled": 1
                }
            },
            "vhostmd": {
                "100": {
                    "checksum": "sha256:bc8ddc6407a2ff415e265da8ff8609013d8d173979235acf4fcd1cbfc313a571",
                    "enabled": 1
                }
            },
            "virt": {
                "100": {
                    "checksum": "sha256:cd3e6ed1bf32565b0221cc300aec76cac52f23ff116704c4d30c10263c2bf7f9",
                    "enabled": 1
                }
            },
            "virt_supplementary": {
                "100": {
                    "checksum": "sha256:d80a998844ea68164a2ac00d46b8c5ce51107066dc44a30ab41057a4e3ac259e",
                    "enabled": 1
                }
            },
            "vlock": {
                "100": {
                    "checksum": "sha256:ec8354aba09fd7ab45ed59a737034196f8b6c4df25e6079c4a00985e36b15f92",
                    "enabled": 1
                }
            },
            "vmtools": {
                "100": {
                    "checksum": "sha256:2b632a2cf0d1be1e6bffaf66a320cfd73cd3cb175711cfcab9ff77147838db40",
                    "enabled": 1
                }
            },
            "vmware": {
                "100": {
                    "checksum": "sha256:70cd067efc6e8ae5416b382c4b056f7a723459bc1c4e2e7f24fdb757d341845d",
                    "enabled": 1
                }
            },
            "vnstatd": {
                "100": {
                    "checksum": "sha256:fc8312deb1ef563cfbf8da562e6afba6dd16f4adc97e027c294ff06b1f1ef29f",
                    "enabled": 1
                }
            },
            "vpn": {
                "100": {
                    "checksum": "sha256:e1a9309d48b6463d32450421e867adadb08adbd641eaa072dcb5cd3d629f5dae",
                    "enabled": 1
                }
            },
            "w3c": {
                "100": {
                    "checksum": "sha256:6b19f10f4a51f6f1f343b082d4a96c3335b191f00d41152ae090627f727b8360",
                    "enabled": 1
                }
            },
            "watchdog": {
                "100": {
                    "checksum": "sha256:1171d89af3fa7fc84808f2b6f44fa9a6f8c161198fd3e326fa0f6f63b3820aac",
                    "enabled": 1
                }
            },
            "wdmd": {
                "100": {
                    "checksum": "sha256:78171e88b18db8befbfd2f75e232ed2925648955c4891c790e084063bc5e29f2",
                    "enabled": 1
                }
            },
            "webadm": {
                "100": {
                    "checksum": "sha256:f836d4af3abab47d1c5afe5f6a83ca9303506403e75e65f10fe4c4c719dee46a",
                    "enabled": 1
                }
            },
            "webalizer": {
                "100": {
                    "checksum": "sha256:43f69260eb8c399ceb227825b190ee1758a60b1b78052b1fbfe21d5fce8daab5",
                    "enabled": 1
                }
            },
            "wine": {
                "100": {
                    "checksum": "sha256:204369c49480adaf6c3bbee72b72ec17a5fac47821e371ac9b0e633666af050e",
                    "enabled": 1
                }
            },
            "wireguard": {
                "100": {
                    "checksum": "sha256:ec1197ebeb6bdbc525a66b7e661a8f7a58fe0a4cbf09ba7df7ee055d23746c1c",
                    "enabled": 1
                }
            },
            "wireshark": {
                "100": {
                    "checksum": "sha256:04f7d964a66c88c0ed6af6d352fa81af6618f3a16c0db0363e6f2df07d9ea83a",
                    "enabled": 1
                }
            },
            "xen": {
                "100": {
                    "checksum": "sha256:e79e6baf86bd76cda73219fd891bd706c38ecb6e37a92c24ba4291b28e8782de",
                    "enabled": 1
                }
            },
            "xguest": {
                "100": {
                    "checksum": "sha256:710ba99d8d809150194ab9c84f7e292435f65de06702b0fe6e9bdfa362076621",
                    "enabled": 1
                }
            },
            "xserver": {
                "100": {
                    "checksum": "sha256:05105fee82ae1decbb668b154e32f643eda2779459b0e35edcfa358996436147",
                    "enabled": 1
                }
            },
            "zabbix": {
                "100": {
                    "checksum": "sha256:a7eab2820c4bf5c9e51dd30942fce48426c0e35c25d5c13efda6e9313602a66f",
                    "enabled": 1
                }
            },
            "zarafa": {
                "100": {
                    "checksum": "sha256:b1738ace3c35a58867613fabb433a761136afae86bab322ea4d192436c5b0ddd",
                    "enabled": 1
                }
            },
            "zebra": {
                "100": {
                    "checksum": "sha256:913b9c2802fc6607d811ffc278dff3fb84d81942603cf21e1b4efcebf6a7529e",
                    "enabled": 1
                }
            },
            "zoneminder": {
                "100": {
                    "checksum": "sha256:19a33723d291446ee9617d0120088d7bae884e5a963c48a8afec20fc6bacc4bc",
                    "enabled": 1
                }
            },
            "zosremote": {
                "100": {
                    "checksum": "sha256:0e85101587e037fa8552703dfe40e3c31d4b86d65981d03ca3bcb9f91cde9e06",
                    "enabled": 1
                }
            }
        },
        "selinux_priorities": true
    },
    "changed": false
}

TASK [fedora.linux_system_roles.selinux : Load SELinux modules] ****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:115
Friday 25 October 2024  11:18:07 -0400 (0:00:03.700)       0:03:34.896 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "selinux_modules is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:128
Friday 25 October 2024  11:18:07 -0400 (0:00:00.118)       0:03:35.015 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:136
Friday 25 October 2024  11:18:07 -0400 (0:00:00.056)       0:03:35.071 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124
Friday 25 October 2024  11:18:07 -0400 (0:00:00.070)       0:03:35.142 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_cancel_user_linger": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] *******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128
Friday 25 October 2024  11:18:07 -0400 (0:00:00.045)       0:03:35.187 ******** 
skipping: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle credential files - present] ****
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137
Friday 25 October 2024  11:18:07 -0400 (0:00:00.114)       0:03:35.301 ******** 
skipping: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle secrets] ***********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146
Friday 25 October 2024  11:18:07 -0400 (0:00:00.057)       0:03:35.358 ******** 
skipping: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] *****
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153
Friday 25 October 2024  11:18:07 -0400 (0:00:00.078)       0:03:35.437 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node2 => (item=(censored due to no_log))

TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14
Friday 25 October 2024  11:18:07 -0400 (0:00:00.194)       0:03:35.632 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_spec": {
            "state": "absent"
        },
        "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n  labels:\n    app: test\n    io.containers.autoupdate: registry\n  name: bogus\nspec:\n  containers:\n    - name: bogus\n      image: quay.io/libpod/testimage:20210610\n"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21
Friday 25 October 2024  11:18:07 -0400 (0:00:00.129)       0:03:35.762 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_continue_if_pull_fails": false,
        "__podman_kube": {
            "apiVersion": "v1",
            "kind": "Pod",
            "metadata": {
                "labels": {
                    "app": "test",
                    "io.containers.autoupdate": "registry"
                },
                "name": "bogus"
            },
            "spec": {
                "containers": [
                    {
                        "image": "quay.io/libpod/testimage:20210610",
                        "name": "bogus"
                    }
                ]
            }
        },
        "__podman_kube_file": "",
        "__podman_pull_image": true,
        "__podman_state": "absent",
        "__podman_systemd_unit_scope": "",
        "__podman_user": "root"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33
Friday 25 October 2024  11:18:08 -0400 (0:00:00.185)       0:03:35.947 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_name": "bogus",
        "__podman_rootless": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Check user and group information] *****
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38
Friday 25 October 2024  11:18:08 -0400 (0:00:00.129)       0:03:36.076 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Get user information] *****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Friday 25 October 2024  11:18:08 -0400 (0:00:00.180)       0:03:36.257 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user does not exist] **********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Friday 25 October 2024  11:18:08 -0400 (0:00:00.082)       0:03:36.340 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set group for podman user] ************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Friday 25 October 2024  11:18:08 -0400 (0:00:00.085)       0:03:36.425 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_group": "0"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Friday 25 October 2024  11:18:09 -0400 (0:00:00.435)       0:03:36.861 ******** 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "atime": 1729869378.0103734,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 32,
        "charset": "binary",
        "checksum": "86395ad7ce62834c967dc50f963a68f042029188",
        "ctime": 1729869347.9092026,
        "dev": 51714,
        "device_type": 0,
        "executable": true,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 8895830,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "application/x-pie-executable",
        "mode": "0755",
        "mtime": 1719187200.0,
        "nlink": 1,
        "path": "/usr/bin/getsubids",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 15728,
        "uid": 0,
        "version": "2735121205",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": true,
        "xoth": true,
        "xusr": true
    }
}

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Friday 25 October 2024  11:18:09 -0400 (0:00:00.445)       0:03:37.306 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44
Friday 25 October 2024  11:18:09 -0400 (0:00:00.051)       0:03:37.357 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49
Friday 25 October 2024  11:18:09 -0400 (0:00:00.051)       0:03:37.409 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get subuid file] **********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62
Friday 25 October 2024  11:18:09 -0400 (0:00:00.044)       0:03:37.453 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get subgid file] **********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67
Friday 25 October 2024  11:18:09 -0400 (0:00:00.044)       0:03:37.497 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72
Friday 25 October 2024  11:18:09 -0400 (0:00:00.044)       0:03:37.542 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82
Friday 25 October 2024  11:18:09 -0400 (0:00:00.044)       0:03:37.586 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89
Friday 25 October 2024  11:18:09 -0400 (0:00:00.047)       0:03:37.634 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43
Friday 25 October 2024  11:18:09 -0400 (0:00:00.060)       0:03:37.695 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_kube",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52
Friday 25 October 2024  11:18:09 -0400 (0:00:00.099)       0:03:37.795 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_activate_systemd_unit": true,
        "__podman_systemd_scope": "system",
        "__podman_user_home_dir": "/root",
        "__podman_xdg_runtime_dir": "/run/user/0"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60
Friday 25 October 2024  11:18:10 -0400 (0:00:00.169)       0:03:37.964 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_path": "/etc/containers/ansible-kubernetes.d"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64
Friday 25 October 2024  11:18:10 -0400 (0:00:00.303)       0:03:38.268 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/bogus.yml"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68
Friday 25 October 2024  11:18:10 -0400 (0:00:00.108)       0:03:38.377 ******** 
ok: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75
Friday 25 October 2024  11:18:10 -0400 (0:00:00.099)       0:03:38.476 ******** 
ok: [managed-node2] => {
    "changed": false,
    "cmd": [
        "systemd-escape",
        "--template",
        "podman-kube@.service",
        "/etc/containers/ansible-kubernetes.d/bogus.yml"
    ],
    "delta": "0:00:00.005852",
    "end": "2024-10-25 11:18:11.009237",
    "rc": 0,
    "start": "2024-10-25 11:18:11.003385"
}

STDOUT:

podman-kube@-etc-containers-ansible\x2dkubernetes.d-bogus.yml.service

TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83
Friday 25 October 2024  11:18:11 -0400 (0:00:00.428)       0:03:38.905 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] *****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2
Friday 25 October 2024  11:18:11 -0400 (0:00:00.154)       0:03:39.059 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_rootless | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Stop and disable service] *************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10
Friday 25 October 2024  11:18:11 -0400 (0:00:00.070)       0:03:39.130 ******** 
ok: [managed-node2] => {
    "changed": false,
    "enabled": false,
    "failed_when_result": false,
    "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-bogus.yml.service",
    "state": "stopped",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0",
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "basic.target \"system-podman\\\\x2dkube.slice\" -.mount systemd-journald.socket sysinit.target network-online.target",
        "AllowIsolate": "no",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Before": "shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroupId": "0",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "A template for running K8s workloads via podman-kube-play",
        "DevicePolicy": "auto",
        "Documentation": "\"man:podman-kube-play(1)\"",
        "DynamicUser": "no",
        "EffectiveMemoryHigh": "3702870016",
        "EffectiveMemoryMax": "3702870016",
        "EffectiveTasksMax": "22362",
        "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-bogus.yml.service\"",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainHandoffTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/bogus.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/bogus.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/bogus.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/bogus.yml ; 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/podman-kube@.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": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-bogus.yml.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": "13976",
        "LimitNPROCSoft": "13976",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13976",
        "LimitSIGPENDINGSoft": "13976",
        "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": "3227054080",
        "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": "\"podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-bogus.yml.service\"",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "all",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "\"system-podman\\\\x2dkube.slice\" sysinit.target -.mount",
        "RequiresMountsFor": "/run/containers",
        "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-podman\\x2dkube.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": "22362",
        "TimeoutAbortUSec": "1min 10s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 10s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "notify",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "disabled",
        "UtmpMode": "init",
        "Wants": "network-online.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "infinity"
    }
}

TASK [fedora.linux_system_roles.podman : Check if kube file exists] ************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:28
Friday 25 October 2024  11:18:11 -0400 (0:00:00.646)       0:03:39.777 ******** 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "atime": 1729869434.8526962,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "f8266a972ed3be7e204d2a67883fe3a22b8dbf18",
        "ctime": 1729869434.316693,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 142606602,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1729869433.9856913,
        "nlink": 1,
        "path": "/etc/containers/ansible-kubernetes.d/bogus.yml",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 237,
        "uid": 0,
        "version": "3488714185",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [fedora.linux_system_roles.podman : Remove pod/containers] ****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:38
Friday 25 October 2024  11:18:12 -0400 (0:00:00.485)       0:03:40.262 ******** 
changed: [managed-node2] => {
    "actions": [
        "/usr/bin/podman kube play --down /etc/containers/ansible-kubernetes.d/bogus.yml"
    ],
    "changed": true,
    "failed_when_result": false
}

STDOUT:

Pods stopped:
38c36eb7f76997205dcb713a76d0cffa999dab2900751c66c0eda4dddcfae17f
Pods removed:
38c36eb7f76997205dcb713a76d0cffa999dab2900751c66c0eda4dddcfae17f
Secrets removed:
Volumes removed:


TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] **********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:56
Friday 25 October 2024  11:18:13 -0400 (0:00:00.902)       0:03:41.164 ******** 
changed: [managed-node2] => {
    "changed": true,
    "path": "/etc/containers/ansible-kubernetes.d/bogus.yml",
    "state": "absent"
}

TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:61
Friday 25 October 2024  11:18:13 -0400 (0:00:00.489)       0:03:41.654 ******** 
changed: [managed-node2] => {
    "changed": true,
    "cmd": [
        "podman",
        "image",
        "prune",
        "-f"
    ],
    "delta": "0:00:00.033189",
    "end": "2024-10-25 11:18:14.223323",
    "rc": 0,
    "start": "2024-10-25 11:18:14.190134"
}

TASK [fedora.linux_system_roles.podman : Manage linger] ************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70
Friday 25 October 2024  11:18:14 -0400 (0:00:00.482)       0:03:42.137 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Enable linger if needed] **************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12
Friday 25 October 2024  11:18:14 -0400 (0:00:00.235)       0:03:42.373 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_rootless | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18
Friday 25 October 2024  11:18:14 -0400 (0:00:00.059)       0:03:42.433 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_rootless | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22
Friday 25 October 2024  11:18:14 -0400 (0:00:00.062)       0:03:42.496 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_rootless | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Create and update containers and services] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87
Friday 25 October 2024  11:18:14 -0400 (0:00:00.049)       0:03:42.545 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_state != \"absent\"",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160
Friday 25 October 2024  11:18:14 -0400 (0:00:00.067)       0:03:42.612 ******** 
skipping: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Cancel linger] ************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167
Friday 25 October 2024  11:18:14 -0400 (0:00:00.042)       0:03:42.655 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.podman : Handle credential files - absent] *****
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173
Friday 25 October 2024  11:18:14 -0400 (0:00:00.043)       0:03:42.699 ******** 
skipping: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182
Friday 25 October 2024  11:18:14 -0400 (0:00:00.058)       0:03:42.757 ******** 
skipping: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [Run role] ****************************************************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:291
Friday 25 October 2024  11:18:15 -0400 (0:00:00.194)       0:03:42.952 ******** 
included: fedora.linux_system_roles.podman for managed-node2

TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3
Friday 25 October 2024  11:18:15 -0400 (0:00:00.360)       0:03:43.313 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] ****
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3
Friday 25 October 2024  11:18:15 -0400 (0:00:00.131)       0:03:43.444 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11
Friday 25 October 2024  11:18:15 -0400 (0:00:00.087)       0:03:43.532 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16
Friday 25 October 2024  11:18:15 -0400 (0:00:00.079)       0:03:43.612 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23
Friday 25 October 2024  11:18:15 -0400 (0:00:00.113)       0:03:43.725 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28
Friday 25 October 2024  11:18:16 -0400 (0:00:00.103)       0:03:43.828 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32
Friday 25 October 2024  11:18:16 -0400 (0:00:00.088)       0:03:43.917 ******** 
ok: [managed-node2] => (item=RedHat.yml) => {
    "ansible_facts": {
        "__podman_packages": [
            "podman",
            "shadow-utils-subid"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml"
}
skipping: [managed-node2] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "CentOS.yml",
    "skip_reason": "Conditional result was False"
}
ok: [managed-node2] => (item=CentOS_10.yml) => {
    "ansible_facts": {
        "__podman_packages": [
            "iptables-nft",
            "podman",
            "shadow-utils-subid"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_10.yml"
}
ok: [managed-node2] => (item=CentOS_10.yml) => {
    "ansible_facts": {
        "__podman_packages": [
            "iptables-nft",
            "podman",
            "shadow-utils-subid"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_10.yml"
}

TASK [fedora.linux_system_roles.podman : Gather the package facts] *************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6
Friday 25 October 2024  11:18:16 -0400 (0:00:00.155)       0:03:44.073 ******** 
ok: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Enable copr if requested] *************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10
Friday 25 October 2024  11:18:17 -0400 (0:00:01.010)       0:03:45.083 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_use_copr | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14
Friday 25 October 2024  11:18:17 -0400 (0:00:00.045)       0:03:45.129 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "(__podman_packages | difference(ansible_facts.packages))",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28
Friday 25 October 2024  11:18:17 -0400 (0:00:00.050)       0:03:45.179 ******** 
skipping: [managed-node2] => {
    "false_condition": "__podman_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33
Friday 25 October 2024  11:18:17 -0400 (0:00:00.053)       0:03:45.233 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38
Friday 25 October 2024  11:18:17 -0400 (0:00:00.066)       0:03:45.299 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get podman version] *******************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46
Friday 25 October 2024  11:18:17 -0400 (0:00:00.067)       0:03:45.367 ******** 
ok: [managed-node2] => {
    "changed": false,
    "cmd": [
        "podman",
        "--version"
    ],
    "delta": "0:00:00.024625",
    "end": "2024-10-25 11:18:17.929903",
    "rc": 0,
    "start": "2024-10-25 11:18:17.905278"
}

STDOUT:

podman version 5.2.2

TASK [fedora.linux_system_roles.podman : Set podman version] *******************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52
Friday 25 October 2024  11:18:18 -0400 (0:00:00.473)       0:03:45.840 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "podman_version": "5.2.2"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56
Friday 25 October 2024  11:18:18 -0400 (0:00:00.140)       0:03:45.981 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_version is version(\"4.2\", \"<\")",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63
Friday 25 October 2024  11:18:18 -0400 (0:00:00.147)       0:03:46.128 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "(podman_quadlet_specs | length > 0) or (podman_secrets | length > 0)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73
Friday 25 October 2024  11:18:18 -0400 (0:00:00.115)       0:03:46.246 ******** 
META: end_host conditional evaluated to False, continuing execution for managed-node2
skipping: [managed-node2] => {
    "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2"
}

MSG:

end_host conditional evaluated to false, continuing execution for managed-node2

TASK [fedora.linux_system_roles.podman : Check user and group information] *****
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80
Friday 25 October 2024  11:18:18 -0400 (0:00:00.116)       0:03:46.362 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Get user information] *****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Friday 25 October 2024  11:18:18 -0400 (0:00:00.207)       0:03:46.570 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user does not exist] **********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Friday 25 October 2024  11:18:18 -0400 (0:00:00.066)       0:03:46.637 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set group for podman user] ************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Friday 25 October 2024  11:18:18 -0400 (0:00:00.084)       0:03:46.721 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_group": "0"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Friday 25 October 2024  11:18:18 -0400 (0:00:00.073)       0:03:46.794 ******** 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "atime": 1729869378.0103734,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 32,
        "charset": "binary",
        "checksum": "86395ad7ce62834c967dc50f963a68f042029188",
        "ctime": 1729869347.9092026,
        "dev": 51714,
        "device_type": 0,
        "executable": true,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 8895830,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "application/x-pie-executable",
        "mode": "0755",
        "mtime": 1719187200.0,
        "nlink": 1,
        "path": "/usr/bin/getsubids",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 15728,
        "uid": 0,
        "version": "2735121205",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": true,
        "xoth": true,
        "xusr": true
    }
}

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Friday 25 October 2024  11:18:19 -0400 (0:00:00.419)       0:03:47.214 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44
Friday 25 October 2024  11:18:19 -0400 (0:00:00.070)       0:03:47.285 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49
Friday 25 October 2024  11:18:19 -0400 (0:00:00.071)       0:03:47.357 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get subuid file] **********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62
Friday 25 October 2024  11:18:19 -0400 (0:00:00.079)       0:03:47.436 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get subgid file] **********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67
Friday 25 October 2024  11:18:19 -0400 (0:00:00.124)       0:03:47.561 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72
Friday 25 October 2024  11:18:19 -0400 (0:00:00.114)       0:03:47.677 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82
Friday 25 October 2024  11:18:19 -0400 (0:00:00.094)       0:03:47.771 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89
Friday 25 October 2024  11:18:20 -0400 (0:00:00.177)       0:03:47.949 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set config file paths] ****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86
Friday 25 October 2024  11:18:20 -0400 (0:00:00.070)       0:03:48.020 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf",
        "__podman_policy_json_file": "/etc/containers/policy.json",
        "__podman_registries_conf_file": "/etc/containers/registries.conf.d/50-systemroles.conf",
        "__podman_storage_conf_file": "/etc/containers/storage.conf"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle container.conf.d] **************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95
Friday 25 October 2024  11:18:20 -0400 (0:00:00.101)       0:03:48.122 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5
Friday 25 October 2024  11:18:20 -0400 (0:00:00.212)       0:03:48.335 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_containers_conf | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Update container config file] *********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13
Friday 25 October 2024  11:18:20 -0400 (0:00:00.121)       0:03:48.456 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_containers_conf | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] *************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98
Friday 25 October 2024  11:18:20 -0400 (0:00:00.121)       0:03:48.578 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5
Friday 25 October 2024  11:18:20 -0400 (0:00:00.158)       0:03:48.736 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_registries_conf | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Update registries config file] ********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13
Friday 25 October 2024  11:18:21 -0400 (0:00:00.088)       0:03:48.824 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_registries_conf | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Handle storage.conf] ******************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101
Friday 25 October 2024  11:18:21 -0400 (0:00:00.072)       0:03:48.896 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5
Friday 25 October 2024  11:18:21 -0400 (0:00:00.224)       0:03:49.121 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_storage_conf | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Update storage config file] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13
Friday 25 October 2024  11:18:21 -0400 (0:00:00.109)       0:03:49.230 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_storage_conf | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Handle policy.json] *******************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104
Friday 25 October 2024  11:18:21 -0400 (0:00:00.068)       0:03:49.298 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6
Friday 25 October 2024  11:18:21 -0400 (0:00:00.135)       0:03:49.434 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_policy_json | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14
Friday 25 October 2024  11:18:21 -0400 (0:00:00.071)       0:03:49.506 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_policy_json | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get the existing policy.json] *********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19
Friday 25 October 2024  11:18:21 -0400 (0:00:00.080)       0:03:49.586 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_policy_json | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Write new policy.json file] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25
Friday 25 October 2024  11:18:21 -0400 (0:00:00.070)       0:03:49.657 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_policy_json | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [Manage firewall for specified ports] *************************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110
Friday 25 October 2024  11:18:21 -0400 (0:00:00.072)       0:03:49.729 ******** 
included: fedora.linux_system_roles.firewall for managed-node2

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Friday 25 October 2024  11:18:22 -0400 (0:00:00.258)       0:03:49.988 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2

TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Friday 25 October 2024  11:18:22 -0400 (0:00:00.200)       0:03:50.188 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__firewall_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if system is ostree] **********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Friday 25 October 2024  11:18:22 -0400 (0:00:00.094)       0:03:50.283 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __firewall_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Friday 25 October 2024  11:18:22 -0400 (0:00:00.080)       0:03:50.364 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __firewall_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Friday 25 October 2024  11:18:22 -0400 (0:00:00.075)       0:03:50.440 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __firewall_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Friday 25 October 2024  11:18:22 -0400 (0:00:00.075)       0:03:50.515 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __firewall_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Friday 25 October 2024  11:18:22 -0400 (0:00:00.069)       0:03:50.585 ******** 
ok: [managed-node2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Friday 25 October 2024  11:18:23 -0400 (0:00:00.708)       0:03:51.293 ******** 
skipping: [managed-node2] => {
    "false_condition": "__firewall_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Friday 25 October 2024  11:18:23 -0400 (0:00:00.072)       0:03:51.366 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__firewall_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Friday 25 October 2024  11:18:23 -0400 (0:00:00.059)       0:03:51.426 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__firewall_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Friday 25 October 2024  11:18:23 -0400 (0:00:00.072)       0:03:51.498 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "firewall_disable_conflicting_services | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Friday 25 October 2024  11:18:23 -0400 (0:00:00.075)       0:03:51.573 ******** 
skipping: [managed-node2] => (item=nftables)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall_disable_conflicting_services | bool",
    "item": "nftables",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=iptables)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall_disable_conflicting_services | bool",
    "item": "iptables",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=ufw)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall_disable_conflicting_services | bool",
    "item": "ufw",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Friday 25 October 2024  11:18:23 -0400 (0:00:00.098)       0:03:51.672 ******** 
ok: [managed-node2] => {
    "changed": false,
    "name": "firewalld",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0",
        "ActiveEnterTimestamp": "Fri 2024-10-25 11:16:25 EDT",
        "ActiveEnterTimestampMonotonic": "356337414",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "dbus-broker.service dbus.socket polkit.service basic.target system.slice sysinit.target",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Fri 2024-10-25 11:16:23 EDT",
        "AssertTimestampMonotonic": "355172872",
        "Before": "network-pre.target multi-user.target shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "BusName": "org.fedoraproject.FirewallD1",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "481264000",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Fri 2024-10-25 11:16:23 EDT",
        "ConditionTimestampMonotonic": "355172869",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target iptables.service ip6tables.service ebtables.service ipset.service",
        "ControlGroup": "/system.slice/firewalld.service",
        "ControlGroupId": "4477",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "firewalld - dynamic firewall daemon",
        "DeviceAllow": "char-rtc r",
        "DevicePolicy": "closed",
        "Documentation": "\"man:firewalld(1)\"",
        "DynamicUser": "no",
        "EffectiveMemoryHigh": "3702870016",
        "EffectiveMemoryMax": "3702870016",
        "EffectiveTasksMax": "22362",
        "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainHandoffTimestamp": "Fri 2024-10-25 11:16:23 EDT",
        "ExecMainHandoffTimestampMonotonic": "355206423",
        "ExecMainPID": "10192",
        "ExecMainStartTimestamp": "Fri 2024-10-25 11:16:23 EDT",
        "ExecMainStartTimestampMonotonic": "355175536",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Fri 2024-10-25 11:16:23 EDT] ; stop_time=[n/a] ; pid=10192 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Fri 2024-10-25 11:16:23 EDT] ; stop_time=[n/a] ; pid=10192 ; code=(null) ; status=0/0 }",
        "ExitType": "main",
        "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FileDescriptorStorePreserve": "restart",
        "FinalKillSignal": "9",
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOReadBytes": "[not set]",
        "IOReadOperations": "[not set]",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "[not set]",
        "IOWriteOperations": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "firewalld.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Fri 2024-10-25 11:16:23 EDT",
        "InactiveExitTimestampMonotonic": "355176175",
        "InvocationID": "ea92ee956cf74c239cf3bbd6a6cd54c0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "mixed",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "8388608",
        "LimitMEMLOCKSoft": "8388608",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "524288",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "13976",
        "LimitNPROCSoft": "13976",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13976",
        "LimitSIGPENDINGSoft": "13976",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "yes",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "10192",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "3211124736",
        "MemoryCurrent": "33157120",
        "MemoryDenyWriteExecute": "yes",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "33771520",
        "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": "firewalld.service dbus-org.fedoraproject.FirewallD1.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "yes",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "yes",
        "ProtectControlGroups": "yes",
        "ProtectHome": "yes",
        "ProtectHostname": "yes",
        "ProtectKernelLogs": "yes",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "yes",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "dbus.socket sysinit.target system.slice",
        "Restart": "no",
        "RestartKillSignal": "15",
        "RestartMaxDelayUSec": "infinity",
        "RestartMode": "normal",
        "RestartSteps": "0",
        "RestartUSec": "100ms",
        "RestartUSecNext": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "yes",
        "RestrictSUIDSGID": "yes",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RootEphemeral": "no",
        "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "SetLoginEnvironment": "no",
        "Slice": "system.slice",
        "StandardError": "null",
        "StandardInput": "null",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StartupMemoryHigh": "infinity",
        "StartupMemoryLow": "0",
        "StartupMemoryMax": "infinity",
        "StartupMemorySwapMax": "infinity",
        "StartupMemoryZSwapMax": "infinity",
        "StateChangeTimestamp": "Fri 2024-10-25 11:16:25 EDT",
        "StateChangeTimestampMonotonic": "356337414",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SurviveFinalKillSignal": "no",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallArchitectures": "native",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "2",
        "TasksMax": "22362",
        "TimeoutAbortUSec": "1min 30s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "Wants": "network-pre.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Friday 25 October 2024  11:18:24 -0400 (0:00:00.958)       0:03:52.630 ******** 
ok: [managed-node2] => {
    "changed": false,
    "enabled": true,
    "name": "firewalld",
    "state": "started",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0",
        "ActiveEnterTimestamp": "Fri 2024-10-25 11:16:25 EDT",
        "ActiveEnterTimestampMonotonic": "356337414",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "dbus-broker.service dbus.socket polkit.service basic.target system.slice sysinit.target",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Fri 2024-10-25 11:16:23 EDT",
        "AssertTimestampMonotonic": "355172872",
        "Before": "network-pre.target multi-user.target shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "BusName": "org.fedoraproject.FirewallD1",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "481264000",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Fri 2024-10-25 11:16:23 EDT",
        "ConditionTimestampMonotonic": "355172869",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target iptables.service ip6tables.service ebtables.service ipset.service",
        "ControlGroup": "/system.slice/firewalld.service",
        "ControlGroupId": "4477",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "firewalld - dynamic firewall daemon",
        "DeviceAllow": "char-rtc r",
        "DevicePolicy": "closed",
        "Documentation": "\"man:firewalld(1)\"",
        "DynamicUser": "no",
        "EffectiveMemoryHigh": "3702870016",
        "EffectiveMemoryMax": "3702870016",
        "EffectiveTasksMax": "22362",
        "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainHandoffTimestamp": "Fri 2024-10-25 11:16:23 EDT",
        "ExecMainHandoffTimestampMonotonic": "355206423",
        "ExecMainPID": "10192",
        "ExecMainStartTimestamp": "Fri 2024-10-25 11:16:23 EDT",
        "ExecMainStartTimestampMonotonic": "355175536",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Fri 2024-10-25 11:16:23 EDT] ; stop_time=[n/a] ; pid=10192 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Fri 2024-10-25 11:16:23 EDT] ; stop_time=[n/a] ; pid=10192 ; code=(null) ; status=0/0 }",
        "ExitType": "main",
        "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FileDescriptorStorePreserve": "restart",
        "FinalKillSignal": "9",
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOReadBytes": "[not set]",
        "IOReadOperations": "[not set]",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "[not set]",
        "IOWriteOperations": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "firewalld.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Fri 2024-10-25 11:16:23 EDT",
        "InactiveExitTimestampMonotonic": "355176175",
        "InvocationID": "ea92ee956cf74c239cf3bbd6a6cd54c0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "mixed",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "8388608",
        "LimitMEMLOCKSoft": "8388608",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "524288",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "13976",
        "LimitNPROCSoft": "13976",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13976",
        "LimitSIGPENDINGSoft": "13976",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "yes",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "10192",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "3218059264",
        "MemoryCurrent": "33157120",
        "MemoryDenyWriteExecute": "yes",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "33771520",
        "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": "firewalld.service dbus-org.fedoraproject.FirewallD1.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "yes",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "yes",
        "ProtectControlGroups": "yes",
        "ProtectHome": "yes",
        "ProtectHostname": "yes",
        "ProtectKernelLogs": "yes",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "yes",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "dbus.socket sysinit.target system.slice",
        "Restart": "no",
        "RestartKillSignal": "15",
        "RestartMaxDelayUSec": "infinity",
        "RestartMode": "normal",
        "RestartSteps": "0",
        "RestartUSec": "100ms",
        "RestartUSecNext": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "yes",
        "RestrictSUIDSGID": "yes",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RootEphemeral": "no",
        "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "SetLoginEnvironment": "no",
        "Slice": "system.slice",
        "StandardError": "null",
        "StandardInput": "null",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StartupMemoryHigh": "infinity",
        "StartupMemoryLow": "0",
        "StartupMemoryMax": "infinity",
        "StartupMemorySwapMax": "infinity",
        "StartupMemoryZSwapMax": "infinity",
        "StateChangeTimestamp": "Fri 2024-10-25 11:16:25 EDT",
        "StateChangeTimestampMonotonic": "356337414",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SurviveFinalKillSignal": "no",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallArchitectures": "native",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "2",
        "TasksMax": "22362",
        "TimeoutAbortUSec": "1min 30s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "Wants": "network-pre.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Friday 25 October 2024  11:18:25 -0400 (0:00:00.674)       0:03:53.305 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__firewall_previous_replaced": false,
        "__firewall_python_cmd": "/usr/bin/python3.12",
        "__firewall_report_changed": true
    },
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Friday 25 October 2024  11:18:25 -0400 (0:00:00.155)       0:03:53.460 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__firewall_previous_replaced | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Friday 25 October 2024  11:18:25 -0400 (0:00:00.135)       0:03:53.596 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__firewall_previous_replaced | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Friday 25 October 2024  11:18:25 -0400 (0:00:00.127)       0:03:53.723 ******** 
ok: [managed-node2] => (item={'port': '15001-15003/tcp', 'state': 'enabled'}) => {
    "__firewall_changed": false,
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "port": "15001-15003/tcp",
        "state": "enabled"
    }
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120
Friday 25 October 2024  11:18:26 -0400 (0:00:00.695)       0:03:54.419 ******** 
skipping: [managed-node2] => (item={'port': '15001-15003/tcp', 'state': 'enabled'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "'detailed' in fw[0]",
    "item": {
        "port": "15001-15003/tcp",
        "state": "enabled"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130
Friday 25 October 2024  11:18:26 -0400 (0:00:00.150)       0:03:54.569 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "'detailed' in fw[0]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139
Friday 25 October 2024  11:18:26 -0400 (0:00:00.168)       0:03:54.738 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "firewall == None or firewall | length == 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144
Friday 25 October 2024  11:18:27 -0400 (0:00:00.129)       0:03:54.867 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "firewall == None or firewall | length == 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153
Friday 25 October 2024  11:18:27 -0400 (0:00:00.091)       0:03:54.958 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__firewall_previous_replaced | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163
Friday 25 October 2024  11:18:27 -0400 (0:00:00.089)       0:03:55.048 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__firewall_previous_replaced | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169
Friday 25 October 2024  11:18:27 -0400 (0:00:00.300)       0:03:55.349 ******** 
skipping: [managed-node2] => {
    "false_condition": "__firewall_previous_replaced | bool"
}

TASK [Manage selinux for specified ports] **************************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117
Friday 25 October 2024  11:18:27 -0400 (0:00:00.225)       0:03:55.574 ******** 
redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux
redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux
redirecting (type: modules) ansible.builtin.seboolean to ansible.posix.seboolean
included: fedora.linux_system_roles.selinux for managed-node2

TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2
Friday 25 October 2024  11:18:28 -0400 (0:00:00.314)       0:03:55.889 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml for managed-node2

TASK [fedora.linux_system_roles.selinux : Ensure ansible_facts used by role] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2
Friday 25 October 2024  11:18:28 -0400 (0:00:00.124)       0:03:56.013 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__selinux_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] *************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7
Friday 25 October 2024  11:18:28 -0400 (0:00:00.066)       0:03:56.079 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml for managed-node2

TASK [fedora.linux_system_roles.selinux : Check if system is ostree] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5
Friday 25 October 2024  11:18:28 -0400 (0:00:00.096)       0:03:56.175 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __selinux_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set flag to indicate system is ostree] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10
Friday 25 October 2024  11:18:28 -0400 (0:00:00.049)       0:03:56.225 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __selinux_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17
Friday 25 October 2024  11:18:28 -0400 (0:00:00.049)       0:03:56.275 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __selinux_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set flag if transactional-update exists] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22
Friday 25 October 2024  11:18:28 -0400 (0:00:00.143)       0:03:56.419 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __selinux_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Install SELinux python2 tools] *******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26
Friday 25 October 2024  11:18:28 -0400 (0:00:00.089)       0:03:56.509 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "ansible_python_version is version('3', '<')",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] *******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35
Friday 25 October 2024  11:18:28 -0400 (0:00:00.086)       0:03:56.596 ******** 
ok: [managed-node2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] *******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46
Friday 25 October 2024  11:18:29 -0400 (0:00:00.815)       0:03:57.411 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "ansible_os_family == \"Suse\"",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] *******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58
Friday 25 October 2024  11:18:29 -0400 (0:00:00.082)       0:03:57.494 ******** 
ok: [managed-node2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:72
Friday 25 October 2024  11:18:30 -0400 (0:00:00.768)       0:03:58.263 ******** 
skipping: [managed-node2] => {
    "false_condition": "__selinux_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:77
Friday 25 October 2024  11:18:30 -0400 (0:00:00.050)       0:03:58.314 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__selinux_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Fail if reboot is needed and not set] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:82
Friday 25 October 2024  11:18:30 -0400 (0:00:00.062)       0:03:58.376 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__selinux_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Refresh facts] ***********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:89
Friday 25 October 2024  11:18:30 -0400 (0:00:00.062)       0:03:58.438 ******** 
ok: [managed-node2]

TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5
Friday 25 October 2024  11:18:31 -0400 (0:00:01.016)       0:03:59.455 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "ansible_selinux.status == \"enabled\" and (selinux_state or selinux_policy)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13
Friday 25 October 2024  11:18:31 -0400 (0:00:00.129)       0:03:59.585 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "ansible_selinux.status == \"disabled\" and selinux_state",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] *********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21
Friday 25 October 2024  11:18:31 -0400 (0:00:00.103)       0:03:59.688 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "selinux_reboot_required": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] **********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25
Friday 25 October 2024  11:18:32 -0400 (0:00:00.225)       0:03:59.913 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "selinux_reboot_required",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Warn if SELinux is disabled] *********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30
Friday 25 October 2024  11:18:32 -0400 (0:00:00.067)       0:03:59.981 ******** 
skipping: [managed-node2] => {
    "false_condition": "ansible_selinux.status == \"disabled\""
}

TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35
Friday 25 October 2024  11:18:32 -0400 (0:00:00.070)       0:04:00.051 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "selinux_all_purge | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:43
Friday 25 October 2024  11:18:32 -0400 (0:00:00.104)       0:04:00.156 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "selinux_booleans_purge | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Purge all SELinux file context local modifications] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:48
Friday 25 October 2024  11:18:32 -0400 (0:00:00.105)       0:04:00.261 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "selinux_fcontexts_purge | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Purge all SELinux port local modifications] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:53
Friday 25 October 2024  11:18:32 -0400 (0:00:00.080)       0:04:00.342 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "selinux_ports_purge | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Purge all SELinux login local modifications] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58
Friday 25 October 2024  11:18:32 -0400 (0:00:00.087)       0:04:00.429 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "selinux_logins_purge | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set SELinux booleans] ****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:63
Friday 25 October 2024  11:18:32 -0400 (0:00:00.070)       0:04:00.499 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:74
Friday 25 October 2024  11:18:32 -0400 (0:00:00.066)       0:04:00.565 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87
Friday 25 October 2024  11:18:32 -0400 (0:00:00.070)       0:04:00.636 ******** 
ok: [managed-node2] => (item={'ports': '15001-15003', 'setype': 'http_port_t'}) => {
    "__selinux_item": {
        "ports": "15001-15003",
        "setype": "http_port_t"
    },
    "ansible_loop_var": "__selinux_item",
    "changed": false,
    "ports": [
        "15001-15003"
    ],
    "proto": "tcp",
    "setype": "http_port_t",
    "state": "present"
}

TASK [fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:99
Friday 25 October 2024  11:18:33 -0400 (0:00:00.677)       0:04:01.313 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112
Friday 25 October 2024  11:18:33 -0400 (0:00:00.070)       0:04:01.384 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "selinux_checksums": true,
        "selinux_installed_modules": {
            "abrt": {
                "100": {
                    "checksum": "sha256:98d1c8c12a0f58b637b3864dec2f3d03281e88e541f41a5e19563a5447ba020c",
                    "enabled": 1
                }
            },
            "accountsd": {
                "100": {
                    "checksum": "sha256:bf97d40f7ec7e4318b7d31bfd664735627b76b6e616a0cff06c15040960620ec",
                    "enabled": 1
                }
            },
            "acct": {
                "100": {
                    "checksum": "sha256:da4a2c785c040f6c34a3e602eeb1ed612a74ac170b7f5089d8ba55e12f750818",
                    "enabled": 1
                }
            },
            "afs": {
                "100": {
                    "checksum": "sha256:fb7e253fdbe3d08b3929bb97c3b6d52f56123bd4759aa1008c667abd2021b2aa",
                    "enabled": 1
                }
            },
            "afterburn": {
                "100": {
                    "checksum": "sha256:86bb7a2815cf9d64e9efd2c917153b238cbc60d7d03abac54f428bf676e4bdb6",
                    "enabled": 1
                }
            },
            "aiccu": {
                "100": {
                    "checksum": "sha256:836a35abbbf400c117eae70a77a4596a73b3d548e6fa82e3a0f55ae96f21d64b",
                    "enabled": 1
                }
            },
            "aide": {
                "100": {
                    "checksum": "sha256:4f387a45821ab709a325b7ccd4af3a4951c231c34440b5fa877b8fc6387d2aff",
                    "enabled": 1
                }
            },
            "ajaxterm": {
                "100": {
                    "checksum": "sha256:6e3edee489b6c939e15c49b4819463a7021d6188eaff9b05e9c8867de1f018fd",
                    "enabled": 1
                }
            },
            "alsa": {
                "100": {
                    "checksum": "sha256:9de454604bdef8775f6ebae39b8bc4ba7b5e79a2972d3e32ca7d50abffa7a85a",
                    "enabled": 1
                }
            },
            "amanda": {
                "100": {
                    "checksum": "sha256:133a6a6da4b4ab3b13dd255bd7974bb6e0494fa7c5e0b1034b7926823d6621a2",
                    "enabled": 1
                }
            },
            "amtu": {
                "100": {
                    "checksum": "sha256:80ccb9e85608a483fa07c37c2772933f5e63025bcc667540bec377b02bde2f3c",
                    "enabled": 1
                }
            },
            "anaconda": {
                "100": {
                    "checksum": "sha256:409af50bd5708e662302020ddef0f314e0da72c996c670db45aea57478e8ee9a",
                    "enabled": 1
                }
            },
            "antivirus": {
                "100": {
                    "checksum": "sha256:f1ed2e1ec9355b898716cc1ed8f18d7983b45b5bb88c2624fe31ffc968dcd6ca",
                    "enabled": 1
                }
            },
            "apache": {
                "100": {
                    "checksum": "sha256:3239b0ebdb98df15e7140b948a2c741b36a870ca02ba8b425ab0de044e7b7dff",
                    "enabled": 1
                }
            },
            "apcupsd": {
                "100": {
                    "checksum": "sha256:47a5360325c4aebd9de805b5113bc715736bb01801cbbf317ac2112d1bae15c8",
                    "enabled": 1
                }
            },
            "apm": {
                "100": {
                    "checksum": "sha256:757508a02ab22f3ad35ce7bc9e596f7c84e62b7744db341f9d4f63ef74ee92ff",
                    "enabled": 1
                }
            },
            "application": {
                "100": {
                    "checksum": "sha256:c5b9c6d5d27d5c119598c1a040e9f488ac1d783c497b13b9c1cce9cafdfdf6a1",
                    "enabled": 1
                }
            },
            "arpwatch": {
                "100": {
                    "checksum": "sha256:a8786979d69981a916a89856cce9aadaa540fe2baf93053bf9274eac36cc38fb",
                    "enabled": 1
                }
            },
            "asterisk": {
                "100": {
                    "checksum": "sha256:f113821fcc3ce3e5e04130937924e8aeb5741935d8b5422af25ef8c4540cedbd",
                    "enabled": 1
                }
            },
            "auditadm": {
                "100": {
                    "checksum": "sha256:05a7fc8acec5e707257376e4ff8fd8a02de27aa9c616c95c0e8ea9239841eae1",
                    "enabled": 1
                }
            },
            "authconfig": {
                "100": {
                    "checksum": "sha256:42a66af256fa45dd7be3e09166aaa0f2a035f5670f39466a2d4ee84e417fd76d",
                    "enabled": 1
                }
            },
            "authlogin": {
                "100": {
                    "checksum": "sha256:caab2da7e513ebcafb2f4829626763ff58f74cbbf7c14b31e1aa1780afdc114a",
                    "enabled": 1
                }
            },
            "automount": {
                "100": {
                    "checksum": "sha256:3196fce29123f8eeecd6175b098063735d77aecfaffa7f6cb641adbcbd9ee977",
                    "enabled": 1
                }
            },
            "avahi": {
                "100": {
                    "checksum": "sha256:9bfb194e5b283124abae90dc92abb883e1cf7b3e2f51bcb9fcf842672c86ac60",
                    "enabled": 1
                }
            },
            "awstats": {
                "100": {
                    "checksum": "sha256:ccb0373eb1228e3a34112ba0124b37cee80def8c7ddcc0981b0676aa59bba2f8",
                    "enabled": 1
                }
            },
            "bacula": {
                "100": {
                    "checksum": "sha256:4ee194dcd976488e6eb0e0ba84d9b6875befc4eca8389c9d0102cac06c04809f",
                    "enabled": 1
                }
            },
            "base": {
                "100": {
                    "checksum": "sha256:03b9c904abee1cef0dae9c829a484dd5ee4e99669794510d498b646fb1fc3688",
                    "enabled": 1
                }
            },
            "bcfg2": {
                "100": {
                    "checksum": "sha256:3e147aa1e329d87cdfd30b20b3b80ee0c039e9665e944dc6a28231ebac38d5d4",
                    "enabled": 1
                }
            },
            "bind": {
                "100": {
                    "checksum": "sha256:d7f26a245b0780cda9ed49b1913ebf10733ac091a1312cb58b55f4331c50b9c8",
                    "enabled": 1
                }
            },
            "bitlbee": {
                "100": {
                    "checksum": "sha256:9324bebe4e0cac756830480f53dd8e23a01f3c4c7185b30dd72024394dec2783",
                    "enabled": 1
                }
            },
            "blkmapd": {
                "100": {
                    "checksum": "sha256:fd38032cb8b3e9c24024364c02b07a830e97432cd763f41e82612fd83de06654",
                    "enabled": 1
                }
            },
            "blueman": {
                "100": {
                    "checksum": "sha256:2150b8a1afae75f4d73c76e2982ccc575f599577b8b7042d7bfa87fe2fed3a30",
                    "enabled": 1
                }
            },
            "bluetooth": {
                "100": {
                    "checksum": "sha256:14baa78a99f3fdac7ec18322ab578c030cde924b3c8716cb719ca52e0b67df2e",
                    "enabled": 1
                }
            },
            "boinc": {
                "100": {
                    "checksum": "sha256:1038d007468960019e0957df9b9dd0a76308b2dd5d3942dcef18c937a5130fa6",
                    "enabled": 1
                }
            },
            "boltd": {
                "100": {
                    "checksum": "sha256:e22f75dc547d85b02fdd0f2d4f20f69a1ca9b969ed6f9b9abf957fa02e6e1b7f",
                    "enabled": 1
                }
            },
            "boothd": {
                "100": {
                    "checksum": "sha256:4cc85869cdff4e9ca3abf6ad71d8d96cf5bddc77a0a0775430615e0c8c2a09ba",
                    "enabled": 1
                }
            },
            "bootloader": {
                "100": {
                    "checksum": "sha256:dabf91939aac32788c03a2c0b658d6e951cf80c3b5337e297f6c53bbe3f4418e",
                    "enabled": 1
                }
            },
            "bootupd": {
                "100": {
                    "checksum": "sha256:b0bda821f499f688d6d1d560a55673989cef71e7cd4e20f9cf3c9ce45e91d369",
                    "enabled": 1
                }
            },
            "brctl": {
                "100": {
                    "checksum": "sha256:78276818c60a76e84a9b3263a906d7109a69028c557a2d6a4a39ded2ef713a44",
                    "enabled": 1
                }
            },
            "brltty": {
                "100": {
                    "checksum": "sha256:0230419d38276d2c823a427d44fa1362f89784c7ac17f76826be95d3c8e6de1b",
                    "enabled": 1
                }
            },
            "bugzilla": {
                "100": {
                    "checksum": "sha256:8e4fd93cbe0357fc894c7898adf9a14f8c845d87a08f673f410b702f798c2383",
                    "enabled": 1
                }
            },
            "bumblebee": {
                "100": {
                    "checksum": "sha256:3d6e2bb58a928e53f4d89d5bdbdb6fea3f9ae98e5be81548df29fdb13b204f9b",
                    "enabled": 1
                }
            },
            "cachefilesd": {
                "100": {
                    "checksum": "sha256:d595466a7aa404ade4ad75d45e10f6a37d30529858cf990407f545f7826b364c",
                    "enabled": 1
                }
            },
            "calamaris": {
                "100": {
                    "checksum": "sha256:4c65dae6d30fea1bebc4e63ff693b2041f18d0adb710b783002c98c529be84d8",
                    "enabled": 1
                }
            },
            "callweaver": {
                "100": {
                    "checksum": "sha256:cede7c726cd48a09e9b2974e9f78d9482cc9d01a4ceb74ff190c4a219900f2b3",
                    "enabled": 1
                }
            },
            "canna": {
                "100": {
                    "checksum": "sha256:d523a4d1579256bb5faf1f761ac6a22cb4e8bb8e5544a5843615d4927abb5e76",
                    "enabled": 1
                }
            },
            "ccs": {
                "100": {
                    "checksum": "sha256:496749576c65d4a03024ee5d3be0814965308561f565ec6cd29587c3a3b7ec57",
                    "enabled": 1
                }
            },
            "cdrecord": {
                "100": {
                    "checksum": "sha256:ba7fd7c8a2a4d0fc658dd4aeb27b1c9c2049e7b8b5b5c3afa9523c74f6aae263",
                    "enabled": 1
                }
            },
            "certmaster": {
                "100": {
                    "checksum": "sha256:f9a4c97defbe94abd597286e65015baa5cdbc494a6404f3e467ba2484fd753d8",
                    "enabled": 1
                }
            },
            "certmonger": {
                "100": {
                    "checksum": "sha256:0e7e768c5c69903387f189899e532efc9055539b7d8f1a9b7e2cc6656675a1ce",
                    "enabled": 1
                }
            },
            "certwatch": {
                "100": {
                    "checksum": "sha256:c875a519672af0d8291b9097f547dc940b9f0132a174d49cb4a332e08fe92b89",
                    "enabled": 1
                }
            },
            "cfengine": {
                "100": {
                    "checksum": "sha256:8fc798d839b2d5a643625812c65fd6859b386328ef9b685f279082a38baa1b24",
                    "enabled": 1
                }
            },
            "cgroup": {
                "100": {
                    "checksum": "sha256:a5e19681d20486653fb3395b323b30b77e9c64e99ac70668ebcbaad76b8fac66",
                    "enabled": 1
                }
            },
            "chrome": {
                "100": {
                    "checksum": "sha256:e3576026c0b29d1f662172186e3e3ede0b3b2ed0e4e59a863d00bc75756724b6",
                    "enabled": 1
                }
            },
            "chronyd": {
                "100": {
                    "checksum": "sha256:28d17217c3c515dbb1c0b04d5dc36d50c7f3165144a9ba56b3adce749ceb8467",
                    "enabled": 1
                }
            },
            "cifsutils": {
                "100": {
                    "checksum": "sha256:689032aad1e66934c35a72d87b428787df267d8ba743de741bc7fc4cec47c5ad",
                    "enabled": 1
                }
            },
            "cinder": {
                "100": {
                    "checksum": "sha256:1bca5805677f6de8372027eab3e7b091d28d9098bf5c363090b12f4195051441",
                    "enabled": 1
                }
            },
            "cipe": {
                "100": {
                    "checksum": "sha256:9037f8704235ce4b481935dbe9f81fb7eb065e593e07988b869938948b15f432",
                    "enabled": 1
                }
            },
            "clock": {
                "100": {
                    "checksum": "sha256:62a84539a2764eb9eea9d29b86128f1deea9adb3a3a534c88f5fcdd7637b8575",
                    "enabled": 1
                }
            },
            "clogd": {
                "100": {
                    "checksum": "sha256:f79fddbcdd23396829c104b213648ffd5d5cac6dec8adf2f5f0efa2f7061b615",
                    "enabled": 1
                }
            },
            "cloudform": {
                "100": {
                    "checksum": "sha256:e985f49df5d3f27855f9c727f19138103110d987ed0f9ed8081e39a39aeb813b",
                    "enabled": 1
                }
            },
            "cmirrord": {
                "100": {
                    "checksum": "sha256:2c94298413c5d1fdb88ca748b4c597d2b3e543ed82604378a6ee333276dcaab4",
                    "enabled": 1
                }
            },
            "cobbler": {
                "100": {
                    "checksum": "sha256:7fc7afc3aec313b51b6508fe564813eccb4ce5bc1d650ba9f7eb61a438cee86f",
                    "enabled": 1
                }
            },
            "collectd": {
                "100": {
                    "checksum": "sha256:e574da01bdbc51b1b08385713fa8c9780df9aa657ddab4cd93211e4e9c8b6ff0",
                    "enabled": 1
                }
            },
            "colord": {
                "100": {
                    "checksum": "sha256:1887fa9a04336ceeeb73c20f3f7f6d6e6994f2a4b1cff802ca64e142ea1bff05",
                    "enabled": 1
                }
            },
            "comsat": {
                "100": {
                    "checksum": "sha256:38a4f293f3f8cdb18203c347a11304f161264aaf794ba6da418804f090c0e7a3",
                    "enabled": 1
                }
            },
            "condor": {
                "100": {
                    "checksum": "sha256:e8d56cababfbca2569c42055e8fac5782d6ae8b42ba2b236b9563f7eb6c2ef4c",
                    "enabled": 1
                }
            },
            "conman": {
                "100": {
                    "checksum": "sha256:e172ba28d687e96a2ffc463bffbf202ce44e7bff6e0685adc4b89a67cdcdfd40",
                    "enabled": 1
                }
            },
            "conntrackd": {
                "100": {
                    "checksum": "sha256:794a65c72b01138ecd19d9e679f62129d33183f9b1324b064c16301fa79d53d4",
                    "enabled": 1
                }
            },
            "consolekit": {
                "100": {
                    "checksum": "sha256:e585da6eefaff112870deda0ced61b75f1a5b120b7bc2133c8b1ec9452695646",
                    "enabled": 1
                }
            },
            "container": {
                "200": {
                    "checksum": "sha256:bab878d5de4557710f19a1879c13f6d631804f1f16a14c3248dfd1ea088787de",
                    "enabled": 1
                }
            },
            "coreos_installer": {
                "100": {
                    "checksum": "sha256:699c69e48f1ec1dd8f915f094a83a6e2f6b6fdd515233fd8867649f254509270",
                    "enabled": 1
                }
            },
            "couchdb": {
                "100": {
                    "checksum": "sha256:743992902ac8514de4dd54b16317a8edb9cb1e383e29d0450821a9ac304059db",
                    "enabled": 1
                }
            },
            "courier": {
                "100": {
                    "checksum": "sha256:3bb1b730a3a6f236b312c3f71172364911992d35e93c1e5cd1e1fb076eb2d3eb",
                    "enabled": 1
                }
            },
            "cpucontrol": {
                "100": {
                    "checksum": "sha256:969a757fa353d20473f2eab457378e50d6f32b1da19f6744f7f20d5f3f99744e",
                    "enabled": 1
                }
            },
            "cpufreqselector": {
                "100": {
                    "checksum": "sha256:0b0bd5618356e7da7018c86dc262758bb6f04e7618de2942995ad59e897c3244",
                    "enabled": 1
                }
            },
            "cpuplug": {
                "100": {
                    "checksum": "sha256:211dc5348ec5f69d5d76aa3d07c74624bb39cd2aa082262e5bc4c6c165f677e7",
                    "enabled": 1
                }
            },
            "cron": {
                "100": {
                    "checksum": "sha256:0314fc16b04ba21878c63ca1d439187d19d998e4e0fd5b420c50a7ab736b81df",
                    "enabled": 1
                }
            },
            "ctdb": {
                "100": {
                    "checksum": "sha256:aadb573940c57a51a13c72bfa7a074e440d7b6b3d2440c3a435c1b41742d2b3a",
                    "enabled": 1
                }
            },
            "cups": {
                "100": {
                    "checksum": "sha256:4855d463c5142f1f001a028136bb737a837c6a0d87807c0b97b1eb23b897a05f",
                    "enabled": 1
                }
            },
            "cvs": {
                "100": {
                    "checksum": "sha256:b188990c62c036cf96deb2fd121236499dcb5cff830e38ac24b74d4692c0323d",
                    "enabled": 1
                }
            },
            "cyphesis": {
                "100": {
                    "checksum": "sha256:ffe9e6e4bb673f6822a874b86eb21769ef0f5fdbfd2e2659485abc4c6215ffa2",
                    "enabled": 1
                }
            },
            "cyrus": {
                "100": {
                    "checksum": "sha256:8b077e1368da1daaa96272b0d6f22f08bcb264617e6884c9074423a9b066912d",
                    "enabled": 1
                }
            },
            "daemontools": {
                "100": {
                    "checksum": "sha256:c9631ff4c56b588338bd87c7d8cba95e78285ecfc4f12653ea5c888d2fee8af0",
                    "enabled": 1
                }
            },
            "dbadm": {
                "100": {
                    "checksum": "sha256:96b16cfa7d12cd4f994a84199fb20016a24fe5bbbf6888487ef4fc0b0f7008dd",
                    "enabled": 1
                }
            },
            "dbskk": {
                "100": {
                    "checksum": "sha256:5c3f9427b9dcfa7aa76a67db7c3f9a33ca299916a5608cd985fcb5f30fcc405a",
                    "enabled": 1
                }
            },
            "dbus": {
                "100": {
                    "checksum": "sha256:3022c933d9c2baf7e8f7520210ab2776c889d292a96bf56ef1da0ef398e93a93",
                    "enabled": 1
                }
            },
            "dcc": {
                "100": {
                    "checksum": "sha256:a30fe6e8e452f73079c37dcc1dac02ce317ba2310f8af8b6fc08b623adc89be1",
                    "enabled": 1
                }
            },
            "ddclient": {
                "100": {
                    "checksum": "sha256:eee9cdfaed63e516667ca9f76565fcc909c173c6440bfd19dca5c12fca61692d",
                    "enabled": 1
                }
            },
            "denyhosts": {
                "100": {
                    "checksum": "sha256:7a239615a4db634ae1ae8564acc54c55c86c68bd2e44d47ad9c24758d492b22c",
                    "enabled": 1
                }
            },
            "devicekit": {
                "100": {
                    "checksum": "sha256:17ec39ae4334df1f47531199b3f12954bc848810d1eccaadc0463174aad953f4",
                    "enabled": 1
                }
            },
            "dhcp": {
                "100": {
                    "checksum": "sha256:15aac55748ee10a93ba0547d3c20670148e01d14b74afae89df0e660e3396dc3",
                    "enabled": 1
                }
            },
            "dictd": {
                "100": {
                    "checksum": "sha256:9f5a80130d50d12f0ab8a8d48f9ccc2b058fffc0b5704d3a6d3d44787b01f4c1",
                    "enabled": 1
                }
            },
            "dirsrv": {
                "100": {
                    "checksum": "sha256:a33b7321ba8fd3e69c610462584e0147b9bfbae8498de44c2eee891f209a03bd",
                    "enabled": 1
                }
            },
            "dirsrv-admin": {
                "100": {
                    "checksum": "sha256:e7ec5090958fbde915f221e49396a45b968b8a2d6429d74000ffefa8b6e87e3f",
                    "enabled": 1
                }
            },
            "dmesg": {
                "100": {
                    "checksum": "sha256:19cf6b1658e2a7ff92db6c537944a989ea72e88173663ba4589f71132a80be61",
                    "enabled": 1
                }
            },
            "dmidecode": {
                "100": {
                    "checksum": "sha256:55423cc64cb3aeccc3e05952327db479669ddd5f5e98bcbc275859d38333e79b",
                    "enabled": 1
                }
            },
            "dnsmasq": {
                "100": {
                    "checksum": "sha256:18f7d99ff73fb7c2256ac3d86d4328098274cf2b8fa92c8b42da37867f6c7b31",
                    "enabled": 1
                }
            },
            "dnssec": {
                "100": {
                    "checksum": "sha256:1584e02889b2969514ddfcdc5fa31152ba8505c66c1b5f88e75b3bf23f96bec3",
                    "enabled": 1
                }
            },
            "dovecot": {
                "100": {
                    "checksum": "sha256:57d7924556ab25fb130b93002b1da35e886ef1ad01c4391266cedcc01848ea8b",
                    "enabled": 1
                }
            },
            "drbd": {
                "100": {
                    "checksum": "sha256:b96580e08581043a5e5fe37b67ab937e074e4218d685b23df6f9421ca49d5248",
                    "enabled": 1
                }
            },
            "dspam": {
                "100": {
                    "checksum": "sha256:90cdf514efbb5bf01f1e2b90d7d58eed2e2b458242905b5cfa32e1de01d71da3",
                    "enabled": 1
                }
            },
            "entropyd": {
                "100": {
                    "checksum": "sha256:ca075b4e9b9aee4bb5946407a418fc229a1c6fe4c7abc9487b9ba9770692c78d",
                    "enabled": 1
                }
            },
            "exim": {
                "100": {
                    "checksum": "sha256:413b889a36fb01d9d3ee8fe149aa2d11702e5e44afceef42a0d7450a421cc89c",
                    "enabled": 1
                }
            },
            "extra_varrun": {
                "400": {
                    "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42",
                    "enabled": 1
                }
            },
            "fail2ban": {
                "100": {
                    "checksum": "sha256:bfd591b0e99fc96cdd443d01c045583e45fc0ba1e8d6b7a18f2596473fe11ac9",
                    "enabled": 1
                }
            },
            "fcoe": {
                "100": {
                    "checksum": "sha256:8e2cebfc7249a86f6b40690946f6281f83a343eeef929d7e1588bc77622004fa",
                    "enabled": 1
                }
            },
            "fdo": {
                "100": {
                    "checksum": "sha256:af6e6cb692c95d34835b90b4a1c449a95445710e8fac4ca0d999f3cc85540e17",
                    "enabled": 1
                }
            },
            "fedoratp": {
                "100": {
                    "checksum": "sha256:d6f5f286ed1d5705e62598f143c0150deb59d708d7dd1ad89bdc6d68f59ed853",
                    "enabled": 1
                }
            },
            "fetchmail": {
                "100": {
                    "checksum": "sha256:3acaf8ff26c8d81010cc1ccf88872df39199279fa44d85b06903c97f50def08c",
                    "enabled": 1
                }
            },
            "finger": {
                "100": {
                    "checksum": "sha256:17aedac05f634eb036f29d301d8b0416cdae5f3967f88c0286761e209858f07e",
                    "enabled": 1
                }
            },
            "firewalld": {
                "100": {
                    "checksum": "sha256:64801f8ccd6f426ce8b4cc674e4288e0424a745b6a882102d7f70fae01e438aa",
                    "enabled": 1
                }
            },
            "firewallgui": {
                "100": {
                    "checksum": "sha256:18bfb3bc0946b731f05e969de50189403372c76fab801f83e2687a9d43b86622",
                    "enabled": 1
                }
            },
            "firstboot": {
                "100": {
                    "checksum": "sha256:4c9915a1c1cf1e67ea429fab342c29f2caa911f5d615b86f9eb8da496d7b5d54",
                    "enabled": 1
                }
            },
            "fprintd": {
                "100": {
                    "checksum": "sha256:ff74bb68f3369f30d2ae98cfce6acecbd6b7adbad46a18cc03bba25037a26beb",
                    "enabled": 1
                }
            },
            "freeipmi": {
                "100": {
                    "checksum": "sha256:38cefd0e603535dcb11f9291f4948f059693fa7371f3ee92654cd3176a5195a5",
                    "enabled": 1
                }
            },
            "freqset": {
                "100": {
                    "checksum": "sha256:3f2c6b1336ed28a0a7d90f283e9289a5f83e5ceb71d11b7814fdc65ae529314a",
                    "enabled": 1
                }
            },
            "fstools": {
                "100": {
                    "checksum": "sha256:cc5947167cf3dc0d821c1f146d6253d72a3016b1aa8b5a4b4ec3f82d1e6631c8",
                    "enabled": 1
                }
            },
            "ftp": {
                "100": {
                    "checksum": "sha256:22e96b5040327ea8554d0216ef4e28d6a94abdabfe3a211a6535941bebebd013",
                    "enabled": 1
                }
            },
            "fwupd": {
                "100": {
                    "checksum": "sha256:3da67a17b85cde7a0f181e6599726357fb2eeeb251fdd980a9d6669772415922",
                    "enabled": 1
                }
            },
            "games": {
                "100": {
                    "checksum": "sha256:57d4e4d5d9ff252fa8703355ed68c854817ac762c6120ba02364cc19c67491b1",
                    "enabled": 1
                }
            },
            "gdomap": {
                "100": {
                    "checksum": "sha256:f41fda08cf3bd33ac571a4ca5d6d505a6dc7062c29e45b1d5d160c953c532230",
                    "enabled": 1
                }
            },
            "geoclue": {
                "100": {
                    "checksum": "sha256:beec56305b71ccb0174a7c790eb972244d10b8381a84812f01021b9e8eb7ad99",
                    "enabled": 1
                }
            },
            "getty": {
                "100": {
                    "checksum": "sha256:a6fac65e97c9962f1066c0a2fc839e67597cda9061557affb60a01df78184a4a",
                    "enabled": 1
                }
            },
            "git": {
                "100": {
                    "checksum": "sha256:9f2c83dc9cafe17c8d650f8c78c39c61bd3d2c8b4d77a535eb61ce6a04a3e3f4",
                    "enabled": 1
                }
            },
            "gitosis": {
                "100": {
                    "checksum": "sha256:b7decc3fbc86e4b9e3fe1fec22021737ad607cf795224b5d5793069716a7eda8",
                    "enabled": 1
                }
            },
            "glance": {
                "100": {
                    "checksum": "sha256:097520793eaae6b878f14f2b767d40a80007786065abf1b252d898a685957fc5",
                    "enabled": 1
                }
            },
            "glusterd": {
                "100": {
                    "checksum": "sha256:9fa405b48cc837c307845447cc5444caf258bd0bd7f00bb6ba6c9bc623d7b15a",
                    "enabled": 1
                }
            },
            "gnome": {
                "100": {
                    "checksum": "sha256:1eeba013ebac8d310e67170a313c2d11669eca7ba4aaef13e330e5d92f17f94c",
                    "enabled": 1
                }
            },
            "gpg": {
                "100": {
                    "checksum": "sha256:7c8bb6410fac1ef1d07e3c7c60906737c8e22176231b24207ea6bf0db41951b7",
                    "enabled": 1
                }
            },
            "gpm": {
                "100": {
                    "checksum": "sha256:f3799d846d2d0bdc1e1d3d075565002b1cda87f798b852691135012b5f545d1b",
                    "enabled": 1
                }
            },
            "gpsd": {
                "100": {
                    "checksum": "sha256:c38a1e2a1cb3c1a8d400f506cc9f3f6dd15d78234f982a04bf4ad8b4f6308937",
                    "enabled": 1
                }
            },
            "gssproxy": {
                "100": {
                    "checksum": "sha256:a7d4cfe7f3250d86a409969323f858b4dca8b40339125e15946a133884b47e7e",
                    "enabled": 1
                }
            },
            "guest": {
                "100": {
                    "checksum": "sha256:c0f9f2a0be3fe24b4f74acf4d1924183310b454591b8e8219fccc61c2194f167",
                    "enabled": 1
                }
            },
            "hddtemp": {
                "100": {
                    "checksum": "sha256:82815af35d160bae556a7c6b8862da02b469fbb90ffd5472a6b22c18bf0f1fec",
                    "enabled": 1
                }
            },
            "hostapd": {
                "100": {
                    "checksum": "sha256:ea0ff5fc3de7fc7a93d4b64c0bc54a4040d9427c9eaf8200b97388166cc0dce6",
                    "enabled": 1
                }
            },
            "hostname": {
                "100": {
                    "checksum": "sha256:17a1021557fb77a340af451c33cf80f05ab309a719778d84813d8ab67cd18f6f",
                    "enabled": 1
                }
            },
            "hsqldb": {
                "100": {
                    "checksum": "sha256:201698320ad8f5f35391ea84f0aad40c26ba8db2fe006b38c7b65b8dc71f45b7",
                    "enabled": 1
                }
            },
            "hwloc": {
                "100": {
                    "checksum": "sha256:a5454f4868d22b9ae798ee6f85df6d8b6b35b456617a02084af47d393322ab76",
                    "enabled": 1
                }
            },
            "hypervkvp": {
                "100": {
                    "checksum": "sha256:c89e58ec9c52039bc7ddfd048fa5b287780a48f78e70ce64181607ad33da6c47",
                    "enabled": 1
                }
            },
            "ibacm": {
                "100": {
                    "checksum": "sha256:b7ab0f90999e86d8fff9de3abeca0f093f2bf9f73330d434e947fdb5bfcc63b3",
                    "enabled": 1
                }
            },
            "ica": {
                "100": {
                    "checksum": "sha256:bd8eccb4266130eddfae34318855e6aa3a8624998f0a906a970a04802510ad86",
                    "enabled": 1
                }
            },
            "icecast": {
                "100": {
                    "checksum": "sha256:3199646b83c13466308cbe243d6c75f828875ab0dfca1deb585dcd7bfb28ae60",
                    "enabled": 1
                }
            },
            "inetd": {
                "100": {
                    "checksum": "sha256:0e2a80d0943b3fea8756b2d487038182ed624dd36e9177305fafbc1ca0374af3",
                    "enabled": 1
                }
            },
            "init": {
                "100": {
                    "checksum": "sha256:1144dbfa7278341caadfae995aeadd7453cf78762b08ba4d0142eeef80871d18",
                    "enabled": 1
                }
            },
            "inn": {
                "100": {
                    "checksum": "sha256:d60fd47ec62ca3bca272ca38d8fe86fce36d6f04c44d01410d30428c8b914861",
                    "enabled": 1
                }
            },
            "insights_client": {
                "100": {
                    "checksum": "sha256:c4e83821f0150988e86e714cf9e088ef11abd0a30dada90cb7e68a95c406a921",
                    "enabled": 1
                }
            },
            "iodine": {
                "100": {
                    "checksum": "sha256:6185225b7c5910d94396a18d93429704434d564b4478aeea9d1a8c54f6b12834",
                    "enabled": 1
                }
            },
            "iotop": {
                "100": {
                    "checksum": "sha256:7db93e52e29915a08c82b0ebac02856e9a484923d2ce215946c8f54cf5297704",
                    "enabled": 1
                }
            },
            "ipmievd": {
                "100": {
                    "checksum": "sha256:ea599044fe2e2d25c8078ac0b5b0d2c589b4410dd7958eefdc0217f8b8c8c3d0",
                    "enabled": 1
                }
            },
            "ipsec": {
                "100": {
                    "checksum": "sha256:048f5c3f5f3e706697d782c57b9d6cae882b008f7973b41edb3de37762e4c664",
                    "enabled": 1
                }
            },
            "iptables": {
                "100": {
                    "checksum": "sha256:e315834c2a287c9b9f8d31a6fb5f62360241fab584b68ce05984035ff67f01dc",
                    "enabled": 1
                }
            },
            "irc": {
                "100": {
                    "checksum": "sha256:1ed937287398d60e302478f4880a25c1aef605a5d370c1f583426c59067d8ed5",
                    "enabled": 1
                }
            },
            "irqbalance": {
                "100": {
                    "checksum": "sha256:12e969265cff2e8d4ee9be8b99da0bd47138ff8754039dd1387a14b2a4a03b79",
                    "enabled": 1
                }
            },
            "iscsi": {
                "100": {
                    "checksum": "sha256:6666da694f33e444225327d9fc58208b230a1e1244e05335e16217c507ac0627",
                    "enabled": 1
                }
            },
            "isns": {
                "100": {
                    "checksum": "sha256:85a313d121f764081dc92c4c1ed5773b8cb7a7113b84b66339a48f76c57efe54",
                    "enabled": 1
                }
            },
            "jabber": {
                "100": {
                    "checksum": "sha256:08288d791f1b1aa3a8f154ae7b2ff73d574560bf5bb82246020baa3c26f6c988",
                    "enabled": 1
                }
            },
            "jetty": {
                "100": {
                    "checksum": "sha256:6aea2d07d8f040434ff0c0d5e9b81e825b1de56cd01c0e0a069ee1f0d5196885",
                    "enabled": 1
                }
            },
            "jockey": {
                "100": {
                    "checksum": "sha256:f35d7f2d61175ba7f908459f738c7d6b6adf2ae678d88531fa527c4d50b21985",
                    "enabled": 1
                }
            },
            "journalctl": {
                "100": {
                    "checksum": "sha256:3098e32a3ca859ef45fdb8dfa5b87f4b5e9e7cb0661b7dd4a20203f2cfebf662",
                    "enabled": 1
                }
            },
            "kafs": {
                "100": {
                    "checksum": "sha256:5a35385072b421cdb86fc66190dc00e6c8e7a587a60ffeedfe2a931b6b92a11d",
                    "enabled": 1
                }
            },
            "kdump": {
                "100": {
                    "checksum": "sha256:370090682ef9410c2d12556dfd1cb6f8f7f7ab60287148ead03b3b11d64146e0",
                    "enabled": 1
                }
            },
            "kdumpgui": {
                "100": {
                    "checksum": "sha256:c6d5f08d82062fe0634f0dcc9ee434fcea7760141740b79cbae187d970984a0c",
                    "enabled": 1
                }
            },
            "keepalived": {
                "100": {
                    "checksum": "sha256:6fa6bedd26d8e4b178a2d74158634f26fc2b322782e4685d69ca48f4854e037b",
                    "enabled": 1
                }
            },
            "kerberos": {
                "100": {
                    "checksum": "sha256:994e8629c436a7da2ed914f7499e0a33f7cc2737b5c70751b280d73de8a9fd19",
                    "enabled": 1
                }
            },
            "keyboardd": {
                "100": {
                    "checksum": "sha256:4eae5ab2b926695b3ed881a26e7b6a79f4dd48c1ffa3e3c6809cfa4958b54091",
                    "enabled": 1
                }
            },
            "keystone": {
                "100": {
                    "checksum": "sha256:6d9a8c7420b3aee2c752119ef6d72dc828cd76ea4f535bdcd44461a3cbb43454",
                    "enabled": 1
                }
            },
            "keyutils": {
                "100": {
                    "checksum": "sha256:fa398b6a78348b789660ea073244265b9bd8742fd81dd3569c9d56b1b9083a00",
                    "enabled": 1
                }
            },
            "kismet": {
                "100": {
                    "checksum": "sha256:30ba7e91c6fe3cff8ac488e6160a5037fb8f1719275991ec44e5bfcbd9089aca",
                    "enabled": 1
                }
            },
            "kmscon": {
                "100": {
                    "checksum": "sha256:f84aad2ecda576c41ff72438aaa394122fe6f13d274adb17a2cf145718776969",
                    "enabled": 1
                }
            },
            "kpatch": {
                "100": {
                    "checksum": "sha256:16b2c313e69ba9a2726025ee54bbfb638c633f91d53db454e204adef45e5b5e1",
                    "enabled": 1
                }
            },
            "ksmtuned": {
                "100": {
                    "checksum": "sha256:328ce002901ec9be77a5035fe50b01b9e01b016128efb981a7fb0aa586b55a77",
                    "enabled": 1
                }
            },
            "ktalk": {
                "100": {
                    "checksum": "sha256:311f6dd8403d55da5f3173593f5fa6331d4cf7570af2b9d0182f7b260ba7285e",
                    "enabled": 1
                }
            },
            "l2tp": {
                "100": {
                    "checksum": "sha256:cc0faedcac2d86171aeb9a89ec83f2d03cb905f54296f6f085415fcf7ddd1a06",
                    "enabled": 1
                }
            },
            "ldap": {
                "100": {
                    "checksum": "sha256:f1a7908800f08a04aade8083ad79d002aba0c85f1699f35ded5a0eaf46dbc41a",
                    "enabled": 1
                }
            },
            "libraries": {
                "100": {
                    "checksum": "sha256:91a8d1cb1ea2e44b9395cb7a44776e7992983378fbc72dc3725d0e03fa673a40",
                    "enabled": 1
                }
            },
            "likewise": {
                "100": {
                    "checksum": "sha256:c83754418ce993f0d9dff4ad73f0e64362ceb3ed073a093dcdaec0ac6d8c8b5a",
                    "enabled": 1
                }
            },
            "linuxptp": {
                "100": {
                    "checksum": "sha256:6a6b3d623e27e1e8a1ce185ba3ca42d3c7fb5dcad8cc91ab54950a1f69853dd7",
                    "enabled": 1
                }
            },
            "lircd": {
                "100": {
                    "checksum": "sha256:564e3801937503b310cd4fef750cea8bd1be7ce323cf41276cfb0eedb0fbdc8c",
                    "enabled": 1
                }
            },
            "livecd": {
                "100": {
                    "checksum": "sha256:9070ba1f03a04a5906bafb1399a0eb181dfdeab868dfb021505c116c61decbe3",
                    "enabled": 1
                }
            },
            "lldpad": {
                "100": {
                    "checksum": "sha256:26feff7ac4722e995c622b4ec3cc242deeda12f88077bff1b419193ed76ffef1",
                    "enabled": 1
                }
            },
            "loadkeys": {
                "100": {
                    "checksum": "sha256:ee0cf6f2b19c24b7bd76829de7de00b60f67ae9d96f2ebcb8eb09b961b6dd751",
                    "enabled": 1
                }
            },
            "locallogin": {
                "100": {
                    "checksum": "sha256:56bf0d727637f1964d5f71a7ccc5edba76cfd50d2e546e9558d0551ffc968858",
                    "enabled": 1
                }
            },
            "lockdev": {
                "100": {
                    "checksum": "sha256:3cd6822d612f355cc8000823f47b7ab0087035b59b57904c145db627cc58d22c",
                    "enabled": 1
                }
            },
            "logadm": {
                "100": {
                    "checksum": "sha256:6b69c0a0528321f39311d34a94e750c5cfffd9bbcc00dd3c06f445f2a7bad660",
                    "enabled": 1
                }
            },
            "logging": {
                "100": {
                    "checksum": "sha256:274d379294253625ca276e6463b80d3b3fa88deabfacb4b4472f8f046119dae6",
                    "enabled": 1
                }
            },
            "logrotate": {
                "100": {
                    "checksum": "sha256:5ad554f859ea8313b48b7592cb1d1c3e13884199c9d9f939a99bb0651cadc5bf",
                    "enabled": 1
                }
            },
            "logwatch": {
                "100": {
                    "checksum": "sha256:987ac97d3851ce51c2aed8c8b08c6dfbaf722ca65447097c4531644d458637bc",
                    "enabled": 1
                }
            },
            "lpd": {
                "100": {
                    "checksum": "sha256:fe9e6623bfd94678b32ba9a20c3e04469aa69a5175a1f626368c1fcacf7c5026",
                    "enabled": 1
                }
            },
            "lsm": {
                "100": {
                    "checksum": "sha256:3979d77408c282fc3abfe32908df4889d7ff0ee8096ccb68a6a91d44bebfa56a",
                    "enabled": 1
                }
            },
            "lttng-tools": {
                "100": {
                    "checksum": "sha256:b216fc3f1025723b5bf96002b39dcb9ae8c80c6d6708dc2db348f419af025a45",
                    "enabled": 1
                }
            },
            "lvm": {
                "100": {
                    "checksum": "sha256:e67d95db5bc472d9d8a819db5c947190543bb6eb971955dde57e5249655033e1",
                    "enabled": 1
                }
            },
            "mailman": {
                "100": {
                    "checksum": "sha256:0abc78cfd35d9e43c0c21983a250f874ee7ca7c10d7eb1c6e0d3106f538cf482",
                    "enabled": 1
                }
            },
            "mailscanner": {
                "100": {
                    "checksum": "sha256:b76bb64b5c5dd0db6346ae7ba19faed97ed414c7d03d7b8747e0919867a7b8c9",
                    "enabled": 1
                }
            },
            "man2html": {
                "100": {
                    "checksum": "sha256:3269314b5d8bbfc843900344d65e604432222bebc7e2dd628abb9d186fca1cd1",
                    "enabled": 1
                }
            },
            "mandb": {
                "100": {
                    "checksum": "sha256:c5c6c2cfc4930bb865330ac4bf1e04976290772b0e058cce0d73de071ccf7819",
                    "enabled": 1
                }
            },
            "mcelog": {
                "100": {
                    "checksum": "sha256:7a137918a31fc7684a8ae929a5046517be97399b2534a6b471e3cf3bd7f355b3",
                    "enabled": 1
                }
            },
            "mediawiki": {
                "100": {
                    "checksum": "sha256:4fb79885af1e12d162aaea04067c9dbd19c248b8bc6bb4fa91240acb6986c84c",
                    "enabled": 1
                }
            },
            "memcached": {
                "100": {
                    "checksum": "sha256:10e59adbf0210a83d2506cdcc189bed58fbb49f01ecc07afe00a5fc06a0f025c",
                    "enabled": 1
                }
            },
            "milter": {
                "100": {
                    "checksum": "sha256:686b92d2ed35a14042a3d6d95af167aa0b1bdb0bb1d1894909c3d4b5ad70ca34",
                    "enabled": 1
                }
            },
            "minidlna": {
                "100": {
                    "checksum": "sha256:6b200b3b9aafc62c019eba4121e1743ef9670896b70f8b5201caa19b975d6964",
                    "enabled": 1
                }
            },
            "minissdpd": {
                "100": {
                    "checksum": "sha256:33b06281053cbe0c55752bfcda928a48a50743eb2d061d429b07ec3b0dc28a04",
                    "enabled": 1
                }
            },
            "mip6d": {
                "100": {
                    "checksum": "sha256:1c657a9f8eeacab2a91a9725d7c5980624ab90e0e5c67c2f9270df3b0ebc9fca",
                    "enabled": 1
                }
            },
            "mirrormanager": {
                "100": {
                    "checksum": "sha256:5b9141bfd8861fae68d1054e5c15d503815c2191e68348405d5f8f2e53757b5f",
                    "enabled": 1
                }
            },
            "miscfiles": {
                "100": {
                    "checksum": "sha256:4d0081333a7d5871e89e8955ab640c3374bf2bde197557cb6a83e122aee9137e",
                    "enabled": 1
                }
            },
            "mock": {
                "100": {
                    "checksum": "sha256:a03da1b4a0188f7ed4057cc37b734745624b265fdad71ed6c2d00467b72a4846",
                    "enabled": 1
                }
            },
            "modemmanager": {
                "100": {
                    "checksum": "sha256:808b6b6f4a5860ba20f75d8b6992bd5284a90269a98dccdb38205ff67d253dfa",
                    "enabled": 1
                }
            },
            "modutils": {
                "100": {
                    "checksum": "sha256:03fa2b1f672c7902f9c88bc3048c996ed5189bf6a965ffbae30b2cc555662aa6",
                    "enabled": 1
                }
            },
            "mojomojo": {
                "100": {
                    "checksum": "sha256:ce4c112a710ad3b571ab733fbf785a6ac7b9eeb9c29f3ced5f994965e9386ab4",
                    "enabled": 1
                }
            },
            "mon_statd": {
                "100": {
                    "checksum": "sha256:db72ccb5d6952aecb9188c455e70a0b8c6feb25946b44dd0884942e74074a65a",
                    "enabled": 1
                }
            },
            "mongodb": {
                "100": {
                    "checksum": "sha256:a5753efd9c79243f87ee59feb5c3914e9c6a435f70a053ff59657baa91f0c8a4",
                    "enabled": 1
                }
            },
            "motion": {
                "100": {
                    "checksum": "sha256:13c108e4971acbc506790783af8287ab766941ef3745594a69e020dfa769e75d",
                    "enabled": 1
                }
            },
            "mount": {
                "100": {
                    "checksum": "sha256:865539a39bf40f78356e8b2cbb08b24926913db3a08fa9796e4c2543882aeb25",
                    "enabled": 1
                }
            },
            "mozilla": {
                "100": {
                    "checksum": "sha256:1868c9ea9e81cd4e82ae9373693db84070213c92d32cb623389b1512c24f2e86",
                    "enabled": 1
                }
            },
            "mpd": {
                "100": {
                    "checksum": "sha256:2b0acf523137d68497ea06f19b5494cb5c7ad6e4102fd7c626b9b74fef062f19",
                    "enabled": 1
                }
            },
            "mplayer": {
                "100": {
                    "checksum": "sha256:31d2bd89013c8c5e58a1e2e1b393c3db729cfb92080c1935f01cb63da15920e4",
                    "enabled": 1
                }
            },
            "mptcpd": {
                "100": {
                    "checksum": "sha256:3d4452b8e5b08d56b16c141515f2169809ab160544da9164cd91c3872fa5ca59",
                    "enabled": 1
                }
            },
            "mrtg": {
                "100": {
                    "checksum": "sha256:6757ab3ee1b84340b5a58935d090b926ffc96f43d03c9cb243802b4d01d5a29b",
                    "enabled": 1
                }
            },
            "mta": {
                "100": {
                    "checksum": "sha256:8dd4e90b95311cc5dae5b11733cf9ff8be46637d84c5aec28ae62a0b11dc452d",
                    "enabled": 1
                }
            },
            "munin": {
                "100": {
                    "checksum": "sha256:403d5e09c6c84eee2d3c80a1c50502d8850469e5c9d74347aacc1c8f7496861e",
                    "enabled": 1
                }
            },
            "mysql": {
                "100": {
                    "checksum": "sha256:2d19d6dc11b839551e1a98aa95588c06a3e1dd84dcdfe615bf61f26dd9ef31a1",
                    "enabled": 1
                }
            },
            "mythtv": {
                "100": {
                    "checksum": "sha256:f260b769c9d70fe26cddea75c71e1c3d16348233c40a3b8a844358d138c19d2f",
                    "enabled": 1
                }
            },
            "naemon": {
                "100": {
                    "checksum": "sha256:9c21b6bd9db730c7b79a4852236f92228282eb2dd06a2ff722b36acf70553386",
                    "enabled": 1
                }
            },
            "nagios": {
                "100": {
                    "checksum": "sha256:2681295ba94471abc9d7d49b6da5d757409c6c95745586d1671a4765ed61b130",
                    "enabled": 1
                }
            },
            "namespace": {
                "100": {
                    "checksum": "sha256:cc65424c4edcef752cf3d9223a0a49d84f7250bbc9c42d08d0b5727e0168dff6",
                    "enabled": 1
                }
            },
            "ncftool": {
                "100": {
                    "checksum": "sha256:9795f4fc6fa6e09a6976b87c80aab11801ae7b43d4f0df1b603b8799f4ff0115",
                    "enabled": 1
                }
            },
            "netlabel": {
                "100": {
                    "checksum": "sha256:229788201a8048a7a80661a258cabee570ce65b4c5fef318a86f8ba7f027975d",
                    "enabled": 1
                }
            },
            "netutils": {
                "100": {
                    "checksum": "sha256:78163350e82824e0c5bd14daf11f9a12833f34ac2a9c5c90c7949aaf9c7f9b1a",
                    "enabled": 1
                }
            },
            "networkmanager": {
                "100": {
                    "checksum": "sha256:7fece44e7188f93aa358d386ae81372812b47a046f10ce081358af85c4c0f229",
                    "enabled": 1
                }
            },
            "ninfod": {
                "100": {
                    "checksum": "sha256:13dcb24aa31902b75b5416a1f2d3dbba243445fa8ae1581ea41029ca21cdbc60",
                    "enabled": 1
                }
            },
            "nis": {
                "100": {
                    "checksum": "sha256:51dded020c93ce723bb8cd739359983f6ed82b5d70e93980d2fd095aaadcc168",
                    "enabled": 1
                }
            },
            "nova": {
                "100": {
                    "checksum": "sha256:000c5853f5261b435c8a0362720ce04a1ed300aed5f22dfee9659e8a024466a0",
                    "enabled": 1
                }
            },
            "nscd": {
                "100": {
                    "checksum": "sha256:9fb6cd0d5e35bcfcd051889e81e2834b4b50861455a0d8ee30920df919d3067a",
                    "enabled": 1
                }
            },
            "nsd": {
                "100": {
                    "checksum": "sha256:c940ff7748160326587bf9084d5b7906d501ecf9576707bc19f20ee759023442",
                    "enabled": 1
                }
            },
            "nslcd": {
                "100": {
                    "checksum": "sha256:a1af29229de29bfe64bde5357ea9e2a47d5b82f8329f62be4ddbc184fb8ead22",
                    "enabled": 1
                }
            },
            "ntop": {
                "100": {
                    "checksum": "sha256:20d8e86dcf15719ed0b481b0f5cd521b2ada532e712c6e1cb9f89e1736466ea0",
                    "enabled": 1
                }
            },
            "ntp": {
                "100": {
                    "checksum": "sha256:74dfbd9db80b05cc69c090005f02ab089695f21c0e0b70c2a7d8300247624e1e",
                    "enabled": 1
                }
            },
            "numad": {
                "100": {
                    "checksum": "sha256:f56cd3e22cc4e864d6cb5822812de4c12884f1a31f3922caa45ce0b61f8f86e2",
                    "enabled": 1
                }
            },
            "nut": {
                "100": {
                    "checksum": "sha256:36ca1c4edb066c2090e5ec5e08f71050424e5efdc74c440e9a0161c7ccf0bd49",
                    "enabled": 1
                }
            },
            "nvme_stas": {
                "100": {
                    "checksum": "sha256:b0afd194fe6e16dc0fbd976301321d6e68a9cd837ecdda2c3cb739c07c4757b9",
                    "enabled": 1
                }
            },
            "nx": {
                "100": {
                    "checksum": "sha256:dd19058574329f7c7ce709bc94f6c4be87028cdd184cc365a61d5c0113b78bdf",
                    "enabled": 1
                }
            },
            "obex": {
                "100": {
                    "checksum": "sha256:649c497ab74a203064009d553b42829aac89ac5c4273b7c0ccc0a23530001fcc",
                    "enabled": 1
                }
            },
            "oddjob": {
                "100": {
                    "checksum": "sha256:4c0624c2e3095eb392ee93e8cf98a2242598b7694de12ae75ceffdc0043d1043",
                    "enabled": 1
                }
            },
            "opafm": {
                "100": {
                    "checksum": "sha256:233a9390d9aeb540956f43756b2e45547fb7c2c4d4070460b94896b72ccd607d",
                    "enabled": 1
                }
            },
            "openct": {
                "100": {
                    "checksum": "sha256:37ac5651f2ce2bfda7d898a024d560c6cdcd54da32409ced32c8b6df059370c3",
                    "enabled": 1
                }
            },
            "opendnssec": {
                "100": {
                    "checksum": "sha256:9890fb3013a4287e6850621c5c6a462a254299b927609fbe6bf67f141862f3c7",
                    "enabled": 1
                }
            },
            "openfortivpn": {
                "100": {
                    "checksum": "sha256:75fa83f68fa800bef996da027f14f6c8f0ded93f93569f3b559495dba39a6176",
                    "enabled": 1
                }
            },
            "openhpid": {
                "100": {
                    "checksum": "sha256:dfbf83e8feccc45bd9de7bd5a3f90edd49c3190b5010f9f98457d995ae974f8c",
                    "enabled": 1
                }
            },
            "openshift": {
                "100": {
                    "checksum": "sha256:1b7ff4ebc979d45777979c0340790dcf10a3e9353272c2e99f6f4f4f93987020",
                    "enabled": 1
                }
            },
            "openshift-origin": {
                "100": {
                    "checksum": "sha256:e8e6bb283142b08b3a1ce7c097f49f402bb6d59eb6d03138ef0b69f3579e466c",
                    "enabled": 1
                }
            },
            "opensm": {
                "100": {
                    "checksum": "sha256:c1bc06d4e5a22837586d3d7ee07922f26b4cd025687cdfd7e3e3789e1c5bdf3d",
                    "enabled": 1
                }
            },
            "openvpn": {
                "100": {
                    "checksum": "sha256:800615bda29f1b49c90de283570ccb018a28ddfff34a36bfe84a4d0485c37138",
                    "enabled": 1
                }
            },
            "openvswitch": {
                "100": {
                    "checksum": "sha256:0bb8334afe603f02ef4f1a46517f970bb30fb191e1d9d944daee33437ae89b46",
                    "enabled": 1
                }
            },
            "openwsman": {
                "100": {
                    "checksum": "sha256:c6d157e74586892234883ad01bb4d2e386637cdd04e45c3587a1cbc8c34e35f9",
                    "enabled": 1
                }
            },
            "oracleasm": {
                "100": {
                    "checksum": "sha256:802090ff2dcc2db35b369ac359e51b1418a5a779cf94e5a14a01a1882b583d64",
                    "enabled": 1
                }
            },
            "osad": {
                "100": {
                    "checksum": "sha256:d3b5dec9cf6640c48875229fcdadc4f9c4bfa1088bff93cb61a18360197a691e",
                    "enabled": 1
                }
            },
            "pads": {
                "100": {
                    "checksum": "sha256:23da314c2255bb1c19dad65a242681330d6bdddc2ba4a0b80ae2ad2249c0a52b",
                    "enabled": 1
                }
            },
            "passenger": {
                "100": {
                    "checksum": "sha256:75e644cc79f5447d17ed5461e52b37f29dc86806320b0ef562b2acd8e2870121",
                    "enabled": 1
                }
            },
            "passt": {
                "200": {
                    "checksum": "sha256:4f50343463a2634ab063b59f9d6e4f03a06d75d362d77fa571eaf981937a5f3c",
                    "enabled": 1
                }
            },
            "pasta": {
                "200": {
                    "checksum": "sha256:f0316f6d3d1ecaced0083d16d5a0804c09439c6e8e92a39ff7b3fc7fd6cc8f18",
                    "enabled": 1
                }
            },
            "pcmcia": {
                "100": {
                    "checksum": "sha256:6d1d142817f6c7013fa94819eaae391f98b69357bfb352584c1ef104d93aa08a",
                    "enabled": 1
                }
            },
            "pcp": {
                "100": {
                    "checksum": "sha256:3f0071ca72c2269c6568f2695aea954cbb6a8504efa48a8ed1e94e2c0baac106",
                    "enabled": 1
                }
            },
            "pcscd": {
                "100": {
                    "checksum": "sha256:9bd33415ca0bd34a05461719de21697d486512341069567c26b25cd6a7b06c00",
                    "enabled": 1
                }
            },
            "pdns": {
                "100": {
                    "checksum": "sha256:5dcb629d0e7578776fb9476a8b66ff883fe52da8be37e3b1f7a3bd4810354511",
                    "enabled": 1
                }
            },
            "pegasus": {
                "100": {
                    "checksum": "sha256:0312d08cfc7b9ad408ce3d34a27b27c64c62e1b00d280c484616927a859aeb47",
                    "enabled": 1
                }
            },
            "permissivedomains": {
                "100": {
                    "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2",
                    "enabled": 1
                }
            },
            "pesign": {
                "100": {
                    "checksum": "sha256:597ab5f0f472ea2f2aca1b3754c2457cc7769f79daaec0856ad2675e53867b80",
                    "enabled": 1
                }
            },
            "pingd": {
                "100": {
                    "checksum": "sha256:877bbc42240491f32726ac44a082942e80724e3bd3985c64845dee49a060a144",
                    "enabled": 1
                }
            },
            "piranha": {
                "100": {
                    "checksum": "sha256:4e9b8ae11387a45c9266a82f79f31728bce6397b8e7f8d39287b78dd58ddfd96",
                    "enabled": 1
                }
            },
            "pkcs": {
                "100": {
                    "checksum": "sha256:81dc1bee85071c65da6d7e4dd12f390fdaeae5d7a285c132c952290152f90c0b",
                    "enabled": 1
                }
            },
            "pkcs11proxyd": {
                "100": {
                    "checksum": "sha256:184ad49c7d752eae216e8e7313fc50952515caf2d4fe77b1315204a436979cbc",
                    "enabled": 1
                }
            },
            "pki": {
                "100": {
                    "checksum": "sha256:611152fa77dc465824018a6b6e2687f2a1e483f92e20d9754c33f8032d7a210d",
                    "enabled": 1
                }
            },
            "plymouthd": {
                "100": {
                    "checksum": "sha256:e73478b5cf88be80253fc65ed0f397e9078272320ce939b471230ade52207983",
                    "enabled": 1
                }
            },
            "podsleuth": {
                "100": {
                    "checksum": "sha256:ac303c7ac224ff7fec004f7db6bdc6cabc5e9fbf1df3e27ab454f3f87de18b8d",
                    "enabled": 1
                }
            },
            "policykit": {
                "100": {
                    "checksum": "sha256:f651b9a5f05bc1884e58553525034b9fa376084bc3eee5ecd5cb7b70c42a55aa",
                    "enabled": 1
                }
            },
            "polipo": {
                "100": {
                    "checksum": "sha256:e30571ba606507dd4439ea7b455a115170923229f105614f0b044ed07a8ba832",
                    "enabled": 1
                }
            },
            "portmap": {
                "100": {
                    "checksum": "sha256:15e3c27ffaa1d13d785823bd82e53c398e0b5c96c4e0efce502137b326f3710e",
                    "enabled": 1
                }
            },
            "portreserve": {
                "100": {
                    "checksum": "sha256:b1795d2f89c94a43339f1b659f29173491eed1d079a21cc290fb53afb74efd1f",
                    "enabled": 1
                }
            },
            "postfix": {
                "100": {
                    "checksum": "sha256:abe82997f5573e9804f5b66de9f1b9120ccfd8ad1e3c0c3afd32a99f043a49ed",
                    "enabled": 1
                }
            },
            "postgresql": {
                "100": {
                    "checksum": "sha256:dd827cd694ba2389e77fee7137a741677590dc56dff0015fa6b58b93ab354c7c",
                    "enabled": 1
                }
            },
            "postgrey": {
                "100": {
                    "checksum": "sha256:698a04231cb1ca9a1a657c942f22b26ad57e06af78dbce2006dd9a7991d01b19",
                    "enabled": 1
                }
            },
            "ppp": {
                "100": {
                    "checksum": "sha256:640c55f9dc7e32054fc5dcb34e4080a848526a35cbc4225b32deec213e9906e4",
                    "enabled": 1
                }
            },
            "prelink": {
                "100": {
                    "checksum": "sha256:db21e33d0ffe48bd93a10808ea536532acad2578c499333de859afca9b4bfd5f",
                    "enabled": 1
                }
            },
            "prelude": {
                "100": {
                    "checksum": "sha256:2592c97f035c97e88768678244baa38c031afeb5e94730133a0a59e7b451aa57",
                    "enabled": 1
                }
            },
            "privoxy": {
                "100": {
                    "checksum": "sha256:2f9555f9f047d752841d98608cd372c9f9743fdaa88a59c96a0b2e85f9016b00",
                    "enabled": 1
                }
            },
            "procmail": {
                "100": {
                    "checksum": "sha256:ee1a9203e7dd07d84cfa3c20a2e069bb0552dc430a6d2feed2919e53731b1864",
                    "enabled": 1
                }
            },
            "prosody": {
                "100": {
                    "checksum": "sha256:360e32fc4cb037faf2b5684ce2d376c42cff14785fc95d82fd750fe66dabe1e2",
                    "enabled": 1
                }
            },
            "psad": {
                "100": {
                    "checksum": "sha256:9450644b2b34bbc91aa8d0c40b88fd2363137df218d38ccc6b28b94b63286d54",
                    "enabled": 1
                }
            },
            "ptchown": {
                "100": {
                    "checksum": "sha256:861c6b803141841f4756be8531775c7d37e8ec378b2b9e90f37e1932d35e5e36",
                    "enabled": 1
                }
            },
            "publicfile": {
                "100": {
                    "checksum": "sha256:a932f4ee30fe06d891909b328e9ed103a77010e273b19cd7e9debf3ba43204c6",
                    "enabled": 1
                }
            },
            "pulseaudio": {
                "100": {
                    "checksum": "sha256:005f82a614bbe1a6cca6611aee9b59d97e2f8b51c2b88b41d6f800145410a166",
                    "enabled": 1
                }
            },
            "puppet": {
                "100": {
                    "checksum": "sha256:0ac394773bec589974cc6ecc5f99dc5faf2871e771295cb84f33a86bdbd51a6d",
                    "enabled": 1
                }
            },
            "pwauth": {
                "100": {
                    "checksum": "sha256:4cabb0c5c75a395579d7523d3e7616db9fb0e1f40d3b9f581f6e94eebb049810",
                    "enabled": 1
                }
            },
            "qatlib": {
                "100": {
                    "checksum": "sha256:1ce83ef85ac222374d15e090a30072e96219bea1a6c1e72bb122842ebbec7cee",
                    "enabled": 1
                }
            },
            "qmail": {
                "100": {
                    "checksum": "sha256:7972bb152e68b8fdb1a77c84868b66e420365c9f526254fb272a7263500acbff",
                    "enabled": 1
                }
            },
            "qpid": {
                "100": {
                    "checksum": "sha256:7cd981f1dfd524edc5e5992f10cd1b3e723adcb3cfaf8c7bb42c8f5197e64378",
                    "enabled": 1
                }
            },
            "quantum": {
                "100": {
                    "checksum": "sha256:a25e72eac82204e6200ec843bc06d7b59a1ce7c755666bf1ed9effd12ee466d7",
                    "enabled": 1
                }
            },
            "quota": {
                "100": {
                    "checksum": "sha256:292ac0c56b89fb197298bc0cda18828e0c6c524414d7ccc38133e2552283136f",
                    "enabled": 1
                }
            },
            "rabbitmq": {
                "100": {
                    "checksum": "sha256:6ae09222a0b9aefa3ead90b1f1ee08972570b1f5e39d25c05108228e4d315d50",
                    "enabled": 1
                }
            },
            "radius": {
                "100": {
                    "checksum": "sha256:76e245eff00a30a5db15851804f5047caa072e5f418e44fd75e70fcaba611e73",
                    "enabled": 1
                }
            },
            "radvd": {
                "100": {
                    "checksum": "sha256:b0ab6f58a00a32e8119b2b598d56acdc5919c7d9414eec24beb5eca9d84c90dc",
                    "enabled": 1
                }
            },
            "raid": {
                "100": {
                    "checksum": "sha256:cea5ec9a6380cf597ff5f333d46b2a16568c3e71d059a326f645284c6e6c171e",
                    "enabled": 1
                }
            },
            "rasdaemon": {
                "100": {
                    "checksum": "sha256:f6d50ea9aa365ffb71b924d04e606e7e7be9fc0ff67899ad1fd348bb209a7ad1",
                    "enabled": 1
                }
            },
            "rdisc": {
                "100": {
                    "checksum": "sha256:d45a4dad3bf9f007f05eca41b5c04d4ae329405b60f307f8d6959fc92dee841e",
                    "enabled": 1
                }
            },
            "readahead": {
                "100": {
                    "checksum": "sha256:338d67a9fa343855efdd6d99bf0d28bdcf03631bdff7591c1a21e975471a510a",
                    "enabled": 1
                }
            },
            "realmd": {
                "100": {
                    "checksum": "sha256:e2efb27c1fed30b949be0f29464b99701353b8eb65bd2da624505c7fc1e586a4",
                    "enabled": 1
                }
            },
            "redis": {
                "100": {
                    "checksum": "sha256:642738508f133e3709992b5542f048755e1ca6bdd1c3eed8fbf6de60135fe754",
                    "enabled": 1
                }
            },
            "remotelogin": {
                "100": {
                    "checksum": "sha256:31f6f5efb0759335de46ac3ab4c8a64955f838afc9743a20f2e81a8cb54cb36a",
                    "enabled": 1
                }
            },
            "restraint": {
                "400": {
                    "checksum": "sha256:95d0d03fbc1d4147f02a0b3da7cd76efbdd75d1f5812cf6160e922336abbf270",
                    "enabled": 1
                }
            },
            "rhcd": {
                "100": {
                    "checksum": "sha256:439afb2b8b905d32073d55ee61bb5ebc085ac1dd2c4bbb6b25f90051827dc6d2",
                    "enabled": 1
                }
            },
            "rhcs": {
                "100": {
                    "checksum": "sha256:d90d617944f40798165d77873629210aed1662ccc21b8687d92b63eaac5ace8c",
                    "enabled": 1
                }
            },
            "rhev": {
                "100": {
                    "checksum": "sha256:4c8dc74bd9e7cebd9f78bae013483cdc6350fb8eb90debbf2888a89a0c30232c",
                    "enabled": 1
                }
            },
            "rhgb": {
                "100": {
                    "checksum": "sha256:4b222d1ae2a6931560eca08e087c56c7835ce79c3f82514c5c6d3e98a7de89b1",
                    "enabled": 1
                }
            },
            "rhnsd": {
                "100": {
                    "checksum": "sha256:12ea9c8c79218c6ef2da68bbe6f321ca6a7247a0f40142f1be8b85cb5b84d54d",
                    "enabled": 1
                }
            },
            "rhsmcertd": {
                "100": {
                    "checksum": "sha256:7750446fcfd40c402633126aab29d231a47f4ca8d4993cb703a3c203c25a2c0c",
                    "enabled": 1
                }
            },
            "rhts": {
                "400": {
                    "checksum": "sha256:39f15722a115b11064c20b8bc2758e8fe06531a8f923ea00a3e7079a0554e3d6",
                    "enabled": 1
                }
            },
            "ricci": {
                "100": {
                    "checksum": "sha256:c9afadeea7fc4762d923383de22df24de13563a6dbe205b9ab73a6ad0a5cff79",
                    "enabled": 1
                }
            },
            "rkhunter": {
                "100": {
                    "checksum": "sha256:5f31c86e2f2cc425040785cc22a9040c7cdb80bd1145dfd668d2b2597534d6e3",
                    "enabled": 1
                }
            },
            "rkt": {
                "100": {
                    "checksum": "sha256:6154fe3dc060aa2df1f629434a417621e043836c3fc0d1cfe128db80a0c3a5d9",
                    "enabled": 1
                }
            },
            "rlogin": {
                "100": {
                    "checksum": "sha256:2001491066517e9d1718973ef9ce30640101b146abaac53218e9fafc5838eba5",
                    "enabled": 1
                }
            },
            "rngd": {
                "100": {
                    "checksum": "sha256:932eb717c50cc3b89b0d39754e8d42285224c7112dc8fb773b979ae335c61b81",
                    "enabled": 1
                }
            },
            "rolekit": {
                "100": {
                    "checksum": "sha256:08975182ac9221887a5cec3f1e51639802794cfa718d6bfe245aa5f132bac74d",
                    "enabled": 1
                }
            },
            "roundup": {
                "100": {
                    "checksum": "sha256:931c928c6bf89625bce5b6cb76084615486f91d6e86a09fcaf007c47c5e68ba7",
                    "enabled": 1
                }
            },
            "rpc": {
                "100": {
                    "checksum": "sha256:0620e84d3a712ecc8e401e1ce695e4a5c1dd33c2097d6cec8127273e2063e36a",
                    "enabled": 1
                }
            },
            "rpcbind": {
                "100": {
                    "checksum": "sha256:3368e81d1e4c4368ed76661f4b636f38651dcc804843c4b1ef0f8ea0eff45d0d",
                    "enabled": 1
                }
            },
            "rpm": {
                "100": {
                    "checksum": "sha256:b1d6f8003dfb181c492f970957c0fdbac2625661fbec8ac0925a6c9b141429c0",
                    "enabled": 1
                }
            },
            "rrdcached": {
                "100": {
                    "checksum": "sha256:340e748f2da66a79889ffe2d77224bce0090a2954743d5c1098ac3cb1eb48866",
                    "enabled": 1
                }
            },
            "rshd": {
                "100": {
                    "checksum": "sha256:58d4cffb8b490c67aa4b1a335b0a3b933af4dfe6cc022fa0bc7400841d1efba7",
                    "enabled": 1
                }
            },
            "rshim": {
                "100": {
                    "checksum": "sha256:34695491986303ceda8be41882d8279b3065627df85b9ff616650c420c6395b8",
                    "enabled": 1
                }
            },
            "rssh": {
                "100": {
                    "checksum": "sha256:26f6c19589d58fd23c303ac699697517d6883a9531837ad406e2f09b7507278d",
                    "enabled": 1
                }
            },
            "rsync": {
                "100": {
                    "checksum": "sha256:0aa06de248b996ddd0afc67811e82a96bde2dc7a2c328ecbbf6c6a5c9c780784",
                    "enabled": 1
                }
            },
            "rtas": {
                "100": {
                    "checksum": "sha256:3cf7dfe541071b3898cd76674ccce511cb2b25626b0e5f9e43fb903f928508c5",
                    "enabled": 1
                }
            },
            "rtkit": {
                "100": {
                    "checksum": "sha256:d8e666993d2c3c43a5efc6628d04fed230f380cec2feafc9fb1eb305239ad954",
                    "enabled": 1
                }
            },
            "rwho": {
                "100": {
                    "checksum": "sha256:c66a34fe691a84d52c8dd62ed1e9c8525796ccb3114743202a1d11dab4397c1b",
                    "enabled": 1
                }
            },
            "samba": {
                "100": {
                    "checksum": "sha256:76d4803f3945be392c2ba2f3c801fc3a8d629ea342e2352aa2100f3cb70c6a65",
                    "enabled": 1
                }
            },
            "sambagui": {
                "100": {
                    "checksum": "sha256:4c91ce35da807c4194c847e713628c8c5a8c2edabbc32800a9f0245175d61f9a",
                    "enabled": 1
                }
            },
            "sandboxX": {
                "100": {
                    "checksum": "sha256:dd4e4f83f573e60a00c4c8f9fc6d281307ef29ab033281ec1d3bfe763ac842ef",
                    "enabled": 1
                }
            },
            "sanlock": {
                "100": {
                    "checksum": "sha256:12903fc32000cd4e9785975352f7cfc11ebb15acfbe277be575edb318b15131f",
                    "enabled": 1
                }
            },
            "sasl": {
                "100": {
                    "checksum": "sha256:5a49a242fb57fbde3ec1d0b7c33432f0beb2992005df650c1387cd727cfc31a8",
                    "enabled": 1
                }
            },
            "sbd": {
                "100": {
                    "checksum": "sha256:6b08742937f98065198547ba01efe084ce27119742dbfb22ffaefb651adcd4c5",
                    "enabled": 1
                }
            },
            "sblim": {
                "100": {
                    "checksum": "sha256:cf43ae0bb1072dfbd3f191147458ab654f4bf36c7e6e52b3ddc5e21d565e527b",
                    "enabled": 1
                }
            },
            "screen": {
                "100": {
                    "checksum": "sha256:5c749a6c028d95eabf66a4af046f252d580a96be344cc6a4cbaf6c41bc3d7052",
                    "enabled": 1
                }
            },
            "secadm": {
                "100": {
                    "checksum": "sha256:fbd918572c57ed1724375e81afce5d108e52933bcd98b454196a51fa9af36c7f",
                    "enabled": 1
                }
            },
            "sectoolm": {
                "100": {
                    "checksum": "sha256:35e4d2a3208b8c0d74c4016309c3447efac46618ce4209c78af9861f95cf36c6",
                    "enabled": 1
                }
            },
            "selinuxutil": {
                "100": {
                    "checksum": "sha256:3d5c69fa4c3932728225e61fa1eeb458ff2a29a2876c739d1e203322dc4dc7b3",
                    "enabled": 1
                }
            },
            "sendmail": {
                "100": {
                    "checksum": "sha256:b74fad36b6b99dce25b9723b5c83278e4cf0ad7a66b7f2d1788fa930737b6b26",
                    "enabled": 1
                }
            },
            "sensord": {
                "100": {
                    "checksum": "sha256:cf1265945526b166650edb71077e9778d22a9a35e59b12e1edae8b233e8e656b",
                    "enabled": 1
                }
            },
            "setrans": {
                "100": {
                    "checksum": "sha256:95193c003b42fd26e548de51bb8652289fc2fc66bd38f571c6e7173befc6e33d",
                    "enabled": 1
                }
            },
            "setroubleshoot": {
                "100": {
                    "checksum": "sha256:60686aef35513ad652ac553180e26c9864b890a3a5f442a091375b00f886b443",
                    "enabled": 1
                }
            },
            "seunshare": {
                "100": {
                    "checksum": "sha256:a8c3633cf363e103e840a32cace7793040117dbc627ae5ebdbb4509f79273cef",
                    "enabled": 1
                }
            },
            "sge": {
                "100": {
                    "checksum": "sha256:a78576b227ed6d26f57c3ee3bceb45529e50e6662914cf22ad89cc4dedce2251",
                    "enabled": 1
                }
            },
            "shorewall": {
                "100": {
                    "checksum": "sha256:f7c098e79dd886767fe6d5ae4e564d458a4b1243e99c0c74d8c36432e138599a",
                    "enabled": 1
                }
            },
            "slocate": {
                "100": {
                    "checksum": "sha256:cda143abf21914c24f0e38d8e9b9cb2668c88b44cb4df711004658dd53d3e902",
                    "enabled": 1
                }
            },
            "slpd": {
                "100": {
                    "checksum": "sha256:ba397cdd0a7a730fc70c7cad3cbe4ed2475c670b65ee5f9914aeb08b58200845",
                    "enabled": 1
                }
            },
            "smartmon": {
                "100": {
                    "checksum": "sha256:8ef416256baedc5250ebe2cee413dec8082c9dcb2e9d11a4efa164326551eae8",
                    "enabled": 1
                }
            },
            "smokeping": {
                "100": {
                    "checksum": "sha256:81de53921f1a522847961acb56f77dbad54284bcf8841f52afe11ced904a20d7",
                    "enabled": 1
                }
            },
            "smoltclient": {
                "100": {
                    "checksum": "sha256:95c7ee276c5baae8d1a63c94a349ea997f421cebdf73d013ab4b90b34d986fd0",
                    "enabled": 1
                }
            },
            "smsd": {
                "100": {
                    "checksum": "sha256:d871da983b281e8a8daec281efefbc6f6bf1ce5d5cbea4b352b49a08b0d89c77",
                    "enabled": 1
                }
            },
            "snapper": {
                "100": {
                    "checksum": "sha256:4e5c5d73145bbed79c08e82d0a21a965d8cb7a92db76b202b5d134fa42c95fe1",
                    "enabled": 1
                }
            },
            "snmp": {
                "100": {
                    "checksum": "sha256:af32d5989dfb265da12ba1be45f553eb0cca6ad12097540b811f7c30fbb208fe",
                    "enabled": 1
                }
            },
            "snort": {
                "100": {
                    "checksum": "sha256:b1696f79ceb514e5ffed2caea4f90f783c94ca4a73a22f278e48438182d4f07e",
                    "enabled": 1
                }
            },
            "sosreport": {
                "100": {
                    "checksum": "sha256:8059bae88c09a10f717526e476d1a4007db637fea6adc08fad6b17449dbc9e4d",
                    "enabled": 1
                }
            },
            "soundserver": {
                "100": {
                    "checksum": "sha256:3d50318423313efcf8160d08a3bd655e53f34b30374d9dc30ad5bea5cc7e0776",
                    "enabled": 1
                }
            },
            "spamassassin": {
                "100": {
                    "checksum": "sha256:4054ceef428a1df14d5fd4c620fce5d039a236500c1368a7a6e4bb07135d307a",
                    "enabled": 1
                }
            },
            "speech-dispatcher": {
                "100": {
                    "checksum": "sha256:b08147b36ed3fa54428c34c8ac8e2781717ecb453c2372760d41a7738b7757da",
                    "enabled": 1
                }
            },
            "squid": {
                "100": {
                    "checksum": "sha256:d6ec108e7f32a9cfe6f024cd5287a9b020783887f6a71e03b113eab3304342ab",
                    "enabled": 1
                }
            },
            "ssh": {
                "100": {
                    "checksum": "sha256:97b2011b254075f1c3ef158248c3d5d873e56873abe9fc9110438508cb252edd",
                    "enabled": 1
                }
            },
            "sslh": {
                "100": {
                    "checksum": "sha256:5f14c1526eaa63f5176c2e6401410159cacd7f06f89d3c37c6670f5f3193eaa4",
                    "enabled": 1
                }
            },
            "sssd": {
                "100": {
                    "checksum": "sha256:4efe2c843fcfefd5b0b2723830b24042e2f4f024c9208895282d3489f1e04bc4",
                    "enabled": 1
                }
            },
            "staff": {
                "100": {
                    "checksum": "sha256:01b30957354acb8dcf5243937aacd87288390d40e07e724e13f441699825c386",
                    "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:b24d3a5bcd4ecd35cd51836670ce97820a48a3669c0d590e716aee30709dc1f7",
                    "enabled": 1
                }
            },
            "su": {
                "100": {
                    "checksum": "sha256:858e8488feb83d85137a778c3b8c5140d9bc7d9b83a43077a23fbfd27091349c",
                    "enabled": 1
                }
            },
            "sudo": {
                "100": {
                    "checksum": "sha256:ee6a6fd39589168741be9b8c1c35cb6103464541c8b8871423f81d575b5786a3",
                    "enabled": 1
                }
            },
            "svnserve": {
                "100": {
                    "checksum": "sha256:2a78595b73c7ea25c5b395ec91f18b3dad58002dd8ef3652d69edd5a8c13f3f5",
                    "enabled": 1
                }
            },
            "swift": {
                "100": {
                    "checksum": "sha256:ccacc18e643d0ca081b36d910abb0ad6fae2acdd1f92a52b4fc9004fc31f4677",
                    "enabled": 1
                }
            },
            "sysadm": {
                "100": {
                    "checksum": "sha256:4a562295773a4eee6be64369bd48a6ba83944c0b8766dfd8fc572d09c8280243",
                    "enabled": 1
                }
            },
            "sysadm_secadm": {
                "100": {
                    "checksum": "sha256:8b3d56e43b270a3c8e85c91782ceb793a817dadff0af988ed17ec41251b9b315",
                    "enabled": 1
                }
            },
            "sysnetwork": {
                "100": {
                    "checksum": "sha256:6cf6d7c76e8239bbd876a16bf8321e68680308e33cf8a88e89236172e07d852e",
                    "enabled": 1
                }
            },
            "sysstat": {
                "100": {
                    "checksum": "sha256:e35d3df921d581298273023c20b12e4d1168c249b06e08458a27732a4ff082ce",
                    "enabled": 1
                }
            },
            "systemd": {
                "100": {
                    "checksum": "sha256:f2822225dba4e22daf2f143458e810b46166765e37a8f3c02fd0239d3be14ae1",
                    "enabled": 1
                }
            },
            "tangd": {
                "100": {
                    "checksum": "sha256:b09965ae1db2d4aeab2d1c8775897288e6d55224183205ed48002daa816d2bbd",
                    "enabled": 1
                }
            },
            "targetd": {
                "100": {
                    "checksum": "sha256:8d31e97d05e23cbca57938b58d725c33af5e6aaa3e563971a398936cd3a21b36",
                    "enabled": 1
                }
            },
            "tcpd": {
                "100": {
                    "checksum": "sha256:2ea50e3363cefebf4b9bbcb6bcdd9e923da455c54a14c509f8c5ba9ca4da1c5d",
                    "enabled": 1
                }
            },
            "tcsd": {
                "100": {
                    "checksum": "sha256:a4d57e1e23ddfdbf6977fae56c0797b5791bd7a03bc3e7da5ae87d6f9ca870cc",
                    "enabled": 1
                }
            },
            "telepathy": {
                "100": {
                    "checksum": "sha256:98fac790af3d7a87e75899e112ba5d4cd2455261e44b60f1a0d7387ba0e0ad49",
                    "enabled": 1
                }
            },
            "telnet": {
                "100": {
                    "checksum": "sha256:e531681ec043e98c7aa5feeb5948eb339c71c657dd9a93a7dc35909aee56de2b",
                    "enabled": 1
                }
            },
            "tftp": {
                "100": {
                    "checksum": "sha256:7746597ed5d872b63e1e842421771ebacdcde5288bfd6d006346ad554e4799e7",
                    "enabled": 1
                }
            },
            "tgtd": {
                "100": {
                    "checksum": "sha256:e599de319c72ac9f8ca525508c1d2ce54b46a85f378b56b04ff8fa1781250c60",
                    "enabled": 1
                }
            },
            "thin": {
                "100": {
                    "checksum": "sha256:9825f5ea5ecf0720ae08c5fb7a50d3318b3dfb520801cf5ec8c0663364df5a62",
                    "enabled": 1
                }
            },
            "thumb": {
                "100": {
                    "checksum": "sha256:967c4a8d81c00053b35bd61cd547e73dba57abbdd31de06c242c46fac0aff410",
                    "enabled": 1
                }
            },
            "timedatex": {
                "100": {
                    "checksum": "sha256:127a1f551291ce8c39e638b32770fdeadda67312a1c16dc1fad7da9b5a4f5c01",
                    "enabled": 1
                }
            },
            "tlp": {
                "100": {
                    "checksum": "sha256:c3135382d1212256d9ad9ce4c893271cc8093256fdfd34e0a37d9912dc75b16d",
                    "enabled": 1
                }
            },
            "tmpreaper": {
                "100": {
                    "checksum": "sha256:5650adc4d1a2c1db0f3733e73fe7b7b9aa4fda69a1d3308e0b59a8c4cf30c5f5",
                    "enabled": 1
                }
            },
            "tomcat": {
                "100": {
                    "checksum": "sha256:59312967f089bd0efa786367f1587ca124a49b7eb0ba7b5f21c2d66bc66e1b1b",
                    "enabled": 1
                }
            },
            "tor": {
                "100": {
                    "checksum": "sha256:210d53406ae0727c0243c597928358124d2c44c16bf33a47767a3ac88227414b",
                    "enabled": 1
                }
            },
            "tuned": {
                "100": {
                    "checksum": "sha256:758f35f5b9f4195f564792cf864a87a9b6e8de155fc2d348d4eec0ca30d8463d",
                    "enabled": 1
                }
            },
            "tvtime": {
                "100": {
                    "checksum": "sha256:59a579d32a09dd28b983fdaaa6f695be68dfbe0273ee26bd8540e116d07084b4",
                    "enabled": 1
                }
            },
            "udev": {
                "100": {
                    "checksum": "sha256:acb78447445a0d74b28f8e7b5db170464c56476be775e8d2577b04cb55ce3f69",
                    "enabled": 1
                }
            },
            "ulogd": {
                "100": {
                    "checksum": "sha256:fbd1de444b4bfe75df73aee4560955dac1378eb7e5654d05d849c67db43546b5",
                    "enabled": 1
                }
            },
            "uml": {
                "100": {
                    "checksum": "sha256:c05987c6a9f49b3370c011d79431dc52d6d435e89a577d7d10a8db02587a3786",
                    "enabled": 1
                }
            },
            "unconfined": {
                "100": {
                    "checksum": "sha256:be7e30d2c6b24f9d403c9b96acbf9258310b570cb8bf11fdf05166b4b4144664",
                    "enabled": 1
                }
            },
            "unconfineduser": {
                "100": {
                    "checksum": "sha256:8006817bbdf1a8de02fbe47d42fd5a79fd515cbb9b40a49cd5677cd83dc5b466",
                    "enabled": 1
                }
            },
            "unlabelednet": {
                "100": {
                    "checksum": "sha256:1b37d8de7cf505da7e184ad33a2d04904d9fc51d64707b5d7e449b9d615deaa2",
                    "enabled": 1
                }
            },
            "unprivuser": {
                "100": {
                    "checksum": "sha256:ca8c125d322b127dcdc6bc5010fbaf6f4b6d08997a3925d7d2d2946064c4a0b5",
                    "enabled": 1
                }
            },
            "updfstab": {
                "100": {
                    "checksum": "sha256:e698b5479929ff28896c7e38efc410a47b6a5cd38eafd56c0c8de7fa210d16e3",
                    "enabled": 1
                }
            },
            "usbmodules": {
                "100": {
                    "checksum": "sha256:00518ce2d8f4e15cf7186a7467c8710848f2312adbbfb919cd6bed45d40d10d4",
                    "enabled": 1
                }
            },
            "usbmuxd": {
                "100": {
                    "checksum": "sha256:495bbffef9f008519da7918d89fdb853bab29a6c718ed72b13496574d16a18af",
                    "enabled": 1
                }
            },
            "userdomain": {
                "100": {
                    "checksum": "sha256:3fd80d33fa8d00faaa71556b252c45f509297db070ec8fd764621f29383ec539",
                    "enabled": 1
                }
            },
            "userhelper": {
                "100": {
                    "checksum": "sha256:ec2502e379bebb8c8b29386cb8324f0fe8b3935bf065702a1b0a3cf4224e9798",
                    "enabled": 1
                }
            },
            "usermanage": {
                "100": {
                    "checksum": "sha256:35178826cea105b5cbec665c4032d007e453cc6897c787d14b00700e37ac5cdc",
                    "enabled": 1
                }
            },
            "usernetctl": {
                "100": {
                    "checksum": "sha256:24d457c012fb774bde2ecfb530699e6b4768604525b33f8d3cc99844f53918bb",
                    "enabled": 1
                }
            },
            "uucp": {
                "100": {
                    "checksum": "sha256:5451b95ffd75ed6e3a933bc0518e3dd2e9dfad315b4a6d3b08653469e8168668",
                    "enabled": 1
                }
            },
            "uuidd": {
                "100": {
                    "checksum": "sha256:7e39bde0db4bb71a014b04fe58282e134c94c1e753bd1b15e3e7f64b016bcb51",
                    "enabled": 1
                }
            },
            "varnishd": {
                "100": {
                    "checksum": "sha256:b6a3a26dac9580a586502165719438a72e9d41f72ff3d21eb05225a6d368f296",
                    "enabled": 1
                }
            },
            "vdagent": {
                "100": {
                    "checksum": "sha256:f513668cef5d03425903904f53f97a3640fa138faa4d1c13192d46b752b78c71",
                    "enabled": 1
                }
            },
            "vhostmd": {
                "100": {
                    "checksum": "sha256:bc8ddc6407a2ff415e265da8ff8609013d8d173979235acf4fcd1cbfc313a571",
                    "enabled": 1
                }
            },
            "virt": {
                "100": {
                    "checksum": "sha256:cd3e6ed1bf32565b0221cc300aec76cac52f23ff116704c4d30c10263c2bf7f9",
                    "enabled": 1
                }
            },
            "virt_supplementary": {
                "100": {
                    "checksum": "sha256:d80a998844ea68164a2ac00d46b8c5ce51107066dc44a30ab41057a4e3ac259e",
                    "enabled": 1
                }
            },
            "vlock": {
                "100": {
                    "checksum": "sha256:ec8354aba09fd7ab45ed59a737034196f8b6c4df25e6079c4a00985e36b15f92",
                    "enabled": 1
                }
            },
            "vmtools": {
                "100": {
                    "checksum": "sha256:2b632a2cf0d1be1e6bffaf66a320cfd73cd3cb175711cfcab9ff77147838db40",
                    "enabled": 1
                }
            },
            "vmware": {
                "100": {
                    "checksum": "sha256:70cd067efc6e8ae5416b382c4b056f7a723459bc1c4e2e7f24fdb757d341845d",
                    "enabled": 1
                }
            },
            "vnstatd": {
                "100": {
                    "checksum": "sha256:fc8312deb1ef563cfbf8da562e6afba6dd16f4adc97e027c294ff06b1f1ef29f",
                    "enabled": 1
                }
            },
            "vpn": {
                "100": {
                    "checksum": "sha256:e1a9309d48b6463d32450421e867adadb08adbd641eaa072dcb5cd3d629f5dae",
                    "enabled": 1
                }
            },
            "w3c": {
                "100": {
                    "checksum": "sha256:6b19f10f4a51f6f1f343b082d4a96c3335b191f00d41152ae090627f727b8360",
                    "enabled": 1
                }
            },
            "watchdog": {
                "100": {
                    "checksum": "sha256:1171d89af3fa7fc84808f2b6f44fa9a6f8c161198fd3e326fa0f6f63b3820aac",
                    "enabled": 1
                }
            },
            "wdmd": {
                "100": {
                    "checksum": "sha256:78171e88b18db8befbfd2f75e232ed2925648955c4891c790e084063bc5e29f2",
                    "enabled": 1
                }
            },
            "webadm": {
                "100": {
                    "checksum": "sha256:f836d4af3abab47d1c5afe5f6a83ca9303506403e75e65f10fe4c4c719dee46a",
                    "enabled": 1
                }
            },
            "webalizer": {
                "100": {
                    "checksum": "sha256:43f69260eb8c399ceb227825b190ee1758a60b1b78052b1fbfe21d5fce8daab5",
                    "enabled": 1
                }
            },
            "wine": {
                "100": {
                    "checksum": "sha256:204369c49480adaf6c3bbee72b72ec17a5fac47821e371ac9b0e633666af050e",
                    "enabled": 1
                }
            },
            "wireguard": {
                "100": {
                    "checksum": "sha256:ec1197ebeb6bdbc525a66b7e661a8f7a58fe0a4cbf09ba7df7ee055d23746c1c",
                    "enabled": 1
                }
            },
            "wireshark": {
                "100": {
                    "checksum": "sha256:04f7d964a66c88c0ed6af6d352fa81af6618f3a16c0db0363e6f2df07d9ea83a",
                    "enabled": 1
                }
            },
            "xen": {
                "100": {
                    "checksum": "sha256:e79e6baf86bd76cda73219fd891bd706c38ecb6e37a92c24ba4291b28e8782de",
                    "enabled": 1
                }
            },
            "xguest": {
                "100": {
                    "checksum": "sha256:710ba99d8d809150194ab9c84f7e292435f65de06702b0fe6e9bdfa362076621",
                    "enabled": 1
                }
            },
            "xserver": {
                "100": {
                    "checksum": "sha256:05105fee82ae1decbb668b154e32f643eda2779459b0e35edcfa358996436147",
                    "enabled": 1
                }
            },
            "zabbix": {
                "100": {
                    "checksum": "sha256:a7eab2820c4bf5c9e51dd30942fce48426c0e35c25d5c13efda6e9313602a66f",
                    "enabled": 1
                }
            },
            "zarafa": {
                "100": {
                    "checksum": "sha256:b1738ace3c35a58867613fabb433a761136afae86bab322ea4d192436c5b0ddd",
                    "enabled": 1
                }
            },
            "zebra": {
                "100": {
                    "checksum": "sha256:913b9c2802fc6607d811ffc278dff3fb84d81942603cf21e1b4efcebf6a7529e",
                    "enabled": 1
                }
            },
            "zoneminder": {
                "100": {
                    "checksum": "sha256:19a33723d291446ee9617d0120088d7bae884e5a963c48a8afec20fc6bacc4bc",
                    "enabled": 1
                }
            },
            "zosremote": {
                "100": {
                    "checksum": "sha256:0e85101587e037fa8552703dfe40e3c31d4b86d65981d03ca3bcb9f91cde9e06",
                    "enabled": 1
                }
            }
        },
        "selinux_priorities": true
    },
    "changed": false
}

TASK [fedora.linux_system_roles.selinux : Load SELinux modules] ****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:115
Friday 25 October 2024  11:18:37 -0400 (0:00:03.820)       0:04:05.204 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "selinux_modules is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:128
Friday 25 October 2024  11:18:37 -0400 (0:00:00.078)       0:04:05.283 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:136
Friday 25 October 2024  11:18:37 -0400 (0:00:00.076)       0:04:05.359 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124
Friday 25 October 2024  11:18:37 -0400 (0:00:00.117)       0:04:05.477 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_cancel_user_linger": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] *******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128
Friday 25 October 2024  11:18:37 -0400 (0:00:00.077)       0:04:05.555 ******** 
skipping: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle credential files - present] ****
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137
Friday 25 October 2024  11:18:37 -0400 (0:00:00.111)       0:04:05.666 ******** 
skipping: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle secrets] ***********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146
Friday 25 October 2024  11:18:37 -0400 (0:00:00.108)       0:04:05.775 ******** 
skipping: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] *****
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153
Friday 25 October 2024  11:18:38 -0400 (0:00:00.082)       0:04:05.857 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node2 => (item=(censored due to no_log))
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node2 => (item=(censored due to no_log))
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node2 => (item=(censored due to no_log))

TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14
Friday 25 October 2024  11:18:38 -0400 (0:00:00.348)       0:04:06.206 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_spec": {
            "debug": true,
            "log_level": "debug",
            "state": "started"
        },
        "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n    labels:\n        app: test\n        io.containers.autoupdate: registry\n    name: httpd1\nspec:\n    containers:\n    -   command:\n        - /bin/busybox-extras\n        - httpd\n        - -f\n        - -p\n        - 80\n        image: quay.io/libpod/testimage:20210610\n        name: httpd1\n        ports:\n        -   containerPort: 80\n            hostPort: 15001\n        volumeMounts:\n        -   mountPath: /var/www:Z\n            name: www\n        -   mountPath: /var/httpd-create:Z\n            name: create\n        workingDir: /var/www\n    volumes:\n    -   hostPath:\n            path: /tmp/lsr_mjkc1l03_podman/httpd1\n        name: www\n    -   hostPath:\n            path: /tmp/lsr_mjkc1l03_podman/httpd1-create\n        name: create\n"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21
Friday 25 October 2024  11:18:38 -0400 (0:00:00.111)       0:04:06.317 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_continue_if_pull_fails": false,
        "__podman_kube": {
            "apiVersion": "v1",
            "kind": "Pod",
            "metadata": {
                "labels": {
                    "app": "test",
                    "io.containers.autoupdate": "registry"
                },
                "name": "httpd1"
            },
            "spec": {
                "containers": [
                    {
                        "command": [
                            "/bin/busybox-extras",
                            "httpd",
                            "-f",
                            "-p",
                            80
                        ],
                        "image": "quay.io/libpod/testimage:20210610",
                        "name": "httpd1",
                        "ports": [
                            {
                                "containerPort": 80,
                                "hostPort": 15001
                            }
                        ],
                        "volumeMounts": [
                            {
                                "mountPath": "/var/www:Z",
                                "name": "www"
                            },
                            {
                                "mountPath": "/var/httpd-create:Z",
                                "name": "create"
                            }
                        ],
                        "workingDir": "/var/www"
                    }
                ],
                "volumes": [
                    {
                        "hostPath": {
                            "path": "/tmp/lsr_mjkc1l03_podman/httpd1"
                        },
                        "name": "www"
                    },
                    {
                        "hostPath": {
                            "path": "/tmp/lsr_mjkc1l03_podman/httpd1-create"
                        },
                        "name": "create"
                    }
                ]
            }
        },
        "__podman_kube_file": "",
        "__podman_pull_image": true,
        "__podman_state": "created",
        "__podman_systemd_unit_scope": "",
        "__podman_user": "podman_basic_user"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33
Friday 25 October 2024  11:18:38 -0400 (0:00:00.134)       0:04:06.451 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_name": "httpd1",
        "__podman_rootless": true
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Check user and group information] *****
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38
Friday 25 October 2024  11:18:38 -0400 (0:00:00.147)       0:04:06.599 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Get user information] *****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Friday 25 October 2024  11:18:39 -0400 (0:00:00.283)       0:04:06.883 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "getent_passwd": {
            "podman_basic_user": [
                "x",
                "3001",
                "3001",
                "",
                "/home/podman_basic_user",
                "/bin/bash"
            ]
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Fail if user does not exist] **********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Friday 25 October 2024  11:18:39 -0400 (0:00:00.467)       0:04:07.350 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set group for podman user] ************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Friday 25 October 2024  11:18:39 -0400 (0:00:00.084)       0:04:07.434 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_group": "3001"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Friday 25 October 2024  11:18:39 -0400 (0:00:00.123)       0:04:07.557 ******** 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "atime": 1729869378.0103734,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 32,
        "charset": "binary",
        "checksum": "86395ad7ce62834c967dc50f963a68f042029188",
        "ctime": 1729869347.9092026,
        "dev": 51714,
        "device_type": 0,
        "executable": true,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 8895830,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "application/x-pie-executable",
        "mode": "0755",
        "mtime": 1719187200.0,
        "nlink": 1,
        "path": "/usr/bin/getsubids",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 15728,
        "uid": 0,
        "version": "2735121205",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": true,
        "xoth": true,
        "xusr": true
    }
}

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Friday 25 October 2024  11:18:40 -0400 (0:00:00.451)       0:04:08.009 ******** 
ok: [managed-node2] => {
    "changed": false,
    "cmd": [
        "getsubids",
        "podman_basic_user"
    ],
    "delta": "0:00:00.004276",
    "end": "2024-10-25 11:18:40.525093",
    "rc": 0,
    "start": "2024-10-25 11:18:40.520817"
}

STDOUT:

0: podman_basic_user 524288 65536

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44
Friday 25 October 2024  11:18:40 -0400 (0:00:00.404)       0:04:08.413 ******** 
ok: [managed-node2] => {
    "changed": false,
    "cmd": [
        "getsubids",
        "-g",
        "podman_basic_user"
    ],
    "delta": "0:00:01.006294",
    "end": "2024-10-25 11:18:41.939125",
    "rc": 0,
    "start": "2024-10-25 11:18:40.932831"
}

STDOUT:

0: podman_basic_user 524288 65536

TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49
Friday 25 October 2024  11:18:42 -0400 (0:00:01.456)       0:04:09.870 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "podman_subgid_info": {
            "podman_basic_user": {
                "range": 65536,
                "start": 524288
            }
        },
        "podman_subuid_info": {
            "podman_basic_user": {
                "range": 65536,
                "start": 524288
            }
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Get subuid file] **********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62
Friday 25 October 2024  11:18:42 -0400 (0:00:00.258)       0:04:10.129 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get subgid file] **********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67
Friday 25 October 2024  11:18:42 -0400 (0:00:00.071)       0:04:10.200 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72
Friday 25 October 2024  11:18:42 -0400 (0:00:00.072)       0:04:10.273 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82
Friday 25 October 2024  11:18:42 -0400 (0:00:00.069)       0:04:10.343 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89
Friday 25 October 2024  11:18:42 -0400 (0:00:00.110)       0:04:10.453 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43
Friday 25 October 2024  11:18:42 -0400 (0:00:00.074)       0:04:10.528 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_kube",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52
Friday 25 October 2024  11:18:42 -0400 (0:00:00.073)       0:04:10.602 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_activate_systemd_unit": true,
        "__podman_systemd_scope": "user",
        "__podman_user_home_dir": "/home/podman_basic_user",
        "__podman_xdg_runtime_dir": "/run/user/3001"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60
Friday 25 October 2024  11:18:42 -0400 (0:00:00.118)       0:04:10.721 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_path": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64
Friday 25 October 2024  11:18:42 -0400 (0:00:00.075)       0:04:10.796 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_file": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68
Friday 25 October 2024  11:18:43 -0400 (0:00:00.085)       0:04:10.881 ******** 
ok: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75
Friday 25 October 2024  11:18:43 -0400 (0:00:00.088)       0:04:10.969 ******** 
ok: [managed-node2] => {
    "changed": false,
    "cmd": [
        "systemd-escape",
        "--template",
        "podman-kube@.service",
        "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml"
    ],
    "delta": "0:00:00.005738",
    "end": "2024-10-25 11:18:43.498138",
    "rc": 0,
    "start": "2024-10-25 11:18:43.492400"
}

STDOUT:

podman-kube@-home-podman_basic_user-.config-containers-ansible\x2dkubernetes.d-httpd1.yml.service

TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83
Friday 25 October 2024  11:18:43 -0400 (0:00:00.469)       0:04:11.439 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_state == \"absent\"",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Create and update containers and services] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87
Friday 25 October 2024  11:18:43 -0400 (0:00:00.211)       0:04:11.650 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Manage linger] ************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2
Friday 25 October 2024  11:18:44 -0400 (0:00:00.156)       0:04:11.806 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Enable linger if needed] **************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12
Friday 25 October 2024  11:18:44 -0400 (0:00:00.172)       0:04:11.979 ******** 
changed: [managed-node2] => {
    "changed": true,
    "cmd": [
        "loginctl",
        "enable-linger",
        "podman_basic_user"
    ],
    "delta": "0:00:00.019221",
    "end": "2024-10-25 11:18:44.582685",
    "rc": 0,
    "start": "2024-10-25 11:18:44.563464"
}

TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18
Friday 25 October 2024  11:18:44 -0400 (0:00:00.536)       0:04:12.515 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_cancel_user_linger": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22
Friday 25 October 2024  11:18:44 -0400 (0:00:00.080)       0:04:12.595 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_item_state | d('present') == 'absent'",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get the host mount volumes] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7
Friday 25 October 2024  11:18:44 -0400 (0:00:00.073)       0:04:12.669 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_volumes": [
            "/tmp/lsr_mjkc1l03_podman/httpd1",
            "/tmp/lsr_mjkc1l03_podman/httpd1-create"
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Create host directories] **************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18
Friday 25 October 2024  11:18:44 -0400 (0:00:00.080)       0:04:12.749 ******** 
changed: [managed-node2] => (item=/tmp/lsr_mjkc1l03_podman/httpd1) => {
    "ansible_loop_var": "item",
    "changed": true,
    "gid": 3001,
    "group": "podman_basic_user",
    "item": "/tmp/lsr_mjkc1l03_podman/httpd1",
    "mode": "0755",
    "owner": "podman_basic_user",
    "path": "/tmp/lsr_mjkc1l03_podman/httpd1",
    "secontext": "unconfined_u:object_r:user_tmp_t:s0",
    "size": 23,
    "state": "directory",
    "uid": 3001
}
changed: [managed-node2] => (item=/tmp/lsr_mjkc1l03_podman/httpd1-create) => {
    "ansible_loop_var": "item",
    "changed": true,
    "gid": 3001,
    "group": "podman_basic_user",
    "item": "/tmp/lsr_mjkc1l03_podman/httpd1-create",
    "mode": "0755",
    "owner": "podman_basic_user",
    "path": "/tmp/lsr_mjkc1l03_podman/httpd1-create",
    "secontext": "unconfined_u:object_r:user_tmp_t:s0",
    "size": 6,
    "state": "directory",
    "uid": 3001
}

TASK [fedora.linux_system_roles.podman : Ensure container images are present] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29
Friday 25 October 2024  11:18:45 -0400 (0:00:00.928)       0:04:13.677 ******** 
changed: [managed-node2] => (item=None) => {
    "attempts": 1,
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": true
}
changed: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": true
}

TASK [fedora.linux_system_roles.podman : Check the kubernetes yaml file] *******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53
Friday 25 October 2024  11:18:48 -0400 (0:00:02.724)       0:04:16.402 ******** 
ok: [managed-node2] => {
    "changed": false,
    "failed_when_result": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.podman : Ensure the kubernetes directory is present] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61
Friday 25 October 2024  11:18:49 -0400 (0:00:00.429)       0:04:16.831 ******** 
changed: [managed-node2] => {
    "changed": true,
    "gid": 3001,
    "group": "podman_basic_user",
    "mode": "0755",
    "owner": "podman_basic_user",
    "path": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d",
    "secontext": "unconfined_u:object_r:config_home_t:s0",
    "size": 6,
    "state": "directory",
    "uid": 3001
}

TASK [fedora.linux_system_roles.podman : Ensure kubernetes yaml files are present] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70
Friday 25 October 2024  11:18:49 -0400 (0:00:00.591)       0:04:17.423 ******** 
changed: [managed-node2] => {
    "changed": true,
    "checksum": "d2a2a9068b039e62d712222706369a96914f4afe",
    "dest": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml",
    "gid": 3001,
    "group": "podman_basic_user",
    "md5sum": "cf1013d5e24ddc3d848ceaed8609b461",
    "mode": "0644",
    "owner": "podman_basic_user",
    "secontext": "unconfined_u:object_r:config_home_t:s0",
    "size": 762,
    "src": "/root/.ansible/tmp/ansible-tmp-1729869529.6920195-14638-240979478867052/.source.yml",
    "state": "file",
    "uid": 3001
}

TASK [fedora.linux_system_roles.podman : Update containers/pods] ***************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80
Friday 25 October 2024  11:18:50 -0400 (0:00:00.906)       0:04:18.329 ******** 
changed: [managed-node2] => {
    "actions": [
        "/bin/podman play kube --start=true --log-level=debug /home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml"
    ],
    "changed": true
}

STDOUT:

Pod:
687702937ef791842a3a2c39668d6b382acad10ff5fd369193fd48c8e5f5c36d
Container:
ad278a05211d9b479b8eaf0158c50ed3c926af066b5c74dc4064777dbbd27362




STDERR:

time="2024-10-25T11:18:51-04:00" level=info msg="/bin/podman filtering at log level debug"
time="2024-10-25T11:18:51-04:00" level=debug msg="Called kube.PersistentPreRunE(/bin/podman play kube --start=true --log-level=debug /home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml)"
time="2024-10-25T11:18:51-04:00" level=debug msg="Using conmon: \"/usr/bin/conmon\""
time="2024-10-25T11:18:51-04:00" level=info msg="Using sqlite as database backend"
time="2024-10-25T11:18:51-04:00" level=debug msg="systemd-logind: Unknown object '/'."
time="2024-10-25T11:18:51-04:00" level=debug msg="Using graph driver overlay"
time="2024-10-25T11:18:51-04:00" level=debug msg="Using graph root /home/podman_basic_user/.local/share/containers/storage"
time="2024-10-25T11:18:51-04:00" level=debug msg="Using run root /run/user/3001/containers"
time="2024-10-25T11:18:51-04:00" level=debug msg="Using static dir /home/podman_basic_user/.local/share/containers/storage/libpod"
time="2024-10-25T11:18:51-04:00" level=debug msg="Using tmp dir /run/user/3001/libpod/tmp"
time="2024-10-25T11:18:51-04:00" level=debug msg="Using volume path /home/podman_basic_user/.local/share/containers/storage/volumes"
time="2024-10-25T11:18:51-04:00" level=debug msg="Using transient store: false"
time="2024-10-25T11:18:51-04:00" level=debug msg="[graphdriver] trying provided driver \"overlay\""
time="2024-10-25T11:18:51-04:00" level=debug msg="Cached value indicated that overlay is supported"
time="2024-10-25T11:18:51-04:00" level=debug msg="Cached value indicated that overlay is supported"
time="2024-10-25T11:18:51-04:00" level=debug msg="Cached value indicated that metacopy is not being used"
time="2024-10-25T11:18:51-04:00" level=debug msg="Cached value indicated that native-diff is usable"
time="2024-10-25T11:18:51-04:00" level=debug msg="backingFs=xfs, projectQuotaSupported=false, useNativeDiff=true, usingMetacopy=false"
time="2024-10-25T11:18:51-04:00" level=debug msg="Initializing event backend file"
time="2024-10-25T11:18:51-04:00" level=debug msg="Configured OCI runtime kata initialization failed: no valid executable found for OCI runtime kata: invalid argument"
time="2024-10-25T11:18:51-04:00" level=debug msg="Configured OCI runtime runsc initialization failed: no valid executable found for OCI runtime runsc: invalid argument"
time="2024-10-25T11:18:51-04:00" level=debug msg="Configured OCI runtime youki initialization failed: no valid executable found for OCI runtime youki: invalid argument"
time="2024-10-25T11:18:51-04:00" level=debug msg="Configured OCI runtime krun initialization failed: no valid executable found for OCI runtime krun: invalid argument"
time="2024-10-25T11:18:51-04:00" level=debug msg="Configured OCI runtime ocijail initialization failed: no valid executable found for OCI runtime ocijail: invalid argument"
time="2024-10-25T11:18:51-04:00" level=debug msg="Configured OCI runtime crun-vm initialization failed: no valid executable found for OCI runtime crun-vm: invalid argument"
time="2024-10-25T11:18:51-04:00" level=debug msg="Configured OCI runtime runj initialization failed: no valid executable found for OCI runtime runj: invalid argument"
time="2024-10-25T11:18:51-04:00" level=debug msg="Configured OCI runtime runc initialization failed: no valid executable found for OCI runtime runc: invalid argument"
time="2024-10-25T11:18:51-04:00" level=debug msg="Configured OCI runtime crun-wasm initialization failed: no valid executable found for OCI runtime crun-wasm: invalid argument"
time="2024-10-25T11:18:51-04:00" level=debug msg="Using OCI runtime \"/usr/bin/crun\""
time="2024-10-25T11:18:51-04:00" level=info msg="Setting parallel job count to 7"
time="2024-10-25T11:18:51-04:00" level=debug msg="Successfully loaded 1 networks"
time="2024-10-25T11:18:51-04:00" level=debug msg="found free device name podman1"
time="2024-10-25T11:18:51-04:00" level=debug msg="found free ipv4 network subnet 10.89.0.0/24"
time="2024-10-25T11:18:51-04:00" level=debug msg="Looking up image \"localhost/podman-pause:5.2.2-1728432000\" in local containers storage"
time="2024-10-25T11:18:51-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux  [] }"
time="2024-10-25T11:18:51-04:00" level=debug msg="Trying \"localhost/podman-pause:5.2.2-1728432000\" ..."
time="2024-10-25T11:18:51-04:00" level=debug msg="reference \"[overlay@/home/podman_basic_user/.local/share/containers/storage+/run/user/3001/containers]localhost/podman-pause:5.2.2-1728432000\" does not resolve to an image ID"
time="2024-10-25T11:18:51-04:00" level=debug msg="Trying \"localhost/podman-pause:5.2.2-1728432000\" ..."
time="2024-10-25T11:18:51-04:00" level=debug msg="reference \"[overlay@/home/podman_basic_user/.local/share/containers/storage+/run/user/3001/containers]localhost/podman-pause:5.2.2-1728432000\" does not resolve to an image ID"
time="2024-10-25T11:18:51-04:00" level=debug msg="Trying \"localhost/podman-pause:5.2.2-1728432000\" ..."
time="2024-10-25T11:18:51-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux  [] }"
time="2024-10-25T11:18:51-04:00" level=debug msg="FROM \"scratch\""
time="2024-10-25T11:18:51-04:00" level=debug msg="Cached value indicated that idmapped mounts for overlay are not supported"
time="2024-10-25T11:18:51-04:00" level=debug msg="Check for idmapped mounts support "
time="2024-10-25T11:18:51-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux  [] }"
time="2024-10-25T11:18:51-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux  [] }"
time="2024-10-25T11:18:51-04:00" level=debug msg="overlay: test mount indicated that volatile is being used"
time="2024-10-25T11:18:51-04:00" level=debug msg="overlay: mount_data=lowerdir=/home/podman_basic_user/.local/share/containers/storage/overlay/3a0f281ba9bf8178153c813457407865247e2be291ba2082c97ae317a55c85aa/empty,upperdir=/home/podman_basic_user/.local/share/containers/storage/overlay/3a0f281ba9bf8178153c813457407865247e2be291ba2082c97ae317a55c85aa/diff,workdir=/home/podman_basic_user/.local/share/containers/storage/overlay/3a0f281ba9bf8178153c813457407865247e2be291ba2082c97ae317a55c85aa/work,userxattr,volatile,context=\"system_u:object_r:container_file_t:s0:c614,c937\""
time="2024-10-25T11:18:51-04:00" level=debug msg="Container ID: fabb749a0e25193bc505ed66d659d986da9e366936d562dce4540dfd91390d72"
time="2024-10-25T11:18:51-04:00" level=debug msg="Parsed Step: {Env:[PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin] Command:copy Args:[/usr/libexec/podman/catatonit /catatonit] Flags:[] Attrs:map[] Message:COPY /usr/libexec/podman/catatonit /catatonit Heredocs:[] Original:COPY /usr/libexec/podman/catatonit /catatonit}"
time="2024-10-25T11:18:51-04:00" level=debug msg="COPY []string(nil), imagebuilder.Copy{FromFS:false, From:\"\", Src:[]string{\"/usr/libexec/podman/catatonit\"}, Dest:\"/catatonit\", Download:false, Chown:\"\", Chmod:\"\", Checksum:\"\", Files:[]imagebuilder.File(nil), KeepGitDir:false, Link:false, Parents:false, Excludes:[]string(nil)}"
time="2024-10-25T11:18:51-04:00" level=debug msg="added content file:5d656d679720467aa8c197f4434c1cdb8ec6fd33fa12856dbd64b5c9ed80b0df"
time="2024-10-25T11:18:51-04:00" level=debug msg="Parsed Step: {Env:[PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin] Command:entrypoint Args:[/catatonit -P] Flags:[] Attrs:map[json:true] Message:ENTRYPOINT /catatonit -P Heredocs:[] Original:ENTRYPOINT [\"/catatonit\", \"-P\"]}"
time="2024-10-25T11:18:51-04:00" level=debug msg="COMMIT localhost/podman-pause:5.2.2-1728432000"
time="2024-10-25T11:18:51-04:00" level=debug msg="parsed reference into \"[overlay@/home/podman_basic_user/.local/share/containers/storage+/run/user/3001/containers]localhost/podman-pause:5.2.2-1728432000\""
time="2024-10-25T11:18:51-04:00" level=debug msg="COMMIT \"containers-storage:[overlay@/home/podman_basic_user/.local/share/containers/storage+/run/user/3001/containers]localhost/podman-pause:5.2.2-1728432000\""
time="2024-10-25T11:18:51-04:00" level=debug msg="committing image with reference \"containers-storage:[overlay@/home/podman_basic_user/.local/share/containers/storage+/run/user/3001/containers]localhost/podman-pause:5.2.2-1728432000\" is allowed by policy"
time="2024-10-25T11:18:51-04:00" level=debug msg="layer list: [\"3a0f281ba9bf8178153c813457407865247e2be291ba2082c97ae317a55c85aa\"]"
time="2024-10-25T11:18:51-04:00" level=debug msg="using \"/var/tmp/buildah2426707961\" to hold temporary data"
time="2024-10-25T11:18:51-04:00" level=debug msg="Tar with options on /home/podman_basic_user/.local/share/containers/storage/overlay/3a0f281ba9bf8178153c813457407865247e2be291ba2082c97ae317a55c85aa/diff"
time="2024-10-25T11:18:51-04:00" level=debug msg="layer \"3a0f281ba9bf8178153c813457407865247e2be291ba2082c97ae317a55c85aa\" size is 702976 bytes, uncompressed digest sha256:6a6c51f67c6969b7b62d9b8874254e0a64b0ddaf0b6dbe58be8fb152248c49bd, possibly-compressed digest sha256:6a6c51f67c6969b7b62d9b8874254e0a64b0ddaf0b6dbe58be8fb152248c49bd"
time="2024-10-25T11:18:51-04:00" level=debug msg="OCIv1 config = {\"created\":\"2024-10-25T15:18:51.248060037Z\",\"architecture\":\"amd64\",\"os\":\"linux\",\"config\":{\"Env\":[\"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\"],\"Entrypoint\":[\"/catatonit\",\"-P\"],\"Labels\":{\"io.buildah.version\":\"1.37.2\"}},\"rootfs\":{\"type\":\"layers\",\"diff_ids\":[\"sha256:6a6c51f67c6969b7b62d9b8874254e0a64b0ddaf0b6dbe58be8fb152248c49bd\"]},\"history\":[{\"created\":\"2024-10-25T15:18:51.247477095Z\",\"created_by\":\"/bin/sh -c #(nop) COPY file:5d656d679720467aa8c197f4434c1cdb8ec6fd33fa12856dbd64b5c9ed80b0df in /catatonit \",\"empty_layer\":true},{\"created\":\"2024-10-25T15:18:51.251115261Z\",\"created_by\":\"/bin/sh -c #(nop) ENTRYPOINT [\\\"/catatonit\\\", \\\"-P\\\"]\"}]}"
time="2024-10-25T11:18:51-04:00" level=debug msg="OCIv1 manifest = {\"schemaVersion\":2,\"mediaType\":\"application/vnd.oci.image.manifest.v1+json\",\"config\":{\"mediaType\":\"application/vnd.oci.image.config.v1+json\",\"digest\":\"sha256:b6a11818503cc06b7fdcc6c976971d59ed7bbad31810303e6136bfc4d62be4f5\",\"size\":668},\"layers\":[{\"mediaType\":\"application/vnd.oci.image.layer.v1.tar\",\"digest\":\"sha256:6a6c51f67c6969b7b62d9b8874254e0a64b0ddaf0b6dbe58be8fb152248c49bd\",\"size\":702976}],\"annotations\":{\"org.opencontainers.image.base.digest\":\"\",\"org.opencontainers.image.base.name\":\"\"}}"
time="2024-10-25T11:18:51-04:00" level=debug msg="Docker v2s2 config = {\"created\":\"2024-10-25T15:18:51.248060037Z\",\"container\":\"fabb749a0e25193bc505ed66d659d986da9e366936d562dce4540dfd91390d72\",\"container_config\":{\"Hostname\":\"\",\"Domainname\":\"\",\"User\":\"\",\"AttachStdin\":false,\"AttachStdout\":false,\"AttachStderr\":false,\"Tty\":false,\"OpenStdin\":false,\"StdinOnce\":false,\"Env\":[\"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\"],\"Cmd\":null,\"Image\":\"\",\"Volumes\":{},\"WorkingDir\":\"\",\"Entrypoint\":[\"/catatonit\",\"-P\"],\"OnBuild\":[],\"Labels\":{\"io.buildah.version\":\"1.37.2\"}},\"config\":{\"Hostname\":\"\",\"Domainname\":\"\",\"User\":\"\",\"AttachStdin\":false,\"AttachStdout\":false,\"AttachStderr\":false,\"Tty\":false,\"OpenStdin\":false,\"StdinOnce\":false,\"Env\":[\"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\"],\"Cmd\":null,\"Image\":\"\",\"Volumes\":{},\"WorkingDir\":\"\",\"Entrypoint\":[\"/catatonit\",\"-P\"],\"OnBuild\":[],\"Labels\":{\"io.buildah.version\":\"1.37.2\"}},\"architecture\":\"amd64\",\"os\":\"linux\",\"rootfs\":{\"type\":\"layers\",\"diff_ids\":[\"sha256:6a6c51f67c6969b7b62d9b8874254e0a64b0ddaf0b6dbe58be8fb152248c49bd\"]},\"history\":[{\"created\":\"2024-10-25T15:18:51.247477095Z\",\"created_by\":\"/bin/sh -c #(nop) COPY file:5d656d679720467aa8c197f4434c1cdb8ec6fd33fa12856dbd64b5c9ed80b0df in /catatonit \",\"empty_layer\":true},{\"created\":\"2024-10-25T15:18:51.251115261Z\",\"created_by\":\"/bin/sh -c #(nop) ENTRYPOINT [\\\"/catatonit\\\", \\\"-P\\\"]\"}]}"
time="2024-10-25T11:18:51-04:00" level=debug msg="Docker v2s2 manifest = {\"schemaVersion\":2,\"mediaType\":\"application/vnd.docker.distribution.manifest.v2+json\",\"config\":{\"mediaType\":\"application/vnd.docker.container.image.v1+json\",\"size\":1346,\"digest\":\"sha256:9fc048ecb8d7a97516006bc322c2ad7c889fe1da64680f9df55f98991e7a71e7\"},\"layers\":[{\"mediaType\":\"application/vnd.docker.image.rootfs.diff.tar\",\"size\":702976,\"digest\":\"sha256:6a6c51f67c6969b7b62d9b8874254e0a64b0ddaf0b6dbe58be8fb152248c49bd\"}]}"
time="2024-10-25T11:18:51-04:00" level=debug msg="Using SQLite blob info cache at /home/podman_basic_user/.local/share/containers/cache/blob-info-cache-v1.sqlite"
time="2024-10-25T11:18:51-04:00" level=debug msg="IsRunningImageAllowed for image containers-storage:"
time="2024-10-25T11:18:51-04:00" level=debug msg=" Using transport \"containers-storage\" policy section \"\""
time="2024-10-25T11:18:51-04:00" level=debug msg=" Requirement 0: allowed"
time="2024-10-25T11:18:51-04:00" level=debug msg="Overall: allowed"
time="2024-10-25T11:18:51-04:00" level=debug msg="start reading config"
time="2024-10-25T11:18:51-04:00" level=debug msg="finished reading config"
time="2024-10-25T11:18:51-04:00" level=debug msg="Manifest has MIME type application/vnd.oci.image.manifest.v1+json, ordered candidate list [application/vnd.oci.image.manifest.v1+json, application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.v1+prettyjws, application/vnd.docker.distribution.manifest.v1+json]"
time="2024-10-25T11:18:51-04:00" level=debug msg="... will first try using the original manifest unmodified"
time="2024-10-25T11:18:51-04:00" level=debug msg="Checking if we can reuse blob sha256:6a6c51f67c6969b7b62d9b8874254e0a64b0ddaf0b6dbe58be8fb152248c49bd: general substitution = true, compression for MIME type \"application/vnd.oci.image.layer.v1.tar\" = true"
time="2024-10-25T11:18:51-04:00" level=debug msg="reading layer \"sha256:6a6c51f67c6969b7b62d9b8874254e0a64b0ddaf0b6dbe58be8fb152248c49bd\""
time="2024-10-25T11:18:51-04:00" level=debug msg="No compression detected"
time="2024-10-25T11:18:51-04:00" level=debug msg="Using original blob without modification"
time="2024-10-25T11:18:51-04:00" level=debug msg="Applying tar in /home/podman_basic_user/.local/share/containers/storage/overlay/6a6c51f67c6969b7b62d9b8874254e0a64b0ddaf0b6dbe58be8fb152248c49bd/diff"
time="2024-10-25T11:18:51-04:00" level=debug msg="finished reading layer \"sha256:6a6c51f67c6969b7b62d9b8874254e0a64b0ddaf0b6dbe58be8fb152248c49bd\""
time="2024-10-25T11:18:51-04:00" level=debug msg="No compression detected"
time="2024-10-25T11:18:51-04:00" level=debug msg="Compression change for blob sha256:b6a11818503cc06b7fdcc6c976971d59ed7bbad31810303e6136bfc4d62be4f5 (\"application/vnd.oci.image.config.v1+json\") not supported"
time="2024-10-25T11:18:51-04:00" level=debug msg="Using original blob without modification"
time="2024-10-25T11:18:51-04:00" level=debug msg="setting image creation date to 2024-10-25 15:18:51.248060037 +0000 UTC"
time="2024-10-25T11:18:51-04:00" level=debug msg="created new image ID \"b6a11818503cc06b7fdcc6c976971d59ed7bbad31810303e6136bfc4d62be4f5\" with metadata \"{}\""
time="2024-10-25T11:18:51-04:00" level=debug msg="added name \"localhost/podman-pause:5.2.2-1728432000\" to image \"b6a11818503cc06b7fdcc6c976971d59ed7bbad31810303e6136bfc4d62be4f5\""
time="2024-10-25T11:18:51-04:00" level=debug msg="parsed reference into \"[overlay@/home/podman_basic_user/.local/share/containers/storage+/run/user/3001/containers]localhost/podman-pause:5.2.2-1728432000\""
time="2024-10-25T11:18:51-04:00" level=debug msg="printing final image id \"b6a11818503cc06b7fdcc6c976971d59ed7bbad31810303e6136bfc4d62be4f5\""
time="2024-10-25T11:18:51-04:00" level=debug msg="Pod using bridge network mode"
time="2024-10-25T11:18:51-04:00" level=debug msg="Created cgroup path user.slice/user-libpod_pod_687702937ef791842a3a2c39668d6b382acad10ff5fd369193fd48c8e5f5c36d.slice for parent user.slice and name libpod_pod_687702937ef791842a3a2c39668d6b382acad10ff5fd369193fd48c8e5f5c36d"
time="2024-10-25T11:18:51-04:00" level=debug msg="Created cgroup user.slice/user-libpod_pod_687702937ef791842a3a2c39668d6b382acad10ff5fd369193fd48c8e5f5c36d.slice"
time="2024-10-25T11:18:51-04:00" level=debug msg="Got pod cgroup as user.slice/user-3001.slice/user@3001.service/user.slice/user-libpod_pod_687702937ef791842a3a2c39668d6b382acad10ff5fd369193fd48c8e5f5c36d.slice"
time="2024-10-25T11:18:51-04:00" level=debug msg="Looking up image \"localhost/podman-pause:5.2.2-1728432000\" in local containers storage"
time="2024-10-25T11:18:51-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux  [] }"
time="2024-10-25T11:18:51-04:00" level=debug msg="Trying \"localhost/podman-pause:5.2.2-1728432000\" ..."
time="2024-10-25T11:18:51-04:00" level=debug msg="parsed reference into \"[overlay@/home/podman_basic_user/.local/share/containers/storage+/run/user/3001/containers]@b6a11818503cc06b7fdcc6c976971d59ed7bbad31810303e6136bfc4d62be4f5\""
time="2024-10-25T11:18:51-04:00" level=debug msg="Found image \"localhost/podman-pause:5.2.2-1728432000\" as \"localhost/podman-pause:5.2.2-1728432000\" in local containers storage"
time="2024-10-25T11:18:51-04:00" level=debug msg="Found image \"localhost/podman-pause:5.2.2-1728432000\" as \"localhost/podman-pause:5.2.2-1728432000\" in local containers storage ([overlay@/home/podman_basic_user/.local/share/containers/storage+/run/user/3001/containers]@b6a11818503cc06b7fdcc6c976971d59ed7bbad31810303e6136bfc4d62be4f5)"
time="2024-10-25T11:18:51-04:00" level=debug msg="exporting opaque data as blob \"sha256:b6a11818503cc06b7fdcc6c976971d59ed7bbad31810303e6136bfc4d62be4f5\""
time="2024-10-25T11:18:51-04:00" level=debug msg="Inspecting image b6a11818503cc06b7fdcc6c976971d59ed7bbad31810303e6136bfc4d62be4f5"
time="2024-10-25T11:18:51-04:00" level=debug msg="exporting opaque data as blob \"sha256:b6a11818503cc06b7fdcc6c976971d59ed7bbad31810303e6136bfc4d62be4f5\""
time="2024-10-25T11:18:51-04:00" level=debug msg="Inspecting image b6a11818503cc06b7fdcc6c976971d59ed7bbad31810303e6136bfc4d62be4f5"
time="2024-10-25T11:18:51-04:00" level=debug msg="Inspecting image b6a11818503cc06b7fdcc6c976971d59ed7bbad31810303e6136bfc4d62be4f5"
time="2024-10-25T11:18:51-04:00" level=debug msg="using systemd mode: false"
time="2024-10-25T11:18:51-04:00" level=debug msg="setting container name 687702937ef7-infra"
time="2024-10-25T11:18:51-04:00" level=debug msg="Loading seccomp profile from \"/usr/share/containers/seccomp.json\""
time="2024-10-25T11:18:51-04:00" level=debug msg="Successfully loaded network podman-default-kube-network: &{podman-default-kube-network 75f76f5b540831b981d745503fc3d7dcce0b91e4866d41ba06b8ca5018360e0f bridge podman1 2024-10-25 11:18:51.127754066 -0400 EDT [{{{10.89.0.0 ffffff00}} 10.89.0.1 <nil>}] [] false false true [] map[] map[] map[driver:host-local]}"
time="2024-10-25T11:18:51-04:00" level=debug msg="Successfully loaded 2 networks"
time="2024-10-25T11:18:51-04:00" level=debug msg="Allocated lock 1 for container f32a1757e2e46c78a4f13042f8a92c73e1d433cd38dfb02e20e1cf4802ed990c"
time="2024-10-25T11:18:51-04:00" level=debug msg="exporting opaque data as blob \"sha256:b6a11818503cc06b7fdcc6c976971d59ed7bbad31810303e6136bfc4d62be4f5\""
time="2024-10-25T11:18:51-04:00" level=debug msg="Created container \"f32a1757e2e46c78a4f13042f8a92c73e1d433cd38dfb02e20e1cf4802ed990c\""
time="2024-10-25T11:18:51-04:00" level=debug msg="Container \"f32a1757e2e46c78a4f13042f8a92c73e1d433cd38dfb02e20e1cf4802ed990c\" has work directory \"/home/podman_basic_user/.local/share/containers/storage/overlay-containers/f32a1757e2e46c78a4f13042f8a92c73e1d433cd38dfb02e20e1cf4802ed990c/userdata\""
time="2024-10-25T11:18:51-04:00" level=debug msg="Container \"f32a1757e2e46c78a4f13042f8a92c73e1d433cd38dfb02e20e1cf4802ed990c\" has run directory \"/run/user/3001/containers/overlay-containers/f32a1757e2e46c78a4f13042f8a92c73e1d433cd38dfb02e20e1cf4802ed990c/userdata\""
time="2024-10-25T11:18:51-04:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage"
time="2024-10-25T11:18:51-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux  [] }"
time="2024-10-25T11:18:51-04:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..."
time="2024-10-25T11:18:51-04:00" level=debug msg="parsed reference into \"[overlay@/home/podman_basic_user/.local/share/containers/storage+/run/user/3001/containers]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\""
time="2024-10-25T11:18:51-04:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage"
time="2024-10-25T11:18:51-04:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage ([overlay@/home/podman_basic_user/.local/share/containers/storage+/run/user/3001/containers]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f)"
time="2024-10-25T11:18:51-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\""
time="2024-10-25T11:18:51-04:00" level=debug msg="Pulling image quay.io/libpod/testimage:20210610 (policy: missing)"
time="2024-10-25T11:18:51-04:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage"
time="2024-10-25T11:18:51-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux  [] }"
time="2024-10-25T11:18:51-04:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..."
time="2024-10-25T11:18:51-04:00" level=debug msg="parsed reference into \"[overlay@/home/podman_basic_user/.local/share/containers/storage+/run/user/3001/containers]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\""
time="2024-10-25T11:18:51-04:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage"
time="2024-10-25T11:18:51-04:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage ([overlay@/home/podman_basic_user/.local/share/containers/storage+/run/user/3001/containers]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f)"
time="2024-10-25T11:18:51-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\""
time="2024-10-25T11:18:51-04:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage"
time="2024-10-25T11:18:51-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux  [] }"
time="2024-10-25T11:18:51-04:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..."
time="2024-10-25T11:18:51-04:00" level=debug msg="parsed reference into \"[overlay@/home/podman_basic_user/.local/share/containers/storage+/run/user/3001/containers]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\""
time="2024-10-25T11:18:51-04:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage"
time="2024-10-25T11:18:51-04:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage ([overlay@/home/podman_basic_user/.local/share/containers/storage+/run/user/3001/containers]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f)"
time="2024-10-25T11:18:51-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\""
time="2024-10-25T11:18:51-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f"
time="2024-10-25T11:18:51-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\""
time="2024-10-25T11:18:51-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\""
time="2024-10-25T11:18:51-04:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage"
time="2024-10-25T11:18:51-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux  [] }"
time="2024-10-25T11:18:51-04:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..."
time="2024-10-25T11:18:51-04:00" level=debug msg="parsed reference into \"[overlay@/home/podman_basic_user/.local/share/containers/storage+/run/user/3001/containers]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\""
time="2024-10-25T11:18:51-04:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage"
time="2024-10-25T11:18:51-04:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage ([overlay@/home/podman_basic_user/.local/share/containers/storage+/run/user/3001/containers]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f)"
time="2024-10-25T11:18:51-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\""
time="2024-10-25T11:18:51-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f"
time="2024-10-25T11:18:51-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\""
time="2024-10-25T11:18:51-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\""
time="2024-10-25T11:18:51-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f"
time="2024-10-25T11:18:51-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f"
time="2024-10-25T11:18:51-04:00" level=debug msg="using systemd mode: false"
time="2024-10-25T11:18:51-04:00" level=debug msg="adding container to pod httpd1"
time="2024-10-25T11:18:51-04:00" level=debug msg="setting container name httpd1-httpd1"
time="2024-10-25T11:18:51-04:00" level=debug msg="Loading seccomp profile from \"/usr/share/containers/seccomp.json\""
time="2024-10-25T11:18:51-04:00" level=info msg="Sysctl net.ipv4.ping_group_range=0 0 ignored in containers.conf, since Network Namespace set to host"
time="2024-10-25T11:18:51-04:00" level=debug msg="Adding mount /proc"
time="2024-10-25T11:18:51-04:00" level=debug msg="Adding mount /dev"
time="2024-10-25T11:18:51-04:00" level=debug msg="Adding mount /dev/pts"
time="2024-10-25T11:18:51-04:00" level=debug msg="Adding mount /dev/mqueue"
time="2024-10-25T11:18:51-04:00" level=debug msg="Adding mount /sys"
time="2024-10-25T11:18:51-04:00" level=debug msg="Adding mount /sys/fs/cgroup"
time="2024-10-25T11:18:51-04:00" level=debug msg="Allocated lock 2 for container ad278a05211d9b479b8eaf0158c50ed3c926af066b5c74dc4064777dbbd27362"
time="2024-10-25T11:18:51-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\""
time="2024-10-25T11:18:51-04:00" level=debug msg="Created container \"ad278a05211d9b479b8eaf0158c50ed3c926af066b5c74dc4064777dbbd27362\""
time="2024-10-25T11:18:51-04:00" level=debug msg="Container \"ad278a05211d9b479b8eaf0158c50ed3c926af066b5c74dc4064777dbbd27362\" has work directory \"/home/podman_basic_user/.local/share/containers/storage/overlay-containers/ad278a05211d9b479b8eaf0158c50ed3c926af066b5c74dc4064777dbbd27362/userdata\""
time="2024-10-25T11:18:51-04:00" level=debug msg="Container \"ad278a05211d9b479b8eaf0158c50ed3c926af066b5c74dc4064777dbbd27362\" has run directory \"/run/user/3001/containers/overlay-containers/ad278a05211d9b479b8eaf0158c50ed3c926af066b5c74dc4064777dbbd27362/userdata\""
time="2024-10-25T11:18:51-04:00" level=debug msg="Strongconnecting node f32a1757e2e46c78a4f13042f8a92c73e1d433cd38dfb02e20e1cf4802ed990c"
time="2024-10-25T11:18:51-04:00" level=debug msg="Pushed f32a1757e2e46c78a4f13042f8a92c73e1d433cd38dfb02e20e1cf4802ed990c onto stack"
time="2024-10-25T11:18:51-04:00" level=debug msg="Finishing node f32a1757e2e46c78a4f13042f8a92c73e1d433cd38dfb02e20e1cf4802ed990c. Popped f32a1757e2e46c78a4f13042f8a92c73e1d433cd38dfb02e20e1cf4802ed990c off stack"
time="2024-10-25T11:18:51-04:00" level=debug msg="Strongconnecting node ad278a05211d9b479b8eaf0158c50ed3c926af066b5c74dc4064777dbbd27362"
time="2024-10-25T11:18:51-04:00" level=debug msg="Pushed ad278a05211d9b479b8eaf0158c50ed3c926af066b5c74dc4064777dbbd27362 onto stack"
time="2024-10-25T11:18:51-04:00" level=debug msg="Finishing node ad278a05211d9b479b8eaf0158c50ed3c926af066b5c74dc4064777dbbd27362. Popped ad278a05211d9b479b8eaf0158c50ed3c926af066b5c74dc4064777dbbd27362 off stack"
time="2024-10-25T11:18:51-04:00" level=debug msg="overlay: mount_data=lowerdir=/home/podman_basic_user/.local/share/containers/storage/overlay/l/ZFOIQGES2VYFY645V3ESMQSR4C,upperdir=/home/podman_basic_user/.local/share/containers/storage/overlay/3aa01dacbce03197ccf0e0cad77fba0076b4790e67534970e383161a0f3f4817/diff,workdir=/home/podman_basic_user/.local/share/containers/storage/overlay/3aa01dacbce03197ccf0e0cad77fba0076b4790e67534970e383161a0f3f4817/work,userxattr,context=\"system_u:object_r:container_file_t:s0:c210,c491\""
time="2024-10-25T11:18:51-04:00" level=debug msg="Made network namespace at /run/user/3001/netns/netns-21d7a16a-cb9e-28fb-1413-157b9cd95149 for container f32a1757e2e46c78a4f13042f8a92c73e1d433cd38dfb02e20e1cf4802ed990c"
time="2024-10-25T11:18:51-04:00" level=debug msg="Mounted container \"f32a1757e2e46c78a4f13042f8a92c73e1d433cd38dfb02e20e1cf4802ed990c\" at \"/home/podman_basic_user/.local/share/containers/storage/overlay/3aa01dacbce03197ccf0e0cad77fba0076b4790e67534970e383161a0f3f4817/merged\""
time="2024-10-25T11:18:51-04:00" level=debug msg="Created root filesystem for container f32a1757e2e46c78a4f13042f8a92c73e1d433cd38dfb02e20e1cf4802ed990c at /home/podman_basic_user/.local/share/containers/storage/overlay/3aa01dacbce03197ccf0e0cad77fba0076b4790e67534970e383161a0f3f4817/merged"
time="2024-10-25T11:18:51-04:00" level=debug msg="Creating rootless network namespace at \"/run/user/3001/containers/networks/rootless-netns/rootless-netns\""
time="2024-10-25T11:18:51-04:00" level=debug msg="pasta arguments: --config-net --pid /run/user/3001/containers/networks/rootless-netns/rootless-netns-conn.pid --dns-forward 169.254.0.1 -t none -u none -T none -U none --no-map-gw --quiet --netns /run/user/3001/containers/networks/rootless-netns/rootless-netns"
time="2024-10-25T11:18:51-04:00" level=debug msg="The path of /etc/resolv.conf in the mount ns is \"/etc/resolv.conf\""
[DEBUG netavark::network::validation] "Validating network namespace..."
[DEBUG netavark::commands::setup] "Setting up..."
[INFO  netavark::firewall] Using nftables firewall driver
[DEBUG netavark::network::bridge] Setup network podman-default-kube-network
[DEBUG netavark::network::bridge] Container interface name: eth0 with IP addresses [10.89.0.2/24]
[DEBUG netavark::network::bridge] Bridge name: podman1 with IP addresses [10.89.0.1/24]
[DEBUG netavark::network::core_utils] Setting sysctl value for net.ipv4.ip_forward to 1
[DEBUG netavark::network::core_utils] Setting sysctl value for /proc/sys/net/ipv4/conf/podman1/rp_filter to 2
[DEBUG netavark::network::core_utils] Setting sysctl value for /proc/sys/net/ipv6/conf/eth0/autoconf to 0
[DEBUG netavark::network::core_utils] Setting sysctl value for /proc/sys/net/ipv4/conf/eth0/arp_notify to 1
[DEBUG netavark::network::core_utils] Setting sysctl value for /proc/sys/net/ipv4/conf/eth0/rp_filter to 2
[INFO  netavark::network::netlink] Adding route (dest: 0.0.0.0/0 ,gw: 10.89.0.1, metric 100)
[INFO  netavark::firewall::nft] Creating container chain nv_75f76f5b_10_89_0_0_nm24
[DEBUG netavark::network::core_utils] Setting sysctl value for net.ipv4.conf.podman1.route_localnet to 1
[DEBUG netavark::dns::aardvark] Spawning aardvark server
[DEBUG netavark::dns::aardvark] start aardvark-dns: ["systemd-run", "-q", "--scope", "--user", "/usr/libexec/podman/aardvark-dns", "--config", "/run/user/3001/containers/networks/aardvark-dns", "-p", "53", "run"]
[DEBUG netavark::commands::setup] {
        "podman-default-kube-network": StatusBlock {
            dns_search_domains: Some(
                [
                    "dns.podman",
                ],
            ),
            dns_server_ips: Some(
                [
                    10.89.0.1,
                ],
            ),
            interfaces: Some(
                {
                    "eth0": NetInterface {
                        mac_address: "7e:60:5d:d1:84:1c",
                        subnets: Some(
                            [
                                NetAddress {
                                    gateway: Some(
                                        10.89.0.1,
                                    ),
                                    ipnet: 10.89.0.2/24,
                                },
                            ],
                        ),
                    },
                },
            ),
        },
    }
[DEBUG netavark::commands::setup] "Setup complete"
time="2024-10-25T11:18:51-04:00" level=debug msg="rootlessport: time=\"2024-10-25T11:18:51-04:00\" level=info msg=\"Starting parent driver\"\n"
time="2024-10-25T11:18:51-04:00" level=debug msg="rootlessport: time=\"2024-10-25T11:18:51-04:00\" level=info msg=\"opaque=map[builtin.readypipepath:/run/user/3001/libpod/tmp/rootlessport2149661605/.bp-ready.pipe builtin.socketpath:/run/user/3001/libpod/tmp/rootlessport2149661605/.bp.sock]\"\ntime=\"2024-10-25T11:18:51-04:00\" level=info msg=\"Starting child driver in child netns (\\\"/proc/self/exe\\\" [rootlessport-child])\"\n"
time="2024-10-25T11:18:51-04:00" level=debug msg="rootlessport: time=\"2024-10-25T11:18:51-04:00\" level=info msg=\"Waiting for initComplete\"\n"
time="2024-10-25T11:18:51-04:00" level=debug msg="rootlessport: time=\"2024-10-25T11:18:51-04:00\" level=info msg=\"initComplete is closed; parent and child established the communication channel\"\ntime=\"2024-10-25T11:18:51-04:00\" level=info msg=\"Exposing ports [{ 80 15001 1 tcp}]\"\n"
time="2024-10-25T11:18:51-04:00" level=debug msg="rootlessport: time=\"2024-10-25T11:18:51-04:00\" level=info msg=Ready\n"
time="2024-10-25T11:18:51-04:00" level=debug msg="rootlessport is ready"
time="2024-10-25T11:18:51-04:00" level=debug msg="/etc/system-fips does not exist on host, not mounting FIPS mode subscription"
time="2024-10-25T11:18:51-04:00" level=debug msg="Setting Cgroups for container f32a1757e2e46c78a4f13042f8a92c73e1d433cd38dfb02e20e1cf4802ed990c to user-libpod_pod_687702937ef791842a3a2c39668d6b382acad10ff5fd369193fd48c8e5f5c36d.slice:libpod:f32a1757e2e46c78a4f13042f8a92c73e1d433cd38dfb02e20e1cf4802ed990c"
time="2024-10-25T11:18:51-04:00" level=debug msg="reading hooks from /usr/share/containers/oci/hooks.d"
time="2024-10-25T11:18:51-04:00" level=debug msg="Workdir \"/\" resolved to host path \"/home/podman_basic_user/.local/share/containers/storage/overlay/3aa01dacbce03197ccf0e0cad77fba0076b4790e67534970e383161a0f3f4817/merged\""
time="2024-10-25T11:18:51-04:00" level=debug msg="Created OCI spec for container f32a1757e2e46c78a4f13042f8a92c73e1d433cd38dfb02e20e1cf4802ed990c at /home/podman_basic_user/.local/share/containers/storage/overlay-containers/f32a1757e2e46c78a4f13042f8a92c73e1d433cd38dfb02e20e1cf4802ed990c/userdata/config.json"
time="2024-10-25T11:18:51-04:00" level=debug msg="Created cgroup path user.slice/user-libpod_pod_687702937ef791842a3a2c39668d6b382acad10ff5fd369193fd48c8e5f5c36d.slice for parent user.slice and name libpod_pod_687702937ef791842a3a2c39668d6b382acad10ff5fd369193fd48c8e5f5c36d"
time="2024-10-25T11:18:51-04:00" level=debug msg="Created cgroup user.slice/user-libpod_pod_687702937ef791842a3a2c39668d6b382acad10ff5fd369193fd48c8e5f5c36d.slice"
time="2024-10-25T11:18:51-04:00" level=debug msg="Got pod cgroup as user.slice/user-3001.slice/user@3001.service/user.slice/user-libpod_pod_687702937ef791842a3a2c39668d6b382acad10ff5fd369193fd48c8e5f5c36d.slice"
time="2024-10-25T11:18:51-04:00" level=debug msg="/usr/bin/conmon messages will be logged to syslog"
time="2024-10-25T11:18:51-04:00" level=debug msg="running conmon: /usr/bin/conmon" args="[--api-version 1 -c f32a1757e2e46c78a4f13042f8a92c73e1d433cd38dfb02e20e1cf4802ed990c -u f32a1757e2e46c78a4f13042f8a92c73e1d433cd38dfb02e20e1cf4802ed990c -r /usr/bin/crun -b /home/podman_basic_user/.local/share/containers/storage/overlay-containers/f32a1757e2e46c78a4f13042f8a92c73e1d433cd38dfb02e20e1cf4802ed990c/userdata -p /run/user/3001/containers/overlay-containers/f32a1757e2e46c78a4f13042f8a92c73e1d433cd38dfb02e20e1cf4802ed990c/userdata/pidfile -n 687702937ef7-infra --exit-dir /run/user/3001/libpod/tmp/exits --persist-dir /run/user/3001/libpod/tmp/persist/f32a1757e2e46c78a4f13042f8a92c73e1d433cd38dfb02e20e1cf4802ed990c --full-attach -s -l journald --log-level debug --syslog --conmon-pidfile /run/user/3001/containers/overlay-containers/f32a1757e2e46c78a4f13042f8a92c73e1d433cd38dfb02e20e1cf4802ed990c/userdata/conmon.pid --exit-command /usr/bin/podman --exit-command-arg --root --exit-command-arg /home/podman_basic_user/.local/share/containers/storage --exit-command-arg --runroot --exit-command-arg /run/user/3001/containers --exit-command-arg --log-level --exit-command-arg debug --exit-command-arg --cgroup-manager --exit-command-arg systemd --exit-command-arg --tmpdir --exit-command-arg /run/user/3001/libpod/tmp --exit-command-arg --network-config-dir --exit-command-arg  --exit-command-arg --network-backend --exit-command-arg netavark --exit-command-arg --volumepath --exit-command-arg /home/podman_basic_user/.local/share/containers/storage/volumes --exit-command-arg --db-backend --exit-command-arg sqlite --exit-command-arg --transient-store=false --exit-command-arg --runtime --exit-command-arg crun --exit-command-arg --storage-driver --exit-command-arg overlay --exit-command-arg --events-backend --exit-command-arg file --exit-command-arg --syslog --exit-command-arg container --exit-command-arg cleanup --exit-command-arg f32a1757e2e46c78a4f13042f8a92c73e1d433cd38dfb02e20e1cf4802ed990c]"
time="2024-10-25T11:18:51-04:00" level=info msg="Running conmon under slice user-libpod_pod_687702937ef791842a3a2c39668d6b382acad10ff5fd369193fd48c8e5f5c36d.slice and unitName libpod-conmon-f32a1757e2e46c78a4f13042f8a92c73e1d433cd38dfb02e20e1cf4802ed990c.scope"
[conmon:d]: failed to write to /proc/self/oom_score_adj: Permission denied

time="2024-10-25T11:18:51-04:00" level=debug msg="Received: 21772"
time="2024-10-25T11:18:51-04:00" level=info msg="Got Conmon PID as 21770"
time="2024-10-25T11:18:51-04:00" level=debug msg="Created container f32a1757e2e46c78a4f13042f8a92c73e1d433cd38dfb02e20e1cf4802ed990c in OCI runtime"
time="2024-10-25T11:18:51-04:00" level=debug msg="Adding nameserver(s) from network status of '[\"10.89.0.1\"]'"
time="2024-10-25T11:18:51-04:00" level=debug msg="Adding search domain(s) from network status of '[\"dns.podman\"]'"
time="2024-10-25T11:18:51-04:00" level=debug msg="Starting container f32a1757e2e46c78a4f13042f8a92c73e1d433cd38dfb02e20e1cf4802ed990c with command [/catatonit -P]"
time="2024-10-25T11:18:51-04:00" level=debug msg="Started container f32a1757e2e46c78a4f13042f8a92c73e1d433cd38dfb02e20e1cf4802ed990c"
time="2024-10-25T11:18:51-04:00" level=debug msg="overlay: mount_data=lowerdir=/home/podman_basic_user/.local/share/containers/storage/overlay/l/LUZCPYF2RKQ2BYSYV264IMONG2,upperdir=/home/podman_basic_user/.local/share/containers/storage/overlay/406c1e03edd815052d541ca92b40bb721a22a28ae447b85fd2afac90edf91f05/diff,workdir=/home/podman_basic_user/.local/share/containers/storage/overlay/406c1e03edd815052d541ca92b40bb721a22a28ae447b85fd2afac90edf91f05/work,userxattr,context=\"system_u:object_r:container_file_t:s0:c210,c491\""
time="2024-10-25T11:18:51-04:00" level=debug msg="Mounted container \"ad278a05211d9b479b8eaf0158c50ed3c926af066b5c74dc4064777dbbd27362\" at \"/home/podman_basic_user/.local/share/containers/storage/overlay/406c1e03edd815052d541ca92b40bb721a22a28ae447b85fd2afac90edf91f05/merged\""
time="2024-10-25T11:18:51-04:00" level=debug msg="Created root filesystem for container ad278a05211d9b479b8eaf0158c50ed3c926af066b5c74dc4064777dbbd27362 at /home/podman_basic_user/.local/share/containers/storage/overlay/406c1e03edd815052d541ca92b40bb721a22a28ae447b85fd2afac90edf91f05/merged"
time="2024-10-25T11:18:51-04:00" level=debug msg="/etc/system-fips does not exist on host, not mounting FIPS mode subscription"
time="2024-10-25T11:18:52-04:00" level=debug msg="Setting Cgroups for container ad278a05211d9b479b8eaf0158c50ed3c926af066b5c74dc4064777dbbd27362 to user-libpod_pod_687702937ef791842a3a2c39668d6b382acad10ff5fd369193fd48c8e5f5c36d.slice:libpod:ad278a05211d9b479b8eaf0158c50ed3c926af066b5c74dc4064777dbbd27362"
time="2024-10-25T11:18:52-04:00" level=debug msg="reading hooks from /usr/share/containers/oci/hooks.d"
time="2024-10-25T11:18:52-04:00" level=debug msg="Workdir \"/var/www\" resolved to a volume or mount"
time="2024-10-25T11:18:52-04:00" level=debug msg="Created OCI spec for container ad278a05211d9b479b8eaf0158c50ed3c926af066b5c74dc4064777dbbd27362 at /home/podman_basic_user/.local/share/containers/storage/overlay-containers/ad278a05211d9b479b8eaf0158c50ed3c926af066b5c74dc4064777dbbd27362/userdata/config.json"
time="2024-10-25T11:18:52-04:00" level=debug msg="Created cgroup path user.slice/user-libpod_pod_687702937ef791842a3a2c39668d6b382acad10ff5fd369193fd48c8e5f5c36d.slice for parent user.slice and name libpod_pod_687702937ef791842a3a2c39668d6b382acad10ff5fd369193fd48c8e5f5c36d"
time="2024-10-25T11:18:52-04:00" level=debug msg="Created cgroup user.slice/user-libpod_pod_687702937ef791842a3a2c39668d6b382acad10ff5fd369193fd48c8e5f5c36d.slice"
time="2024-10-25T11:18:52-04:00" level=debug msg="Got pod cgroup as user.slice/user-3001.slice/user@3001.service/user.slice/user-libpod_pod_687702937ef791842a3a2c39668d6b382acad10ff5fd369193fd48c8e5f5c36d.slice"
time="2024-10-25T11:18:52-04:00" level=debug msg="/usr/bin/conmon messages will be logged to syslog"
time="2024-10-25T11:18:52-04:00" level=debug msg="running conmon: /usr/bin/conmon" args="[--api-version 1 -c ad278a05211d9b479b8eaf0158c50ed3c926af066b5c74dc4064777dbbd27362 -u ad278a05211d9b479b8eaf0158c50ed3c926af066b5c74dc4064777dbbd27362 -r /usr/bin/crun -b /home/podman_basic_user/.local/share/containers/storage/overlay-containers/ad278a05211d9b479b8eaf0158c50ed3c926af066b5c74dc4064777dbbd27362/userdata -p /run/user/3001/containers/overlay-containers/ad278a05211d9b479b8eaf0158c50ed3c926af066b5c74dc4064777dbbd27362/userdata/pidfile -n httpd1-httpd1 --exit-dir /run/user/3001/libpod/tmp/exits --persist-dir /run/user/3001/libpod/tmp/persist/ad278a05211d9b479b8eaf0158c50ed3c926af066b5c74dc4064777dbbd27362 --full-attach -s -l journald --log-level debug --syslog --conmon-pidfile /run/user/3001/containers/overlay-containers/ad278a05211d9b479b8eaf0158c50ed3c926af066b5c74dc4064777dbbd27362/userdata/conmon.pid --exit-command /usr/bin/podman --exit-command-arg --root --exit-command-arg /home/podman_basic_user/.local/share/containers/storage --exit-command-arg --runroot --exit-command-arg /run/user/3001/containers --exit-command-arg --log-level --exit-command-arg debug --exit-command-arg --cgroup-manager --exit-command-arg systemd --exit-command-arg --tmpdir --exit-command-arg /run/user/3001/libpod/tmp --exit-command-arg --network-config-dir --exit-command-arg  --exit-command-arg --network-backend --exit-command-arg netavark --exit-command-arg --volumepath --exit-command-arg /home/podman_basic_user/.local/share/containers/storage/volumes --exit-command-arg --db-backend --exit-command-arg sqlite --exit-command-arg --transient-store=false --exit-command-arg --runtime --exit-command-arg crun --exit-command-arg --storage-driver --exit-command-arg overlay --exit-command-arg --events-backend --exit-command-arg file --exit-command-arg --syslog --exit-command-arg container --exit-command-arg cleanup --exit-command-arg ad278a05211d9b479b8eaf0158c50ed3c926af066b5c74dc4064777dbbd27362]"
time="2024-10-25T11:18:52-04:00" level=info msg="Running conmon under slice user-libpod_pod_687702937ef791842a3a2c39668d6b382acad10ff5fd369193fd48c8e5f5c36d.slice and unitName libpod-conmon-ad278a05211d9b479b8eaf0158c50ed3c926af066b5c74dc4064777dbbd27362.scope"
[conmon:d]: failed to write to /proc/self/oom_score_adj: Permission denied

time="2024-10-25T11:18:52-04:00" level=debug msg="Received: 21777"
time="2024-10-25T11:18:52-04:00" level=info msg="Got Conmon PID as 21775"
time="2024-10-25T11:18:52-04:00" level=debug msg="Created container ad278a05211d9b479b8eaf0158c50ed3c926af066b5c74dc4064777dbbd27362 in OCI runtime"
time="2024-10-25T11:18:52-04:00" level=debug msg="Starting container ad278a05211d9b479b8eaf0158c50ed3c926af066b5c74dc4064777dbbd27362 with command [/bin/busybox-extras httpd -f -p 80]"
time="2024-10-25T11:18:52-04:00" level=debug msg="Started container ad278a05211d9b479b8eaf0158c50ed3c926af066b5c74dc4064777dbbd27362"
time="2024-10-25T11:18:52-04:00" level=debug msg="Called kube.PersistentPostRunE(/bin/podman play kube --start=true --log-level=debug /home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml)"
time="2024-10-25T11:18:52-04:00" level=debug msg="Shutting down engines"
time="2024-10-25T11:18:52-04:00" level=info msg="Received shutdown.Stop(), terminating!" PID=21682


TASK [fedora.linux_system_roles.podman : Reload systemctl] *********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:88
Friday 25 October 2024  11:18:52 -0400 (0:00:01.720)       0:04:20.050 ******** 
ok: [managed-node2] => {
    "changed": false,
    "name": null,
    "status": {}
}

TASK [fedora.linux_system_roles.podman : Enable service] ***********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:100
Friday 25 October 2024  11:18:53 -0400 (0:00:00.768)       0:04:20.819 ******** 
changed: [managed-node2] => {
    "changed": true,
    "enabled": true,
    "name": "podman-kube@-home-podman_basic_user-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0",
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "basic.target -.mount run-user-3001.mount network-online.target \"app-podman\\\\x2dkube.slice\"",
        "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": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroupId": "0",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "A template for running K8s workloads via podman-kube-play",
        "DevicePolicy": "auto",
        "Documentation": "\"man:podman-kube-play(1)\"",
        "DynamicUser": "no",
        "EffectiveMemoryHigh": "3702870016",
        "EffectiveMemoryMax": "3702870016",
        "EffectiveTasksMax": "22362",
        "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-home-podman_basic_user-.config-containers-ansible\\\\x2dkubernetes.d-httpd1.yml.service\"",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainHandoffTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml ; 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/user/podman-kube@.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": "podman-kube@-home-podman_basic_user-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "inherit",
        "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": "13976",
        "LimitNPROCSoft": "13976",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13976",
        "LimitSIGPENDINGSoft": "13976",
        "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": "3659763712",
        "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": "\"podman-kube@-home-podman_basic_user-.config-containers-ansible\\\\x2dkubernetes.d-httpd1.yml.service\"",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "all",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "200",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "basic.target \"app-podman\\\\x2dkube.slice\"",
        "RequiresMountsFor": "/run/user/3001/containers",
        "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": "app-podman\\x2dkube.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": "22362",
        "TimeoutAbortUSec": "1min 10s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 10s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "notify",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "disabled",
        "UtmpMode": "init",
        "Wants": "network-online.target",
        "WantsMountsFor": "/home/podman_basic_user",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "infinity",
        "WorkingDirectory": "!/home/podman_basic_user"
    }
}

TASK [fedora.linux_system_roles.podman : Start service] ************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113
Friday 25 October 2024  11:18:53 -0400 (0:00:00.803)       0:04:21.623 ******** 
changed: [managed-node2] => {
    "changed": true,
    "name": "podman-kube@-home-podman_basic_user-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service",
    "state": "started",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0",
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "run-user-3001.mount \"app-podman\\\\x2dkube.slice\" -.mount basic.target network-online.target",
        "AllowIsolate": "no",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Before": "shutdown.target default.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": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroupId": "0",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "A template for running K8s workloads via podman-kube-play",
        "DevicePolicy": "auto",
        "Documentation": "\"man:podman-kube-play(1)\"",
        "DynamicUser": "no",
        "EffectiveMemoryHigh": "3702870016",
        "EffectiveMemoryMax": "3702870016",
        "EffectiveTasksMax": "22362",
        "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-home-podman_basic_user-.config-containers-ansible\\\\x2dkubernetes.d-httpd1.yml.service\"",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainHandoffTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml ; 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/user/podman-kube@.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": "podman-kube@-home-podman_basic_user-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "inherit",
        "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": "13976",
        "LimitNPROCSoft": "13976",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13976",
        "LimitSIGPENDINGSoft": "13976",
        "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": "3659079680",
        "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": "\"podman-kube@-home-podman_basic_user-.config-containers-ansible\\\\x2dkubernetes.d-httpd1.yml.service\"",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "all",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "200",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "\"app-podman\\\\x2dkube.slice\" basic.target",
        "RequiresMountsFor": "/run/user/3001/containers",
        "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": "app-podman\\x2dkube.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": "22362",
        "TimeoutAbortUSec": "1min 10s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 10s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "notify",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "default.target",
        "Wants": "network-online.target",
        "WantsMountsFor": "/home/podman_basic_user",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "infinity",
        "WorkingDirectory": "!/home/podman_basic_user"
    }
}

TASK [fedora.linux_system_roles.podman : Restart service] **********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:127
Friday 25 October 2024  11:19:05 -0400 (0:00:11.238)       0:04:32.861 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_service_started is changed",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14
Friday 25 October 2024  11:19:05 -0400 (0:00:00.078)       0:04:32.939 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_spec": {
            "debug": true,
            "log_level": "debug",
            "state": "started"
        },
        "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n    labels:\n        app: test\n        io.containers.autoupdate: registry\n    name: httpd2\nspec:\n    containers:\n    -   command:\n        - /bin/busybox-extras\n        - httpd\n        - -f\n        - -p\n        - 80\n        image: quay.io/libpod/testimage:20210610\n        name: httpd2\n        ports:\n        -   containerPort: 80\n            hostPort: 15002\n        volumeMounts:\n        -   mountPath: /var/www:Z\n            name: www\n        -   mountPath: /var/httpd-create:Z\n            name: create\n        workingDir: /var/www\n    volumes:\n    -   hostPath:\n            path: /tmp/lsr_mjkc1l03_podman/httpd2\n        name: www\n    -   hostPath:\n            path: /tmp/lsr_mjkc1l03_podman/httpd2-create\n        name: create\n"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21
Friday 25 October 2024  11:19:05 -0400 (0:00:00.116)       0:04:33.055 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_continue_if_pull_fails": false,
        "__podman_kube": {
            "apiVersion": "v1",
            "kind": "Pod",
            "metadata": {
                "labels": {
                    "app": "test",
                    "io.containers.autoupdate": "registry"
                },
                "name": "httpd2"
            },
            "spec": {
                "containers": [
                    {
                        "command": [
                            "/bin/busybox-extras",
                            "httpd",
                            "-f",
                            "-p",
                            80
                        ],
                        "image": "quay.io/libpod/testimage:20210610",
                        "name": "httpd2",
                        "ports": [
                            {
                                "containerPort": 80,
                                "hostPort": 15002
                            }
                        ],
                        "volumeMounts": [
                            {
                                "mountPath": "/var/www:Z",
                                "name": "www"
                            },
                            {
                                "mountPath": "/var/httpd-create:Z",
                                "name": "create"
                            }
                        ],
                        "workingDir": "/var/www"
                    }
                ],
                "volumes": [
                    {
                        "hostPath": {
                            "path": "/tmp/lsr_mjkc1l03_podman/httpd2"
                        },
                        "name": "www"
                    },
                    {
                        "hostPath": {
                            "path": "/tmp/lsr_mjkc1l03_podman/httpd2-create"
                        },
                        "name": "create"
                    }
                ]
            }
        },
        "__podman_kube_file": "",
        "__podman_pull_image": true,
        "__podman_state": "created",
        "__podman_systemd_unit_scope": "",
        "__podman_user": "root"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33
Friday 25 October 2024  11:19:05 -0400 (0:00:00.087)       0:04:33.143 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_name": "httpd2",
        "__podman_rootless": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Check user and group information] *****
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38
Friday 25 October 2024  11:19:05 -0400 (0:00:00.065)       0:04:33.208 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Get user information] *****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Friday 25 October 2024  11:19:05 -0400 (0:00:00.097)       0:04:33.306 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "getent_passwd": {
            "root": [
                "x",
                "0",
                "0",
                "Super User",
                "/root",
                "/bin/bash"
            ]
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Fail if user does not exist] **********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Friday 25 October 2024  11:19:06 -0400 (0:00:00.711)       0:04:34.018 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set group for podman user] ************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Friday 25 October 2024  11:19:06 -0400 (0:00:00.109)       0:04:34.127 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_group": "0"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Friday 25 October 2024  11:19:06 -0400 (0:00:00.123)       0:04:34.250 ******** 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "atime": 1729869378.0103734,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 32,
        "charset": "binary",
        "checksum": "86395ad7ce62834c967dc50f963a68f042029188",
        "ctime": 1729869347.9092026,
        "dev": 51714,
        "device_type": 0,
        "executable": true,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 8895830,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "application/x-pie-executable",
        "mode": "0755",
        "mtime": 1719187200.0,
        "nlink": 1,
        "path": "/usr/bin/getsubids",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 15728,
        "uid": 0,
        "version": "2735121205",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": true,
        "xoth": true,
        "xusr": true
    }
}

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Friday 25 October 2024  11:19:06 -0400 (0:00:00.447)       0:04:34.698 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44
Friday 25 October 2024  11:19:06 -0400 (0:00:00.046)       0:04:34.744 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49
Friday 25 October 2024  11:19:06 -0400 (0:00:00.046)       0:04:34.791 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get subuid file] **********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62
Friday 25 October 2024  11:19:07 -0400 (0:00:00.059)       0:04:34.851 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get subgid file] **********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67
Friday 25 October 2024  11:19:07 -0400 (0:00:00.075)       0:04:34.927 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72
Friday 25 October 2024  11:19:07 -0400 (0:00:00.082)       0:04:35.009 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82
Friday 25 October 2024  11:19:07 -0400 (0:00:00.057)       0:04:35.067 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89
Friday 25 October 2024  11:19:07 -0400 (0:00:00.055)       0:04:35.122 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43
Friday 25 October 2024  11:19:07 -0400 (0:00:00.049)       0:04:35.172 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_kube",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52
Friday 25 October 2024  11:19:07 -0400 (0:00:00.144)       0:04:35.316 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_activate_systemd_unit": true,
        "__podman_systemd_scope": "system",
        "__podman_user_home_dir": "/root",
        "__podman_xdg_runtime_dir": "/run/user/0"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60
Friday 25 October 2024  11:19:07 -0400 (0:00:00.169)       0:04:35.486 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_path": "/etc/containers/ansible-kubernetes.d"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64
Friday 25 October 2024  11:19:07 -0400 (0:00:00.093)       0:04:35.579 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/httpd2.yml"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68
Friday 25 October 2024  11:19:07 -0400 (0:00:00.092)       0:04:35.672 ******** 
ok: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75
Friday 25 October 2024  11:19:07 -0400 (0:00:00.086)       0:04:35.758 ******** 
ok: [managed-node2] => {
    "changed": false,
    "cmd": [
        "systemd-escape",
        "--template",
        "podman-kube@.service",
        "/etc/containers/ansible-kubernetes.d/httpd2.yml"
    ],
    "delta": "0:00:00.005250",
    "end": "2024-10-25 11:19:08.318591",
    "rc": 0,
    "start": "2024-10-25 11:19:08.313341"
}

STDOUT:

podman-kube@-etc-containers-ansible\x2dkubernetes.d-httpd2.yml.service

TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83
Friday 25 October 2024  11:19:08 -0400 (0:00:00.516)       0:04:36.274 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_state == \"absent\"",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Create and update containers and services] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87
Friday 25 October 2024  11:19:08 -0400 (0:00:00.088)       0:04:36.363 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Manage linger] ************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2
Friday 25 October 2024  11:19:08 -0400 (0:00:00.168)       0:04:36.531 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Enable linger if needed] **************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12
Friday 25 October 2024  11:19:08 -0400 (0:00:00.126)       0:04:36.658 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_rootless | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18
Friday 25 October 2024  11:19:08 -0400 (0:00:00.070)       0:04:36.729 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_rootless | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22
Friday 25 October 2024  11:19:09 -0400 (0:00:00.247)       0:04:36.976 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_rootless | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get the host mount volumes] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7
Friday 25 October 2024  11:19:09 -0400 (0:00:00.085)       0:04:37.061 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_volumes": [
            "/tmp/lsr_mjkc1l03_podman/httpd2",
            "/tmp/lsr_mjkc1l03_podman/httpd2-create"
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Create host directories] **************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18
Friday 25 October 2024  11:19:09 -0400 (0:00:00.137)       0:04:37.199 ******** 
ok: [managed-node2] => (item=/tmp/lsr_mjkc1l03_podman/httpd2) => {
    "ansible_loop_var": "item",
    "changed": false,
    "gid": 0,
    "group": "root",
    "item": "/tmp/lsr_mjkc1l03_podman/httpd2",
    "mode": "0755",
    "owner": "root",
    "path": "/tmp/lsr_mjkc1l03_podman/httpd2",
    "secontext": "unconfined_u:object_r:user_tmp_t:s0",
    "size": 23,
    "state": "directory",
    "uid": 0
}
changed: [managed-node2] => (item=/tmp/lsr_mjkc1l03_podman/httpd2-create) => {
    "ansible_loop_var": "item",
    "changed": true,
    "gid": 0,
    "group": "root",
    "item": "/tmp/lsr_mjkc1l03_podman/httpd2-create",
    "mode": "0755",
    "owner": "root",
    "path": "/tmp/lsr_mjkc1l03_podman/httpd2-create",
    "secontext": "unconfined_u:object_r:user_tmp_t:s0",
    "size": 6,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.podman : Ensure container images are present] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29
Friday 25 October 2024  11:19:10 -0400 (0:00:00.917)       0:04:38.116 ******** 
ok: [managed-node2] => (item=None) => {
    "attempts": 1,
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}
ok: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Check the kubernetes yaml file] *******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53
Friday 25 October 2024  11:19:11 -0400 (0:00:01.256)       0:04:39.373 ******** 
ok: [managed-node2] => {
    "changed": false,
    "failed_when_result": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.podman : Ensure the kubernetes directory is present] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61
Friday 25 October 2024  11:19:12 -0400 (0:00:00.449)       0:04:39.822 ******** 
ok: [managed-node2] => {
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0755",
    "owner": "root",
    "path": "/etc/containers/ansible-kubernetes.d",
    "secontext": "unconfined_u:object_r:etc_t:s0",
    "size": 6,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.podman : Ensure kubernetes yaml files are present] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70
Friday 25 October 2024  11:19:12 -0400 (0:00:00.518)       0:04:40.341 ******** 
changed: [managed-node2] => {
    "changed": true,
    "checksum": "11915002ebff31021bd2b1f11488515bbaf6b7d6",
    "dest": "/etc/containers/ansible-kubernetes.d/httpd2.yml",
    "gid": 0,
    "group": "root",
    "md5sum": "942df5ab02e62705bcea26c41de3c772",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:etc_t:s0",
    "size": 762,
    "src": "/root/.ansible/tmp/ansible-tmp-1729869552.5933774-15673-217530460663309/.source.yml",
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.podman : Update containers/pods] ***************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80
Friday 25 October 2024  11:19:13 -0400 (0:00:00.822)       0:04:41.163 ******** 
changed: [managed-node2] => {
    "actions": [
        "/usr/bin/podman play kube --start=true --log-level=debug /etc/containers/ansible-kubernetes.d/httpd2.yml"
    ],
    "changed": true
}

STDOUT:

Pod:
c878b36818b9e29b93f89de423b256845aed67f5a64c409f61756b07ab607b85
Container:
c00a711e063fd8467deecde15a3f90a56001aa59b7947fb8c06f341b4841bb28




STDERR:

time="2024-10-25T11:19:13-04:00" level=info msg="/usr/bin/podman filtering at log level debug"
time="2024-10-25T11:19:13-04:00" level=debug msg="Called kube.PersistentPreRunE(/usr/bin/podman play kube --start=true --log-level=debug /etc/containers/ansible-kubernetes.d/httpd2.yml)"
time="2024-10-25T11:19:13-04:00" level=debug msg="Using conmon: \"/usr/bin/conmon\""
time="2024-10-25T11:19:13-04:00" level=info msg="Using sqlite as database backend"
time="2024-10-25T11:19:13-04:00" level=debug msg="Using graph driver overlay"
time="2024-10-25T11:19:13-04:00" level=debug msg="Using graph root /var/lib/containers/storage"
time="2024-10-25T11:19:13-04:00" level=debug msg="Using run root /run/containers/storage"
time="2024-10-25T11:19:13-04:00" level=debug msg="Using static dir /var/lib/containers/storage/libpod"
time="2024-10-25T11:19:13-04:00" level=debug msg="Using tmp dir /run/libpod"
time="2024-10-25T11:19:13-04:00" level=debug msg="Using volume path /var/lib/containers/storage/volumes"
time="2024-10-25T11:19:13-04:00" level=debug msg="Using transient store: false"
time="2024-10-25T11:19:13-04:00" level=debug msg="[graphdriver] trying provided driver \"overlay\""
time="2024-10-25T11:19:13-04:00" level=debug msg="overlay: imagestore=/usr/lib/containers/storage"
time="2024-10-25T11:19:13-04:00" level=debug msg="overlay: use_composefs=false"
time="2024-10-25T11:19:13-04:00" level=debug msg="Cached value indicated that overlay is supported"
time="2024-10-25T11:19:13-04:00" level=debug msg="Cached value indicated that overlay is supported"
time="2024-10-25T11:19:13-04:00" level=debug msg="Cached value indicated that metacopy is being used"
time="2024-10-25T11:19:13-04:00" level=debug msg="Cached value indicated that native-diff is not being used"
time="2024-10-25T11:19:13-04:00" level=info msg="Not using native diff for overlay, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled"
time="2024-10-25T11:19:13-04:00" level=debug msg="backingFs=xfs, projectQuotaSupported=false, useNativeDiff=false, usingMetacopy=true"
time="2024-10-25T11:19:13-04:00" level=debug msg="Initializing event backend journald"
time="2024-10-25T11:19:13-04:00" level=debug msg="Configured OCI runtime youki initialization failed: no valid executable found for OCI runtime youki: invalid argument"
time="2024-10-25T11:19:13-04:00" level=debug msg="Configured OCI runtime ocijail initialization failed: no valid executable found for OCI runtime ocijail: invalid argument"
time="2024-10-25T11:19:13-04:00" level=debug msg="Configured OCI runtime crun-vm initialization failed: no valid executable found for OCI runtime crun-vm: invalid argument"
time="2024-10-25T11:19:13-04:00" level=debug msg="Configured OCI runtime crun-wasm initialization failed: no valid executable found for OCI runtime crun-wasm: invalid argument"
time="2024-10-25T11:19:13-04:00" level=debug msg="Configured OCI runtime runj initialization failed: no valid executable found for OCI runtime runj: invalid argument"
time="2024-10-25T11:19:13-04:00" level=debug msg="Configured OCI runtime kata initialization failed: no valid executable found for OCI runtime kata: invalid argument"
time="2024-10-25T11:19:13-04:00" level=debug msg="Configured OCI runtime runsc initialization failed: no valid executable found for OCI runtime runsc: invalid argument"
time="2024-10-25T11:19:13-04:00" level=debug msg="Configured OCI runtime runc initialization failed: no valid executable found for OCI runtime runc: invalid argument"
time="2024-10-25T11:19:13-04:00" level=debug msg="Configured OCI runtime krun initialization failed: no valid executable found for OCI runtime krun: invalid argument"
time="2024-10-25T11:19:13-04:00" level=debug msg="Using OCI runtime \"/usr/bin/crun\""
time="2024-10-25T11:19:13-04:00" level=info msg="Setting parallel job count to 7"
time="2024-10-25T11:19:13-04:00" level=debug msg="Successfully loaded network podman-default-kube-network: &{podman-default-kube-network 9eb060a6a1cb7bec11827314a6aa3cb985048f3cf8da8634215129c7ff4da45f bridge podman1 2024-10-25 11:16:44.374494531 -0400 EDT [{{{10.89.0.0 ffffff00}} 10.89.0.1 <nil>}] [] false false true [] map[] map[] map[driver:host-local]}"
time="2024-10-25T11:19:13-04:00" level=debug msg="Successfully loaded 2 networks"
time="2024-10-25T11:19:13-04:00" level=debug msg="Looking up image \"localhost/podman-pause:5.2.2-1728432000\" in local containers storage"
time="2024-10-25T11:19:13-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux  [] }"
time="2024-10-25T11:19:13-04:00" level=debug msg="Trying \"localhost/podman-pause:5.2.2-1728432000\" ..."
time="2024-10-25T11:19:13-04:00" level=debug msg="parsed reference into \"[overlay@/var/lib/containers/storage+/run/containers/storage:overlay.imagestore=/usr/lib/containers/storage,overlay.mountopt=nodev,metacopy=on,overlay.use_composefs=false]@a3c5829fb5d227c954d065855af1a4343a8c4dde1e8b64c7160f6969e028c7fb\""
time="2024-10-25T11:19:13-04:00" level=debug msg="Found image \"localhost/podman-pause:5.2.2-1728432000\" as \"localhost/podman-pause:5.2.2-1728432000\" in local containers storage"
time="2024-10-25T11:19:13-04:00" level=debug msg="Found image \"localhost/podman-pause:5.2.2-1728432000\" as \"localhost/podman-pause:5.2.2-1728432000\" in local containers storage ([overlay@/var/lib/containers/storage+/run/containers/storage:overlay.imagestore=/usr/lib/containers/storage,overlay.mountopt=nodev,metacopy=on,overlay.use_composefs=false]@a3c5829fb5d227c954d065855af1a4343a8c4dde1e8b64c7160f6969e028c7fb)"
time="2024-10-25T11:19:13-04:00" level=debug msg="exporting opaque data as blob \"sha256:a3c5829fb5d227c954d065855af1a4343a8c4dde1e8b64c7160f6969e028c7fb\""
time="2024-10-25T11:19:13-04:00" level=debug msg="Pod using bridge network mode"
time="2024-10-25T11:19:13-04:00" level=debug msg="Created cgroup path machine.slice/machine-libpod_pod_c878b36818b9e29b93f89de423b256845aed67f5a64c409f61756b07ab607b85.slice for parent machine.slice and name libpod_pod_c878b36818b9e29b93f89de423b256845aed67f5a64c409f61756b07ab607b85"
time="2024-10-25T11:19:13-04:00" level=debug msg="Created cgroup machine.slice/machine-libpod_pod_c878b36818b9e29b93f89de423b256845aed67f5a64c409f61756b07ab607b85.slice"
time="2024-10-25T11:19:13-04:00" level=debug msg="Got pod cgroup as machine.slice/machine-libpod_pod_c878b36818b9e29b93f89de423b256845aed67f5a64c409f61756b07ab607b85.slice"
time="2024-10-25T11:19:13-04:00" level=debug msg="Looking up image \"localhost/podman-pause:5.2.2-1728432000\" in local containers storage"
time="2024-10-25T11:19:13-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux  [] }"
time="2024-10-25T11:19:13-04:00" level=debug msg="Trying \"localhost/podman-pause:5.2.2-1728432000\" ..."
time="2024-10-25T11:19:13-04:00" level=debug msg="parsed reference into \"[overlay@/var/lib/containers/storage+/run/containers/storage:overlay.imagestore=/usr/lib/containers/storage,overlay.mountopt=nodev,metacopy=on,overlay.use_composefs=false]@a3c5829fb5d227c954d065855af1a4343a8c4dde1e8b64c7160f6969e028c7fb\""
time="2024-10-25T11:19:13-04:00" level=debug msg="Found image \"localhost/podman-pause:5.2.2-1728432000\" as \"localhost/podman-pause:5.2.2-1728432000\" in local containers storage"
time="2024-10-25T11:19:13-04:00" level=debug msg="Found image \"localhost/podman-pause:5.2.2-1728432000\" as \"localhost/podman-pause:5.2.2-1728432000\" in local containers storage ([overlay@/var/lib/containers/storage+/run/containers/storage:overlay.imagestore=/usr/lib/containers/storage,overlay.mountopt=nodev,metacopy=on,overlay.use_composefs=false]@a3c5829fb5d227c954d065855af1a4343a8c4dde1e8b64c7160f6969e028c7fb)"
time="2024-10-25T11:19:13-04:00" level=debug msg="exporting opaque data as blob \"sha256:a3c5829fb5d227c954d065855af1a4343a8c4dde1e8b64c7160f6969e028c7fb\""
time="2024-10-25T11:19:13-04:00" level=debug msg="Inspecting image a3c5829fb5d227c954d065855af1a4343a8c4dde1e8b64c7160f6969e028c7fb"
time="2024-10-25T11:19:13-04:00" level=debug msg="exporting opaque data as blob \"sha256:a3c5829fb5d227c954d065855af1a4343a8c4dde1e8b64c7160f6969e028c7fb\""
time="2024-10-25T11:19:13-04:00" level=debug msg="Inspecting image a3c5829fb5d227c954d065855af1a4343a8c4dde1e8b64c7160f6969e028c7fb"
time="2024-10-25T11:19:13-04:00" level=debug msg="Inspecting image a3c5829fb5d227c954d065855af1a4343a8c4dde1e8b64c7160f6969e028c7fb"
time="2024-10-25T11:19:13-04:00" level=debug msg="using systemd mode: false"
time="2024-10-25T11:19:13-04:00" level=debug msg="setting container name c878b36818b9-infra"
time="2024-10-25T11:19:13-04:00" level=debug msg="Loading seccomp profile from \"/usr/share/containers/seccomp.json\""
time="2024-10-25T11:19:13-04:00" level=debug msg="Allocated lock 1 for container cd7be17a0af4ad01f3af088d6263422efa8866d8b9601ee4c7915b4a7725ed33"
time="2024-10-25T11:19:13-04:00" level=debug msg="exporting opaque data as blob \"sha256:a3c5829fb5d227c954d065855af1a4343a8c4dde1e8b64c7160f6969e028c7fb\""
time="2024-10-25T11:19:13-04:00" level=debug msg="Cached value indicated that idmapped mounts for overlay are supported"
time="2024-10-25T11:19:13-04:00" level=debug msg="Created container \"cd7be17a0af4ad01f3af088d6263422efa8866d8b9601ee4c7915b4a7725ed33\""
time="2024-10-25T11:19:13-04:00" level=debug msg="Container \"cd7be17a0af4ad01f3af088d6263422efa8866d8b9601ee4c7915b4a7725ed33\" has work directory \"/var/lib/containers/storage/overlay-containers/cd7be17a0af4ad01f3af088d6263422efa8866d8b9601ee4c7915b4a7725ed33/userdata\""
time="2024-10-25T11:19:13-04:00" level=debug msg="Container \"cd7be17a0af4ad01f3af088d6263422efa8866d8b9601ee4c7915b4a7725ed33\" has run directory \"/run/containers/storage/overlay-containers/cd7be17a0af4ad01f3af088d6263422efa8866d8b9601ee4c7915b4a7725ed33/userdata\""
time="2024-10-25T11:19:13-04:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage"
time="2024-10-25T11:19:13-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux  [] }"
time="2024-10-25T11:19:13-04:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..."
time="2024-10-25T11:19:13-04:00" level=debug msg="parsed reference into \"[overlay@/var/lib/containers/storage+/run/containers/storage:overlay.imagestore=/usr/lib/containers/storage,overlay.mountopt=nodev,metacopy=on,overlay.use_composefs=false]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\""
time="2024-10-25T11:19:13-04:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage"
time="2024-10-25T11:19:13-04:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage ([overlay@/var/lib/containers/storage+/run/containers/storage:overlay.imagestore=/usr/lib/containers/storage,overlay.mountopt=nodev,metacopy=on,overlay.use_composefs=false]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f)"
time="2024-10-25T11:19:13-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\""
time="2024-10-25T11:19:13-04:00" level=debug msg="Pulling image quay.io/libpod/testimage:20210610 (policy: missing)"
time="2024-10-25T11:19:13-04:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage"
time="2024-10-25T11:19:13-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux  [] }"
time="2024-10-25T11:19:13-04:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..."
time="2024-10-25T11:19:13-04:00" level=debug msg="parsed reference into \"[overlay@/var/lib/containers/storage+/run/containers/storage:overlay.imagestore=/usr/lib/containers/storage,overlay.mountopt=nodev,metacopy=on,overlay.use_composefs=false]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\""
time="2024-10-25T11:19:13-04:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage"
time="2024-10-25T11:19:13-04:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage ([overlay@/var/lib/containers/storage+/run/containers/storage:overlay.imagestore=/usr/lib/containers/storage,overlay.mountopt=nodev,metacopy=on,overlay.use_composefs=false]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f)"
time="2024-10-25T11:19:13-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\""
time="2024-10-25T11:19:13-04:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage"
time="2024-10-25T11:19:13-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux  [] }"
time="2024-10-25T11:19:13-04:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..."
time="2024-10-25T11:19:13-04:00" level=debug msg="parsed reference into \"[overlay@/var/lib/containers/storage+/run/containers/storage:overlay.imagestore=/usr/lib/containers/storage,overlay.mountopt=nodev,metacopy=on,overlay.use_composefs=false]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\""
time="2024-10-25T11:19:13-04:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage"
time="2024-10-25T11:19:13-04:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage ([overlay@/var/lib/containers/storage+/run/containers/storage:overlay.imagestore=/usr/lib/containers/storage,overlay.mountopt=nodev,metacopy=on,overlay.use_composefs=false]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f)"
time="2024-10-25T11:19:13-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\""
time="2024-10-25T11:19:13-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f"
time="2024-10-25T11:19:13-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\""
time="2024-10-25T11:19:13-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\""
time="2024-10-25T11:19:13-04:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage"
time="2024-10-25T11:19:13-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux  [] }"
time="2024-10-25T11:19:13-04:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..."
time="2024-10-25T11:19:13-04:00" level=debug msg="parsed reference into \"[overlay@/var/lib/containers/storage+/run/containers/storage:overlay.imagestore=/usr/lib/containers/storage,overlay.mountopt=nodev,metacopy=on,overlay.use_composefs=false]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\""
time="2024-10-25T11:19:13-04:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage"
time="2024-10-25T11:19:13-04:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage ([overlay@/var/lib/containers/storage+/run/containers/storage:overlay.imagestore=/usr/lib/containers/storage,overlay.mountopt=nodev,metacopy=on,overlay.use_composefs=false]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f)"
time="2024-10-25T11:19:13-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\""
time="2024-10-25T11:19:13-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f"
time="2024-10-25T11:19:13-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\""
time="2024-10-25T11:19:13-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\""
time="2024-10-25T11:19:13-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f"
time="2024-10-25T11:19:13-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f"
time="2024-10-25T11:19:13-04:00" level=debug msg="using systemd mode: false"
time="2024-10-25T11:19:13-04:00" level=debug msg="adding container to pod httpd2"
time="2024-10-25T11:19:13-04:00" level=debug msg="setting container name httpd2-httpd2"
time="2024-10-25T11:19:13-04:00" level=debug msg="Loading seccomp profile from \"/usr/share/containers/seccomp.json\""
time="2024-10-25T11:19:13-04:00" level=info msg="Sysctl net.ipv4.ping_group_range=0 0 ignored in containers.conf, since Network Namespace set to host"
time="2024-10-25T11:19:13-04:00" level=debug msg="Adding mount /proc"
time="2024-10-25T11:19:13-04:00" level=debug msg="Adding mount /dev"
time="2024-10-25T11:19:13-04:00" level=debug msg="Adding mount /dev/pts"
time="2024-10-25T11:19:13-04:00" level=debug msg="Adding mount /dev/mqueue"
time="2024-10-25T11:19:13-04:00" level=debug msg="Adding mount /sys"
time="2024-10-25T11:19:13-04:00" level=debug msg="Adding mount /sys/fs/cgroup"
time="2024-10-25T11:19:13-04:00" level=debug msg="Allocated lock 2 for container c00a711e063fd8467deecde15a3f90a56001aa59b7947fb8c06f341b4841bb28"
time="2024-10-25T11:19:13-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\""
time="2024-10-25T11:19:13-04:00" level=debug msg="Created container \"c00a711e063fd8467deecde15a3f90a56001aa59b7947fb8c06f341b4841bb28\""
time="2024-10-25T11:19:13-04:00" level=debug msg="Container \"c00a711e063fd8467deecde15a3f90a56001aa59b7947fb8c06f341b4841bb28\" has work directory \"/var/lib/containers/storage/overlay-containers/c00a711e063fd8467deecde15a3f90a56001aa59b7947fb8c06f341b4841bb28/userdata\""
time="2024-10-25T11:19:13-04:00" level=debug msg="Container \"c00a711e063fd8467deecde15a3f90a56001aa59b7947fb8c06f341b4841bb28\" has run directory \"/run/containers/storage/overlay-containers/c00a711e063fd8467deecde15a3f90a56001aa59b7947fb8c06f341b4841bb28/userdata\""
time="2024-10-25T11:19:13-04:00" level=debug msg="Strongconnecting node cd7be17a0af4ad01f3af088d6263422efa8866d8b9601ee4c7915b4a7725ed33"
time="2024-10-25T11:19:13-04:00" level=debug msg="Pushed cd7be17a0af4ad01f3af088d6263422efa8866d8b9601ee4c7915b4a7725ed33 onto stack"
time="2024-10-25T11:19:13-04:00" level=debug msg="Finishing node cd7be17a0af4ad01f3af088d6263422efa8866d8b9601ee4c7915b4a7725ed33. Popped cd7be17a0af4ad01f3af088d6263422efa8866d8b9601ee4c7915b4a7725ed33 off stack"
time="2024-10-25T11:19:13-04:00" level=debug msg="Strongconnecting node c00a711e063fd8467deecde15a3f90a56001aa59b7947fb8c06f341b4841bb28"
time="2024-10-25T11:19:13-04:00" level=debug msg="Pushed c00a711e063fd8467deecde15a3f90a56001aa59b7947fb8c06f341b4841bb28 onto stack"
time="2024-10-25T11:19:13-04:00" level=debug msg="Finishing node c00a711e063fd8467deecde15a3f90a56001aa59b7947fb8c06f341b4841bb28. Popped c00a711e063fd8467deecde15a3f90a56001aa59b7947fb8c06f341b4841bb28 off stack"
time="2024-10-25T11:19:13-04:00" level=debug msg="overlay: mount_data=lowerdir=/var/lib/containers/storage/overlay/l/RLOLHOYVIDHMJKTRZ3ESJLXHRM,upperdir=/var/lib/containers/storage/overlay/44fb441611acbbe6a9f8c8bd55d540f329919a8fd69a82e4ae1e59d027101c04/diff,workdir=/var/lib/containers/storage/overlay/44fb441611acbbe6a9f8c8bd55d540f329919a8fd69a82e4ae1e59d027101c04/work,nodev,metacopy=on,context=\"system_u:object_r:container_file_t:s0:c220,c795\""
time="2024-10-25T11:19:13-04:00" level=debug msg="Mounted container \"cd7be17a0af4ad01f3af088d6263422efa8866d8b9601ee4c7915b4a7725ed33\" at \"/var/lib/containers/storage/overlay/44fb441611acbbe6a9f8c8bd55d540f329919a8fd69a82e4ae1e59d027101c04/merged\""
time="2024-10-25T11:19:13-04:00" level=debug msg="Created root filesystem for container cd7be17a0af4ad01f3af088d6263422efa8866d8b9601ee4c7915b4a7725ed33 at /var/lib/containers/storage/overlay/44fb441611acbbe6a9f8c8bd55d540f329919a8fd69a82e4ae1e59d027101c04/merged"
time="2024-10-25T11:19:13-04:00" level=debug msg="Made network namespace at /run/netns/netns-033c19a3-ea32-11ea-7bac-70ffb90ab501 for container cd7be17a0af4ad01f3af088d6263422efa8866d8b9601ee4c7915b4a7725ed33"
[DEBUG netavark::network::validation] "Validating network namespace..."
[DEBUG netavark::commands::setup] "Setting up..."
[INFO  netavark::firewall] Using nftables firewall driver
[DEBUG netavark::network::bridge] Setup network podman-default-kube-network
[DEBUG netavark::network::bridge] Container interface name: eth0 with IP addresses [10.89.0.2/24]
[DEBUG netavark::network::bridge] Bridge name: podman1 with IP addresses [10.89.0.1/24]
[DEBUG netavark::network::core_utils] Setting sysctl value for net.ipv4.ip_forward to 1
[DEBUG netavark::network::core_utils] Setting sysctl value for /proc/sys/net/ipv4/conf/podman1/rp_filter to 2
[DEBUG netavark::network::core_utils] Setting sysctl value for /proc/sys/net/ipv6/conf/eth0/autoconf to 0
[DEBUG netavark::network::core_utils] Setting sysctl value for /proc/sys/net/ipv4/conf/eth0/arp_notify to 1
[DEBUG netavark::network::core_utils] Setting sysctl value for /proc/sys/net/ipv4/conf/eth0/rp_filter to 2
[INFO  netavark::network::netlink] Adding route (dest: 0.0.0.0/0 ,gw: 10.89.0.1, metric 100)
[DEBUG netavark::firewall::firewalld] Adding firewalld rules for network 10.89.0.0/24
[DEBUG netavark::firewall::firewalld] Adding subnet 10.89.0.0/24 to zone trusted as source
[INFO  netavark::firewall::nft] Creating container chain nv_9eb060a6_10_89_0_0_nm24
[DEBUG netavark::network::core_utils] Setting sysctl value for net.ipv4.conf.podman1.route_localnet to 1
[DEBUG netavark::dns::aardvark] Spawning aardvark server
[DEBUG netavark::dns::aardvark] start aardvark-dns: ["systemd-run", "-q", "--scope", "/usr/libexec/podman/aardvark-dns", "--config", "/run/containers/networks/aardvark-dns", "-p", "53", "run"]
[DEBUG netavark::commands::setup] {
        "podman-default-kube-network": StatusBlock {
            dns_search_domains: Some(
                [
                    "dns.podman",
                ],
            ),
            dns_server_ips: Some(
                [
                    10.89.0.1,
                ],
            ),
            interfaces: Some(
                {
                    "eth0": NetInterface {
                        mac_address: "e6:12:7b:52:f9:e5",
                        subnets: Some(
                            [
                                NetAddress {
                                    gateway: Some(
                                        10.89.0.1,
                                    ),
                                    ipnet: 10.89.0.2/24,
                                },
                            ],
                        ),
                    },
                },
            ),
        },
    }
[DEBUG netavark::commands::setup] "Setup complete"
time="2024-10-25T11:19:14-04:00" level=debug msg="/etc/system-fips does not exist on host, not mounting FIPS mode subscription"
time="2024-10-25T11:19:14-04:00" level=debug msg="Setting Cgroups for container cd7be17a0af4ad01f3af088d6263422efa8866d8b9601ee4c7915b4a7725ed33 to machine-libpod_pod_c878b36818b9e29b93f89de423b256845aed67f5a64c409f61756b07ab607b85.slice:libpod:cd7be17a0af4ad01f3af088d6263422efa8866d8b9601ee4c7915b4a7725ed33"
time="2024-10-25T11:19:14-04:00" level=debug msg="reading hooks from /usr/share/containers/oci/hooks.d"
time="2024-10-25T11:19:14-04:00" level=debug msg="Workdir \"/\" resolved to host path \"/var/lib/containers/storage/overlay/44fb441611acbbe6a9f8c8bd55d540f329919a8fd69a82e4ae1e59d027101c04/merged\""
time="2024-10-25T11:19:14-04:00" level=debug msg="Created OCI spec for container cd7be17a0af4ad01f3af088d6263422efa8866d8b9601ee4c7915b4a7725ed33 at /var/lib/containers/storage/overlay-containers/cd7be17a0af4ad01f3af088d6263422efa8866d8b9601ee4c7915b4a7725ed33/userdata/config.json"
time="2024-10-25T11:19:14-04:00" level=debug msg="Created cgroup path machine.slice/machine-libpod_pod_c878b36818b9e29b93f89de423b256845aed67f5a64c409f61756b07ab607b85.slice for parent machine.slice and name libpod_pod_c878b36818b9e29b93f89de423b256845aed67f5a64c409f61756b07ab607b85"
time="2024-10-25T11:19:14-04:00" level=debug msg="Created cgroup machine.slice/machine-libpod_pod_c878b36818b9e29b93f89de423b256845aed67f5a64c409f61756b07ab607b85.slice"
time="2024-10-25T11:19:14-04:00" level=debug msg="Got pod cgroup as machine.slice/machine-libpod_pod_c878b36818b9e29b93f89de423b256845aed67f5a64c409f61756b07ab607b85.slice"
time="2024-10-25T11:19:14-04:00" level=debug msg="/usr/bin/conmon messages will be logged to syslog"
time="2024-10-25T11:19:14-04:00" level=debug msg="running conmon: /usr/bin/conmon" args="[--api-version 1 -c cd7be17a0af4ad01f3af088d6263422efa8866d8b9601ee4c7915b4a7725ed33 -u cd7be17a0af4ad01f3af088d6263422efa8866d8b9601ee4c7915b4a7725ed33 -r /usr/bin/crun -b /var/lib/containers/storage/overlay-containers/cd7be17a0af4ad01f3af088d6263422efa8866d8b9601ee4c7915b4a7725ed33/userdata -p /run/containers/storage/overlay-containers/cd7be17a0af4ad01f3af088d6263422efa8866d8b9601ee4c7915b4a7725ed33/userdata/pidfile -n c878b36818b9-infra --exit-dir /run/libpod/exits --persist-dir /run/libpod/persist/cd7be17a0af4ad01f3af088d6263422efa8866d8b9601ee4c7915b4a7725ed33 --full-attach -s -l journald --log-level debug --syslog --conmon-pidfile /run/containers/storage/overlay-containers/cd7be17a0af4ad01f3af088d6263422efa8866d8b9601ee4c7915b4a7725ed33/userdata/conmon.pid --exit-command /usr/bin/podman --exit-command-arg --root --exit-command-arg /var/lib/containers/storage --exit-command-arg --runroot --exit-command-arg /run/containers/storage --exit-command-arg --log-level --exit-command-arg debug --exit-command-arg --cgroup-manager --exit-command-arg systemd --exit-command-arg --tmpdir --exit-command-arg /run/libpod --exit-command-arg --network-config-dir --exit-command-arg  --exit-command-arg --network-backend --exit-command-arg netavark --exit-command-arg --volumepath --exit-command-arg /var/lib/containers/storage/volumes --exit-command-arg --db-backend --exit-command-arg sqlite --exit-command-arg --transient-store=false --exit-command-arg --runtime --exit-command-arg crun --exit-command-arg --storage-driver --exit-command-arg overlay --exit-command-arg --storage-opt --exit-command-arg overlay.imagestore=/usr/lib/containers/storage --exit-command-arg --storage-opt --exit-command-arg overlay.mountopt=nodev,metacopy=on --exit-command-arg --storage-opt --exit-command-arg overlay.use_composefs=false --exit-command-arg --events-backend --exit-command-arg journald --exit-command-arg --syslog --exit-command-arg container --exit-command-arg cleanup --exit-command-arg cd7be17a0af4ad01f3af088d6263422efa8866d8b9601ee4c7915b4a7725ed33]"
time="2024-10-25T11:19:14-04:00" level=info msg="Running conmon under slice machine-libpod_pod_c878b36818b9e29b93f89de423b256845aed67f5a64c409f61756b07ab607b85.slice and unitName libpod-conmon-cd7be17a0af4ad01f3af088d6263422efa8866d8b9601ee4c7915b4a7725ed33.scope"
time="2024-10-25T11:19:14-04:00" level=debug msg="Received: 23680"
time="2024-10-25T11:19:14-04:00" level=info msg="Got Conmon PID as 23678"
time="2024-10-25T11:19:14-04:00" level=debug msg="Created container cd7be17a0af4ad01f3af088d6263422efa8866d8b9601ee4c7915b4a7725ed33 in OCI runtime"
time="2024-10-25T11:19:14-04:00" level=debug msg="Adding nameserver(s) from network status of '[\"10.89.0.1\"]'"
time="2024-10-25T11:19:14-04:00" level=debug msg="Adding search domain(s) from network status of '[\"dns.podman\"]'"
time="2024-10-25T11:19:14-04:00" level=debug msg="Starting container cd7be17a0af4ad01f3af088d6263422efa8866d8b9601ee4c7915b4a7725ed33 with command [/catatonit -P]"
time="2024-10-25T11:19:14-04:00" level=debug msg="Started container cd7be17a0af4ad01f3af088d6263422efa8866d8b9601ee4c7915b4a7725ed33"
time="2024-10-25T11:19:14-04:00" level=debug msg="overlay: mount_data=lowerdir=/var/lib/containers/storage/overlay/l/IMZMNMLKJIXVC7P2QBUKJSCH5B,upperdir=/var/lib/containers/storage/overlay/0fbabcfbe644190574da8fa6bf5ecf759298633559f49fc9d2fa2ab9d88e7e25/diff,workdir=/var/lib/containers/storage/overlay/0fbabcfbe644190574da8fa6bf5ecf759298633559f49fc9d2fa2ab9d88e7e25/work,nodev,metacopy=on,context=\"system_u:object_r:container_file_t:s0:c220,c795\""
time="2024-10-25T11:19:14-04:00" level=debug msg="Mounted container \"c00a711e063fd8467deecde15a3f90a56001aa59b7947fb8c06f341b4841bb28\" at \"/var/lib/containers/storage/overlay/0fbabcfbe644190574da8fa6bf5ecf759298633559f49fc9d2fa2ab9d88e7e25/merged\""
time="2024-10-25T11:19:14-04:00" level=debug msg="Created root filesystem for container c00a711e063fd8467deecde15a3f90a56001aa59b7947fb8c06f341b4841bb28 at /var/lib/containers/storage/overlay/0fbabcfbe644190574da8fa6bf5ecf759298633559f49fc9d2fa2ab9d88e7e25/merged"
time="2024-10-25T11:19:14-04:00" level=debug msg="/etc/system-fips does not exist on host, not mounting FIPS mode subscription"
time="2024-10-25T11:19:14-04:00" level=debug msg="Setting Cgroups for container c00a711e063fd8467deecde15a3f90a56001aa59b7947fb8c06f341b4841bb28 to machine-libpod_pod_c878b36818b9e29b93f89de423b256845aed67f5a64c409f61756b07ab607b85.slice:libpod:c00a711e063fd8467deecde15a3f90a56001aa59b7947fb8c06f341b4841bb28"
time="2024-10-25T11:19:14-04:00" level=debug msg="reading hooks from /usr/share/containers/oci/hooks.d"
time="2024-10-25T11:19:14-04:00" level=debug msg="Workdir \"/var/www\" resolved to a volume or mount"
time="2024-10-25T11:19:14-04:00" level=debug msg="Created OCI spec for container c00a711e063fd8467deecde15a3f90a56001aa59b7947fb8c06f341b4841bb28 at /var/lib/containers/storage/overlay-containers/c00a711e063fd8467deecde15a3f90a56001aa59b7947fb8c06f341b4841bb28/userdata/config.json"
time="2024-10-25T11:19:14-04:00" level=debug msg="Created cgroup path machine.slice/machine-libpod_pod_c878b36818b9e29b93f89de423b256845aed67f5a64c409f61756b07ab607b85.slice for parent machine.slice and name libpod_pod_c878b36818b9e29b93f89de423b256845aed67f5a64c409f61756b07ab607b85"
time="2024-10-25T11:19:14-04:00" level=debug msg="Created cgroup machine.slice/machine-libpod_pod_c878b36818b9e29b93f89de423b256845aed67f5a64c409f61756b07ab607b85.slice"
time="2024-10-25T11:19:14-04:00" level=debug msg="Got pod cgroup as machine.slice/machine-libpod_pod_c878b36818b9e29b93f89de423b256845aed67f5a64c409f61756b07ab607b85.slice"
time="2024-10-25T11:19:14-04:00" level=debug msg="/usr/bin/conmon messages will be logged to syslog"
time="2024-10-25T11:19:14-04:00" level=debug msg="running conmon: /usr/bin/conmon" args="[--api-version 1 -c c00a711e063fd8467deecde15a3f90a56001aa59b7947fb8c06f341b4841bb28 -u c00a711e063fd8467deecde15a3f90a56001aa59b7947fb8c06f341b4841bb28 -r /usr/bin/crun -b /var/lib/containers/storage/overlay-containers/c00a711e063fd8467deecde15a3f90a56001aa59b7947fb8c06f341b4841bb28/userdata -p /run/containers/storage/overlay-containers/c00a711e063fd8467deecde15a3f90a56001aa59b7947fb8c06f341b4841bb28/userdata/pidfile -n httpd2-httpd2 --exit-dir /run/libpod/exits --persist-dir /run/libpod/persist/c00a711e063fd8467deecde15a3f90a56001aa59b7947fb8c06f341b4841bb28 --full-attach -s -l journald --log-level debug --syslog --conmon-pidfile /run/containers/storage/overlay-containers/c00a711e063fd8467deecde15a3f90a56001aa59b7947fb8c06f341b4841bb28/userdata/conmon.pid --exit-command /usr/bin/podman --exit-command-arg --root --exit-command-arg /var/lib/containers/storage --exit-command-arg --runroot --exit-command-arg /run/containers/storage --exit-command-arg --log-level --exit-command-arg debug --exit-command-arg --cgroup-manager --exit-command-arg systemd --exit-command-arg --tmpdir --exit-command-arg /run/libpod --exit-command-arg --network-config-dir --exit-command-arg  --exit-command-arg --network-backend --exit-command-arg netavark --exit-command-arg --volumepath --exit-command-arg /var/lib/containers/storage/volumes --exit-command-arg --db-backend --exit-command-arg sqlite --exit-command-arg --transient-store=false --exit-command-arg --runtime --exit-command-arg crun --exit-command-arg --storage-driver --exit-command-arg overlay --exit-command-arg --storage-opt --exit-command-arg overlay.imagestore=/usr/lib/containers/storage --exit-command-arg --storage-opt --exit-command-arg overlay.mountopt=nodev,metacopy=on --exit-command-arg --storage-opt --exit-command-arg overlay.use_composefs=false --exit-command-arg --events-backend --exit-command-arg journald --exit-command-arg --syslog --exit-command-arg container --exit-command-arg cleanup --exit-command-arg c00a711e063fd8467deecde15a3f90a56001aa59b7947fb8c06f341b4841bb28]"
time="2024-10-25T11:19:14-04:00" level=info msg="Running conmon under slice machine-libpod_pod_c878b36818b9e29b93f89de423b256845aed67f5a64c409f61756b07ab607b85.slice and unitName libpod-conmon-c00a711e063fd8467deecde15a3f90a56001aa59b7947fb8c06f341b4841bb28.scope"
time="2024-10-25T11:19:14-04:00" level=debug msg="Received: 23685"
time="2024-10-25T11:19:14-04:00" level=info msg="Got Conmon PID as 23683"
time="2024-10-25T11:19:14-04:00" level=debug msg="Created container c00a711e063fd8467deecde15a3f90a56001aa59b7947fb8c06f341b4841bb28 in OCI runtime"
time="2024-10-25T11:19:14-04:00" level=debug msg="Starting container c00a711e063fd8467deecde15a3f90a56001aa59b7947fb8c06f341b4841bb28 with command [/bin/busybox-extras httpd -f -p 80]"
time="2024-10-25T11:19:14-04:00" level=debug msg="Started container c00a711e063fd8467deecde15a3f90a56001aa59b7947fb8c06f341b4841bb28"
time="2024-10-25T11:19:14-04:00" level=debug msg="Called kube.PersistentPostRunE(/usr/bin/podman play kube --start=true --log-level=debug /etc/containers/ansible-kubernetes.d/httpd2.yml)"
time="2024-10-25T11:19:14-04:00" level=debug msg="Shutting down engines"


TASK [fedora.linux_system_roles.podman : Reload systemctl] *********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:88
Friday 25 October 2024  11:19:14 -0400 (0:00:00.959)       0:04:42.123 ******** 
ok: [managed-node2] => {
    "changed": false,
    "name": null,
    "status": {}
}

TASK [fedora.linux_system_roles.podman : Enable service] ***********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:100
Friday 25 October 2024  11:19:15 -0400 (0:00:00.912)       0:04:43.035 ******** 
changed: [managed-node2] => {
    "changed": true,
    "enabled": true,
    "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0",
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "network-online.target basic.target systemd-journald.socket -.mount sysinit.target \"system-podman\\\\x2dkube.slice\"",
        "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": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroupId": "0",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "A template for running K8s workloads via podman-kube-play",
        "DevicePolicy": "auto",
        "Documentation": "\"man:podman-kube-play(1)\"",
        "DynamicUser": "no",
        "EffectiveMemoryHigh": "3702870016",
        "EffectiveMemoryMax": "3702870016",
        "EffectiveTasksMax": "22362",
        "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd2.yml.service\"",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainHandoffTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/httpd2.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/httpd2.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/httpd2.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/httpd2.yml ; 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/podman-kube@.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": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.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": "13976",
        "LimitNPROCSoft": "13976",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13976",
        "LimitSIGPENDINGSoft": "13976",
        "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": "3156639744",
        "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": "\"podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd2.yml.service\"",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "all",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "-.mount sysinit.target \"system-podman\\\\x2dkube.slice\"",
        "RequiresMountsFor": "/run/containers",
        "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-podman\\x2dkube.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": "22362",
        "TimeoutAbortUSec": "1min 10s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 10s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "notify",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "disabled",
        "UtmpMode": "init",
        "Wants": "network-online.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "infinity"
    }
}

TASK [fedora.linux_system_roles.podman : Start service] ************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113
Friday 25 October 2024  11:19:16 -0400 (0:00:00.907)       0:04:43.942 ******** 
changed: [managed-node2] => {
    "changed": true,
    "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service",
    "state": "started",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0",
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "network-online.target basic.target sysinit.target \"system-podman\\\\x2dkube.slice\" -.mount systemd-journald.socket",
        "AllowIsolate": "no",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "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": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroupId": "0",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "A template for running K8s workloads via podman-kube-play",
        "DevicePolicy": "auto",
        "Documentation": "\"man:podman-kube-play(1)\"",
        "DynamicUser": "no",
        "EffectiveMemoryHigh": "3702870016",
        "EffectiveMemoryMax": "3702870016",
        "EffectiveTasksMax": "22362",
        "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd2.yml.service\"",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainHandoffTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/httpd2.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/httpd2.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/httpd2.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/httpd2.yml ; 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/podman-kube@.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": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.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": "13976",
        "LimitNPROCSoft": "13976",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13976",
        "LimitSIGPENDINGSoft": "13976",
        "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": "3150852096",
        "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": "\"podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd2.yml.service\"",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "all",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "sysinit.target -.mount \"system-podman\\\\x2dkube.slice\"",
        "RequiresMountsFor": "/run/containers",
        "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-podman\\x2dkube.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": "22362",
        "TimeoutAbortUSec": "1min 10s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 10s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "notify",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "Wants": "network-online.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "infinity"
    }
}

TASK [fedora.linux_system_roles.podman : Restart service] **********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:127
Friday 25 October 2024  11:19:27 -0400 (0:00:11.525)       0:04:55.468 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_service_started is changed",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14
Friday 25 October 2024  11:19:27 -0400 (0:00:00.081)       0:04:55.550 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_spec": {
            "state": "started"
        },
        "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n  labels:\n    app: test\n    io.containers.autoupdate: registry\n  name: httpd3\nspec:\n  containers:\n    - name: httpd3\n      image: quay.io/libpod/testimage:20210610\n      command:\n        - /bin/busybox-extras\n        - httpd\n        - -f\n        - -p\n        - 80\n      ports:\n        - containerPort: 80\n          hostPort: 15003\n      volumeMounts:\n        - mountPath: /var/www:Z\n          name: www\n        - mountPath: /var/httpd-create:Z\n          name: create\n      workingDir: /var/www\n  volumes:\n    - name: www\n      hostPath:\n        path: \"/tmp/lsr_mjkc1l03_podman/httpd3\"\n    - name: create\n      hostPath:\n        path: \"/tmp/lsr_mjkc1l03_podman/httpd3-create\""
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21
Friday 25 October 2024  11:19:27 -0400 (0:00:00.102)       0:04:55.653 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_continue_if_pull_fails": false,
        "__podman_kube": {
            "apiVersion": "v1",
            "kind": "Pod",
            "metadata": {
                "labels": {
                    "app": "test",
                    "io.containers.autoupdate": "registry"
                },
                "name": "httpd3"
            },
            "spec": {
                "containers": [
                    {
                        "command": [
                            "/bin/busybox-extras",
                            "httpd",
                            "-f",
                            "-p",
                            80
                        ],
                        "image": "quay.io/libpod/testimage:20210610",
                        "name": "httpd3",
                        "ports": [
                            {
                                "containerPort": 80,
                                "hostPort": 15003
                            }
                        ],
                        "volumeMounts": [
                            {
                                "mountPath": "/var/www:Z",
                                "name": "www"
                            },
                            {
                                "mountPath": "/var/httpd-create:Z",
                                "name": "create"
                            }
                        ],
                        "workingDir": "/var/www"
                    }
                ],
                "volumes": [
                    {
                        "hostPath": {
                            "path": "/tmp/lsr_mjkc1l03_podman/httpd3"
                        },
                        "name": "www"
                    },
                    {
                        "hostPath": {
                            "path": "/tmp/lsr_mjkc1l03_podman/httpd3-create"
                        },
                        "name": "create"
                    }
                ]
            }
        },
        "__podman_kube_file": "",
        "__podman_pull_image": true,
        "__podman_state": "created",
        "__podman_systemd_unit_scope": "",
        "__podman_user": "root"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33
Friday 25 October 2024  11:19:27 -0400 (0:00:00.093)       0:04:55.746 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_name": "httpd3",
        "__podman_rootless": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Check user and group information] *****
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38
Friday 25 October 2024  11:19:28 -0400 (0:00:00.069)       0:04:55.815 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Get user information] *****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Friday 25 October 2024  11:19:28 -0400 (0:00:00.098)       0:04:55.914 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user does not exist] **********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Friday 25 October 2024  11:19:28 -0400 (0:00:00.069)       0:04:55.983 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set group for podman user] ************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Friday 25 October 2024  11:19:28 -0400 (0:00:00.085)       0:04:56.068 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_group": "0"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Friday 25 October 2024  11:19:28 -0400 (0:00:00.123)       0:04:56.191 ******** 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "atime": 1729869378.0103734,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 32,
        "charset": "binary",
        "checksum": "86395ad7ce62834c967dc50f963a68f042029188",
        "ctime": 1729869347.9092026,
        "dev": 51714,
        "device_type": 0,
        "executable": true,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 8895830,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "application/x-pie-executable",
        "mode": "0755",
        "mtime": 1719187200.0,
        "nlink": 1,
        "path": "/usr/bin/getsubids",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 15728,
        "uid": 0,
        "version": "2735121205",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": true,
        "xoth": true,
        "xusr": true
    }
}

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Friday 25 October 2024  11:19:28 -0400 (0:00:00.453)       0:04:56.645 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44
Friday 25 October 2024  11:19:28 -0400 (0:00:00.078)       0:04:56.724 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49
Friday 25 October 2024  11:19:29 -0400 (0:00:00.278)       0:04:57.002 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get subuid file] **********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62
Friday 25 October 2024  11:19:29 -0400 (0:00:00.105)       0:04:57.108 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get subgid file] **********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67
Friday 25 October 2024  11:19:29 -0400 (0:00:00.073)       0:04:57.182 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72
Friday 25 October 2024  11:19:29 -0400 (0:00:00.098)       0:04:57.280 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82
Friday 25 October 2024  11:19:29 -0400 (0:00:00.081)       0:04:57.361 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89
Friday 25 October 2024  11:19:29 -0400 (0:00:00.075)       0:04:57.437 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43
Friday 25 October 2024  11:19:29 -0400 (0:00:00.077)       0:04:57.515 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_kube",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52
Friday 25 October 2024  11:19:29 -0400 (0:00:00.071)       0:04:57.587 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_activate_systemd_unit": true,
        "__podman_systemd_scope": "system",
        "__podman_user_home_dir": "/root",
        "__podman_xdg_runtime_dir": "/run/user/0"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60
Friday 25 October 2024  11:19:29 -0400 (0:00:00.094)       0:04:57.681 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_path": "/etc/containers/ansible-kubernetes.d"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64
Friday 25 October 2024  11:19:29 -0400 (0:00:00.056)       0:04:57.738 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/httpd3.yml"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68
Friday 25 October 2024  11:19:29 -0400 (0:00:00.061)       0:04:57.799 ******** 
ok: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75
Friday 25 October 2024  11:19:30 -0400 (0:00:00.059)       0:04:57.858 ******** 
ok: [managed-node2] => {
    "changed": false,
    "cmd": [
        "systemd-escape",
        "--template",
        "podman-kube@.service",
        "/etc/containers/ansible-kubernetes.d/httpd3.yml"
    ],
    "delta": "0:00:00.005543",
    "end": "2024-10-25 11:19:30.366816",
    "rc": 0,
    "start": "2024-10-25 11:19:30.361273"
}

STDOUT:

podman-kube@-etc-containers-ansible\x2dkubernetes.d-httpd3.yml.service

TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83
Friday 25 October 2024  11:19:30 -0400 (0:00:00.609)       0:04:58.468 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_state == \"absent\"",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Create and update containers and services] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87
Friday 25 October 2024  11:19:30 -0400 (0:00:00.068)       0:04:58.536 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Manage linger] ************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2
Friday 25 October 2024  11:19:30 -0400 (0:00:00.134)       0:04:58.671 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Enable linger if needed] **************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12
Friday 25 October 2024  11:19:30 -0400 (0:00:00.109)       0:04:58.780 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_rootless | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18
Friday 25 October 2024  11:19:31 -0400 (0:00:00.050)       0:04:58.831 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_rootless | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22
Friday 25 October 2024  11:19:31 -0400 (0:00:00.052)       0:04:58.884 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_rootless | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get the host mount volumes] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7
Friday 25 October 2024  11:19:31 -0400 (0:00:00.050)       0:04:58.934 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_volumes": [
            "/tmp/lsr_mjkc1l03_podman/httpd3",
            "/tmp/lsr_mjkc1l03_podman/httpd3-create"
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Create host directories] **************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18
Friday 25 October 2024  11:19:31 -0400 (0:00:00.082)       0:04:59.017 ******** 
ok: [managed-node2] => (item=/tmp/lsr_mjkc1l03_podman/httpd3) => {
    "ansible_loop_var": "item",
    "changed": false,
    "gid": 0,
    "group": "root",
    "item": "/tmp/lsr_mjkc1l03_podman/httpd3",
    "mode": "0755",
    "owner": "root",
    "path": "/tmp/lsr_mjkc1l03_podman/httpd3",
    "secontext": "unconfined_u:object_r:user_tmp_t:s0",
    "size": 23,
    "state": "directory",
    "uid": 0
}
changed: [managed-node2] => (item=/tmp/lsr_mjkc1l03_podman/httpd3-create) => {
    "ansible_loop_var": "item",
    "changed": true,
    "gid": 0,
    "group": "root",
    "item": "/tmp/lsr_mjkc1l03_podman/httpd3-create",
    "mode": "0755",
    "owner": "root",
    "path": "/tmp/lsr_mjkc1l03_podman/httpd3-create",
    "secontext": "unconfined_u:object_r:user_tmp_t:s0",
    "size": 6,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.podman : Ensure container images are present] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29
Friday 25 October 2024  11:19:32 -0400 (0:00:00.917)       0:04:59.934 ******** 
ok: [managed-node2] => (item=None) => {
    "attempts": 1,
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}
ok: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Check the kubernetes yaml file] *******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53
Friday 25 October 2024  11:19:35 -0400 (0:00:03.227)       0:05:03.161 ******** 
ok: [managed-node2] => {
    "changed": false,
    "failed_when_result": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.podman : Ensure the kubernetes directory is present] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61
Friday 25 October 2024  11:19:35 -0400 (0:00:00.635)       0:05:03.797 ******** 
ok: [managed-node2] => {
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0755",
    "owner": "root",
    "path": "/etc/containers/ansible-kubernetes.d",
    "secontext": "unconfined_u:object_r:etc_t:s0",
    "size": 24,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.podman : Ensure kubernetes yaml files are present] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70
Friday 25 October 2024  11:19:36 -0400 (0:00:00.487)       0:05:04.285 ******** 
changed: [managed-node2] => {
    "changed": true,
    "checksum": "93af9485614f246edfa59c00fe74996e01fd364b",
    "dest": "/etc/containers/ansible-kubernetes.d/httpd3.yml",
    "gid": 0,
    "group": "root",
    "md5sum": "79dd8a4746bacdc0d6701f78de5ee2b0",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:etc_t:s0",
    "size": 762,
    "src": "/root/.ansible/tmp/ansible-tmp-1729869576.5313666-16496-189704202855541/.source.yml",
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.podman : Update containers/pods] ***************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80
Friday 25 October 2024  11:19:37 -0400 (0:00:00.786)       0:05:05.072 ******** 
changed: [managed-node2] => {
    "actions": [
        "/usr/bin/podman play kube --start=true /etc/containers/ansible-kubernetes.d/httpd3.yml"
    ],
    "changed": true
}

STDOUT:

Pod:
0a7a32a4015157f2aefff82d11ed9078749000caf464d4d08f86b8b9f0bf8eb2
Container:
b688870d5699daf5b82286e016bf15b40bb256b9d496dbb90cb9aef269454352



TASK [fedora.linux_system_roles.podman : Reload systemctl] *********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:88
Friday 25 October 2024  11:19:38 -0400 (0:00:00.890)       0:05:05.962 ******** 
ok: [managed-node2] => {
    "changed": false,
    "name": null,
    "status": {}
}

TASK [fedora.linux_system_roles.podman : Enable service] ***********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:100
Friday 25 October 2024  11:19:39 -0400 (0:00:00.905)       0:05:06.868 ******** 
changed: [managed-node2] => {
    "changed": true,
    "enabled": true,
    "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.service",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0",
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "systemd-journald.socket \"system-podman\\\\x2dkube.slice\" sysinit.target -.mount basic.target network-online.target",
        "AllowIsolate": "no",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Before": "shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroupId": "0",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "A template for running K8s workloads via podman-kube-play",
        "DevicePolicy": "auto",
        "Documentation": "\"man:podman-kube-play(1)\"",
        "DynamicUser": "no",
        "EffectiveMemoryHigh": "3702870016",
        "EffectiveMemoryMax": "3702870016",
        "EffectiveTasksMax": "22362",
        "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd3.yml.service\"",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainHandoffTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/httpd3.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/httpd3.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/httpd3.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/httpd3.yml ; 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/podman-kube@.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": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.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": "13976",
        "LimitNPROCSoft": "13976",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13976",
        "LimitSIGPENDINGSoft": "13976",
        "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": "3139039232",
        "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": "\"podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd3.yml.service\"",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "all",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "sysinit.target -.mount \"system-podman\\\\x2dkube.slice\"",
        "RequiresMountsFor": "/run/containers",
        "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-podman\\x2dkube.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": "22362",
        "TimeoutAbortUSec": "1min 10s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 10s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "notify",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "disabled",
        "UtmpMode": "init",
        "Wants": "network-online.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "infinity"
    }
}

TASK [fedora.linux_system_roles.podman : Start service] ************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113
Friday 25 October 2024  11:19:39 -0400 (0:00:00.904)       0:05:07.773 ******** 
changed: [managed-node2] => {
    "changed": true,
    "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.service",
    "state": "started",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0",
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "systemd-journald.socket basic.target \"system-podman\\\\x2dkube.slice\" -.mount network-online.target sysinit.target",
        "AllowIsolate": "no",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "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": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroupId": "0",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "A template for running K8s workloads via podman-kube-play",
        "DevicePolicy": "auto",
        "Documentation": "\"man:podman-kube-play(1)\"",
        "DynamicUser": "no",
        "EffectiveMemoryHigh": "3702870016",
        "EffectiveMemoryMax": "3702870016",
        "EffectiveTasksMax": "22362",
        "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd3.yml.service\"",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainHandoffTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/httpd3.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/httpd3.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/httpd3.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/httpd3.yml ; 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/podman-kube@.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": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.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": "13976",
        "LimitNPROCSoft": "13976",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13976",
        "LimitSIGPENDINGSoft": "13976",
        "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": "3147317248",
        "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": "\"podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd3.yml.service\"",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "all",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "sysinit.target \"system-podman\\\\x2dkube.slice\" -.mount",
        "RequiresMountsFor": "/run/containers",
        "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-podman\\x2dkube.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": "22362",
        "TimeoutAbortUSec": "1min 10s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 10s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "notify",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "Wants": "network-online.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "infinity"
    }
}

TASK [fedora.linux_system_roles.podman : Restart service] **********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:127
Friday 25 October 2024  11:19:51 -0400 (0:00:11.227)       0:05:19.001 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_service_started is changed",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160
Friday 25 October 2024  11:19:51 -0400 (0:00:00.083)       0:05:19.084 ******** 
skipping: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Cancel linger] ************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167
Friday 25 October 2024  11:19:51 -0400 (0:00:00.070)       0:05:19.155 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.podman : Handle credential files - absent] *****
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173
Friday 25 October 2024  11:19:51 -0400 (0:00:00.072)       0:05:19.227 ******** 
skipping: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182
Friday 25 October 2024  11:19:51 -0400 (0:00:00.070)       0:05:19.297 ******** 
skipping: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [Check if pods are running] ***********************************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:299
Friday 25 October 2024  11:19:51 -0400 (0:00:00.233)       0:05:19.531 ******** 
ok: [managed-node2] => (item=['httpd1', 'podman_basic_user', 3001]) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": [
        "podman",
        "pod",
        "inspect",
        "httpd1",
        "--format",
        "{{.State}}"
    ],
    "delta": "0:00:00.093993",
    "end": "2024-10-25 11:19:52.299022",
    "failed_when_result": false,
    "item": [
        "httpd1",
        "podman_basic_user",
        3001
    ],
    "rc": 0,
    "start": "2024-10-25 11:19:52.205029"
}

STDOUT:

Running
ok: [managed-node2] => (item=['httpd2', 'root', 0]) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": [
        "podman",
        "pod",
        "inspect",
        "httpd2",
        "--format",
        "{{.State}}"
    ],
    "delta": "0:00:00.037324",
    "end": "2024-10-25 11:19:52.686907",
    "failed_when_result": false,
    "item": [
        "httpd2",
        "root",
        0
    ],
    "rc": 0,
    "start": "2024-10-25 11:19:52.649583"
}

STDOUT:

Running
ok: [managed-node2] => (item=['httpd3', 'root', 0]) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": [
        "podman",
        "pod",
        "inspect",
        "httpd3",
        "--format",
        "{{.State}}"
    ],
    "delta": "0:00:00.036342",
    "end": "2024-10-25 11:19:53.102841",
    "failed_when_result": false,
    "item": [
        "httpd3",
        "root",
        0
    ],
    "rc": 0,
    "start": "2024-10-25 11:19:53.066499"
}

STDOUT:

Running

TASK [Check Services] **********************************************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:310
Friday 25 October 2024  11:19:53 -0400 (0:00:01.487)       0:05:21.019 ******** 
ok: [managed-node2] => (item=['httpd1', 'podman_basic_user', 3001]) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": "set -euo pipefail\nsystemctl --user list-units -a -l --plain |  grep -E '^[  ]*podman-kube@.+-httpd1[.]yml[.]service[ ]+loaded[ ]+active '\n",
    "delta": "0:00:00.010971",
    "end": "2024-10-25 11:19:53.664308",
    "item": [
        "httpd1",
        "podman_basic_user",
        3001
    ],
    "rc": 0,
    "start": "2024-10-25 11:19:53.653337"
}

STDOUT:

podman-kube@-home-podman_basic_user-.config-containers-ansible\x2dkubernetes.d-httpd1.yml.service                                    loaded    active   running A template for running K8s workloads via podman-kube-play
ok: [managed-node2] => (item=['httpd2', 'root', 0]) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": "set -euo pipefail\nsystemctl --system list-units -a -l --plain |  grep -E '^[  ]*podman-kube@.+-httpd2[.]yml[.]service[ ]+loaded[ ]+active '\n",
    "delta": "0:00:00.013894",
    "end": "2024-10-25 11:19:54.057211",
    "item": [
        "httpd2",
        "root",
        0
    ],
    "rc": 0,
    "start": "2024-10-25 11:19:54.043317"
}

STDOUT:

podman-kube@-etc-containers-ansible\x2dkubernetes.d-httpd2.yml.service                                                               loaded    active   running   A template for running K8s workloads via podman-kube-play
ok: [managed-node2] => (item=['httpd3', 'root', 0]) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": "set -euo pipefail\nsystemctl --system list-units -a -l --plain |  grep -E '^[  ]*podman-kube@.+-httpd3[.]yml[.]service[ ]+loaded[ ]+active '\n",
    "delta": "0:00:00.014178",
    "end": "2024-10-25 11:19:54.454947",
    "item": [
        "httpd3",
        "root",
        0
    ],
    "rc": 0,
    "start": "2024-10-25 11:19:54.440769"
}

STDOUT:

podman-kube@-etc-containers-ansible\x2dkubernetes.d-httpd3.yml.service                                                               loaded    active   running   A template for running K8s workloads via podman-kube-play

TASK [Check ports, data] *******************************************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:327
Friday 25 October 2024  11:19:54 -0400 (0:00:01.373)       0:05:22.392 ******** 
ok: [managed-node2] => (item=15001) => {
    "accept_ranges": "bytes",
    "ansible_loop_var": "item",
    "changed": false,
    "connection": "close",
    "content": "123",
    "content_length": "3",
    "content_type": "text/plain",
    "cookies": {},
    "cookies_string": "",
    "date": "Fri, 25 Oct 2024 15:19:55 GMT",
    "elapsed": 0,
    "failed_when_result": false,
    "item": 15001,
    "last_modified": "Fri, 25 Oct 2024 15:14:39 GMT",
    "redirected": false,
    "status": 200,
    "url": "http://localhost:15001/index.txt"
}

MSG:

OK (3 bytes)
ok: [managed-node2] => (item=15002) => {
    "accept_ranges": "bytes",
    "ansible_loop_var": "item",
    "changed": false,
    "connection": "close",
    "content": "123",
    "content_length": "3",
    "content_type": "text/plain",
    "cookies": {},
    "cookies_string": "",
    "date": "Fri, 25 Oct 2024 15:19:55 GMT",
    "elapsed": 0,
    "failed_when_result": false,
    "item": 15002,
    "last_modified": "Fri, 25 Oct 2024 15:14:40 GMT",
    "redirected": false,
    "status": 200,
    "url": "http://localhost:15002/index.txt"
}

MSG:

OK (3 bytes)

TASK [Check host directories] **************************************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:335
Friday 25 October 2024  11:19:55 -0400 (0:00:01.271)       0:05:23.663 ******** 
ok: [managed-node2] => (item=['httpd1', 'podman_basic_user', 3001]) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": [
        "ls",
        "-alrtF",
        "/tmp/lsr_mjkc1l03_podman/httpd1-create"
    ],
    "delta": "0:00:00.005302",
    "end": "2024-10-25 11:19:56.197567",
    "item": [
        "httpd1",
        "podman_basic_user",
        3001
    ],
    "rc": 0,
    "start": "2024-10-25 11:19:56.192265"
}

STDOUT:

total 0
drwxr-xr-x. 2 podman_basic_user podman_basic_user   6 Oct 25 11:18 ./
drwxrwxrwx. 8 root              root              111 Oct 25 11:19 ../
ok: [managed-node2] => (item=['httpd2', 'root', 0]) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": [
        "ls",
        "-alrtF",
        "/tmp/lsr_mjkc1l03_podman/httpd2-create"
    ],
    "delta": "0:00:00.003974",
    "end": "2024-10-25 11:19:56.572080",
    "item": [
        "httpd2",
        "root",
        0
    ],
    "rc": 0,
    "start": "2024-10-25 11:19:56.568106"
}

STDOUT:

total 0
drwxr-xr-x. 2 root root   6 Oct 25 11:19 ./
drwxrwxrwx. 8 root root 111 Oct 25 11:19 ../
ok: [managed-node2] => (item=['httpd3', 'root', 0]) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": [
        "ls",
        "-alrtF",
        "/tmp/lsr_mjkc1l03_podman/httpd3-create"
    ],
    "delta": "0:00:00.003955",
    "end": "2024-10-25 11:19:56.917499",
    "item": [
        "httpd3",
        "root",
        0
    ],
    "rc": 0,
    "start": "2024-10-25 11:19:56.913544"
}

STDOUT:

total 0
drwxrwxrwx. 8 root root 111 Oct 25 11:19 ../
drwxr-xr-x. 2 root root   6 Oct 25 11:19 ./

TASK [Run role again to test for idempotency] **********************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:340
Friday 25 October 2024  11:19:57 -0400 (0:00:01.143)       0:05:24.807 ******** 
included: fedora.linux_system_roles.podman for managed-node2

TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3
Friday 25 October 2024  11:19:57 -0400 (0:00:00.169)       0:05:24.977 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] ****
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3
Friday 25 October 2024  11:19:57 -0400 (0:00:00.091)       0:05:25.068 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11
Friday 25 October 2024  11:19:57 -0400 (0:00:00.057)       0:05:25.126 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16
Friday 25 October 2024  11:19:57 -0400 (0:00:00.049)       0:05:25.176 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23
Friday 25 October 2024  11:19:57 -0400 (0:00:00.133)       0:05:25.309 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28
Friday 25 October 2024  11:19:57 -0400 (0:00:00.102)       0:05:25.412 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32
Friday 25 October 2024  11:19:57 -0400 (0:00:00.062)       0:05:25.475 ******** 
ok: [managed-node2] => (item=RedHat.yml) => {
    "ansible_facts": {
        "__podman_packages": [
            "podman",
            "shadow-utils-subid"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml"
}
skipping: [managed-node2] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "CentOS.yml",
    "skip_reason": "Conditional result was False"
}
ok: [managed-node2] => (item=CentOS_10.yml) => {
    "ansible_facts": {
        "__podman_packages": [
            "iptables-nft",
            "podman",
            "shadow-utils-subid"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_10.yml"
}
ok: [managed-node2] => (item=CentOS_10.yml) => {
    "ansible_facts": {
        "__podman_packages": [
            "iptables-nft",
            "podman",
            "shadow-utils-subid"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_10.yml"
}

TASK [fedora.linux_system_roles.podman : Gather the package facts] *************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6
Friday 25 October 2024  11:19:57 -0400 (0:00:00.111)       0:05:25.586 ******** 
ok: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Enable copr if requested] *************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10
Friday 25 October 2024  11:19:58 -0400 (0:00:00.894)       0:05:26.481 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_use_copr | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14
Friday 25 October 2024  11:19:58 -0400 (0:00:00.052)       0:05:26.534 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "(__podman_packages | difference(ansible_facts.packages))",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28
Friday 25 October 2024  11:19:58 -0400 (0:00:00.065)       0:05:26.599 ******** 
skipping: [managed-node2] => {
    "false_condition": "__podman_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33
Friday 25 October 2024  11:19:58 -0400 (0:00:00.051)       0:05:26.651 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38
Friday 25 October 2024  11:19:58 -0400 (0:00:00.047)       0:05:26.698 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get podman version] *******************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46
Friday 25 October 2024  11:19:58 -0400 (0:00:00.045)       0:05:26.744 ******** 
ok: [managed-node2] => {
    "changed": false,
    "cmd": [
        "podman",
        "--version"
    ],
    "delta": "0:00:00.025276",
    "end": "2024-10-25 11:19:59.267222",
    "rc": 0,
    "start": "2024-10-25 11:19:59.241946"
}

STDOUT:

podman version 5.2.2

TASK [fedora.linux_system_roles.podman : Set podman version] *******************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52
Friday 25 October 2024  11:19:59 -0400 (0:00:00.494)       0:05:27.238 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "podman_version": "5.2.2"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56
Friday 25 October 2024  11:19:59 -0400 (0:00:00.286)       0:05:27.525 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_version is version(\"4.2\", \"<\")",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63
Friday 25 October 2024  11:19:59 -0400 (0:00:00.130)       0:05:27.655 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "(podman_quadlet_specs | length > 0) or (podman_secrets | length > 0)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73
Friday 25 October 2024  11:19:59 -0400 (0:00:00.143)       0:05:27.798 ******** 
META: end_host conditional evaluated to False, continuing execution for managed-node2
skipping: [managed-node2] => {
    "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2"
}

MSG:

end_host conditional evaluated to false, continuing execution for managed-node2

TASK [fedora.linux_system_roles.podman : Check user and group information] *****
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80
Friday 25 October 2024  11:20:00 -0400 (0:00:00.171)       0:05:27.970 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Get user information] *****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Friday 25 October 2024  11:20:00 -0400 (0:00:00.222)       0:05:28.192 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user does not exist] **********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Friday 25 October 2024  11:20:00 -0400 (0:00:00.085)       0:05:28.277 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set group for podman user] ************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Friday 25 October 2024  11:20:00 -0400 (0:00:00.070)       0:05:28.348 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_group": "0"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Friday 25 October 2024  11:20:00 -0400 (0:00:00.079)       0:05:28.427 ******** 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "atime": 1729869378.0103734,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 32,
        "charset": "binary",
        "checksum": "86395ad7ce62834c967dc50f963a68f042029188",
        "ctime": 1729869347.9092026,
        "dev": 51714,
        "device_type": 0,
        "executable": true,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 8895830,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "application/x-pie-executable",
        "mode": "0755",
        "mtime": 1719187200.0,
        "nlink": 1,
        "path": "/usr/bin/getsubids",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 15728,
        "uid": 0,
        "version": "2735121205",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": true,
        "xoth": true,
        "xusr": true
    }
}

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Friday 25 October 2024  11:20:01 -0400 (0:00:00.409)       0:05:28.837 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44
Friday 25 October 2024  11:20:01 -0400 (0:00:00.048)       0:05:28.885 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49
Friday 25 October 2024  11:20:01 -0400 (0:00:00.124)       0:05:29.010 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get subuid file] **********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62
Friday 25 October 2024  11:20:01 -0400 (0:00:00.056)       0:05:29.066 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get subgid file] **********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67
Friday 25 October 2024  11:20:01 -0400 (0:00:00.075)       0:05:29.142 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72
Friday 25 October 2024  11:20:01 -0400 (0:00:00.065)       0:05:29.208 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82
Friday 25 October 2024  11:20:01 -0400 (0:00:00.059)       0:05:29.267 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89
Friday 25 October 2024  11:20:01 -0400 (0:00:00.057)       0:05:29.325 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set config file paths] ****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86
Friday 25 October 2024  11:20:01 -0400 (0:00:00.053)       0:05:29.379 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf",
        "__podman_policy_json_file": "/etc/containers/policy.json",
        "__podman_registries_conf_file": "/etc/containers/registries.conf.d/50-systemroles.conf",
        "__podman_storage_conf_file": "/etc/containers/storage.conf"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle container.conf.d] **************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95
Friday 25 October 2024  11:20:01 -0400 (0:00:00.061)       0:05:29.440 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5
Friday 25 October 2024  11:20:01 -0400 (0:00:00.103)       0:05:29.543 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_containers_conf | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Update container config file] *********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13
Friday 25 October 2024  11:20:01 -0400 (0:00:00.075)       0:05:29.619 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_containers_conf | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] *************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98
Friday 25 October 2024  11:20:01 -0400 (0:00:00.116)       0:05:29.735 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5
Friday 25 October 2024  11:20:02 -0400 (0:00:00.306)       0:05:30.042 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_registries_conf | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Update registries config file] ********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13
Friday 25 October 2024  11:20:02 -0400 (0:00:00.072)       0:05:30.115 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_registries_conf | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Handle storage.conf] ******************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101
Friday 25 October 2024  11:20:02 -0400 (0:00:00.072)       0:05:30.188 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5
Friday 25 October 2024  11:20:02 -0400 (0:00:00.144)       0:05:30.332 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_storage_conf | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Update storage config file] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13
Friday 25 October 2024  11:20:02 -0400 (0:00:00.079)       0:05:30.412 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_storage_conf | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Handle policy.json] *******************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104
Friday 25 October 2024  11:20:02 -0400 (0:00:00.109)       0:05:30.522 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6
Friday 25 October 2024  11:20:02 -0400 (0:00:00.144)       0:05:30.667 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_policy_json | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14
Friday 25 October 2024  11:20:02 -0400 (0:00:00.081)       0:05:30.748 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_policy_json | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get the existing policy.json] *********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19
Friday 25 October 2024  11:20:03 -0400 (0:00:00.200)       0:05:30.948 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_policy_json | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Write new policy.json file] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25
Friday 25 October 2024  11:20:03 -0400 (0:00:00.082)       0:05:31.031 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_policy_json | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [Manage firewall for specified ports] *************************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110
Friday 25 October 2024  11:20:03 -0400 (0:00:00.076)       0:05:31.108 ******** 
included: fedora.linux_system_roles.firewall for managed-node2

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Friday 25 October 2024  11:20:03 -0400 (0:00:00.267)       0:05:31.375 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2

TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Friday 25 October 2024  11:20:03 -0400 (0:00:00.155)       0:05:31.531 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__firewall_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if system is ostree] **********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Friday 25 October 2024  11:20:03 -0400 (0:00:00.115)       0:05:31.647 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __firewall_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Friday 25 October 2024  11:20:03 -0400 (0:00:00.088)       0:05:31.735 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __firewall_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Friday 25 October 2024  11:20:04 -0400 (0:00:00.080)       0:05:31.816 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __firewall_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Friday 25 October 2024  11:20:04 -0400 (0:00:00.091)       0:05:31.907 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __firewall_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Friday 25 October 2024  11:20:04 -0400 (0:00:00.079)       0:05:31.987 ******** 
ok: [managed-node2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Friday 25 October 2024  11:20:05 -0400 (0:00:00.843)       0:05:32.830 ******** 
skipping: [managed-node2] => {
    "false_condition": "__firewall_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Friday 25 October 2024  11:20:05 -0400 (0:00:00.064)       0:05:32.895 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__firewall_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Friday 25 October 2024  11:20:05 -0400 (0:00:00.095)       0:05:32.990 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__firewall_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Friday 25 October 2024  11:20:05 -0400 (0:00:00.101)       0:05:33.091 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "firewall_disable_conflicting_services | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Friday 25 October 2024  11:20:05 -0400 (0:00:00.153)       0:05:33.244 ******** 
skipping: [managed-node2] => (item=nftables)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall_disable_conflicting_services | bool",
    "item": "nftables",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=iptables)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall_disable_conflicting_services | bool",
    "item": "iptables",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=ufw)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall_disable_conflicting_services | bool",
    "item": "ufw",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Friday 25 October 2024  11:20:05 -0400 (0:00:00.153)       0:05:33.398 ******** 
ok: [managed-node2] => {
    "changed": false,
    "name": "firewalld",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0",
        "ActiveEnterTimestamp": "Fri 2024-10-25 11:16:25 EDT",
        "ActiveEnterTimestampMonotonic": "356337414",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "polkit.service dbus.socket system.slice basic.target sysinit.target dbus-broker.service",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Fri 2024-10-25 11:16:23 EDT",
        "AssertTimestampMonotonic": "355172872",
        "Before": "multi-user.target network-pre.target shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "BusName": "org.fedoraproject.FirewallD1",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "567631000",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Fri 2024-10-25 11:16:23 EDT",
        "ConditionTimestampMonotonic": "355172869",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "ebtables.service shutdown.target iptables.service ipset.service ip6tables.service",
        "ControlGroup": "/system.slice/firewalld.service",
        "ControlGroupId": "4477",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "firewalld - dynamic firewall daemon",
        "DeviceAllow": "char-rtc r",
        "DevicePolicy": "closed",
        "Documentation": "\"man:firewalld(1)\"",
        "DynamicUser": "no",
        "EffectiveMemoryHigh": "3702870016",
        "EffectiveMemoryMax": "3702870016",
        "EffectiveTasksMax": "22362",
        "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainHandoffTimestamp": "Fri 2024-10-25 11:16:23 EDT",
        "ExecMainHandoffTimestampMonotonic": "355206423",
        "ExecMainPID": "10192",
        "ExecMainStartTimestamp": "Fri 2024-10-25 11:16:23 EDT",
        "ExecMainStartTimestampMonotonic": "355175536",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExitType": "main",
        "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FileDescriptorStorePreserve": "restart",
        "FinalKillSignal": "9",
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOReadBytes": "[not set]",
        "IOReadOperations": "[not set]",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "[not set]",
        "IOWriteOperations": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "firewalld.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Fri 2024-10-25 11:16:23 EDT",
        "InactiveExitTimestampMonotonic": "355176175",
        "InvocationID": "ea92ee956cf74c239cf3bbd6a6cd54c0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "mixed",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "8388608",
        "LimitMEMLOCKSoft": "8388608",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "524288",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "13976",
        "LimitNPROCSoft": "13976",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13976",
        "LimitSIGPENDINGSoft": "13976",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "yes",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "10192",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "3164852224",
        "MemoryCurrent": "33320960",
        "MemoryDenyWriteExecute": "yes",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "33771520",
        "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": "firewalld.service dbus-org.fedoraproject.FirewallD1.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "yes",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "yes",
        "ProtectControlGroups": "yes",
        "ProtectHome": "yes",
        "ProtectHostname": "yes",
        "ProtectKernelLogs": "yes",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "yes",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "sysinit.target system.slice dbus.socket",
        "Restart": "no",
        "RestartKillSignal": "15",
        "RestartMaxDelayUSec": "infinity",
        "RestartMode": "normal",
        "RestartSteps": "0",
        "RestartUSec": "100ms",
        "RestartUSecNext": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "yes",
        "RestrictSUIDSGID": "yes",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RootEphemeral": "no",
        "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "SetLoginEnvironment": "no",
        "Slice": "system.slice",
        "StandardError": "null",
        "StandardInput": "null",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StartupMemoryHigh": "infinity",
        "StartupMemoryLow": "0",
        "StartupMemoryMax": "infinity",
        "StartupMemorySwapMax": "infinity",
        "StartupMemoryZSwapMax": "infinity",
        "StateChangeTimestamp": "Fri 2024-10-25 11:19:39 EDT",
        "StateChangeTimestampMonotonic": "551111775",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SurviveFinalKillSignal": "no",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallArchitectures": "native",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "2",
        "TasksMax": "22362",
        "TimeoutAbortUSec": "1min 30s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "Wants": "network-pre.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Friday 25 October 2024  11:20:06 -0400 (0:00:00.682)       0:05:34.080 ******** 
ok: [managed-node2] => {
    "changed": false,
    "enabled": true,
    "name": "firewalld",
    "state": "started",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0",
        "ActiveEnterTimestamp": "Fri 2024-10-25 11:16:25 EDT",
        "ActiveEnterTimestampMonotonic": "356337414",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "polkit.service dbus.socket system.slice basic.target sysinit.target dbus-broker.service",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Fri 2024-10-25 11:16:23 EDT",
        "AssertTimestampMonotonic": "355172872",
        "Before": "multi-user.target network-pre.target shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "BusName": "org.fedoraproject.FirewallD1",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "567631000",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Fri 2024-10-25 11:16:23 EDT",
        "ConditionTimestampMonotonic": "355172869",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "ebtables.service shutdown.target iptables.service ipset.service ip6tables.service",
        "ControlGroup": "/system.slice/firewalld.service",
        "ControlGroupId": "4477",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "firewalld - dynamic firewall daemon",
        "DeviceAllow": "char-rtc r",
        "DevicePolicy": "closed",
        "Documentation": "\"man:firewalld(1)\"",
        "DynamicUser": "no",
        "EffectiveMemoryHigh": "3702870016",
        "EffectiveMemoryMax": "3702870016",
        "EffectiveTasksMax": "22362",
        "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainHandoffTimestamp": "Fri 2024-10-25 11:16:23 EDT",
        "ExecMainHandoffTimestampMonotonic": "355206423",
        "ExecMainPID": "10192",
        "ExecMainStartTimestamp": "Fri 2024-10-25 11:16:23 EDT",
        "ExecMainStartTimestampMonotonic": "355175536",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExitType": "main",
        "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FileDescriptorStorePreserve": "restart",
        "FinalKillSignal": "9",
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOReadBytes": "[not set]",
        "IOReadOperations": "[not set]",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "[not set]",
        "IOWriteOperations": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "firewalld.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Fri 2024-10-25 11:16:23 EDT",
        "InactiveExitTimestampMonotonic": "355176175",
        "InvocationID": "ea92ee956cf74c239cf3bbd6a6cd54c0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "mixed",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "8388608",
        "LimitMEMLOCKSoft": "8388608",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "524288",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "13976",
        "LimitNPROCSoft": "13976",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13976",
        "LimitSIGPENDINGSoft": "13976",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "yes",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "10192",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "3164602368",
        "MemoryCurrent": "33320960",
        "MemoryDenyWriteExecute": "yes",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "33771520",
        "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": "firewalld.service dbus-org.fedoraproject.FirewallD1.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "yes",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "yes",
        "ProtectControlGroups": "yes",
        "ProtectHome": "yes",
        "ProtectHostname": "yes",
        "ProtectKernelLogs": "yes",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "yes",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "sysinit.target system.slice dbus.socket",
        "Restart": "no",
        "RestartKillSignal": "15",
        "RestartMaxDelayUSec": "infinity",
        "RestartMode": "normal",
        "RestartSteps": "0",
        "RestartUSec": "100ms",
        "RestartUSecNext": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "yes",
        "RestrictSUIDSGID": "yes",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RootEphemeral": "no",
        "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "SetLoginEnvironment": "no",
        "Slice": "system.slice",
        "StandardError": "null",
        "StandardInput": "null",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StartupMemoryHigh": "infinity",
        "StartupMemoryLow": "0",
        "StartupMemoryMax": "infinity",
        "StartupMemorySwapMax": "infinity",
        "StartupMemoryZSwapMax": "infinity",
        "StateChangeTimestamp": "Fri 2024-10-25 11:19:39 EDT",
        "StateChangeTimestampMonotonic": "551111775",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SurviveFinalKillSignal": "no",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallArchitectures": "native",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "2",
        "TasksMax": "22362",
        "TimeoutAbortUSec": "1min 30s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "Wants": "network-pre.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Friday 25 October 2024  11:20:06 -0400 (0:00:00.615)       0:05:34.695 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__firewall_previous_replaced": false,
        "__firewall_python_cmd": "/usr/bin/python3.12",
        "__firewall_report_changed": true
    },
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Friday 25 October 2024  11:20:06 -0400 (0:00:00.098)       0:05:34.793 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__firewall_previous_replaced | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Friday 25 October 2024  11:20:07 -0400 (0:00:00.081)       0:05:34.874 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__firewall_previous_replaced | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Friday 25 October 2024  11:20:07 -0400 (0:00:00.074)       0:05:34.949 ******** 
ok: [managed-node2] => (item={'port': '15001-15003/tcp', 'state': 'enabled'}) => {
    "__firewall_changed": false,
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "port": "15001-15003/tcp",
        "state": "enabled"
    }
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120
Friday 25 October 2024  11:20:07 -0400 (0:00:00.578)       0:05:35.527 ******** 
skipping: [managed-node2] => (item={'port': '15001-15003/tcp', 'state': 'enabled'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "'detailed' in fw[0]",
    "item": {
        "port": "15001-15003/tcp",
        "state": "enabled"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130
Friday 25 October 2024  11:20:07 -0400 (0:00:00.180)       0:05:35.708 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "'detailed' in fw[0]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139
Friday 25 October 2024  11:20:07 -0400 (0:00:00.058)       0:05:35.766 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "firewall == None or firewall | length == 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144
Friday 25 October 2024  11:20:08 -0400 (0:00:00.049)       0:05:35.816 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "firewall == None or firewall | length == 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153
Friday 25 October 2024  11:20:08 -0400 (0:00:00.052)       0:05:35.869 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__firewall_previous_replaced | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163
Friday 25 October 2024  11:20:08 -0400 (0:00:00.072)       0:05:35.942 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__firewall_previous_replaced | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169
Friday 25 October 2024  11:20:08 -0400 (0:00:00.117)       0:05:36.059 ******** 
skipping: [managed-node2] => {
    "false_condition": "__firewall_previous_replaced | bool"
}

TASK [Manage selinux for specified ports] **************************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117
Friday 25 October 2024  11:20:08 -0400 (0:00:00.232)       0:05:36.292 ******** 
redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux
redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux
redirecting (type: modules) ansible.builtin.seboolean to ansible.posix.seboolean
included: fedora.linux_system_roles.selinux for managed-node2

TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2
Friday 25 October 2024  11:20:08 -0400 (0:00:00.228)       0:05:36.521 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml for managed-node2

TASK [fedora.linux_system_roles.selinux : Ensure ansible_facts used by role] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2
Friday 25 October 2024  11:20:08 -0400 (0:00:00.178)       0:05:36.699 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__selinux_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] *************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7
Friday 25 October 2024  11:20:08 -0400 (0:00:00.063)       0:05:36.762 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml for managed-node2

TASK [fedora.linux_system_roles.selinux : Check if system is ostree] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5
Friday 25 October 2024  11:20:09 -0400 (0:00:00.144)       0:05:36.906 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __selinux_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set flag to indicate system is ostree] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10
Friday 25 October 2024  11:20:09 -0400 (0:00:00.128)       0:05:37.035 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __selinux_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17
Friday 25 October 2024  11:20:09 -0400 (0:00:00.096)       0:05:37.132 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __selinux_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set flag if transactional-update exists] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22
Friday 25 October 2024  11:20:09 -0400 (0:00:00.129)       0:05:37.261 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __selinux_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Install SELinux python2 tools] *******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26
Friday 25 October 2024  11:20:09 -0400 (0:00:00.079)       0:05:37.341 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "ansible_python_version is version('3', '<')",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] *******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35
Friday 25 October 2024  11:20:09 -0400 (0:00:00.076)       0:05:37.417 ******** 
ok: [managed-node2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] *******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46
Friday 25 October 2024  11:20:10 -0400 (0:00:00.808)       0:05:38.225 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "ansible_os_family == \"Suse\"",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] *******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58
Friday 25 October 2024  11:20:10 -0400 (0:00:00.144)       0:05:38.370 ******** 
ok: [managed-node2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:72
Friday 25 October 2024  11:20:11 -0400 (0:00:00.758)       0:05:39.128 ******** 
skipping: [managed-node2] => {
    "false_condition": "__selinux_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:77
Friday 25 October 2024  11:20:11 -0400 (0:00:00.147)       0:05:39.275 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__selinux_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Fail if reboot is needed and not set] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:82
Friday 25 October 2024  11:20:11 -0400 (0:00:00.049)       0:05:39.325 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__selinux_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Refresh facts] ***********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:89
Friday 25 October 2024  11:20:11 -0400 (0:00:00.060)       0:05:39.385 ******** 
ok: [managed-node2]

TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5
Friday 25 October 2024  11:20:12 -0400 (0:00:00.978)       0:05:40.364 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "ansible_selinux.status == \"enabled\" and (selinux_state or selinux_policy)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13
Friday 25 October 2024  11:20:12 -0400 (0:00:00.092)       0:05:40.457 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "ansible_selinux.status == \"disabled\" and selinux_state",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] *********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21
Friday 25 October 2024  11:20:12 -0400 (0:00:00.076)       0:05:40.533 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "selinux_reboot_required": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] **********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25
Friday 25 October 2024  11:20:12 -0400 (0:00:00.116)       0:05:40.649 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "selinux_reboot_required",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Warn if SELinux is disabled] *********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30
Friday 25 October 2024  11:20:12 -0400 (0:00:00.076)       0:05:40.726 ******** 
skipping: [managed-node2] => {
    "false_condition": "ansible_selinux.status == \"disabled\""
}

TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35
Friday 25 October 2024  11:20:12 -0400 (0:00:00.069)       0:05:40.796 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "selinux_all_purge | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:43
Friday 25 October 2024  11:20:13 -0400 (0:00:00.071)       0:05:40.868 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "selinux_booleans_purge | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Purge all SELinux file context local modifications] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:48
Friday 25 October 2024  11:20:13 -0400 (0:00:00.072)       0:05:40.940 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "selinux_fcontexts_purge | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Purge all SELinux port local modifications] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:53
Friday 25 October 2024  11:20:13 -0400 (0:00:00.078)       0:05:41.019 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "selinux_ports_purge | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Purge all SELinux login local modifications] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58
Friday 25 October 2024  11:20:13 -0400 (0:00:00.195)       0:05:41.214 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "selinux_logins_purge | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set SELinux booleans] ****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:63
Friday 25 October 2024  11:20:13 -0400 (0:00:00.072)       0:05:41.287 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:74
Friday 25 October 2024  11:20:13 -0400 (0:00:00.071)       0:05:41.359 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87
Friday 25 October 2024  11:20:13 -0400 (0:00:00.071)       0:05:41.431 ******** 
ok: [managed-node2] => (item={'ports': '15001-15003', 'setype': 'http_port_t'}) => {
    "__selinux_item": {
        "ports": "15001-15003",
        "setype": "http_port_t"
    },
    "ansible_loop_var": "__selinux_item",
    "changed": false,
    "ports": [
        "15001-15003"
    ],
    "proto": "tcp",
    "setype": "http_port_t",
    "state": "present"
}

TASK [fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:99
Friday 25 October 2024  11:20:14 -0400 (0:00:00.681)       0:05:42.112 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112
Friday 25 October 2024  11:20:14 -0400 (0:00:00.050)       0:05:42.162 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "selinux_checksums": true,
        "selinux_installed_modules": {
            "abrt": {
                "100": {
                    "checksum": "sha256:98d1c8c12a0f58b637b3864dec2f3d03281e88e541f41a5e19563a5447ba020c",
                    "enabled": 1
                }
            },
            "accountsd": {
                "100": {
                    "checksum": "sha256:bf97d40f7ec7e4318b7d31bfd664735627b76b6e616a0cff06c15040960620ec",
                    "enabled": 1
                }
            },
            "acct": {
                "100": {
                    "checksum": "sha256:da4a2c785c040f6c34a3e602eeb1ed612a74ac170b7f5089d8ba55e12f750818",
                    "enabled": 1
                }
            },
            "afs": {
                "100": {
                    "checksum": "sha256:fb7e253fdbe3d08b3929bb97c3b6d52f56123bd4759aa1008c667abd2021b2aa",
                    "enabled": 1
                }
            },
            "afterburn": {
                "100": {
                    "checksum": "sha256:86bb7a2815cf9d64e9efd2c917153b238cbc60d7d03abac54f428bf676e4bdb6",
                    "enabled": 1
                }
            },
            "aiccu": {
                "100": {
                    "checksum": "sha256:836a35abbbf400c117eae70a77a4596a73b3d548e6fa82e3a0f55ae96f21d64b",
                    "enabled": 1
                }
            },
            "aide": {
                "100": {
                    "checksum": "sha256:4f387a45821ab709a325b7ccd4af3a4951c231c34440b5fa877b8fc6387d2aff",
                    "enabled": 1
                }
            },
            "ajaxterm": {
                "100": {
                    "checksum": "sha256:6e3edee489b6c939e15c49b4819463a7021d6188eaff9b05e9c8867de1f018fd",
                    "enabled": 1
                }
            },
            "alsa": {
                "100": {
                    "checksum": "sha256:9de454604bdef8775f6ebae39b8bc4ba7b5e79a2972d3e32ca7d50abffa7a85a",
                    "enabled": 1
                }
            },
            "amanda": {
                "100": {
                    "checksum": "sha256:133a6a6da4b4ab3b13dd255bd7974bb6e0494fa7c5e0b1034b7926823d6621a2",
                    "enabled": 1
                }
            },
            "amtu": {
                "100": {
                    "checksum": "sha256:80ccb9e85608a483fa07c37c2772933f5e63025bcc667540bec377b02bde2f3c",
                    "enabled": 1
                }
            },
            "anaconda": {
                "100": {
                    "checksum": "sha256:409af50bd5708e662302020ddef0f314e0da72c996c670db45aea57478e8ee9a",
                    "enabled": 1
                }
            },
            "antivirus": {
                "100": {
                    "checksum": "sha256:f1ed2e1ec9355b898716cc1ed8f18d7983b45b5bb88c2624fe31ffc968dcd6ca",
                    "enabled": 1
                }
            },
            "apache": {
                "100": {
                    "checksum": "sha256:3239b0ebdb98df15e7140b948a2c741b36a870ca02ba8b425ab0de044e7b7dff",
                    "enabled": 1
                }
            },
            "apcupsd": {
                "100": {
                    "checksum": "sha256:47a5360325c4aebd9de805b5113bc715736bb01801cbbf317ac2112d1bae15c8",
                    "enabled": 1
                }
            },
            "apm": {
                "100": {
                    "checksum": "sha256:757508a02ab22f3ad35ce7bc9e596f7c84e62b7744db341f9d4f63ef74ee92ff",
                    "enabled": 1
                }
            },
            "application": {
                "100": {
                    "checksum": "sha256:c5b9c6d5d27d5c119598c1a040e9f488ac1d783c497b13b9c1cce9cafdfdf6a1",
                    "enabled": 1
                }
            },
            "arpwatch": {
                "100": {
                    "checksum": "sha256:a8786979d69981a916a89856cce9aadaa540fe2baf93053bf9274eac36cc38fb",
                    "enabled": 1
                }
            },
            "asterisk": {
                "100": {
                    "checksum": "sha256:f113821fcc3ce3e5e04130937924e8aeb5741935d8b5422af25ef8c4540cedbd",
                    "enabled": 1
                }
            },
            "auditadm": {
                "100": {
                    "checksum": "sha256:05a7fc8acec5e707257376e4ff8fd8a02de27aa9c616c95c0e8ea9239841eae1",
                    "enabled": 1
                }
            },
            "authconfig": {
                "100": {
                    "checksum": "sha256:42a66af256fa45dd7be3e09166aaa0f2a035f5670f39466a2d4ee84e417fd76d",
                    "enabled": 1
                }
            },
            "authlogin": {
                "100": {
                    "checksum": "sha256:caab2da7e513ebcafb2f4829626763ff58f74cbbf7c14b31e1aa1780afdc114a",
                    "enabled": 1
                }
            },
            "automount": {
                "100": {
                    "checksum": "sha256:3196fce29123f8eeecd6175b098063735d77aecfaffa7f6cb641adbcbd9ee977",
                    "enabled": 1
                }
            },
            "avahi": {
                "100": {
                    "checksum": "sha256:9bfb194e5b283124abae90dc92abb883e1cf7b3e2f51bcb9fcf842672c86ac60",
                    "enabled": 1
                }
            },
            "awstats": {
                "100": {
                    "checksum": "sha256:ccb0373eb1228e3a34112ba0124b37cee80def8c7ddcc0981b0676aa59bba2f8",
                    "enabled": 1
                }
            },
            "bacula": {
                "100": {
                    "checksum": "sha256:4ee194dcd976488e6eb0e0ba84d9b6875befc4eca8389c9d0102cac06c04809f",
                    "enabled": 1
                }
            },
            "base": {
                "100": {
                    "checksum": "sha256:03b9c904abee1cef0dae9c829a484dd5ee4e99669794510d498b646fb1fc3688",
                    "enabled": 1
                }
            },
            "bcfg2": {
                "100": {
                    "checksum": "sha256:3e147aa1e329d87cdfd30b20b3b80ee0c039e9665e944dc6a28231ebac38d5d4",
                    "enabled": 1
                }
            },
            "bind": {
                "100": {
                    "checksum": "sha256:d7f26a245b0780cda9ed49b1913ebf10733ac091a1312cb58b55f4331c50b9c8",
                    "enabled": 1
                }
            },
            "bitlbee": {
                "100": {
                    "checksum": "sha256:9324bebe4e0cac756830480f53dd8e23a01f3c4c7185b30dd72024394dec2783",
                    "enabled": 1
                }
            },
            "blkmapd": {
                "100": {
                    "checksum": "sha256:fd38032cb8b3e9c24024364c02b07a830e97432cd763f41e82612fd83de06654",
                    "enabled": 1
                }
            },
            "blueman": {
                "100": {
                    "checksum": "sha256:2150b8a1afae75f4d73c76e2982ccc575f599577b8b7042d7bfa87fe2fed3a30",
                    "enabled": 1
                }
            },
            "bluetooth": {
                "100": {
                    "checksum": "sha256:14baa78a99f3fdac7ec18322ab578c030cde924b3c8716cb719ca52e0b67df2e",
                    "enabled": 1
                }
            },
            "boinc": {
                "100": {
                    "checksum": "sha256:1038d007468960019e0957df9b9dd0a76308b2dd5d3942dcef18c937a5130fa6",
                    "enabled": 1
                }
            },
            "boltd": {
                "100": {
                    "checksum": "sha256:e22f75dc547d85b02fdd0f2d4f20f69a1ca9b969ed6f9b9abf957fa02e6e1b7f",
                    "enabled": 1
                }
            },
            "boothd": {
                "100": {
                    "checksum": "sha256:4cc85869cdff4e9ca3abf6ad71d8d96cf5bddc77a0a0775430615e0c8c2a09ba",
                    "enabled": 1
                }
            },
            "bootloader": {
                "100": {
                    "checksum": "sha256:dabf91939aac32788c03a2c0b658d6e951cf80c3b5337e297f6c53bbe3f4418e",
                    "enabled": 1
                }
            },
            "bootupd": {
                "100": {
                    "checksum": "sha256:b0bda821f499f688d6d1d560a55673989cef71e7cd4e20f9cf3c9ce45e91d369",
                    "enabled": 1
                }
            },
            "brctl": {
                "100": {
                    "checksum": "sha256:78276818c60a76e84a9b3263a906d7109a69028c557a2d6a4a39ded2ef713a44",
                    "enabled": 1
                }
            },
            "brltty": {
                "100": {
                    "checksum": "sha256:0230419d38276d2c823a427d44fa1362f89784c7ac17f76826be95d3c8e6de1b",
                    "enabled": 1
                }
            },
            "bugzilla": {
                "100": {
                    "checksum": "sha256:8e4fd93cbe0357fc894c7898adf9a14f8c845d87a08f673f410b702f798c2383",
                    "enabled": 1
                }
            },
            "bumblebee": {
                "100": {
                    "checksum": "sha256:3d6e2bb58a928e53f4d89d5bdbdb6fea3f9ae98e5be81548df29fdb13b204f9b",
                    "enabled": 1
                }
            },
            "cachefilesd": {
                "100": {
                    "checksum": "sha256:d595466a7aa404ade4ad75d45e10f6a37d30529858cf990407f545f7826b364c",
                    "enabled": 1
                }
            },
            "calamaris": {
                "100": {
                    "checksum": "sha256:4c65dae6d30fea1bebc4e63ff693b2041f18d0adb710b783002c98c529be84d8",
                    "enabled": 1
                }
            },
            "callweaver": {
                "100": {
                    "checksum": "sha256:cede7c726cd48a09e9b2974e9f78d9482cc9d01a4ceb74ff190c4a219900f2b3",
                    "enabled": 1
                }
            },
            "canna": {
                "100": {
                    "checksum": "sha256:d523a4d1579256bb5faf1f761ac6a22cb4e8bb8e5544a5843615d4927abb5e76",
                    "enabled": 1
                }
            },
            "ccs": {
                "100": {
                    "checksum": "sha256:496749576c65d4a03024ee5d3be0814965308561f565ec6cd29587c3a3b7ec57",
                    "enabled": 1
                }
            },
            "cdrecord": {
                "100": {
                    "checksum": "sha256:ba7fd7c8a2a4d0fc658dd4aeb27b1c9c2049e7b8b5b5c3afa9523c74f6aae263",
                    "enabled": 1
                }
            },
            "certmaster": {
                "100": {
                    "checksum": "sha256:f9a4c97defbe94abd597286e65015baa5cdbc494a6404f3e467ba2484fd753d8",
                    "enabled": 1
                }
            },
            "certmonger": {
                "100": {
                    "checksum": "sha256:0e7e768c5c69903387f189899e532efc9055539b7d8f1a9b7e2cc6656675a1ce",
                    "enabled": 1
                }
            },
            "certwatch": {
                "100": {
                    "checksum": "sha256:c875a519672af0d8291b9097f547dc940b9f0132a174d49cb4a332e08fe92b89",
                    "enabled": 1
                }
            },
            "cfengine": {
                "100": {
                    "checksum": "sha256:8fc798d839b2d5a643625812c65fd6859b386328ef9b685f279082a38baa1b24",
                    "enabled": 1
                }
            },
            "cgroup": {
                "100": {
                    "checksum": "sha256:a5e19681d20486653fb3395b323b30b77e9c64e99ac70668ebcbaad76b8fac66",
                    "enabled": 1
                }
            },
            "chrome": {
                "100": {
                    "checksum": "sha256:e3576026c0b29d1f662172186e3e3ede0b3b2ed0e4e59a863d00bc75756724b6",
                    "enabled": 1
                }
            },
            "chronyd": {
                "100": {
                    "checksum": "sha256:28d17217c3c515dbb1c0b04d5dc36d50c7f3165144a9ba56b3adce749ceb8467",
                    "enabled": 1
                }
            },
            "cifsutils": {
                "100": {
                    "checksum": "sha256:689032aad1e66934c35a72d87b428787df267d8ba743de741bc7fc4cec47c5ad",
                    "enabled": 1
                }
            },
            "cinder": {
                "100": {
                    "checksum": "sha256:1bca5805677f6de8372027eab3e7b091d28d9098bf5c363090b12f4195051441",
                    "enabled": 1
                }
            },
            "cipe": {
                "100": {
                    "checksum": "sha256:9037f8704235ce4b481935dbe9f81fb7eb065e593e07988b869938948b15f432",
                    "enabled": 1
                }
            },
            "clock": {
                "100": {
                    "checksum": "sha256:62a84539a2764eb9eea9d29b86128f1deea9adb3a3a534c88f5fcdd7637b8575",
                    "enabled": 1
                }
            },
            "clogd": {
                "100": {
                    "checksum": "sha256:f79fddbcdd23396829c104b213648ffd5d5cac6dec8adf2f5f0efa2f7061b615",
                    "enabled": 1
                }
            },
            "cloudform": {
                "100": {
                    "checksum": "sha256:e985f49df5d3f27855f9c727f19138103110d987ed0f9ed8081e39a39aeb813b",
                    "enabled": 1
                }
            },
            "cmirrord": {
                "100": {
                    "checksum": "sha256:2c94298413c5d1fdb88ca748b4c597d2b3e543ed82604378a6ee333276dcaab4",
                    "enabled": 1
                }
            },
            "cobbler": {
                "100": {
                    "checksum": "sha256:7fc7afc3aec313b51b6508fe564813eccb4ce5bc1d650ba9f7eb61a438cee86f",
                    "enabled": 1
                }
            },
            "collectd": {
                "100": {
                    "checksum": "sha256:e574da01bdbc51b1b08385713fa8c9780df9aa657ddab4cd93211e4e9c8b6ff0",
                    "enabled": 1
                }
            },
            "colord": {
                "100": {
                    "checksum": "sha256:1887fa9a04336ceeeb73c20f3f7f6d6e6994f2a4b1cff802ca64e142ea1bff05",
                    "enabled": 1
                }
            },
            "comsat": {
                "100": {
                    "checksum": "sha256:38a4f293f3f8cdb18203c347a11304f161264aaf794ba6da418804f090c0e7a3",
                    "enabled": 1
                }
            },
            "condor": {
                "100": {
                    "checksum": "sha256:e8d56cababfbca2569c42055e8fac5782d6ae8b42ba2b236b9563f7eb6c2ef4c",
                    "enabled": 1
                }
            },
            "conman": {
                "100": {
                    "checksum": "sha256:e172ba28d687e96a2ffc463bffbf202ce44e7bff6e0685adc4b89a67cdcdfd40",
                    "enabled": 1
                }
            },
            "conntrackd": {
                "100": {
                    "checksum": "sha256:794a65c72b01138ecd19d9e679f62129d33183f9b1324b064c16301fa79d53d4",
                    "enabled": 1
                }
            },
            "consolekit": {
                "100": {
                    "checksum": "sha256:e585da6eefaff112870deda0ced61b75f1a5b120b7bc2133c8b1ec9452695646",
                    "enabled": 1
                }
            },
            "container": {
                "200": {
                    "checksum": "sha256:bab878d5de4557710f19a1879c13f6d631804f1f16a14c3248dfd1ea088787de",
                    "enabled": 1
                }
            },
            "coreos_installer": {
                "100": {
                    "checksum": "sha256:699c69e48f1ec1dd8f915f094a83a6e2f6b6fdd515233fd8867649f254509270",
                    "enabled": 1
                }
            },
            "couchdb": {
                "100": {
                    "checksum": "sha256:743992902ac8514de4dd54b16317a8edb9cb1e383e29d0450821a9ac304059db",
                    "enabled": 1
                }
            },
            "courier": {
                "100": {
                    "checksum": "sha256:3bb1b730a3a6f236b312c3f71172364911992d35e93c1e5cd1e1fb076eb2d3eb",
                    "enabled": 1
                }
            },
            "cpucontrol": {
                "100": {
                    "checksum": "sha256:969a757fa353d20473f2eab457378e50d6f32b1da19f6744f7f20d5f3f99744e",
                    "enabled": 1
                }
            },
            "cpufreqselector": {
                "100": {
                    "checksum": "sha256:0b0bd5618356e7da7018c86dc262758bb6f04e7618de2942995ad59e897c3244",
                    "enabled": 1
                }
            },
            "cpuplug": {
                "100": {
                    "checksum": "sha256:211dc5348ec5f69d5d76aa3d07c74624bb39cd2aa082262e5bc4c6c165f677e7",
                    "enabled": 1
                }
            },
            "cron": {
                "100": {
                    "checksum": "sha256:0314fc16b04ba21878c63ca1d439187d19d998e4e0fd5b420c50a7ab736b81df",
                    "enabled": 1
                }
            },
            "ctdb": {
                "100": {
                    "checksum": "sha256:aadb573940c57a51a13c72bfa7a074e440d7b6b3d2440c3a435c1b41742d2b3a",
                    "enabled": 1
                }
            },
            "cups": {
                "100": {
                    "checksum": "sha256:4855d463c5142f1f001a028136bb737a837c6a0d87807c0b97b1eb23b897a05f",
                    "enabled": 1
                }
            },
            "cvs": {
                "100": {
                    "checksum": "sha256:b188990c62c036cf96deb2fd121236499dcb5cff830e38ac24b74d4692c0323d",
                    "enabled": 1
                }
            },
            "cyphesis": {
                "100": {
                    "checksum": "sha256:ffe9e6e4bb673f6822a874b86eb21769ef0f5fdbfd2e2659485abc4c6215ffa2",
                    "enabled": 1
                }
            },
            "cyrus": {
                "100": {
                    "checksum": "sha256:8b077e1368da1daaa96272b0d6f22f08bcb264617e6884c9074423a9b066912d",
                    "enabled": 1
                }
            },
            "daemontools": {
                "100": {
                    "checksum": "sha256:c9631ff4c56b588338bd87c7d8cba95e78285ecfc4f12653ea5c888d2fee8af0",
                    "enabled": 1
                }
            },
            "dbadm": {
                "100": {
                    "checksum": "sha256:96b16cfa7d12cd4f994a84199fb20016a24fe5bbbf6888487ef4fc0b0f7008dd",
                    "enabled": 1
                }
            },
            "dbskk": {
                "100": {
                    "checksum": "sha256:5c3f9427b9dcfa7aa76a67db7c3f9a33ca299916a5608cd985fcb5f30fcc405a",
                    "enabled": 1
                }
            },
            "dbus": {
                "100": {
                    "checksum": "sha256:3022c933d9c2baf7e8f7520210ab2776c889d292a96bf56ef1da0ef398e93a93",
                    "enabled": 1
                }
            },
            "dcc": {
                "100": {
                    "checksum": "sha256:a30fe6e8e452f73079c37dcc1dac02ce317ba2310f8af8b6fc08b623adc89be1",
                    "enabled": 1
                }
            },
            "ddclient": {
                "100": {
                    "checksum": "sha256:eee9cdfaed63e516667ca9f76565fcc909c173c6440bfd19dca5c12fca61692d",
                    "enabled": 1
                }
            },
            "denyhosts": {
                "100": {
                    "checksum": "sha256:7a239615a4db634ae1ae8564acc54c55c86c68bd2e44d47ad9c24758d492b22c",
                    "enabled": 1
                }
            },
            "devicekit": {
                "100": {
                    "checksum": "sha256:17ec39ae4334df1f47531199b3f12954bc848810d1eccaadc0463174aad953f4",
                    "enabled": 1
                }
            },
            "dhcp": {
                "100": {
                    "checksum": "sha256:15aac55748ee10a93ba0547d3c20670148e01d14b74afae89df0e660e3396dc3",
                    "enabled": 1
                }
            },
            "dictd": {
                "100": {
                    "checksum": "sha256:9f5a80130d50d12f0ab8a8d48f9ccc2b058fffc0b5704d3a6d3d44787b01f4c1",
                    "enabled": 1
                }
            },
            "dirsrv": {
                "100": {
                    "checksum": "sha256:a33b7321ba8fd3e69c610462584e0147b9bfbae8498de44c2eee891f209a03bd",
                    "enabled": 1
                }
            },
            "dirsrv-admin": {
                "100": {
                    "checksum": "sha256:e7ec5090958fbde915f221e49396a45b968b8a2d6429d74000ffefa8b6e87e3f",
                    "enabled": 1
                }
            },
            "dmesg": {
                "100": {
                    "checksum": "sha256:19cf6b1658e2a7ff92db6c537944a989ea72e88173663ba4589f71132a80be61",
                    "enabled": 1
                }
            },
            "dmidecode": {
                "100": {
                    "checksum": "sha256:55423cc64cb3aeccc3e05952327db479669ddd5f5e98bcbc275859d38333e79b",
                    "enabled": 1
                }
            },
            "dnsmasq": {
                "100": {
                    "checksum": "sha256:18f7d99ff73fb7c2256ac3d86d4328098274cf2b8fa92c8b42da37867f6c7b31",
                    "enabled": 1
                }
            },
            "dnssec": {
                "100": {
                    "checksum": "sha256:1584e02889b2969514ddfcdc5fa31152ba8505c66c1b5f88e75b3bf23f96bec3",
                    "enabled": 1
                }
            },
            "dovecot": {
                "100": {
                    "checksum": "sha256:57d7924556ab25fb130b93002b1da35e886ef1ad01c4391266cedcc01848ea8b",
                    "enabled": 1
                }
            },
            "drbd": {
                "100": {
                    "checksum": "sha256:b96580e08581043a5e5fe37b67ab937e074e4218d685b23df6f9421ca49d5248",
                    "enabled": 1
                }
            },
            "dspam": {
                "100": {
                    "checksum": "sha256:90cdf514efbb5bf01f1e2b90d7d58eed2e2b458242905b5cfa32e1de01d71da3",
                    "enabled": 1
                }
            },
            "entropyd": {
                "100": {
                    "checksum": "sha256:ca075b4e9b9aee4bb5946407a418fc229a1c6fe4c7abc9487b9ba9770692c78d",
                    "enabled": 1
                }
            },
            "exim": {
                "100": {
                    "checksum": "sha256:413b889a36fb01d9d3ee8fe149aa2d11702e5e44afceef42a0d7450a421cc89c",
                    "enabled": 1
                }
            },
            "extra_varrun": {
                "400": {
                    "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42",
                    "enabled": 1
                }
            },
            "fail2ban": {
                "100": {
                    "checksum": "sha256:bfd591b0e99fc96cdd443d01c045583e45fc0ba1e8d6b7a18f2596473fe11ac9",
                    "enabled": 1
                }
            },
            "fcoe": {
                "100": {
                    "checksum": "sha256:8e2cebfc7249a86f6b40690946f6281f83a343eeef929d7e1588bc77622004fa",
                    "enabled": 1
                }
            },
            "fdo": {
                "100": {
                    "checksum": "sha256:af6e6cb692c95d34835b90b4a1c449a95445710e8fac4ca0d999f3cc85540e17",
                    "enabled": 1
                }
            },
            "fedoratp": {
                "100": {
                    "checksum": "sha256:d6f5f286ed1d5705e62598f143c0150deb59d708d7dd1ad89bdc6d68f59ed853",
                    "enabled": 1
                }
            },
            "fetchmail": {
                "100": {
                    "checksum": "sha256:3acaf8ff26c8d81010cc1ccf88872df39199279fa44d85b06903c97f50def08c",
                    "enabled": 1
                }
            },
            "finger": {
                "100": {
                    "checksum": "sha256:17aedac05f634eb036f29d301d8b0416cdae5f3967f88c0286761e209858f07e",
                    "enabled": 1
                }
            },
            "firewalld": {
                "100": {
                    "checksum": "sha256:64801f8ccd6f426ce8b4cc674e4288e0424a745b6a882102d7f70fae01e438aa",
                    "enabled": 1
                }
            },
            "firewallgui": {
                "100": {
                    "checksum": "sha256:18bfb3bc0946b731f05e969de50189403372c76fab801f83e2687a9d43b86622",
                    "enabled": 1
                }
            },
            "firstboot": {
                "100": {
                    "checksum": "sha256:4c9915a1c1cf1e67ea429fab342c29f2caa911f5d615b86f9eb8da496d7b5d54",
                    "enabled": 1
                }
            },
            "fprintd": {
                "100": {
                    "checksum": "sha256:ff74bb68f3369f30d2ae98cfce6acecbd6b7adbad46a18cc03bba25037a26beb",
                    "enabled": 1
                }
            },
            "freeipmi": {
                "100": {
                    "checksum": "sha256:38cefd0e603535dcb11f9291f4948f059693fa7371f3ee92654cd3176a5195a5",
                    "enabled": 1
                }
            },
            "freqset": {
                "100": {
                    "checksum": "sha256:3f2c6b1336ed28a0a7d90f283e9289a5f83e5ceb71d11b7814fdc65ae529314a",
                    "enabled": 1
                }
            },
            "fstools": {
                "100": {
                    "checksum": "sha256:cc5947167cf3dc0d821c1f146d6253d72a3016b1aa8b5a4b4ec3f82d1e6631c8",
                    "enabled": 1
                }
            },
            "ftp": {
                "100": {
                    "checksum": "sha256:22e96b5040327ea8554d0216ef4e28d6a94abdabfe3a211a6535941bebebd013",
                    "enabled": 1
                }
            },
            "fwupd": {
                "100": {
                    "checksum": "sha256:3da67a17b85cde7a0f181e6599726357fb2eeeb251fdd980a9d6669772415922",
                    "enabled": 1
                }
            },
            "games": {
                "100": {
                    "checksum": "sha256:57d4e4d5d9ff252fa8703355ed68c854817ac762c6120ba02364cc19c67491b1",
                    "enabled": 1
                }
            },
            "gdomap": {
                "100": {
                    "checksum": "sha256:f41fda08cf3bd33ac571a4ca5d6d505a6dc7062c29e45b1d5d160c953c532230",
                    "enabled": 1
                }
            },
            "geoclue": {
                "100": {
                    "checksum": "sha256:beec56305b71ccb0174a7c790eb972244d10b8381a84812f01021b9e8eb7ad99",
                    "enabled": 1
                }
            },
            "getty": {
                "100": {
                    "checksum": "sha256:a6fac65e97c9962f1066c0a2fc839e67597cda9061557affb60a01df78184a4a",
                    "enabled": 1
                }
            },
            "git": {
                "100": {
                    "checksum": "sha256:9f2c83dc9cafe17c8d650f8c78c39c61bd3d2c8b4d77a535eb61ce6a04a3e3f4",
                    "enabled": 1
                }
            },
            "gitosis": {
                "100": {
                    "checksum": "sha256:b7decc3fbc86e4b9e3fe1fec22021737ad607cf795224b5d5793069716a7eda8",
                    "enabled": 1
                }
            },
            "glance": {
                "100": {
                    "checksum": "sha256:097520793eaae6b878f14f2b767d40a80007786065abf1b252d898a685957fc5",
                    "enabled": 1
                }
            },
            "glusterd": {
                "100": {
                    "checksum": "sha256:9fa405b48cc837c307845447cc5444caf258bd0bd7f00bb6ba6c9bc623d7b15a",
                    "enabled": 1
                }
            },
            "gnome": {
                "100": {
                    "checksum": "sha256:1eeba013ebac8d310e67170a313c2d11669eca7ba4aaef13e330e5d92f17f94c",
                    "enabled": 1
                }
            },
            "gpg": {
                "100": {
                    "checksum": "sha256:7c8bb6410fac1ef1d07e3c7c60906737c8e22176231b24207ea6bf0db41951b7",
                    "enabled": 1
                }
            },
            "gpm": {
                "100": {
                    "checksum": "sha256:f3799d846d2d0bdc1e1d3d075565002b1cda87f798b852691135012b5f545d1b",
                    "enabled": 1
                }
            },
            "gpsd": {
                "100": {
                    "checksum": "sha256:c38a1e2a1cb3c1a8d400f506cc9f3f6dd15d78234f982a04bf4ad8b4f6308937",
                    "enabled": 1
                }
            },
            "gssproxy": {
                "100": {
                    "checksum": "sha256:a7d4cfe7f3250d86a409969323f858b4dca8b40339125e15946a133884b47e7e",
                    "enabled": 1
                }
            },
            "guest": {
                "100": {
                    "checksum": "sha256:c0f9f2a0be3fe24b4f74acf4d1924183310b454591b8e8219fccc61c2194f167",
                    "enabled": 1
                }
            },
            "hddtemp": {
                "100": {
                    "checksum": "sha256:82815af35d160bae556a7c6b8862da02b469fbb90ffd5472a6b22c18bf0f1fec",
                    "enabled": 1
                }
            },
            "hostapd": {
                "100": {
                    "checksum": "sha256:ea0ff5fc3de7fc7a93d4b64c0bc54a4040d9427c9eaf8200b97388166cc0dce6",
                    "enabled": 1
                }
            },
            "hostname": {
                "100": {
                    "checksum": "sha256:17a1021557fb77a340af451c33cf80f05ab309a719778d84813d8ab67cd18f6f",
                    "enabled": 1
                }
            },
            "hsqldb": {
                "100": {
                    "checksum": "sha256:201698320ad8f5f35391ea84f0aad40c26ba8db2fe006b38c7b65b8dc71f45b7",
                    "enabled": 1
                }
            },
            "hwloc": {
                "100": {
                    "checksum": "sha256:a5454f4868d22b9ae798ee6f85df6d8b6b35b456617a02084af47d393322ab76",
                    "enabled": 1
                }
            },
            "hypervkvp": {
                "100": {
                    "checksum": "sha256:c89e58ec9c52039bc7ddfd048fa5b287780a48f78e70ce64181607ad33da6c47",
                    "enabled": 1
                }
            },
            "ibacm": {
                "100": {
                    "checksum": "sha256:b7ab0f90999e86d8fff9de3abeca0f093f2bf9f73330d434e947fdb5bfcc63b3",
                    "enabled": 1
                }
            },
            "ica": {
                "100": {
                    "checksum": "sha256:bd8eccb4266130eddfae34318855e6aa3a8624998f0a906a970a04802510ad86",
                    "enabled": 1
                }
            },
            "icecast": {
                "100": {
                    "checksum": "sha256:3199646b83c13466308cbe243d6c75f828875ab0dfca1deb585dcd7bfb28ae60",
                    "enabled": 1
                }
            },
            "inetd": {
                "100": {
                    "checksum": "sha256:0e2a80d0943b3fea8756b2d487038182ed624dd36e9177305fafbc1ca0374af3",
                    "enabled": 1
                }
            },
            "init": {
                "100": {
                    "checksum": "sha256:1144dbfa7278341caadfae995aeadd7453cf78762b08ba4d0142eeef80871d18",
                    "enabled": 1
                }
            },
            "inn": {
                "100": {
                    "checksum": "sha256:d60fd47ec62ca3bca272ca38d8fe86fce36d6f04c44d01410d30428c8b914861",
                    "enabled": 1
                }
            },
            "insights_client": {
                "100": {
                    "checksum": "sha256:c4e83821f0150988e86e714cf9e088ef11abd0a30dada90cb7e68a95c406a921",
                    "enabled": 1
                }
            },
            "iodine": {
                "100": {
                    "checksum": "sha256:6185225b7c5910d94396a18d93429704434d564b4478aeea9d1a8c54f6b12834",
                    "enabled": 1
                }
            },
            "iotop": {
                "100": {
                    "checksum": "sha256:7db93e52e29915a08c82b0ebac02856e9a484923d2ce215946c8f54cf5297704",
                    "enabled": 1
                }
            },
            "ipmievd": {
                "100": {
                    "checksum": "sha256:ea599044fe2e2d25c8078ac0b5b0d2c589b4410dd7958eefdc0217f8b8c8c3d0",
                    "enabled": 1
                }
            },
            "ipsec": {
                "100": {
                    "checksum": "sha256:048f5c3f5f3e706697d782c57b9d6cae882b008f7973b41edb3de37762e4c664",
                    "enabled": 1
                }
            },
            "iptables": {
                "100": {
                    "checksum": "sha256:e315834c2a287c9b9f8d31a6fb5f62360241fab584b68ce05984035ff67f01dc",
                    "enabled": 1
                }
            },
            "irc": {
                "100": {
                    "checksum": "sha256:1ed937287398d60e302478f4880a25c1aef605a5d370c1f583426c59067d8ed5",
                    "enabled": 1
                }
            },
            "irqbalance": {
                "100": {
                    "checksum": "sha256:12e969265cff2e8d4ee9be8b99da0bd47138ff8754039dd1387a14b2a4a03b79",
                    "enabled": 1
                }
            },
            "iscsi": {
                "100": {
                    "checksum": "sha256:6666da694f33e444225327d9fc58208b230a1e1244e05335e16217c507ac0627",
                    "enabled": 1
                }
            },
            "isns": {
                "100": {
                    "checksum": "sha256:85a313d121f764081dc92c4c1ed5773b8cb7a7113b84b66339a48f76c57efe54",
                    "enabled": 1
                }
            },
            "jabber": {
                "100": {
                    "checksum": "sha256:08288d791f1b1aa3a8f154ae7b2ff73d574560bf5bb82246020baa3c26f6c988",
                    "enabled": 1
                }
            },
            "jetty": {
                "100": {
                    "checksum": "sha256:6aea2d07d8f040434ff0c0d5e9b81e825b1de56cd01c0e0a069ee1f0d5196885",
                    "enabled": 1
                }
            },
            "jockey": {
                "100": {
                    "checksum": "sha256:f35d7f2d61175ba7f908459f738c7d6b6adf2ae678d88531fa527c4d50b21985",
                    "enabled": 1
                }
            },
            "journalctl": {
                "100": {
                    "checksum": "sha256:3098e32a3ca859ef45fdb8dfa5b87f4b5e9e7cb0661b7dd4a20203f2cfebf662",
                    "enabled": 1
                }
            },
            "kafs": {
                "100": {
                    "checksum": "sha256:5a35385072b421cdb86fc66190dc00e6c8e7a587a60ffeedfe2a931b6b92a11d",
                    "enabled": 1
                }
            },
            "kdump": {
                "100": {
                    "checksum": "sha256:370090682ef9410c2d12556dfd1cb6f8f7f7ab60287148ead03b3b11d64146e0",
                    "enabled": 1
                }
            },
            "kdumpgui": {
                "100": {
                    "checksum": "sha256:c6d5f08d82062fe0634f0dcc9ee434fcea7760141740b79cbae187d970984a0c",
                    "enabled": 1
                }
            },
            "keepalived": {
                "100": {
                    "checksum": "sha256:6fa6bedd26d8e4b178a2d74158634f26fc2b322782e4685d69ca48f4854e037b",
                    "enabled": 1
                }
            },
            "kerberos": {
                "100": {
                    "checksum": "sha256:994e8629c436a7da2ed914f7499e0a33f7cc2737b5c70751b280d73de8a9fd19",
                    "enabled": 1
                }
            },
            "keyboardd": {
                "100": {
                    "checksum": "sha256:4eae5ab2b926695b3ed881a26e7b6a79f4dd48c1ffa3e3c6809cfa4958b54091",
                    "enabled": 1
                }
            },
            "keystone": {
                "100": {
                    "checksum": "sha256:6d9a8c7420b3aee2c752119ef6d72dc828cd76ea4f535bdcd44461a3cbb43454",
                    "enabled": 1
                }
            },
            "keyutils": {
                "100": {
                    "checksum": "sha256:fa398b6a78348b789660ea073244265b9bd8742fd81dd3569c9d56b1b9083a00",
                    "enabled": 1
                }
            },
            "kismet": {
                "100": {
                    "checksum": "sha256:30ba7e91c6fe3cff8ac488e6160a5037fb8f1719275991ec44e5bfcbd9089aca",
                    "enabled": 1
                }
            },
            "kmscon": {
                "100": {
                    "checksum": "sha256:f84aad2ecda576c41ff72438aaa394122fe6f13d274adb17a2cf145718776969",
                    "enabled": 1
                }
            },
            "kpatch": {
                "100": {
                    "checksum": "sha256:16b2c313e69ba9a2726025ee54bbfb638c633f91d53db454e204adef45e5b5e1",
                    "enabled": 1
                }
            },
            "ksmtuned": {
                "100": {
                    "checksum": "sha256:328ce002901ec9be77a5035fe50b01b9e01b016128efb981a7fb0aa586b55a77",
                    "enabled": 1
                }
            },
            "ktalk": {
                "100": {
                    "checksum": "sha256:311f6dd8403d55da5f3173593f5fa6331d4cf7570af2b9d0182f7b260ba7285e",
                    "enabled": 1
                }
            },
            "l2tp": {
                "100": {
                    "checksum": "sha256:cc0faedcac2d86171aeb9a89ec83f2d03cb905f54296f6f085415fcf7ddd1a06",
                    "enabled": 1
                }
            },
            "ldap": {
                "100": {
                    "checksum": "sha256:f1a7908800f08a04aade8083ad79d002aba0c85f1699f35ded5a0eaf46dbc41a",
                    "enabled": 1
                }
            },
            "libraries": {
                "100": {
                    "checksum": "sha256:91a8d1cb1ea2e44b9395cb7a44776e7992983378fbc72dc3725d0e03fa673a40",
                    "enabled": 1
                }
            },
            "likewise": {
                "100": {
                    "checksum": "sha256:c83754418ce993f0d9dff4ad73f0e64362ceb3ed073a093dcdaec0ac6d8c8b5a",
                    "enabled": 1
                }
            },
            "linuxptp": {
                "100": {
                    "checksum": "sha256:6a6b3d623e27e1e8a1ce185ba3ca42d3c7fb5dcad8cc91ab54950a1f69853dd7",
                    "enabled": 1
                }
            },
            "lircd": {
                "100": {
                    "checksum": "sha256:564e3801937503b310cd4fef750cea8bd1be7ce323cf41276cfb0eedb0fbdc8c",
                    "enabled": 1
                }
            },
            "livecd": {
                "100": {
                    "checksum": "sha256:9070ba1f03a04a5906bafb1399a0eb181dfdeab868dfb021505c116c61decbe3",
                    "enabled": 1
                }
            },
            "lldpad": {
                "100": {
                    "checksum": "sha256:26feff7ac4722e995c622b4ec3cc242deeda12f88077bff1b419193ed76ffef1",
                    "enabled": 1
                }
            },
            "loadkeys": {
                "100": {
                    "checksum": "sha256:ee0cf6f2b19c24b7bd76829de7de00b60f67ae9d96f2ebcb8eb09b961b6dd751",
                    "enabled": 1
                }
            },
            "locallogin": {
                "100": {
                    "checksum": "sha256:56bf0d727637f1964d5f71a7ccc5edba76cfd50d2e546e9558d0551ffc968858",
                    "enabled": 1
                }
            },
            "lockdev": {
                "100": {
                    "checksum": "sha256:3cd6822d612f355cc8000823f47b7ab0087035b59b57904c145db627cc58d22c",
                    "enabled": 1
                }
            },
            "logadm": {
                "100": {
                    "checksum": "sha256:6b69c0a0528321f39311d34a94e750c5cfffd9bbcc00dd3c06f445f2a7bad660",
                    "enabled": 1
                }
            },
            "logging": {
                "100": {
                    "checksum": "sha256:274d379294253625ca276e6463b80d3b3fa88deabfacb4b4472f8f046119dae6",
                    "enabled": 1
                }
            },
            "logrotate": {
                "100": {
                    "checksum": "sha256:5ad554f859ea8313b48b7592cb1d1c3e13884199c9d9f939a99bb0651cadc5bf",
                    "enabled": 1
                }
            },
            "logwatch": {
                "100": {
                    "checksum": "sha256:987ac97d3851ce51c2aed8c8b08c6dfbaf722ca65447097c4531644d458637bc",
                    "enabled": 1
                }
            },
            "lpd": {
                "100": {
                    "checksum": "sha256:fe9e6623bfd94678b32ba9a20c3e04469aa69a5175a1f626368c1fcacf7c5026",
                    "enabled": 1
                }
            },
            "lsm": {
                "100": {
                    "checksum": "sha256:3979d77408c282fc3abfe32908df4889d7ff0ee8096ccb68a6a91d44bebfa56a",
                    "enabled": 1
                }
            },
            "lttng-tools": {
                "100": {
                    "checksum": "sha256:b216fc3f1025723b5bf96002b39dcb9ae8c80c6d6708dc2db348f419af025a45",
                    "enabled": 1
                }
            },
            "lvm": {
                "100": {
                    "checksum": "sha256:e67d95db5bc472d9d8a819db5c947190543bb6eb971955dde57e5249655033e1",
                    "enabled": 1
                }
            },
            "mailman": {
                "100": {
                    "checksum": "sha256:0abc78cfd35d9e43c0c21983a250f874ee7ca7c10d7eb1c6e0d3106f538cf482",
                    "enabled": 1
                }
            },
            "mailscanner": {
                "100": {
                    "checksum": "sha256:b76bb64b5c5dd0db6346ae7ba19faed97ed414c7d03d7b8747e0919867a7b8c9",
                    "enabled": 1
                }
            },
            "man2html": {
                "100": {
                    "checksum": "sha256:3269314b5d8bbfc843900344d65e604432222bebc7e2dd628abb9d186fca1cd1",
                    "enabled": 1
                }
            },
            "mandb": {
                "100": {
                    "checksum": "sha256:c5c6c2cfc4930bb865330ac4bf1e04976290772b0e058cce0d73de071ccf7819",
                    "enabled": 1
                }
            },
            "mcelog": {
                "100": {
                    "checksum": "sha256:7a137918a31fc7684a8ae929a5046517be97399b2534a6b471e3cf3bd7f355b3",
                    "enabled": 1
                }
            },
            "mediawiki": {
                "100": {
                    "checksum": "sha256:4fb79885af1e12d162aaea04067c9dbd19c248b8bc6bb4fa91240acb6986c84c",
                    "enabled": 1
                }
            },
            "memcached": {
                "100": {
                    "checksum": "sha256:10e59adbf0210a83d2506cdcc189bed58fbb49f01ecc07afe00a5fc06a0f025c",
                    "enabled": 1
                }
            },
            "milter": {
                "100": {
                    "checksum": "sha256:686b92d2ed35a14042a3d6d95af167aa0b1bdb0bb1d1894909c3d4b5ad70ca34",
                    "enabled": 1
                }
            },
            "minidlna": {
                "100": {
                    "checksum": "sha256:6b200b3b9aafc62c019eba4121e1743ef9670896b70f8b5201caa19b975d6964",
                    "enabled": 1
                }
            },
            "minissdpd": {
                "100": {
                    "checksum": "sha256:33b06281053cbe0c55752bfcda928a48a50743eb2d061d429b07ec3b0dc28a04",
                    "enabled": 1
                }
            },
            "mip6d": {
                "100": {
                    "checksum": "sha256:1c657a9f8eeacab2a91a9725d7c5980624ab90e0e5c67c2f9270df3b0ebc9fca",
                    "enabled": 1
                }
            },
            "mirrormanager": {
                "100": {
                    "checksum": "sha256:5b9141bfd8861fae68d1054e5c15d503815c2191e68348405d5f8f2e53757b5f",
                    "enabled": 1
                }
            },
            "miscfiles": {
                "100": {
                    "checksum": "sha256:4d0081333a7d5871e89e8955ab640c3374bf2bde197557cb6a83e122aee9137e",
                    "enabled": 1
                }
            },
            "mock": {
                "100": {
                    "checksum": "sha256:a03da1b4a0188f7ed4057cc37b734745624b265fdad71ed6c2d00467b72a4846",
                    "enabled": 1
                }
            },
            "modemmanager": {
                "100": {
                    "checksum": "sha256:808b6b6f4a5860ba20f75d8b6992bd5284a90269a98dccdb38205ff67d253dfa",
                    "enabled": 1
                }
            },
            "modutils": {
                "100": {
                    "checksum": "sha256:03fa2b1f672c7902f9c88bc3048c996ed5189bf6a965ffbae30b2cc555662aa6",
                    "enabled": 1
                }
            },
            "mojomojo": {
                "100": {
                    "checksum": "sha256:ce4c112a710ad3b571ab733fbf785a6ac7b9eeb9c29f3ced5f994965e9386ab4",
                    "enabled": 1
                }
            },
            "mon_statd": {
                "100": {
                    "checksum": "sha256:db72ccb5d6952aecb9188c455e70a0b8c6feb25946b44dd0884942e74074a65a",
                    "enabled": 1
                }
            },
            "mongodb": {
                "100": {
                    "checksum": "sha256:a5753efd9c79243f87ee59feb5c3914e9c6a435f70a053ff59657baa91f0c8a4",
                    "enabled": 1
                }
            },
            "motion": {
                "100": {
                    "checksum": "sha256:13c108e4971acbc506790783af8287ab766941ef3745594a69e020dfa769e75d",
                    "enabled": 1
                }
            },
            "mount": {
                "100": {
                    "checksum": "sha256:865539a39bf40f78356e8b2cbb08b24926913db3a08fa9796e4c2543882aeb25",
                    "enabled": 1
                }
            },
            "mozilla": {
                "100": {
                    "checksum": "sha256:1868c9ea9e81cd4e82ae9373693db84070213c92d32cb623389b1512c24f2e86",
                    "enabled": 1
                }
            },
            "mpd": {
                "100": {
                    "checksum": "sha256:2b0acf523137d68497ea06f19b5494cb5c7ad6e4102fd7c626b9b74fef062f19",
                    "enabled": 1
                }
            },
            "mplayer": {
                "100": {
                    "checksum": "sha256:31d2bd89013c8c5e58a1e2e1b393c3db729cfb92080c1935f01cb63da15920e4",
                    "enabled": 1
                }
            },
            "mptcpd": {
                "100": {
                    "checksum": "sha256:3d4452b8e5b08d56b16c141515f2169809ab160544da9164cd91c3872fa5ca59",
                    "enabled": 1
                }
            },
            "mrtg": {
                "100": {
                    "checksum": "sha256:6757ab3ee1b84340b5a58935d090b926ffc96f43d03c9cb243802b4d01d5a29b",
                    "enabled": 1
                }
            },
            "mta": {
                "100": {
                    "checksum": "sha256:8dd4e90b95311cc5dae5b11733cf9ff8be46637d84c5aec28ae62a0b11dc452d",
                    "enabled": 1
                }
            },
            "munin": {
                "100": {
                    "checksum": "sha256:403d5e09c6c84eee2d3c80a1c50502d8850469e5c9d74347aacc1c8f7496861e",
                    "enabled": 1
                }
            },
            "mysql": {
                "100": {
                    "checksum": "sha256:2d19d6dc11b839551e1a98aa95588c06a3e1dd84dcdfe615bf61f26dd9ef31a1",
                    "enabled": 1
                }
            },
            "mythtv": {
                "100": {
                    "checksum": "sha256:f260b769c9d70fe26cddea75c71e1c3d16348233c40a3b8a844358d138c19d2f",
                    "enabled": 1
                }
            },
            "naemon": {
                "100": {
                    "checksum": "sha256:9c21b6bd9db730c7b79a4852236f92228282eb2dd06a2ff722b36acf70553386",
                    "enabled": 1
                }
            },
            "nagios": {
                "100": {
                    "checksum": "sha256:2681295ba94471abc9d7d49b6da5d757409c6c95745586d1671a4765ed61b130",
                    "enabled": 1
                }
            },
            "namespace": {
                "100": {
                    "checksum": "sha256:cc65424c4edcef752cf3d9223a0a49d84f7250bbc9c42d08d0b5727e0168dff6",
                    "enabled": 1
                }
            },
            "ncftool": {
                "100": {
                    "checksum": "sha256:9795f4fc6fa6e09a6976b87c80aab11801ae7b43d4f0df1b603b8799f4ff0115",
                    "enabled": 1
                }
            },
            "netlabel": {
                "100": {
                    "checksum": "sha256:229788201a8048a7a80661a258cabee570ce65b4c5fef318a86f8ba7f027975d",
                    "enabled": 1
                }
            },
            "netutils": {
                "100": {
                    "checksum": "sha256:78163350e82824e0c5bd14daf11f9a12833f34ac2a9c5c90c7949aaf9c7f9b1a",
                    "enabled": 1
                }
            },
            "networkmanager": {
                "100": {
                    "checksum": "sha256:7fece44e7188f93aa358d386ae81372812b47a046f10ce081358af85c4c0f229",
                    "enabled": 1
                }
            },
            "ninfod": {
                "100": {
                    "checksum": "sha256:13dcb24aa31902b75b5416a1f2d3dbba243445fa8ae1581ea41029ca21cdbc60",
                    "enabled": 1
                }
            },
            "nis": {
                "100": {
                    "checksum": "sha256:51dded020c93ce723bb8cd739359983f6ed82b5d70e93980d2fd095aaadcc168",
                    "enabled": 1
                }
            },
            "nova": {
                "100": {
                    "checksum": "sha256:000c5853f5261b435c8a0362720ce04a1ed300aed5f22dfee9659e8a024466a0",
                    "enabled": 1
                }
            },
            "nscd": {
                "100": {
                    "checksum": "sha256:9fb6cd0d5e35bcfcd051889e81e2834b4b50861455a0d8ee30920df919d3067a",
                    "enabled": 1
                }
            },
            "nsd": {
                "100": {
                    "checksum": "sha256:c940ff7748160326587bf9084d5b7906d501ecf9576707bc19f20ee759023442",
                    "enabled": 1
                }
            },
            "nslcd": {
                "100": {
                    "checksum": "sha256:a1af29229de29bfe64bde5357ea9e2a47d5b82f8329f62be4ddbc184fb8ead22",
                    "enabled": 1
                }
            },
            "ntop": {
                "100": {
                    "checksum": "sha256:20d8e86dcf15719ed0b481b0f5cd521b2ada532e712c6e1cb9f89e1736466ea0",
                    "enabled": 1
                }
            },
            "ntp": {
                "100": {
                    "checksum": "sha256:74dfbd9db80b05cc69c090005f02ab089695f21c0e0b70c2a7d8300247624e1e",
                    "enabled": 1
                }
            },
            "numad": {
                "100": {
                    "checksum": "sha256:f56cd3e22cc4e864d6cb5822812de4c12884f1a31f3922caa45ce0b61f8f86e2",
                    "enabled": 1
                }
            },
            "nut": {
                "100": {
                    "checksum": "sha256:36ca1c4edb066c2090e5ec5e08f71050424e5efdc74c440e9a0161c7ccf0bd49",
                    "enabled": 1
                }
            },
            "nvme_stas": {
                "100": {
                    "checksum": "sha256:b0afd194fe6e16dc0fbd976301321d6e68a9cd837ecdda2c3cb739c07c4757b9",
                    "enabled": 1
                }
            },
            "nx": {
                "100": {
                    "checksum": "sha256:dd19058574329f7c7ce709bc94f6c4be87028cdd184cc365a61d5c0113b78bdf",
                    "enabled": 1
                }
            },
            "obex": {
                "100": {
                    "checksum": "sha256:649c497ab74a203064009d553b42829aac89ac5c4273b7c0ccc0a23530001fcc",
                    "enabled": 1
                }
            },
            "oddjob": {
                "100": {
                    "checksum": "sha256:4c0624c2e3095eb392ee93e8cf98a2242598b7694de12ae75ceffdc0043d1043",
                    "enabled": 1
                }
            },
            "opafm": {
                "100": {
                    "checksum": "sha256:233a9390d9aeb540956f43756b2e45547fb7c2c4d4070460b94896b72ccd607d",
                    "enabled": 1
                }
            },
            "openct": {
                "100": {
                    "checksum": "sha256:37ac5651f2ce2bfda7d898a024d560c6cdcd54da32409ced32c8b6df059370c3",
                    "enabled": 1
                }
            },
            "opendnssec": {
                "100": {
                    "checksum": "sha256:9890fb3013a4287e6850621c5c6a462a254299b927609fbe6bf67f141862f3c7",
                    "enabled": 1
                }
            },
            "openfortivpn": {
                "100": {
                    "checksum": "sha256:75fa83f68fa800bef996da027f14f6c8f0ded93f93569f3b559495dba39a6176",
                    "enabled": 1
                }
            },
            "openhpid": {
                "100": {
                    "checksum": "sha256:dfbf83e8feccc45bd9de7bd5a3f90edd49c3190b5010f9f98457d995ae974f8c",
                    "enabled": 1
                }
            },
            "openshift": {
                "100": {
                    "checksum": "sha256:1b7ff4ebc979d45777979c0340790dcf10a3e9353272c2e99f6f4f4f93987020",
                    "enabled": 1
                }
            },
            "openshift-origin": {
                "100": {
                    "checksum": "sha256:e8e6bb283142b08b3a1ce7c097f49f402bb6d59eb6d03138ef0b69f3579e466c",
                    "enabled": 1
                }
            },
            "opensm": {
                "100": {
                    "checksum": "sha256:c1bc06d4e5a22837586d3d7ee07922f26b4cd025687cdfd7e3e3789e1c5bdf3d",
                    "enabled": 1
                }
            },
            "openvpn": {
                "100": {
                    "checksum": "sha256:800615bda29f1b49c90de283570ccb018a28ddfff34a36bfe84a4d0485c37138",
                    "enabled": 1
                }
            },
            "openvswitch": {
                "100": {
                    "checksum": "sha256:0bb8334afe603f02ef4f1a46517f970bb30fb191e1d9d944daee33437ae89b46",
                    "enabled": 1
                }
            },
            "openwsman": {
                "100": {
                    "checksum": "sha256:c6d157e74586892234883ad01bb4d2e386637cdd04e45c3587a1cbc8c34e35f9",
                    "enabled": 1
                }
            },
            "oracleasm": {
                "100": {
                    "checksum": "sha256:802090ff2dcc2db35b369ac359e51b1418a5a779cf94e5a14a01a1882b583d64",
                    "enabled": 1
                }
            },
            "osad": {
                "100": {
                    "checksum": "sha256:d3b5dec9cf6640c48875229fcdadc4f9c4bfa1088bff93cb61a18360197a691e",
                    "enabled": 1
                }
            },
            "pads": {
                "100": {
                    "checksum": "sha256:23da314c2255bb1c19dad65a242681330d6bdddc2ba4a0b80ae2ad2249c0a52b",
                    "enabled": 1
                }
            },
            "passenger": {
                "100": {
                    "checksum": "sha256:75e644cc79f5447d17ed5461e52b37f29dc86806320b0ef562b2acd8e2870121",
                    "enabled": 1
                }
            },
            "passt": {
                "200": {
                    "checksum": "sha256:4f50343463a2634ab063b59f9d6e4f03a06d75d362d77fa571eaf981937a5f3c",
                    "enabled": 1
                }
            },
            "pasta": {
                "200": {
                    "checksum": "sha256:f0316f6d3d1ecaced0083d16d5a0804c09439c6e8e92a39ff7b3fc7fd6cc8f18",
                    "enabled": 1
                }
            },
            "pcmcia": {
                "100": {
                    "checksum": "sha256:6d1d142817f6c7013fa94819eaae391f98b69357bfb352584c1ef104d93aa08a",
                    "enabled": 1
                }
            },
            "pcp": {
                "100": {
                    "checksum": "sha256:3f0071ca72c2269c6568f2695aea954cbb6a8504efa48a8ed1e94e2c0baac106",
                    "enabled": 1
                }
            },
            "pcscd": {
                "100": {
                    "checksum": "sha256:9bd33415ca0bd34a05461719de21697d486512341069567c26b25cd6a7b06c00",
                    "enabled": 1
                }
            },
            "pdns": {
                "100": {
                    "checksum": "sha256:5dcb629d0e7578776fb9476a8b66ff883fe52da8be37e3b1f7a3bd4810354511",
                    "enabled": 1
                }
            },
            "pegasus": {
                "100": {
                    "checksum": "sha256:0312d08cfc7b9ad408ce3d34a27b27c64c62e1b00d280c484616927a859aeb47",
                    "enabled": 1
                }
            },
            "permissivedomains": {
                "100": {
                    "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2",
                    "enabled": 1
                }
            },
            "pesign": {
                "100": {
                    "checksum": "sha256:597ab5f0f472ea2f2aca1b3754c2457cc7769f79daaec0856ad2675e53867b80",
                    "enabled": 1
                }
            },
            "pingd": {
                "100": {
                    "checksum": "sha256:877bbc42240491f32726ac44a082942e80724e3bd3985c64845dee49a060a144",
                    "enabled": 1
                }
            },
            "piranha": {
                "100": {
                    "checksum": "sha256:4e9b8ae11387a45c9266a82f79f31728bce6397b8e7f8d39287b78dd58ddfd96",
                    "enabled": 1
                }
            },
            "pkcs": {
                "100": {
                    "checksum": "sha256:81dc1bee85071c65da6d7e4dd12f390fdaeae5d7a285c132c952290152f90c0b",
                    "enabled": 1
                }
            },
            "pkcs11proxyd": {
                "100": {
                    "checksum": "sha256:184ad49c7d752eae216e8e7313fc50952515caf2d4fe77b1315204a436979cbc",
                    "enabled": 1
                }
            },
            "pki": {
                "100": {
                    "checksum": "sha256:611152fa77dc465824018a6b6e2687f2a1e483f92e20d9754c33f8032d7a210d",
                    "enabled": 1
                }
            },
            "plymouthd": {
                "100": {
                    "checksum": "sha256:e73478b5cf88be80253fc65ed0f397e9078272320ce939b471230ade52207983",
                    "enabled": 1
                }
            },
            "podsleuth": {
                "100": {
                    "checksum": "sha256:ac303c7ac224ff7fec004f7db6bdc6cabc5e9fbf1df3e27ab454f3f87de18b8d",
                    "enabled": 1
                }
            },
            "policykit": {
                "100": {
                    "checksum": "sha256:f651b9a5f05bc1884e58553525034b9fa376084bc3eee5ecd5cb7b70c42a55aa",
                    "enabled": 1
                }
            },
            "polipo": {
                "100": {
                    "checksum": "sha256:e30571ba606507dd4439ea7b455a115170923229f105614f0b044ed07a8ba832",
                    "enabled": 1
                }
            },
            "portmap": {
                "100": {
                    "checksum": "sha256:15e3c27ffaa1d13d785823bd82e53c398e0b5c96c4e0efce502137b326f3710e",
                    "enabled": 1
                }
            },
            "portreserve": {
                "100": {
                    "checksum": "sha256:b1795d2f89c94a43339f1b659f29173491eed1d079a21cc290fb53afb74efd1f",
                    "enabled": 1
                }
            },
            "postfix": {
                "100": {
                    "checksum": "sha256:abe82997f5573e9804f5b66de9f1b9120ccfd8ad1e3c0c3afd32a99f043a49ed",
                    "enabled": 1
                }
            },
            "postgresql": {
                "100": {
                    "checksum": "sha256:dd827cd694ba2389e77fee7137a741677590dc56dff0015fa6b58b93ab354c7c",
                    "enabled": 1
                }
            },
            "postgrey": {
                "100": {
                    "checksum": "sha256:698a04231cb1ca9a1a657c942f22b26ad57e06af78dbce2006dd9a7991d01b19",
                    "enabled": 1
                }
            },
            "ppp": {
                "100": {
                    "checksum": "sha256:640c55f9dc7e32054fc5dcb34e4080a848526a35cbc4225b32deec213e9906e4",
                    "enabled": 1
                }
            },
            "prelink": {
                "100": {
                    "checksum": "sha256:db21e33d0ffe48bd93a10808ea536532acad2578c499333de859afca9b4bfd5f",
                    "enabled": 1
                }
            },
            "prelude": {
                "100": {
                    "checksum": "sha256:2592c97f035c97e88768678244baa38c031afeb5e94730133a0a59e7b451aa57",
                    "enabled": 1
                }
            },
            "privoxy": {
                "100": {
                    "checksum": "sha256:2f9555f9f047d752841d98608cd372c9f9743fdaa88a59c96a0b2e85f9016b00",
                    "enabled": 1
                }
            },
            "procmail": {
                "100": {
                    "checksum": "sha256:ee1a9203e7dd07d84cfa3c20a2e069bb0552dc430a6d2feed2919e53731b1864",
                    "enabled": 1
                }
            },
            "prosody": {
                "100": {
                    "checksum": "sha256:360e32fc4cb037faf2b5684ce2d376c42cff14785fc95d82fd750fe66dabe1e2",
                    "enabled": 1
                }
            },
            "psad": {
                "100": {
                    "checksum": "sha256:9450644b2b34bbc91aa8d0c40b88fd2363137df218d38ccc6b28b94b63286d54",
                    "enabled": 1
                }
            },
            "ptchown": {
                "100": {
                    "checksum": "sha256:861c6b803141841f4756be8531775c7d37e8ec378b2b9e90f37e1932d35e5e36",
                    "enabled": 1
                }
            },
            "publicfile": {
                "100": {
                    "checksum": "sha256:a932f4ee30fe06d891909b328e9ed103a77010e273b19cd7e9debf3ba43204c6",
                    "enabled": 1
                }
            },
            "pulseaudio": {
                "100": {
                    "checksum": "sha256:005f82a614bbe1a6cca6611aee9b59d97e2f8b51c2b88b41d6f800145410a166",
                    "enabled": 1
                }
            },
            "puppet": {
                "100": {
                    "checksum": "sha256:0ac394773bec589974cc6ecc5f99dc5faf2871e771295cb84f33a86bdbd51a6d",
                    "enabled": 1
                }
            },
            "pwauth": {
                "100": {
                    "checksum": "sha256:4cabb0c5c75a395579d7523d3e7616db9fb0e1f40d3b9f581f6e94eebb049810",
                    "enabled": 1
                }
            },
            "qatlib": {
                "100": {
                    "checksum": "sha256:1ce83ef85ac222374d15e090a30072e96219bea1a6c1e72bb122842ebbec7cee",
                    "enabled": 1
                }
            },
            "qmail": {
                "100": {
                    "checksum": "sha256:7972bb152e68b8fdb1a77c84868b66e420365c9f526254fb272a7263500acbff",
                    "enabled": 1
                }
            },
            "qpid": {
                "100": {
                    "checksum": "sha256:7cd981f1dfd524edc5e5992f10cd1b3e723adcb3cfaf8c7bb42c8f5197e64378",
                    "enabled": 1
                }
            },
            "quantum": {
                "100": {
                    "checksum": "sha256:a25e72eac82204e6200ec843bc06d7b59a1ce7c755666bf1ed9effd12ee466d7",
                    "enabled": 1
                }
            },
            "quota": {
                "100": {
                    "checksum": "sha256:292ac0c56b89fb197298bc0cda18828e0c6c524414d7ccc38133e2552283136f",
                    "enabled": 1
                }
            },
            "rabbitmq": {
                "100": {
                    "checksum": "sha256:6ae09222a0b9aefa3ead90b1f1ee08972570b1f5e39d25c05108228e4d315d50",
                    "enabled": 1
                }
            },
            "radius": {
                "100": {
                    "checksum": "sha256:76e245eff00a30a5db15851804f5047caa072e5f418e44fd75e70fcaba611e73",
                    "enabled": 1
                }
            },
            "radvd": {
                "100": {
                    "checksum": "sha256:b0ab6f58a00a32e8119b2b598d56acdc5919c7d9414eec24beb5eca9d84c90dc",
                    "enabled": 1
                }
            },
            "raid": {
                "100": {
                    "checksum": "sha256:cea5ec9a6380cf597ff5f333d46b2a16568c3e71d059a326f645284c6e6c171e",
                    "enabled": 1
                }
            },
            "rasdaemon": {
                "100": {
                    "checksum": "sha256:f6d50ea9aa365ffb71b924d04e606e7e7be9fc0ff67899ad1fd348bb209a7ad1",
                    "enabled": 1
                }
            },
            "rdisc": {
                "100": {
                    "checksum": "sha256:d45a4dad3bf9f007f05eca41b5c04d4ae329405b60f307f8d6959fc92dee841e",
                    "enabled": 1
                }
            },
            "readahead": {
                "100": {
                    "checksum": "sha256:338d67a9fa343855efdd6d99bf0d28bdcf03631bdff7591c1a21e975471a510a",
                    "enabled": 1
                }
            },
            "realmd": {
                "100": {
                    "checksum": "sha256:e2efb27c1fed30b949be0f29464b99701353b8eb65bd2da624505c7fc1e586a4",
                    "enabled": 1
                }
            },
            "redis": {
                "100": {
                    "checksum": "sha256:642738508f133e3709992b5542f048755e1ca6bdd1c3eed8fbf6de60135fe754",
                    "enabled": 1
                }
            },
            "remotelogin": {
                "100": {
                    "checksum": "sha256:31f6f5efb0759335de46ac3ab4c8a64955f838afc9743a20f2e81a8cb54cb36a",
                    "enabled": 1
                }
            },
            "restraint": {
                "400": {
                    "checksum": "sha256:95d0d03fbc1d4147f02a0b3da7cd76efbdd75d1f5812cf6160e922336abbf270",
                    "enabled": 1
                }
            },
            "rhcd": {
                "100": {
                    "checksum": "sha256:439afb2b8b905d32073d55ee61bb5ebc085ac1dd2c4bbb6b25f90051827dc6d2",
                    "enabled": 1
                }
            },
            "rhcs": {
                "100": {
                    "checksum": "sha256:d90d617944f40798165d77873629210aed1662ccc21b8687d92b63eaac5ace8c",
                    "enabled": 1
                }
            },
            "rhev": {
                "100": {
                    "checksum": "sha256:4c8dc74bd9e7cebd9f78bae013483cdc6350fb8eb90debbf2888a89a0c30232c",
                    "enabled": 1
                }
            },
            "rhgb": {
                "100": {
                    "checksum": "sha256:4b222d1ae2a6931560eca08e087c56c7835ce79c3f82514c5c6d3e98a7de89b1",
                    "enabled": 1
                }
            },
            "rhnsd": {
                "100": {
                    "checksum": "sha256:12ea9c8c79218c6ef2da68bbe6f321ca6a7247a0f40142f1be8b85cb5b84d54d",
                    "enabled": 1
                }
            },
            "rhsmcertd": {
                "100": {
                    "checksum": "sha256:7750446fcfd40c402633126aab29d231a47f4ca8d4993cb703a3c203c25a2c0c",
                    "enabled": 1
                }
            },
            "rhts": {
                "400": {
                    "checksum": "sha256:39f15722a115b11064c20b8bc2758e8fe06531a8f923ea00a3e7079a0554e3d6",
                    "enabled": 1
                }
            },
            "ricci": {
                "100": {
                    "checksum": "sha256:c9afadeea7fc4762d923383de22df24de13563a6dbe205b9ab73a6ad0a5cff79",
                    "enabled": 1
                }
            },
            "rkhunter": {
                "100": {
                    "checksum": "sha256:5f31c86e2f2cc425040785cc22a9040c7cdb80bd1145dfd668d2b2597534d6e3",
                    "enabled": 1
                }
            },
            "rkt": {
                "100": {
                    "checksum": "sha256:6154fe3dc060aa2df1f629434a417621e043836c3fc0d1cfe128db80a0c3a5d9",
                    "enabled": 1
                }
            },
            "rlogin": {
                "100": {
                    "checksum": "sha256:2001491066517e9d1718973ef9ce30640101b146abaac53218e9fafc5838eba5",
                    "enabled": 1
                }
            },
            "rngd": {
                "100": {
                    "checksum": "sha256:932eb717c50cc3b89b0d39754e8d42285224c7112dc8fb773b979ae335c61b81",
                    "enabled": 1
                }
            },
            "rolekit": {
                "100": {
                    "checksum": "sha256:08975182ac9221887a5cec3f1e51639802794cfa718d6bfe245aa5f132bac74d",
                    "enabled": 1
                }
            },
            "roundup": {
                "100": {
                    "checksum": "sha256:931c928c6bf89625bce5b6cb76084615486f91d6e86a09fcaf007c47c5e68ba7",
                    "enabled": 1
                }
            },
            "rpc": {
                "100": {
                    "checksum": "sha256:0620e84d3a712ecc8e401e1ce695e4a5c1dd33c2097d6cec8127273e2063e36a",
                    "enabled": 1
                }
            },
            "rpcbind": {
                "100": {
                    "checksum": "sha256:3368e81d1e4c4368ed76661f4b636f38651dcc804843c4b1ef0f8ea0eff45d0d",
                    "enabled": 1
                }
            },
            "rpm": {
                "100": {
                    "checksum": "sha256:b1d6f8003dfb181c492f970957c0fdbac2625661fbec8ac0925a6c9b141429c0",
                    "enabled": 1
                }
            },
            "rrdcached": {
                "100": {
                    "checksum": "sha256:340e748f2da66a79889ffe2d77224bce0090a2954743d5c1098ac3cb1eb48866",
                    "enabled": 1
                }
            },
            "rshd": {
                "100": {
                    "checksum": "sha256:58d4cffb8b490c67aa4b1a335b0a3b933af4dfe6cc022fa0bc7400841d1efba7",
                    "enabled": 1
                }
            },
            "rshim": {
                "100": {
                    "checksum": "sha256:34695491986303ceda8be41882d8279b3065627df85b9ff616650c420c6395b8",
                    "enabled": 1
                }
            },
            "rssh": {
                "100": {
                    "checksum": "sha256:26f6c19589d58fd23c303ac699697517d6883a9531837ad406e2f09b7507278d",
                    "enabled": 1
                }
            },
            "rsync": {
                "100": {
                    "checksum": "sha256:0aa06de248b996ddd0afc67811e82a96bde2dc7a2c328ecbbf6c6a5c9c780784",
                    "enabled": 1
                }
            },
            "rtas": {
                "100": {
                    "checksum": "sha256:3cf7dfe541071b3898cd76674ccce511cb2b25626b0e5f9e43fb903f928508c5",
                    "enabled": 1
                }
            },
            "rtkit": {
                "100": {
                    "checksum": "sha256:d8e666993d2c3c43a5efc6628d04fed230f380cec2feafc9fb1eb305239ad954",
                    "enabled": 1
                }
            },
            "rwho": {
                "100": {
                    "checksum": "sha256:c66a34fe691a84d52c8dd62ed1e9c8525796ccb3114743202a1d11dab4397c1b",
                    "enabled": 1
                }
            },
            "samba": {
                "100": {
                    "checksum": "sha256:76d4803f3945be392c2ba2f3c801fc3a8d629ea342e2352aa2100f3cb70c6a65",
                    "enabled": 1
                }
            },
            "sambagui": {
                "100": {
                    "checksum": "sha256:4c91ce35da807c4194c847e713628c8c5a8c2edabbc32800a9f0245175d61f9a",
                    "enabled": 1
                }
            },
            "sandboxX": {
                "100": {
                    "checksum": "sha256:dd4e4f83f573e60a00c4c8f9fc6d281307ef29ab033281ec1d3bfe763ac842ef",
                    "enabled": 1
                }
            },
            "sanlock": {
                "100": {
                    "checksum": "sha256:12903fc32000cd4e9785975352f7cfc11ebb15acfbe277be575edb318b15131f",
                    "enabled": 1
                }
            },
            "sasl": {
                "100": {
                    "checksum": "sha256:5a49a242fb57fbde3ec1d0b7c33432f0beb2992005df650c1387cd727cfc31a8",
                    "enabled": 1
                }
            },
            "sbd": {
                "100": {
                    "checksum": "sha256:6b08742937f98065198547ba01efe084ce27119742dbfb22ffaefb651adcd4c5",
                    "enabled": 1
                }
            },
            "sblim": {
                "100": {
                    "checksum": "sha256:cf43ae0bb1072dfbd3f191147458ab654f4bf36c7e6e52b3ddc5e21d565e527b",
                    "enabled": 1
                }
            },
            "screen": {
                "100": {
                    "checksum": "sha256:5c749a6c028d95eabf66a4af046f252d580a96be344cc6a4cbaf6c41bc3d7052",
                    "enabled": 1
                }
            },
            "secadm": {
                "100": {
                    "checksum": "sha256:fbd918572c57ed1724375e81afce5d108e52933bcd98b454196a51fa9af36c7f",
                    "enabled": 1
                }
            },
            "sectoolm": {
                "100": {
                    "checksum": "sha256:35e4d2a3208b8c0d74c4016309c3447efac46618ce4209c78af9861f95cf36c6",
                    "enabled": 1
                }
            },
            "selinuxutil": {
                "100": {
                    "checksum": "sha256:3d5c69fa4c3932728225e61fa1eeb458ff2a29a2876c739d1e203322dc4dc7b3",
                    "enabled": 1
                }
            },
            "sendmail": {
                "100": {
                    "checksum": "sha256:b74fad36b6b99dce25b9723b5c83278e4cf0ad7a66b7f2d1788fa930737b6b26",
                    "enabled": 1
                }
            },
            "sensord": {
                "100": {
                    "checksum": "sha256:cf1265945526b166650edb71077e9778d22a9a35e59b12e1edae8b233e8e656b",
                    "enabled": 1
                }
            },
            "setrans": {
                "100": {
                    "checksum": "sha256:95193c003b42fd26e548de51bb8652289fc2fc66bd38f571c6e7173befc6e33d",
                    "enabled": 1
                }
            },
            "setroubleshoot": {
                "100": {
                    "checksum": "sha256:60686aef35513ad652ac553180e26c9864b890a3a5f442a091375b00f886b443",
                    "enabled": 1
                }
            },
            "seunshare": {
                "100": {
                    "checksum": "sha256:a8c3633cf363e103e840a32cace7793040117dbc627ae5ebdbb4509f79273cef",
                    "enabled": 1
                }
            },
            "sge": {
                "100": {
                    "checksum": "sha256:a78576b227ed6d26f57c3ee3bceb45529e50e6662914cf22ad89cc4dedce2251",
                    "enabled": 1
                }
            },
            "shorewall": {
                "100": {
                    "checksum": "sha256:f7c098e79dd886767fe6d5ae4e564d458a4b1243e99c0c74d8c36432e138599a",
                    "enabled": 1
                }
            },
            "slocate": {
                "100": {
                    "checksum": "sha256:cda143abf21914c24f0e38d8e9b9cb2668c88b44cb4df711004658dd53d3e902",
                    "enabled": 1
                }
            },
            "slpd": {
                "100": {
                    "checksum": "sha256:ba397cdd0a7a730fc70c7cad3cbe4ed2475c670b65ee5f9914aeb08b58200845",
                    "enabled": 1
                }
            },
            "smartmon": {
                "100": {
                    "checksum": "sha256:8ef416256baedc5250ebe2cee413dec8082c9dcb2e9d11a4efa164326551eae8",
                    "enabled": 1
                }
            },
            "smokeping": {
                "100": {
                    "checksum": "sha256:81de53921f1a522847961acb56f77dbad54284bcf8841f52afe11ced904a20d7",
                    "enabled": 1
                }
            },
            "smoltclient": {
                "100": {
                    "checksum": "sha256:95c7ee276c5baae8d1a63c94a349ea997f421cebdf73d013ab4b90b34d986fd0",
                    "enabled": 1
                }
            },
            "smsd": {
                "100": {
                    "checksum": "sha256:d871da983b281e8a8daec281efefbc6f6bf1ce5d5cbea4b352b49a08b0d89c77",
                    "enabled": 1
                }
            },
            "snapper": {
                "100": {
                    "checksum": "sha256:4e5c5d73145bbed79c08e82d0a21a965d8cb7a92db76b202b5d134fa42c95fe1",
                    "enabled": 1
                }
            },
            "snmp": {
                "100": {
                    "checksum": "sha256:af32d5989dfb265da12ba1be45f553eb0cca6ad12097540b811f7c30fbb208fe",
                    "enabled": 1
                }
            },
            "snort": {
                "100": {
                    "checksum": "sha256:b1696f79ceb514e5ffed2caea4f90f783c94ca4a73a22f278e48438182d4f07e",
                    "enabled": 1
                }
            },
            "sosreport": {
                "100": {
                    "checksum": "sha256:8059bae88c09a10f717526e476d1a4007db637fea6adc08fad6b17449dbc9e4d",
                    "enabled": 1
                }
            },
            "soundserver": {
                "100": {
                    "checksum": "sha256:3d50318423313efcf8160d08a3bd655e53f34b30374d9dc30ad5bea5cc7e0776",
                    "enabled": 1
                }
            },
            "spamassassin": {
                "100": {
                    "checksum": "sha256:4054ceef428a1df14d5fd4c620fce5d039a236500c1368a7a6e4bb07135d307a",
                    "enabled": 1
                }
            },
            "speech-dispatcher": {
                "100": {
                    "checksum": "sha256:b08147b36ed3fa54428c34c8ac8e2781717ecb453c2372760d41a7738b7757da",
                    "enabled": 1
                }
            },
            "squid": {
                "100": {
                    "checksum": "sha256:d6ec108e7f32a9cfe6f024cd5287a9b020783887f6a71e03b113eab3304342ab",
                    "enabled": 1
                }
            },
            "ssh": {
                "100": {
                    "checksum": "sha256:97b2011b254075f1c3ef158248c3d5d873e56873abe9fc9110438508cb252edd",
                    "enabled": 1
                }
            },
            "sslh": {
                "100": {
                    "checksum": "sha256:5f14c1526eaa63f5176c2e6401410159cacd7f06f89d3c37c6670f5f3193eaa4",
                    "enabled": 1
                }
            },
            "sssd": {
                "100": {
                    "checksum": "sha256:4efe2c843fcfefd5b0b2723830b24042e2f4f024c9208895282d3489f1e04bc4",
                    "enabled": 1
                }
            },
            "staff": {
                "100": {
                    "checksum": "sha256:01b30957354acb8dcf5243937aacd87288390d40e07e724e13f441699825c386",
                    "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:b24d3a5bcd4ecd35cd51836670ce97820a48a3669c0d590e716aee30709dc1f7",
                    "enabled": 1
                }
            },
            "su": {
                "100": {
                    "checksum": "sha256:858e8488feb83d85137a778c3b8c5140d9bc7d9b83a43077a23fbfd27091349c",
                    "enabled": 1
                }
            },
            "sudo": {
                "100": {
                    "checksum": "sha256:ee6a6fd39589168741be9b8c1c35cb6103464541c8b8871423f81d575b5786a3",
                    "enabled": 1
                }
            },
            "svnserve": {
                "100": {
                    "checksum": "sha256:2a78595b73c7ea25c5b395ec91f18b3dad58002dd8ef3652d69edd5a8c13f3f5",
                    "enabled": 1
                }
            },
            "swift": {
                "100": {
                    "checksum": "sha256:ccacc18e643d0ca081b36d910abb0ad6fae2acdd1f92a52b4fc9004fc31f4677",
                    "enabled": 1
                }
            },
            "sysadm": {
                "100": {
                    "checksum": "sha256:4a562295773a4eee6be64369bd48a6ba83944c0b8766dfd8fc572d09c8280243",
                    "enabled": 1
                }
            },
            "sysadm_secadm": {
                "100": {
                    "checksum": "sha256:8b3d56e43b270a3c8e85c91782ceb793a817dadff0af988ed17ec41251b9b315",
                    "enabled": 1
                }
            },
            "sysnetwork": {
                "100": {
                    "checksum": "sha256:6cf6d7c76e8239bbd876a16bf8321e68680308e33cf8a88e89236172e07d852e",
                    "enabled": 1
                }
            },
            "sysstat": {
                "100": {
                    "checksum": "sha256:e35d3df921d581298273023c20b12e4d1168c249b06e08458a27732a4ff082ce",
                    "enabled": 1
                }
            },
            "systemd": {
                "100": {
                    "checksum": "sha256:f2822225dba4e22daf2f143458e810b46166765e37a8f3c02fd0239d3be14ae1",
                    "enabled": 1
                }
            },
            "tangd": {
                "100": {
                    "checksum": "sha256:b09965ae1db2d4aeab2d1c8775897288e6d55224183205ed48002daa816d2bbd",
                    "enabled": 1
                }
            },
            "targetd": {
                "100": {
                    "checksum": "sha256:8d31e97d05e23cbca57938b58d725c33af5e6aaa3e563971a398936cd3a21b36",
                    "enabled": 1
                }
            },
            "tcpd": {
                "100": {
                    "checksum": "sha256:2ea50e3363cefebf4b9bbcb6bcdd9e923da455c54a14c509f8c5ba9ca4da1c5d",
                    "enabled": 1
                }
            },
            "tcsd": {
                "100": {
                    "checksum": "sha256:a4d57e1e23ddfdbf6977fae56c0797b5791bd7a03bc3e7da5ae87d6f9ca870cc",
                    "enabled": 1
                }
            },
            "telepathy": {
                "100": {
                    "checksum": "sha256:98fac790af3d7a87e75899e112ba5d4cd2455261e44b60f1a0d7387ba0e0ad49",
                    "enabled": 1
                }
            },
            "telnet": {
                "100": {
                    "checksum": "sha256:e531681ec043e98c7aa5feeb5948eb339c71c657dd9a93a7dc35909aee56de2b",
                    "enabled": 1
                }
            },
            "tftp": {
                "100": {
                    "checksum": "sha256:7746597ed5d872b63e1e842421771ebacdcde5288bfd6d006346ad554e4799e7",
                    "enabled": 1
                }
            },
            "tgtd": {
                "100": {
                    "checksum": "sha256:e599de319c72ac9f8ca525508c1d2ce54b46a85f378b56b04ff8fa1781250c60",
                    "enabled": 1
                }
            },
            "thin": {
                "100": {
                    "checksum": "sha256:9825f5ea5ecf0720ae08c5fb7a50d3318b3dfb520801cf5ec8c0663364df5a62",
                    "enabled": 1
                }
            },
            "thumb": {
                "100": {
                    "checksum": "sha256:967c4a8d81c00053b35bd61cd547e73dba57abbdd31de06c242c46fac0aff410",
                    "enabled": 1
                }
            },
            "timedatex": {
                "100": {
                    "checksum": "sha256:127a1f551291ce8c39e638b32770fdeadda67312a1c16dc1fad7da9b5a4f5c01",
                    "enabled": 1
                }
            },
            "tlp": {
                "100": {
                    "checksum": "sha256:c3135382d1212256d9ad9ce4c893271cc8093256fdfd34e0a37d9912dc75b16d",
                    "enabled": 1
                }
            },
            "tmpreaper": {
                "100": {
                    "checksum": "sha256:5650adc4d1a2c1db0f3733e73fe7b7b9aa4fda69a1d3308e0b59a8c4cf30c5f5",
                    "enabled": 1
                }
            },
            "tomcat": {
                "100": {
                    "checksum": "sha256:59312967f089bd0efa786367f1587ca124a49b7eb0ba7b5f21c2d66bc66e1b1b",
                    "enabled": 1
                }
            },
            "tor": {
                "100": {
                    "checksum": "sha256:210d53406ae0727c0243c597928358124d2c44c16bf33a47767a3ac88227414b",
                    "enabled": 1
                }
            },
            "tuned": {
                "100": {
                    "checksum": "sha256:758f35f5b9f4195f564792cf864a87a9b6e8de155fc2d348d4eec0ca30d8463d",
                    "enabled": 1
                }
            },
            "tvtime": {
                "100": {
                    "checksum": "sha256:59a579d32a09dd28b983fdaaa6f695be68dfbe0273ee26bd8540e116d07084b4",
                    "enabled": 1
                }
            },
            "udev": {
                "100": {
                    "checksum": "sha256:acb78447445a0d74b28f8e7b5db170464c56476be775e8d2577b04cb55ce3f69",
                    "enabled": 1
                }
            },
            "ulogd": {
                "100": {
                    "checksum": "sha256:fbd1de444b4bfe75df73aee4560955dac1378eb7e5654d05d849c67db43546b5",
                    "enabled": 1
                }
            },
            "uml": {
                "100": {
                    "checksum": "sha256:c05987c6a9f49b3370c011d79431dc52d6d435e89a577d7d10a8db02587a3786",
                    "enabled": 1
                }
            },
            "unconfined": {
                "100": {
                    "checksum": "sha256:be7e30d2c6b24f9d403c9b96acbf9258310b570cb8bf11fdf05166b4b4144664",
                    "enabled": 1
                }
            },
            "unconfineduser": {
                "100": {
                    "checksum": "sha256:8006817bbdf1a8de02fbe47d42fd5a79fd515cbb9b40a49cd5677cd83dc5b466",
                    "enabled": 1
                }
            },
            "unlabelednet": {
                "100": {
                    "checksum": "sha256:1b37d8de7cf505da7e184ad33a2d04904d9fc51d64707b5d7e449b9d615deaa2",
                    "enabled": 1
                }
            },
            "unprivuser": {
                "100": {
                    "checksum": "sha256:ca8c125d322b127dcdc6bc5010fbaf6f4b6d08997a3925d7d2d2946064c4a0b5",
                    "enabled": 1
                }
            },
            "updfstab": {
                "100": {
                    "checksum": "sha256:e698b5479929ff28896c7e38efc410a47b6a5cd38eafd56c0c8de7fa210d16e3",
                    "enabled": 1
                }
            },
            "usbmodules": {
                "100": {
                    "checksum": "sha256:00518ce2d8f4e15cf7186a7467c8710848f2312adbbfb919cd6bed45d40d10d4",
                    "enabled": 1
                }
            },
            "usbmuxd": {
                "100": {
                    "checksum": "sha256:495bbffef9f008519da7918d89fdb853bab29a6c718ed72b13496574d16a18af",
                    "enabled": 1
                }
            },
            "userdomain": {
                "100": {
                    "checksum": "sha256:3fd80d33fa8d00faaa71556b252c45f509297db070ec8fd764621f29383ec539",
                    "enabled": 1
                }
            },
            "userhelper": {
                "100": {
                    "checksum": "sha256:ec2502e379bebb8c8b29386cb8324f0fe8b3935bf065702a1b0a3cf4224e9798",
                    "enabled": 1
                }
            },
            "usermanage": {
                "100": {
                    "checksum": "sha256:35178826cea105b5cbec665c4032d007e453cc6897c787d14b00700e37ac5cdc",
                    "enabled": 1
                }
            },
            "usernetctl": {
                "100": {
                    "checksum": "sha256:24d457c012fb774bde2ecfb530699e6b4768604525b33f8d3cc99844f53918bb",
                    "enabled": 1
                }
            },
            "uucp": {
                "100": {
                    "checksum": "sha256:5451b95ffd75ed6e3a933bc0518e3dd2e9dfad315b4a6d3b08653469e8168668",
                    "enabled": 1
                }
            },
            "uuidd": {
                "100": {
                    "checksum": "sha256:7e39bde0db4bb71a014b04fe58282e134c94c1e753bd1b15e3e7f64b016bcb51",
                    "enabled": 1
                }
            },
            "varnishd": {
                "100": {
                    "checksum": "sha256:b6a3a26dac9580a586502165719438a72e9d41f72ff3d21eb05225a6d368f296",
                    "enabled": 1
                }
            },
            "vdagent": {
                "100": {
                    "checksum": "sha256:f513668cef5d03425903904f53f97a3640fa138faa4d1c13192d46b752b78c71",
                    "enabled": 1
                }
            },
            "vhostmd": {
                "100": {
                    "checksum": "sha256:bc8ddc6407a2ff415e265da8ff8609013d8d173979235acf4fcd1cbfc313a571",
                    "enabled": 1
                }
            },
            "virt": {
                "100": {
                    "checksum": "sha256:cd3e6ed1bf32565b0221cc300aec76cac52f23ff116704c4d30c10263c2bf7f9",
                    "enabled": 1
                }
            },
            "virt_supplementary": {
                "100": {
                    "checksum": "sha256:d80a998844ea68164a2ac00d46b8c5ce51107066dc44a30ab41057a4e3ac259e",
                    "enabled": 1
                }
            },
            "vlock": {
                "100": {
                    "checksum": "sha256:ec8354aba09fd7ab45ed59a737034196f8b6c4df25e6079c4a00985e36b15f92",
                    "enabled": 1
                }
            },
            "vmtools": {
                "100": {
                    "checksum": "sha256:2b632a2cf0d1be1e6bffaf66a320cfd73cd3cb175711cfcab9ff77147838db40",
                    "enabled": 1
                }
            },
            "vmware": {
                "100": {
                    "checksum": "sha256:70cd067efc6e8ae5416b382c4b056f7a723459bc1c4e2e7f24fdb757d341845d",
                    "enabled": 1
                }
            },
            "vnstatd": {
                "100": {
                    "checksum": "sha256:fc8312deb1ef563cfbf8da562e6afba6dd16f4adc97e027c294ff06b1f1ef29f",
                    "enabled": 1
                }
            },
            "vpn": {
                "100": {
                    "checksum": "sha256:e1a9309d48b6463d32450421e867adadb08adbd641eaa072dcb5cd3d629f5dae",
                    "enabled": 1
                }
            },
            "w3c": {
                "100": {
                    "checksum": "sha256:6b19f10f4a51f6f1f343b082d4a96c3335b191f00d41152ae090627f727b8360",
                    "enabled": 1
                }
            },
            "watchdog": {
                "100": {
                    "checksum": "sha256:1171d89af3fa7fc84808f2b6f44fa9a6f8c161198fd3e326fa0f6f63b3820aac",
                    "enabled": 1
                }
            },
            "wdmd": {
                "100": {
                    "checksum": "sha256:78171e88b18db8befbfd2f75e232ed2925648955c4891c790e084063bc5e29f2",
                    "enabled": 1
                }
            },
            "webadm": {
                "100": {
                    "checksum": "sha256:f836d4af3abab47d1c5afe5f6a83ca9303506403e75e65f10fe4c4c719dee46a",
                    "enabled": 1
                }
            },
            "webalizer": {
                "100": {
                    "checksum": "sha256:43f69260eb8c399ceb227825b190ee1758a60b1b78052b1fbfe21d5fce8daab5",
                    "enabled": 1
                }
            },
            "wine": {
                "100": {
                    "checksum": "sha256:204369c49480adaf6c3bbee72b72ec17a5fac47821e371ac9b0e633666af050e",
                    "enabled": 1
                }
            },
            "wireguard": {
                "100": {
                    "checksum": "sha256:ec1197ebeb6bdbc525a66b7e661a8f7a58fe0a4cbf09ba7df7ee055d23746c1c",
                    "enabled": 1
                }
            },
            "wireshark": {
                "100": {
                    "checksum": "sha256:04f7d964a66c88c0ed6af6d352fa81af6618f3a16c0db0363e6f2df07d9ea83a",
                    "enabled": 1
                }
            },
            "xen": {
                "100": {
                    "checksum": "sha256:e79e6baf86bd76cda73219fd891bd706c38ecb6e37a92c24ba4291b28e8782de",
                    "enabled": 1
                }
            },
            "xguest": {
                "100": {
                    "checksum": "sha256:710ba99d8d809150194ab9c84f7e292435f65de06702b0fe6e9bdfa362076621",
                    "enabled": 1
                }
            },
            "xserver": {
                "100": {
                    "checksum": "sha256:05105fee82ae1decbb668b154e32f643eda2779459b0e35edcfa358996436147",
                    "enabled": 1
                }
            },
            "zabbix": {
                "100": {
                    "checksum": "sha256:a7eab2820c4bf5c9e51dd30942fce48426c0e35c25d5c13efda6e9313602a66f",
                    "enabled": 1
                }
            },
            "zarafa": {
                "100": {
                    "checksum": "sha256:b1738ace3c35a58867613fabb433a761136afae86bab322ea4d192436c5b0ddd",
                    "enabled": 1
                }
            },
            "zebra": {
                "100": {
                    "checksum": "sha256:913b9c2802fc6607d811ffc278dff3fb84d81942603cf21e1b4efcebf6a7529e",
                    "enabled": 1
                }
            },
            "zoneminder": {
                "100": {
                    "checksum": "sha256:19a33723d291446ee9617d0120088d7bae884e5a963c48a8afec20fc6bacc4bc",
                    "enabled": 1
                }
            },
            "zosremote": {
                "100": {
                    "checksum": "sha256:0e85101587e037fa8552703dfe40e3c31d4b86d65981d03ca3bcb9f91cde9e06",
                    "enabled": 1
                }
            }
        },
        "selinux_priorities": true
    },
    "changed": false
}

TASK [fedora.linux_system_roles.selinux : Load SELinux modules] ****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:115
Friday 25 October 2024  11:20:17 -0400 (0:00:03.546)       0:05:45.708 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "selinux_modules is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:128
Friday 25 October 2024  11:20:18 -0400 (0:00:00.120)       0:05:45.829 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:136
Friday 25 October 2024  11:20:18 -0400 (0:00:00.063)       0:05:45.893 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124
Friday 25 October 2024  11:20:18 -0400 (0:00:00.089)       0:05:45.982 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_cancel_user_linger": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] *******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128
Friday 25 October 2024  11:20:18 -0400 (0:00:00.149)       0:05:46.132 ******** 
skipping: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle credential files - present] ****
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137
Friday 25 October 2024  11:20:18 -0400 (0:00:00.050)       0:05:46.182 ******** 
skipping: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle secrets] ***********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146
Friday 25 October 2024  11:20:18 -0400 (0:00:00.065)       0:05:46.248 ******** 
skipping: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] *****
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153
Friday 25 October 2024  11:20:18 -0400 (0:00:00.051)       0:05:46.299 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node2 => (item=(censored due to no_log))
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node2 => (item=(censored due to no_log))
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node2 => (item=(censored due to no_log))

TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14
Friday 25 October 2024  11:20:18 -0400 (0:00:00.173)       0:05:46.472 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_spec": {
            "debug": true,
            "log_level": "debug",
            "state": "started"
        },
        "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n    labels:\n        app: test\n        io.containers.autoupdate: registry\n    name: httpd1\nspec:\n    containers:\n    -   command:\n        - /bin/busybox-extras\n        - httpd\n        - -f\n        - -p\n        - 80\n        image: quay.io/libpod/testimage:20210610\n        name: httpd1\n        ports:\n        -   containerPort: 80\n            hostPort: 15001\n        volumeMounts:\n        -   mountPath: /var/www:Z\n            name: www\n        -   mountPath: /var/httpd-create:Z\n            name: create\n        workingDir: /var/www\n    volumes:\n    -   hostPath:\n            path: /tmp/lsr_mjkc1l03_podman/httpd1\n        name: www\n    -   hostPath:\n            path: /tmp/lsr_mjkc1l03_podman/httpd1-create\n        name: create\n"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21
Friday 25 October 2024  11:20:18 -0400 (0:00:00.082)       0:05:46.555 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_continue_if_pull_fails": false,
        "__podman_kube": {
            "apiVersion": "v1",
            "kind": "Pod",
            "metadata": {
                "labels": {
                    "app": "test",
                    "io.containers.autoupdate": "registry"
                },
                "name": "httpd1"
            },
            "spec": {
                "containers": [
                    {
                        "command": [
                            "/bin/busybox-extras",
                            "httpd",
                            "-f",
                            "-p",
                            80
                        ],
                        "image": "quay.io/libpod/testimage:20210610",
                        "name": "httpd1",
                        "ports": [
                            {
                                "containerPort": 80,
                                "hostPort": 15001
                            }
                        ],
                        "volumeMounts": [
                            {
                                "mountPath": "/var/www:Z",
                                "name": "www"
                            },
                            {
                                "mountPath": "/var/httpd-create:Z",
                                "name": "create"
                            }
                        ],
                        "workingDir": "/var/www"
                    }
                ],
                "volumes": [
                    {
                        "hostPath": {
                            "path": "/tmp/lsr_mjkc1l03_podman/httpd1"
                        },
                        "name": "www"
                    },
                    {
                        "hostPath": {
                            "path": "/tmp/lsr_mjkc1l03_podman/httpd1-create"
                        },
                        "name": "create"
                    }
                ]
            }
        },
        "__podman_kube_file": "",
        "__podman_pull_image": true,
        "__podman_state": "created",
        "__podman_systemd_unit_scope": "",
        "__podman_user": "podman_basic_user"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33
Friday 25 October 2024  11:20:18 -0400 (0:00:00.089)       0:05:46.644 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_name": "httpd1",
        "__podman_rootless": true
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Check user and group information] *****
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38
Friday 25 October 2024  11:20:18 -0400 (0:00:00.065)       0:05:46.710 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Get user information] *****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Friday 25 October 2024  11:20:19 -0400 (0:00:00.133)       0:05:46.843 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "getent_passwd": {
            "podman_basic_user": [
                "x",
                "3001",
                "3001",
                "",
                "/home/podman_basic_user",
                "/bin/bash"
            ]
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Fail if user does not exist] **********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Friday 25 October 2024  11:20:19 -0400 (0:00:00.537)       0:05:47.380 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set group for podman user] ************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Friday 25 October 2024  11:20:19 -0400 (0:00:00.347)       0:05:47.728 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_group": "3001"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Friday 25 October 2024  11:20:20 -0400 (0:00:00.108)       0:05:47.836 ******** 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "atime": 1729869378.0103734,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 32,
        "charset": "binary",
        "checksum": "86395ad7ce62834c967dc50f963a68f042029188",
        "ctime": 1729869347.9092026,
        "dev": 51714,
        "device_type": 0,
        "executable": true,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 8895830,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "application/x-pie-executable",
        "mode": "0755",
        "mtime": 1719187200.0,
        "nlink": 1,
        "path": "/usr/bin/getsubids",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 15728,
        "uid": 0,
        "version": "2735121205",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": true,
        "xoth": true,
        "xusr": true
    }
}

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Friday 25 October 2024  11:20:20 -0400 (0:00:00.478)       0:05:48.314 ******** 
ok: [managed-node2] => {
    "changed": false,
    "cmd": [
        "getsubids",
        "podman_basic_user"
    ],
    "delta": "0:00:00.004097",
    "end": "2024-10-25 11:20:20.851654",
    "rc": 0,
    "start": "2024-10-25 11:20:20.847557"
}

STDOUT:

0: podman_basic_user 524288 65536

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44
Friday 25 October 2024  11:20:20 -0400 (0:00:00.428)       0:05:48.742 ******** 
ok: [managed-node2] => {
    "changed": false,
    "cmd": [
        "getsubids",
        "-g",
        "podman_basic_user"
    ],
    "delta": "0:00:00.005442",
    "end": "2024-10-25 11:20:21.267552",
    "rc": 0,
    "start": "2024-10-25 11:20:21.262110"
}

STDOUT:

0: podman_basic_user 524288 65536

TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49
Friday 25 October 2024  11:20:21 -0400 (0:00:00.428)       0:05:49.171 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "podman_subgid_info": {
            "podman_basic_user": {
                "range": 65536,
                "start": 524288
            }
        },
        "podman_subuid_info": {
            "podman_basic_user": {
                "range": 65536,
                "start": 524288
            }
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Get subuid file] **********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62
Friday 25 October 2024  11:20:21 -0400 (0:00:00.072)       0:05:49.244 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get subgid file] **********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67
Friday 25 October 2024  11:20:21 -0400 (0:00:00.050)       0:05:49.294 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72
Friday 25 October 2024  11:20:21 -0400 (0:00:00.046)       0:05:49.341 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82
Friday 25 October 2024  11:20:21 -0400 (0:00:00.046)       0:05:49.387 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89
Friday 25 October 2024  11:20:21 -0400 (0:00:00.046)       0:05:49.434 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43
Friday 25 October 2024  11:20:21 -0400 (0:00:00.045)       0:05:49.480 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_kube",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52
Friday 25 October 2024  11:20:21 -0400 (0:00:00.047)       0:05:49.527 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_activate_systemd_unit": true,
        "__podman_systemd_scope": "user",
        "__podman_user_home_dir": "/home/podman_basic_user",
        "__podman_xdg_runtime_dir": "/run/user/3001"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60
Friday 25 October 2024  11:20:22 -0400 (0:00:00.341)       0:05:49.868 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_path": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64
Friday 25 October 2024  11:20:22 -0400 (0:00:00.060)       0:05:49.929 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_file": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68
Friday 25 October 2024  11:20:22 -0400 (0:00:00.061)       0:05:49.991 ******** 
ok: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75
Friday 25 October 2024  11:20:22 -0400 (0:00:00.076)       0:05:50.067 ******** 
ok: [managed-node2] => {
    "changed": false,
    "cmd": [
        "systemd-escape",
        "--template",
        "podman-kube@.service",
        "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml"
    ],
    "delta": "0:00:00.005192",
    "end": "2024-10-25 11:20:22.596264",
    "rc": 0,
    "start": "2024-10-25 11:20:22.591072"
}

STDOUT:

podman-kube@-home-podman_basic_user-.config-containers-ansible\x2dkubernetes.d-httpd1.yml.service

TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83
Friday 25 October 2024  11:20:22 -0400 (0:00:00.454)       0:05:50.522 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_state == \"absent\"",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Create and update containers and services] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87
Friday 25 October 2024  11:20:22 -0400 (0:00:00.123)       0:05:50.646 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Manage linger] ************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2
Friday 25 October 2024  11:20:22 -0400 (0:00:00.153)       0:05:50.800 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Enable linger if needed] **************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12
Friday 25 October 2024  11:20:23 -0400 (0:00:00.114)       0:05:50.914 ******** 
ok: [managed-node2] => {
    "changed": false,
    "cmd": [
        "loginctl",
        "enable-linger",
        "podman_basic_user"
    ],
    "delta": null,
    "end": null,
    "rc": 0,
    "start": null
}

STDOUT:

skipped, since /var/lib/systemd/linger/podman_basic_user exists


MSG:

Did not run command since '/var/lib/systemd/linger/podman_basic_user' exists

TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18
Friday 25 October 2024  11:20:23 -0400 (0:00:00.409)       0:05:51.324 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_cancel_user_linger": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22
Friday 25 October 2024  11:20:23 -0400 (0:00:00.162)       0:05:51.486 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_item_state | d('present') == 'absent'",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get the host mount volumes] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7
Friday 25 October 2024  11:20:23 -0400 (0:00:00.048)       0:05:51.534 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_volumes": [
            "/tmp/lsr_mjkc1l03_podman/httpd1",
            "/tmp/lsr_mjkc1l03_podman/httpd1-create"
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Create host directories] **************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18
Friday 25 October 2024  11:20:23 -0400 (0:00:00.074)       0:05:51.609 ******** 
ok: [managed-node2] => (item=/tmp/lsr_mjkc1l03_podman/httpd1) => {
    "ansible_loop_var": "item",
    "changed": false,
    "gid": 3001,
    "group": "podman_basic_user",
    "item": "/tmp/lsr_mjkc1l03_podman/httpd1",
    "mode": "0755",
    "owner": "podman_basic_user",
    "path": "/tmp/lsr_mjkc1l03_podman/httpd1",
    "secontext": "system_u:object_r:container_file_t:s0:c96,c287",
    "size": 23,
    "state": "directory",
    "uid": 3001
}
ok: [managed-node2] => (item=/tmp/lsr_mjkc1l03_podman/httpd1-create) => {
    "ansible_loop_var": "item",
    "changed": false,
    "gid": 3001,
    "group": "podman_basic_user",
    "item": "/tmp/lsr_mjkc1l03_podman/httpd1-create",
    "mode": "0755",
    "owner": "podman_basic_user",
    "path": "/tmp/lsr_mjkc1l03_podman/httpd1-create",
    "secontext": "system_u:object_r:container_file_t:s0:c96,c287",
    "size": 6,
    "state": "directory",
    "uid": 3001
}

TASK [fedora.linux_system_roles.podman : Ensure container images are present] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29
Friday 25 October 2024  11:20:24 -0400 (0:00:00.805)       0:05:52.415 ******** 
ok: [managed-node2] => (item=None) => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}
ok: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Check the kubernetes yaml file] *******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53
Friday 25 October 2024  11:20:29 -0400 (0:00:04.467)       0:05:56.882 ******** 
ok: [managed-node2] => {
    "changed": false,
    "failed_when_result": false,
    "stat": {
        "atime": 1729869531.126232,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "d2a2a9068b039e62d712222706369a96914f4afe",
        "ctime": 1729869530.377228,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 3001,
        "gr_name": "podman_basic_user",
        "inode": 675283210,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1729869530.0512261,
        "nlink": 1,
        "path": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml",
        "pw_name": "podman_basic_user",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 762,
        "uid": 3001,
        "version": "2448196605",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [fedora.linux_system_roles.podman : Ensure the kubernetes directory is present] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61
Friday 25 October 2024  11:20:29 -0400 (0:00:00.479)       0:05:57.362 ******** 
ok: [managed-node2] => {
    "changed": false,
    "gid": 3001,
    "group": "podman_basic_user",
    "mode": "0755",
    "owner": "podman_basic_user",
    "path": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d",
    "secontext": "unconfined_u:object_r:config_home_t:s0",
    "size": 24,
    "state": "directory",
    "uid": 3001
}

TASK [fedora.linux_system_roles.podman : Ensure kubernetes yaml files are present] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70
Friday 25 October 2024  11:20:30 -0400 (0:00:00.509)       0:05:57.872 ******** 
ok: [managed-node2] => {
    "changed": false,
    "checksum": "d2a2a9068b039e62d712222706369a96914f4afe",
    "dest": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml",
    "gid": 3001,
    "group": "podman_basic_user",
    "mode": "0644",
    "owner": "podman_basic_user",
    "path": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml",
    "secontext": "unconfined_u:object_r:config_home_t:s0",
    "size": 762,
    "state": "file",
    "uid": 3001
}

TASK [fedora.linux_system_roles.podman : Update containers/pods] ***************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80
Friday 25 October 2024  11:20:30 -0400 (0:00:00.778)       0:05:58.650 ******** 
ok: [managed-node2] => {
    "actions": [
        "/bin/podman play kube --start=true --log-level=debug /home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml"
    ],
    "changed": false
}

STDERR:

time="2024-10-25T11:20:31-04:00" level=info msg="/bin/podman filtering at log level debug"
time="2024-10-25T11:20:31-04:00" level=debug msg="Called kube.PersistentPreRunE(/bin/podman play kube --start=true --log-level=debug /home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml)"
time="2024-10-25T11:20:31-04:00" level=debug msg="Using conmon: \"/usr/bin/conmon\""
time="2024-10-25T11:20:31-04:00" level=info msg="Using sqlite as database backend"
time="2024-10-25T11:20:31-04:00" level=debug msg="systemd-logind: Unknown object '/'."
time="2024-10-25T11:20:31-04:00" level=debug msg="Using graph driver overlay"
time="2024-10-25T11:20:31-04:00" level=debug msg="Using graph root /home/podman_basic_user/.local/share/containers/storage"
time="2024-10-25T11:20:31-04:00" level=debug msg="Using run root /run/user/3001/containers"
time="2024-10-25T11:20:31-04:00" level=debug msg="Using static dir /home/podman_basic_user/.local/share/containers/storage/libpod"
time="2024-10-25T11:20:31-04:00" level=debug msg="Using tmp dir /run/user/3001/libpod/tmp"
time="2024-10-25T11:20:31-04:00" level=debug msg="Using volume path /home/podman_basic_user/.local/share/containers/storage/volumes"
time="2024-10-25T11:20:31-04:00" level=debug msg="Using transient store: false"
time="2024-10-25T11:20:31-04:00" level=debug msg="[graphdriver] trying provided driver \"overlay\""
time="2024-10-25T11:20:31-04:00" level=debug msg="Cached value indicated that overlay is supported"
time="2024-10-25T11:20:31-04:00" level=debug msg="Cached value indicated that overlay is supported"
time="2024-10-25T11:20:31-04:00" level=debug msg="Cached value indicated that metacopy is not being used"
time="2024-10-25T11:20:31-04:00" level=debug msg="Cached value indicated that native-diff is usable"
time="2024-10-25T11:20:31-04:00" level=debug msg="backingFs=xfs, projectQuotaSupported=false, useNativeDiff=true, usingMetacopy=false"
time="2024-10-25T11:20:31-04:00" level=debug msg="Initializing event backend file"
time="2024-10-25T11:20:31-04:00" level=debug msg="Configured OCI runtime crun-wasm initialization failed: no valid executable found for OCI runtime crun-wasm: invalid argument"
time="2024-10-25T11:20:31-04:00" level=debug msg="Configured OCI runtime runc initialization failed: no valid executable found for OCI runtime runc: invalid argument"
time="2024-10-25T11:20:31-04:00" level=debug msg="Configured OCI runtime runj initialization failed: no valid executable found for OCI runtime runj: invalid argument"
time="2024-10-25T11:20:31-04:00" level=debug msg="Configured OCI runtime kata initialization failed: no valid executable found for OCI runtime kata: invalid argument"
time="2024-10-25T11:20:31-04:00" level=debug msg="Configured OCI runtime youki initialization failed: no valid executable found for OCI runtime youki: invalid argument"
time="2024-10-25T11:20:31-04:00" level=debug msg="Configured OCI runtime crun-vm initialization failed: no valid executable found for OCI runtime crun-vm: invalid argument"
time="2024-10-25T11:20:31-04:00" level=debug msg="Configured OCI runtime runsc initialization failed: no valid executable found for OCI runtime runsc: invalid argument"
time="2024-10-25T11:20:31-04:00" level=debug msg="Configured OCI runtime krun initialization failed: no valid executable found for OCI runtime krun: invalid argument"
time="2024-10-25T11:20:31-04:00" level=debug msg="Configured OCI runtime ocijail initialization failed: no valid executable found for OCI runtime ocijail: invalid argument"
time="2024-10-25T11:20:31-04:00" level=debug msg="Using OCI runtime \"/usr/bin/crun\""
time="2024-10-25T11:20:31-04:00" level=info msg="Setting parallel job count to 7"
time="2024-10-25T11:20:31-04:00" level=debug msg="Successfully loaded network podman-default-kube-network: &{podman-default-kube-network 75f76f5b540831b981d745503fc3d7dcce0b91e4866d41ba06b8ca5018360e0f bridge podman1 2024-10-25 11:18:51.127754066 -0400 EDT [{{{10.89.0.0 ffffff00}} 10.89.0.1 <nil>}] [] false false true [] map[] map[] map[driver:host-local]}"
time="2024-10-25T11:20:31-04:00" level=debug msg="Successfully loaded 2 networks"
time="2024-10-25T11:20:31-04:00" level=debug msg="Looking up image \"localhost/podman-pause:5.2.2-1728432000\" in local containers storage"
time="2024-10-25T11:20:31-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux  [] }"
time="2024-10-25T11:20:31-04:00" level=debug msg="Trying \"localhost/podman-pause:5.2.2-1728432000\" ..."
time="2024-10-25T11:20:31-04:00" level=debug msg="parsed reference into \"[overlay@/home/podman_basic_user/.local/share/containers/storage+/run/user/3001/containers]@b6a11818503cc06b7fdcc6c976971d59ed7bbad31810303e6136bfc4d62be4f5\""
time="2024-10-25T11:20:31-04:00" level=debug msg="Found image \"localhost/podman-pause:5.2.2-1728432000\" as \"localhost/podman-pause:5.2.2-1728432000\" in local containers storage"
time="2024-10-25T11:20:31-04:00" level=debug msg="Found image \"localhost/podman-pause:5.2.2-1728432000\" as \"localhost/podman-pause:5.2.2-1728432000\" in local containers storage ([overlay@/home/podman_basic_user/.local/share/containers/storage+/run/user/3001/containers]@b6a11818503cc06b7fdcc6c976971d59ed7bbad31810303e6136bfc4d62be4f5)"
time="2024-10-25T11:20:31-04:00" level=debug msg="exporting opaque data as blob \"sha256:b6a11818503cc06b7fdcc6c976971d59ed7bbad31810303e6136bfc4d62be4f5\""
time="2024-10-25T11:20:31-04:00" level=debug msg="Pod using bridge network mode"
time="2024-10-25T11:20:31-04:00" level=debug msg="Created cgroup path user.slice/user-libpod_pod_ba27646c732e10036e7cb9296db5798c7ff6cc025a616452ff962ed98676a4b5.slice for parent user.slice and name libpod_pod_ba27646c732e10036e7cb9296db5798c7ff6cc025a616452ff962ed98676a4b5"
time="2024-10-25T11:20:31-04:00" level=debug msg="Created cgroup user.slice/user-libpod_pod_ba27646c732e10036e7cb9296db5798c7ff6cc025a616452ff962ed98676a4b5.slice"
time="2024-10-25T11:20:31-04:00" level=debug msg="Got pod cgroup as user.slice/user-3001.slice/user@3001.service/user.slice/user-libpod_pod_ba27646c732e10036e7cb9296db5798c7ff6cc025a616452ff962ed98676a4b5.slice"
time="2024-10-25T11:20:31-04:00" level=debug msg="Shutting down engines"

TASK [fedora.linux_system_roles.podman : Reload systemctl] *********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:88
Friday 25 October 2024  11:20:31 -0400 (0:00:00.670)       0:05:59.320 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_play_info is changed or __podman_copy is changed",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Enable service] ***********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:100
Friday 25 October 2024  11:20:31 -0400 (0:00:00.065)       0:05:59.386 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_play_info is changed or __podman_copy is changed",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Start service] ************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113
Friday 25 October 2024  11:20:31 -0400 (0:00:00.088)       0:05:59.474 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_play_info is changed or __podman_copy is changed",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Restart service] **********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:127
Friday 25 October 2024  11:20:31 -0400 (0:00:00.076)       0:05:59.551 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_play_info is changed or __podman_copy is changed",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14
Friday 25 October 2024  11:20:31 -0400 (0:00:00.168)       0:05:59.720 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_spec": {
            "debug": true,
            "log_level": "debug",
            "state": "started"
        },
        "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n    labels:\n        app: test\n        io.containers.autoupdate: registry\n    name: httpd2\nspec:\n    containers:\n    -   command:\n        - /bin/busybox-extras\n        - httpd\n        - -f\n        - -p\n        - 80\n        image: quay.io/libpod/testimage:20210610\n        name: httpd2\n        ports:\n        -   containerPort: 80\n            hostPort: 15002\n        volumeMounts:\n        -   mountPath: /var/www:Z\n            name: www\n        -   mountPath: /var/httpd-create:Z\n            name: create\n        workingDir: /var/www\n    volumes:\n    -   hostPath:\n            path: /tmp/lsr_mjkc1l03_podman/httpd2\n        name: www\n    -   hostPath:\n            path: /tmp/lsr_mjkc1l03_podman/httpd2-create\n        name: create\n"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21
Friday 25 October 2024  11:20:31 -0400 (0:00:00.065)       0:05:59.786 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_continue_if_pull_fails": false,
        "__podman_kube": {
            "apiVersion": "v1",
            "kind": "Pod",
            "metadata": {
                "labels": {
                    "app": "test",
                    "io.containers.autoupdate": "registry"
                },
                "name": "httpd2"
            },
            "spec": {
                "containers": [
                    {
                        "command": [
                            "/bin/busybox-extras",
                            "httpd",
                            "-f",
                            "-p",
                            80
                        ],
                        "image": "quay.io/libpod/testimage:20210610",
                        "name": "httpd2",
                        "ports": [
                            {
                                "containerPort": 80,
                                "hostPort": 15002
                            }
                        ],
                        "volumeMounts": [
                            {
                                "mountPath": "/var/www:Z",
                                "name": "www"
                            },
                            {
                                "mountPath": "/var/httpd-create:Z",
                                "name": "create"
                            }
                        ],
                        "workingDir": "/var/www"
                    }
                ],
                "volumes": [
                    {
                        "hostPath": {
                            "path": "/tmp/lsr_mjkc1l03_podman/httpd2"
                        },
                        "name": "www"
                    },
                    {
                        "hostPath": {
                            "path": "/tmp/lsr_mjkc1l03_podman/httpd2-create"
                        },
                        "name": "create"
                    }
                ]
            }
        },
        "__podman_kube_file": "",
        "__podman_pull_image": true,
        "__podman_state": "created",
        "__podman_systemd_unit_scope": "",
        "__podman_user": "root"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33
Friday 25 October 2024  11:20:32 -0400 (0:00:00.070)       0:05:59.856 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_name": "httpd2",
        "__podman_rootless": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Check user and group information] *****
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38
Friday 25 October 2024  11:20:32 -0400 (0:00:00.105)       0:05:59.962 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Get user information] *****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Friday 25 October 2024  11:20:32 -0400 (0:00:00.166)       0:06:00.128 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "getent_passwd": {
            "root": [
                "x",
                "0",
                "0",
                "Super User",
                "/root",
                "/bin/bash"
            ]
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Fail if user does not exist] **********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Friday 25 October 2024  11:20:32 -0400 (0:00:00.480)       0:06:00.609 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set group for podman user] ************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Friday 25 October 2024  11:20:32 -0400 (0:00:00.110)       0:06:00.719 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_group": "0"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Friday 25 October 2024  11:20:33 -0400 (0:00:00.188)       0:06:00.908 ******** 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "atime": 1729869378.0103734,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 32,
        "charset": "binary",
        "checksum": "86395ad7ce62834c967dc50f963a68f042029188",
        "ctime": 1729869347.9092026,
        "dev": 51714,
        "device_type": 0,
        "executable": true,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 8895830,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "application/x-pie-executable",
        "mode": "0755",
        "mtime": 1719187200.0,
        "nlink": 1,
        "path": "/usr/bin/getsubids",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 15728,
        "uid": 0,
        "version": "2735121205",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": true,
        "xoth": true,
        "xusr": true
    }
}

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Friday 25 October 2024  11:20:33 -0400 (0:00:00.479)       0:06:01.388 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44
Friday 25 October 2024  11:20:33 -0400 (0:00:00.113)       0:06:01.502 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49
Friday 25 October 2024  11:20:33 -0400 (0:00:00.095)       0:06:01.598 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get subuid file] **********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62
Friday 25 October 2024  11:20:33 -0400 (0:00:00.188)       0:06:01.787 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get subgid file] **********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67
Friday 25 October 2024  11:20:34 -0400 (0:00:00.072)       0:06:01.859 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72
Friday 25 October 2024  11:20:34 -0400 (0:00:00.070)       0:06:01.930 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82
Friday 25 October 2024  11:20:34 -0400 (0:00:00.079)       0:06:02.009 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89
Friday 25 October 2024  11:20:34 -0400 (0:00:00.114)       0:06:02.124 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43
Friday 25 October 2024  11:20:34 -0400 (0:00:00.067)       0:06:02.191 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_kube",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52
Friday 25 October 2024  11:20:34 -0400 (0:00:00.061)       0:06:02.252 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_activate_systemd_unit": true,
        "__podman_systemd_scope": "system",
        "__podman_user_home_dir": "/root",
        "__podman_xdg_runtime_dir": "/run/user/0"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60
Friday 25 October 2024  11:20:34 -0400 (0:00:00.096)       0:06:02.349 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_path": "/etc/containers/ansible-kubernetes.d"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64
Friday 25 October 2024  11:20:34 -0400 (0:00:00.054)       0:06:02.403 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/httpd2.yml"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68
Friday 25 October 2024  11:20:34 -0400 (0:00:00.054)       0:06:02.457 ******** 
ok: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75
Friday 25 October 2024  11:20:34 -0400 (0:00:00.057)       0:06:02.515 ******** 
ok: [managed-node2] => {
    "changed": false,
    "cmd": [
        "systemd-escape",
        "--template",
        "podman-kube@.service",
        "/etc/containers/ansible-kubernetes.d/httpd2.yml"
    ],
    "delta": "0:00:00.005957",
    "end": "2024-10-25 11:20:35.059622",
    "rc": 0,
    "start": "2024-10-25 11:20:35.053665"
}

STDOUT:

podman-kube@-etc-containers-ansible\x2dkubernetes.d-httpd2.yml.service

TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83
Friday 25 October 2024  11:20:35 -0400 (0:00:00.446)       0:06:02.961 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_state == \"absent\"",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Create and update containers and services] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87
Friday 25 October 2024  11:20:35 -0400 (0:00:00.143)       0:06:03.105 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Manage linger] ************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2
Friday 25 October 2024  11:20:35 -0400 (0:00:00.098)       0:06:03.203 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Enable linger if needed] **************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12
Friday 25 October 2024  11:20:35 -0400 (0:00:00.109)       0:06:03.312 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_rootless | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18
Friday 25 October 2024  11:20:35 -0400 (0:00:00.082)       0:06:03.395 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_rootless | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22
Friday 25 October 2024  11:20:35 -0400 (0:00:00.087)       0:06:03.483 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_rootless | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get the host mount volumes] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7
Friday 25 October 2024  11:20:35 -0400 (0:00:00.079)       0:06:03.563 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_volumes": [
            "/tmp/lsr_mjkc1l03_podman/httpd2",
            "/tmp/lsr_mjkc1l03_podman/httpd2-create"
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Create host directories] **************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18
Friday 25 October 2024  11:20:35 -0400 (0:00:00.137)       0:06:03.700 ******** 
ok: [managed-node2] => (item=/tmp/lsr_mjkc1l03_podman/httpd2) => {
    "ansible_loop_var": "item",
    "changed": false,
    "gid": 0,
    "group": "root",
    "item": "/tmp/lsr_mjkc1l03_podman/httpd2",
    "mode": "0755",
    "owner": "root",
    "path": "/tmp/lsr_mjkc1l03_podman/httpd2",
    "secontext": "system_u:object_r:container_file_t:s0:c682,c840",
    "size": 23,
    "state": "directory",
    "uid": 0
}
ok: [managed-node2] => (item=/tmp/lsr_mjkc1l03_podman/httpd2-create) => {
    "ansible_loop_var": "item",
    "changed": false,
    "gid": 0,
    "group": "root",
    "item": "/tmp/lsr_mjkc1l03_podman/httpd2-create",
    "mode": "0755",
    "owner": "root",
    "path": "/tmp/lsr_mjkc1l03_podman/httpd2-create",
    "secontext": "system_u:object_r:container_file_t:s0:c682,c840",
    "size": 6,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.podman : Ensure container images are present] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29
Friday 25 October 2024  11:20:36 -0400 (0:00:00.837)       0:06:04.538 ******** 
ok: [managed-node2] => (item=None) => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}
ok: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Check the kubernetes yaml file] *******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53
Friday 25 October 2024  11:20:38 -0400 (0:00:01.383)       0:06:05.921 ******** 
ok: [managed-node2] => {
    "changed": false,
    "failed_when_result": false,
    "stat": {
        "atime": 1729869553.8043613,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "11915002ebff31021bd2b1f11488515bbaf6b7d6",
        "ctime": 1729869553.232358,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 557842639,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1729869552.913356,
        "nlink": 1,
        "path": "/etc/containers/ansible-kubernetes.d/httpd2.yml",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 762,
        "uid": 0,
        "version": "1529363545",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [fedora.linux_system_roles.podman : Ensure the kubernetes directory is present] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61
Friday 25 October 2024  11:20:38 -0400 (0:00:00.407)       0:06:06.328 ******** 
ok: [managed-node2] => {
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0755",
    "owner": "root",
    "path": "/etc/containers/ansible-kubernetes.d",
    "secontext": "unconfined_u:object_r:etc_t:s0",
    "size": 42,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.podman : Ensure kubernetes yaml files are present] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70
Friday 25 October 2024  11:20:39 -0400 (0:00:00.528)       0:06:06.857 ******** 
ok: [managed-node2] => {
    "changed": false,
    "checksum": "11915002ebff31021bd2b1f11488515bbaf6b7d6",
    "dest": "/etc/containers/ansible-kubernetes.d/httpd2.yml",
    "gid": 0,
    "group": "root",
    "mode": "0644",
    "owner": "root",
    "path": "/etc/containers/ansible-kubernetes.d/httpd2.yml",
    "secontext": "system_u:object_r:etc_t:s0",
    "size": 762,
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.podman : Update containers/pods] ***************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80
Friday 25 October 2024  11:20:39 -0400 (0:00:00.675)       0:06:07.532 ******** 
ok: [managed-node2] => {
    "actions": [
        "/usr/bin/podman play kube --start=true --log-level=debug /etc/containers/ansible-kubernetes.d/httpd2.yml"
    ],
    "changed": false
}

STDERR:

time="2024-10-25T11:20:40-04:00" level=info msg="/usr/bin/podman filtering at log level debug"
time="2024-10-25T11:20:40-04:00" level=debug msg="Called kube.PersistentPreRunE(/usr/bin/podman play kube --start=true --log-level=debug /etc/containers/ansible-kubernetes.d/httpd2.yml)"
time="2024-10-25T11:20:40-04:00" level=debug msg="Using conmon: \"/usr/bin/conmon\""
time="2024-10-25T11:20:40-04:00" level=info msg="Using sqlite as database backend"
time="2024-10-25T11:20:40-04:00" level=debug msg="Using graph driver overlay"
time="2024-10-25T11:20:40-04:00" level=debug msg="Using graph root /var/lib/containers/storage"
time="2024-10-25T11:20:40-04:00" level=debug msg="Using run root /run/containers/storage"
time="2024-10-25T11:20:40-04:00" level=debug msg="Using static dir /var/lib/containers/storage/libpod"
time="2024-10-25T11:20:40-04:00" level=debug msg="Using tmp dir /run/libpod"
time="2024-10-25T11:20:40-04:00" level=debug msg="Using volume path /var/lib/containers/storage/volumes"
time="2024-10-25T11:20:40-04:00" level=debug msg="Using transient store: false"
time="2024-10-25T11:20:40-04:00" level=debug msg="[graphdriver] trying provided driver \"overlay\""
time="2024-10-25T11:20:40-04:00" level=debug msg="overlay: imagestore=/usr/lib/containers/storage"
time="2024-10-25T11:20:40-04:00" level=debug msg="overlay: use_composefs=false"
time="2024-10-25T11:20:40-04:00" level=debug msg="Cached value indicated that overlay is supported"
time="2024-10-25T11:20:40-04:00" level=debug msg="Cached value indicated that overlay is supported"
time="2024-10-25T11:20:40-04:00" level=debug msg="Cached value indicated that metacopy is being used"
time="2024-10-25T11:20:40-04:00" level=debug msg="Cached value indicated that native-diff is not being used"
time="2024-10-25T11:20:40-04:00" level=info msg="Not using native diff for overlay, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled"
time="2024-10-25T11:20:40-04:00" level=debug msg="backingFs=xfs, projectQuotaSupported=false, useNativeDiff=false, usingMetacopy=true"
time="2024-10-25T11:20:40-04:00" level=debug msg="Initializing event backend journald"
time="2024-10-25T11:20:40-04:00" level=debug msg="Configured OCI runtime runc initialization failed: no valid executable found for OCI runtime runc: invalid argument"
time="2024-10-25T11:20:40-04:00" level=debug msg="Configured OCI runtime kata initialization failed: no valid executable found for OCI runtime kata: invalid argument"
time="2024-10-25T11:20:40-04:00" level=debug msg="Configured OCI runtime youki initialization failed: no valid executable found for OCI runtime youki: invalid argument"
time="2024-10-25T11:20:40-04:00" level=debug msg="Configured OCI runtime krun initialization failed: no valid executable found for OCI runtime krun: invalid argument"
time="2024-10-25T11:20:40-04:00" level=debug msg="Configured OCI runtime ocijail initialization failed: no valid executable found for OCI runtime ocijail: invalid argument"
time="2024-10-25T11:20:40-04:00" level=debug msg="Configured OCI runtime crun-vm initialization failed: no valid executable found for OCI runtime crun-vm: invalid argument"
time="2024-10-25T11:20:40-04:00" level=debug msg="Configured OCI runtime crun-wasm initialization failed: no valid executable found for OCI runtime crun-wasm: invalid argument"
time="2024-10-25T11:20:40-04:00" level=debug msg="Configured OCI runtime runsc initialization failed: no valid executable found for OCI runtime runsc: invalid argument"
time="2024-10-25T11:20:40-04:00" level=debug msg="Configured OCI runtime runj initialization failed: no valid executable found for OCI runtime runj: invalid argument"
time="2024-10-25T11:20:40-04:00" level=debug msg="Using OCI runtime \"/usr/bin/crun\""
time="2024-10-25T11:20:40-04:00" level=info msg="Setting parallel job count to 7"
time="2024-10-25T11:20:40-04:00" level=debug msg="Successfully loaded network podman-default-kube-network: &{podman-default-kube-network 9eb060a6a1cb7bec11827314a6aa3cb985048f3cf8da8634215129c7ff4da45f bridge podman1 2024-10-25 11:16:44.374494531 -0400 EDT [{{{10.89.0.0 ffffff00}} 10.89.0.1 <nil>}] [] false false true [] map[] map[] map[driver:host-local]}"
time="2024-10-25T11:20:40-04:00" level=debug msg="Successfully loaded 2 networks"
time="2024-10-25T11:20:40-04:00" level=debug msg="Looking up image \"localhost/podman-pause:5.2.2-1728432000\" in local containers storage"
time="2024-10-25T11:20:40-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux  [] }"
time="2024-10-25T11:20:40-04:00" level=debug msg="Trying \"localhost/podman-pause:5.2.2-1728432000\" ..."
time="2024-10-25T11:20:40-04:00" level=debug msg="parsed reference into \"[overlay@/var/lib/containers/storage+/run/containers/storage:overlay.imagestore=/usr/lib/containers/storage,overlay.mountopt=nodev,metacopy=on,overlay.use_composefs=false]@a3c5829fb5d227c954d065855af1a4343a8c4dde1e8b64c7160f6969e028c7fb\""
time="2024-10-25T11:20:40-04:00" level=debug msg="Found image \"localhost/podman-pause:5.2.2-1728432000\" as \"localhost/podman-pause:5.2.2-1728432000\" in local containers storage"
time="2024-10-25T11:20:40-04:00" level=debug msg="Found image \"localhost/podman-pause:5.2.2-1728432000\" as \"localhost/podman-pause:5.2.2-1728432000\" in local containers storage ([overlay@/var/lib/containers/storage+/run/containers/storage:overlay.imagestore=/usr/lib/containers/storage,overlay.mountopt=nodev,metacopy=on,overlay.use_composefs=false]@a3c5829fb5d227c954d065855af1a4343a8c4dde1e8b64c7160f6969e028c7fb)"
time="2024-10-25T11:20:40-04:00" level=debug msg="exporting opaque data as blob \"sha256:a3c5829fb5d227c954d065855af1a4343a8c4dde1e8b64c7160f6969e028c7fb\""
time="2024-10-25T11:20:40-04:00" level=debug msg="Pod using bridge network mode"
time="2024-10-25T11:20:40-04:00" level=debug msg="Created cgroup path machine.slice/machine-libpod_pod_c75b843a1b1207244bcb535a747ab3da75f9bbfc299cc0dad9e9695da4828619.slice for parent machine.slice and name libpod_pod_c75b843a1b1207244bcb535a747ab3da75f9bbfc299cc0dad9e9695da4828619"
time="2024-10-25T11:20:40-04:00" level=debug msg="Created cgroup machine.slice/machine-libpod_pod_c75b843a1b1207244bcb535a747ab3da75f9bbfc299cc0dad9e9695da4828619.slice"
time="2024-10-25T11:20:40-04:00" level=debug msg="Got pod cgroup as machine.slice/machine-libpod_pod_c75b843a1b1207244bcb535a747ab3da75f9bbfc299cc0dad9e9695da4828619.slice"
time="2024-10-25T11:20:40-04:00" level=debug msg="Shutting down engines"
time="2024-10-25T11:20:40-04:00" level=info msg="Received shutdown.Stop(), terminating!" PID=31683

TASK [fedora.linux_system_roles.podman : Reload systemctl] *********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:88
Friday 25 October 2024  11:20:40 -0400 (0:00:00.502)       0:06:08.034 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_play_info is changed or __podman_copy is changed",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Enable service] ***********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:100
Friday 25 October 2024  11:20:40 -0400 (0:00:00.053)       0:06:08.087 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_play_info is changed or __podman_copy is changed",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Start service] ************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113
Friday 25 October 2024  11:20:40 -0400 (0:00:00.052)       0:06:08.140 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_play_info is changed or __podman_copy is changed",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Restart service] **********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:127
Friday 25 October 2024  11:20:40 -0400 (0:00:00.059)       0:06:08.199 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_play_info is changed or __podman_copy is changed",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14
Friday 25 October 2024  11:20:40 -0400 (0:00:00.054)       0:06:08.254 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_spec": {
            "state": "started"
        },
        "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n  labels:\n    app: test\n    io.containers.autoupdate: registry\n  name: httpd3\nspec:\n  containers:\n    - name: httpd3\n      image: quay.io/libpod/testimage:20210610\n      command:\n        - /bin/busybox-extras\n        - httpd\n        - -f\n        - -p\n        - 80\n      ports:\n        - containerPort: 80\n          hostPort: 15003\n      volumeMounts:\n        - mountPath: /var/www:Z\n          name: www\n        - mountPath: /var/httpd-create:Z\n          name: create\n      workingDir: /var/www\n  volumes:\n    - name: www\n      hostPath:\n        path: \"/tmp/lsr_mjkc1l03_podman/httpd3\"\n    - name: create\n      hostPath:\n        path: \"/tmp/lsr_mjkc1l03_podman/httpd3-create\""
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21
Friday 25 October 2024  11:20:40 -0400 (0:00:00.065)       0:06:08.319 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_continue_if_pull_fails": false,
        "__podman_kube": {
            "apiVersion": "v1",
            "kind": "Pod",
            "metadata": {
                "labels": {
                    "app": "test",
                    "io.containers.autoupdate": "registry"
                },
                "name": "httpd3"
            },
            "spec": {
                "containers": [
                    {
                        "command": [
                            "/bin/busybox-extras",
                            "httpd",
                            "-f",
                            "-p",
                            80
                        ],
                        "image": "quay.io/libpod/testimage:20210610",
                        "name": "httpd3",
                        "ports": [
                            {
                                "containerPort": 80,
                                "hostPort": 15003
                            }
                        ],
                        "volumeMounts": [
                            {
                                "mountPath": "/var/www:Z",
                                "name": "www"
                            },
                            {
                                "mountPath": "/var/httpd-create:Z",
                                "name": "create"
                            }
                        ],
                        "workingDir": "/var/www"
                    }
                ],
                "volumes": [
                    {
                        "hostPath": {
                            "path": "/tmp/lsr_mjkc1l03_podman/httpd3"
                        },
                        "name": "www"
                    },
                    {
                        "hostPath": {
                            "path": "/tmp/lsr_mjkc1l03_podman/httpd3-create"
                        },
                        "name": "create"
                    }
                ]
            }
        },
        "__podman_kube_file": "",
        "__podman_pull_image": true,
        "__podman_state": "created",
        "__podman_systemd_unit_scope": "",
        "__podman_user": "root"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33
Friday 25 October 2024  11:20:40 -0400 (0:00:00.066)       0:06:08.385 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_name": "httpd3",
        "__podman_rootless": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Check user and group information] *****
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38
Friday 25 October 2024  11:20:40 -0400 (0:00:00.051)       0:06:08.436 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Get user information] *****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Friday 25 October 2024  11:20:40 -0400 (0:00:00.087)       0:06:08.524 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user does not exist] **********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Friday 25 October 2024  11:20:40 -0400 (0:00:00.147)       0:06:08.672 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set group for podman user] ************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Friday 25 October 2024  11:20:40 -0400 (0:00:00.055)       0:06:08.727 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_group": "0"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Friday 25 October 2024  11:20:40 -0400 (0:00:00.067)       0:06:08.795 ******** 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "atime": 1729869378.0103734,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 32,
        "charset": "binary",
        "checksum": "86395ad7ce62834c967dc50f963a68f042029188",
        "ctime": 1729869347.9092026,
        "dev": 51714,
        "device_type": 0,
        "executable": true,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 8895830,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "application/x-pie-executable",
        "mode": "0755",
        "mtime": 1719187200.0,
        "nlink": 1,
        "path": "/usr/bin/getsubids",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 15728,
        "uid": 0,
        "version": "2735121205",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": true,
        "xoth": true,
        "xusr": true
    }
}

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Friday 25 October 2024  11:20:41 -0400 (0:00:00.414)       0:06:09.209 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44
Friday 25 October 2024  11:20:41 -0400 (0:00:00.068)       0:06:09.278 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49
Friday 25 October 2024  11:20:41 -0400 (0:00:00.069)       0:06:09.348 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get subuid file] **********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62
Friday 25 October 2024  11:20:41 -0400 (0:00:00.070)       0:06:09.418 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get subgid file] **********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67
Friday 25 October 2024  11:20:41 -0400 (0:00:00.069)       0:06:09.488 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72
Friday 25 October 2024  11:20:41 -0400 (0:00:00.071)       0:06:09.559 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82
Friday 25 October 2024  11:20:41 -0400 (0:00:00.070)       0:06:09.630 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89
Friday 25 October 2024  11:20:41 -0400 (0:00:00.069)       0:06:09.700 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43
Friday 25 October 2024  11:20:41 -0400 (0:00:00.068)       0:06:09.768 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_kube",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52
Friday 25 October 2024  11:20:42 -0400 (0:00:00.217)       0:06:09.986 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_activate_systemd_unit": true,
        "__podman_systemd_scope": "system",
        "__podman_user_home_dir": "/root",
        "__podman_xdg_runtime_dir": "/run/user/0"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60
Friday 25 October 2024  11:20:42 -0400 (0:00:00.113)       0:06:10.099 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_path": "/etc/containers/ansible-kubernetes.d"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64
Friday 25 October 2024  11:20:42 -0400 (0:00:00.064)       0:06:10.164 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/httpd3.yml"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68
Friday 25 October 2024  11:20:42 -0400 (0:00:00.062)       0:06:10.226 ******** 
ok: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75
Friday 25 October 2024  11:20:42 -0400 (0:00:00.074)       0:06:10.301 ******** 
ok: [managed-node2] => {
    "changed": false,
    "cmd": [
        "systemd-escape",
        "--template",
        "podman-kube@.service",
        "/etc/containers/ansible-kubernetes.d/httpd3.yml"
    ],
    "delta": "0:00:00.005239",
    "end": "2024-10-25 11:20:42.812472",
    "rc": 0,
    "start": "2024-10-25 11:20:42.807233"
}

STDOUT:

podman-kube@-etc-containers-ansible\x2dkubernetes.d-httpd3.yml.service

TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83
Friday 25 October 2024  11:20:42 -0400 (0:00:00.401)       0:06:10.702 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_state == \"absent\"",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Create and update containers and services] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87
Friday 25 October 2024  11:20:42 -0400 (0:00:00.046)       0:06:10.748 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Manage linger] ************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2
Friday 25 October 2024  11:20:43 -0400 (0:00:00.100)       0:06:10.849 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Enable linger if needed] **************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12
Friday 25 October 2024  11:20:43 -0400 (0:00:00.118)       0:06:10.968 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_rootless | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18
Friday 25 October 2024  11:20:43 -0400 (0:00:00.070)       0:06:11.038 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_rootless | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22
Friday 25 October 2024  11:20:43 -0400 (0:00:00.152)       0:06:11.190 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_rootless | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get the host mount volumes] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7
Friday 25 October 2024  11:20:43 -0400 (0:00:00.047)       0:06:11.238 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_volumes": [
            "/tmp/lsr_mjkc1l03_podman/httpd3",
            "/tmp/lsr_mjkc1l03_podman/httpd3-create"
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Create host directories] **************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18
Friday 25 October 2024  11:20:43 -0400 (0:00:00.071)       0:06:11.309 ******** 
ok: [managed-node2] => (item=/tmp/lsr_mjkc1l03_podman/httpd3) => {
    "ansible_loop_var": "item",
    "changed": false,
    "gid": 0,
    "group": "root",
    "item": "/tmp/lsr_mjkc1l03_podman/httpd3",
    "mode": "0755",
    "owner": "root",
    "path": "/tmp/lsr_mjkc1l03_podman/httpd3",
    "secontext": "system_u:object_r:container_file_t:s0:c768,c856",
    "size": 23,
    "state": "directory",
    "uid": 0
}
ok: [managed-node2] => (item=/tmp/lsr_mjkc1l03_podman/httpd3-create) => {
    "ansible_loop_var": "item",
    "changed": false,
    "gid": 0,
    "group": "root",
    "item": "/tmp/lsr_mjkc1l03_podman/httpd3-create",
    "mode": "0755",
    "owner": "root",
    "path": "/tmp/lsr_mjkc1l03_podman/httpd3-create",
    "secontext": "system_u:object_r:container_file_t:s0:c768,c856",
    "size": 6,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.podman : Ensure container images are present] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29
Friday 25 October 2024  11:20:44 -0400 (0:00:00.841)       0:06:12.151 ******** 
ok: [managed-node2] => (item=None) => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}
ok: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Check the kubernetes yaml file] *******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53
Friday 25 October 2024  11:20:45 -0400 (0:00:01.241)       0:06:13.392 ******** 
ok: [managed-node2] => {
    "changed": false,
    "failed_when_result": false,
    "stat": {
        "atime": 1729869577.7594986,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "93af9485614f246edfa59c00fe74996e01fd364b",
        "ctime": 1729869577.121495,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 301990097,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1729869576.8464932,
        "nlink": 1,
        "path": "/etc/containers/ansible-kubernetes.d/httpd3.yml",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 762,
        "uid": 0,
        "version": "3998835109",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [fedora.linux_system_roles.podman : Ensure the kubernetes directory is present] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61
Friday 25 October 2024  11:20:45 -0400 (0:00:00.405)       0:06:13.798 ******** 
ok: [managed-node2] => {
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0755",
    "owner": "root",
    "path": "/etc/containers/ansible-kubernetes.d",
    "secontext": "unconfined_u:object_r:etc_t:s0",
    "size": 42,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.podman : Ensure kubernetes yaml files are present] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70
Friday 25 October 2024  11:20:46 -0400 (0:00:00.406)       0:06:14.204 ******** 
ok: [managed-node2] => {
    "changed": false,
    "checksum": "93af9485614f246edfa59c00fe74996e01fd364b",
    "dest": "/etc/containers/ansible-kubernetes.d/httpd3.yml",
    "gid": 0,
    "group": "root",
    "mode": "0644",
    "owner": "root",
    "path": "/etc/containers/ansible-kubernetes.d/httpd3.yml",
    "secontext": "system_u:object_r:etc_t:s0",
    "size": 762,
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.podman : Update containers/pods] ***************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80
Friday 25 October 2024  11:20:47 -0400 (0:00:00.681)       0:06:14.886 ******** 
ok: [managed-node2] => {
    "actions": [
        "/usr/bin/podman play kube --start=true /etc/containers/ansible-kubernetes.d/httpd3.yml"
    ],
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Reload systemctl] *********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:88
Friday 25 October 2024  11:20:47 -0400 (0:00:00.512)       0:06:15.398 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_play_info is changed or __podman_copy is changed",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Enable service] ***********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:100
Friday 25 October 2024  11:20:47 -0400 (0:00:00.052)       0:06:15.451 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_play_info is changed or __podman_copy is changed",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Start service] ************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113
Friday 25 October 2024  11:20:47 -0400 (0:00:00.052)       0:06:15.503 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_play_info is changed or __podman_copy is changed",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Restart service] **********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:127
Friday 25 October 2024  11:20:47 -0400 (0:00:00.052)       0:06:15.555 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_play_info is changed or __podman_copy is changed",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160
Friday 25 October 2024  11:20:47 -0400 (0:00:00.198)       0:06:15.754 ******** 
skipping: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Cancel linger] ************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167
Friday 25 October 2024  11:20:48 -0400 (0:00:00.056)       0:06:15.811 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.podman : Handle credential files - absent] *****
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173
Friday 25 October 2024  11:20:48 -0400 (0:00:00.051)       0:06:15.862 ******** 
skipping: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182
Friday 25 October 2024  11:20:48 -0400 (0:00:00.050)       0:06:15.913 ******** 
skipping: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [Check if pods are running] ***********************************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:346
Friday 25 October 2024  11:20:48 -0400 (0:00:00.080)       0:06:15.993 ******** 
ok: [managed-node2] => (item=['httpd1', 'podman_basic_user', 3001]) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": [
        "podman",
        "pod",
        "inspect",
        "httpd1",
        "--format",
        "{{.State}}"
    ],
    "delta": "0:00:00.087461",
    "end": "2024-10-25 11:20:48.662462",
    "failed_when_result": false,
    "item": [
        "httpd1",
        "podman_basic_user",
        3001
    ],
    "rc": 0,
    "start": "2024-10-25 11:20:48.575001"
}

STDOUT:

Running
ok: [managed-node2] => (item=['httpd2', 'root', 0]) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": [
        "podman",
        "pod",
        "inspect",
        "httpd2",
        "--format",
        "{{.State}}"
    ],
    "delta": "0:00:00.035725",
    "end": "2024-10-25 11:20:49.057043",
    "failed_when_result": false,
    "item": [
        "httpd2",
        "root",
        0
    ],
    "rc": 0,
    "start": "2024-10-25 11:20:49.021318"
}

STDOUT:

Running
ok: [managed-node2] => (item=['httpd3', 'root', 0]) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": [
        "podman",
        "pod",
        "inspect",
        "httpd3",
        "--format",
        "{{.State}}"
    ],
    "delta": "0:00:00.036161",
    "end": "2024-10-25 11:20:49.476361",
    "failed_when_result": false,
    "item": [
        "httpd3",
        "root",
        0
    ],
    "rc": 0,
    "start": "2024-10-25 11:20:49.440200"
}

STDOUT:

Running

TASK [Check Services] **********************************************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:357
Friday 25 October 2024  11:20:49 -0400 (0:00:01.377)       0:06:17.371 ******** 
ok: [managed-node2] => (item=['httpd1', 'podman_basic_user', 3001]) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": "set -euo pipefail\nsystemctl --user list-units -a -l --plain |  grep -E '^[  ]*podman-kube@.+-httpd1[.]yml[.]service[ ]+loaded[ ]+active '\n",
    "delta": "0:00:00.011002",
    "end": "2024-10-25 11:20:49.959023",
    "item": [
        "httpd1",
        "podman_basic_user",
        3001
    ],
    "rc": 0,
    "start": "2024-10-25 11:20:49.948021"
}

STDOUT:

podman-kube@-home-podman_basic_user-.config-containers-ansible\x2dkubernetes.d-httpd1.yml.service                                    loaded    active   running A template for running K8s workloads via podman-kube-play
ok: [managed-node2] => (item=['httpd2', 'root', 0]) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": "set -euo pipefail\nsystemctl --system list-units -a -l --plain |  grep -E '^[  ]*podman-kube@.+-httpd2[.]yml[.]service[ ]+loaded[ ]+active '\n",
    "delta": "0:00:00.014339",
    "end": "2024-10-25 11:20:50.332741",
    "item": [
        "httpd2",
        "root",
        0
    ],
    "rc": 0,
    "start": "2024-10-25 11:20:50.318402"
}

STDOUT:

podman-kube@-etc-containers-ansible\x2dkubernetes.d-httpd2.yml.service                                                               loaded    active   running   A template for running K8s workloads via podman-kube-play
ok: [managed-node2] => (item=['httpd3', 'root', 0]) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": "set -euo pipefail\nsystemctl --system list-units -a -l --plain |  grep -E '^[  ]*podman-kube@.+-httpd3[.]yml[.]service[ ]+loaded[ ]+active '\n",
    "delta": "0:00:00.014810",
    "end": "2024-10-25 11:20:50.721099",
    "item": [
        "httpd3",
        "root",
        0
    ],
    "rc": 0,
    "start": "2024-10-25 11:20:50.706289"
}

STDOUT:

podman-kube@-etc-containers-ansible\x2dkubernetes.d-httpd3.yml.service                                                               loaded    active   running   A template for running K8s workloads via podman-kube-play

TASK [Check ports, data] *******************************************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:374
Friday 25 October 2024  11:20:50 -0400 (0:00:01.238)       0:06:18.609 ******** 
ok: [managed-node2] => (item=15001) => {
    "accept_ranges": "bytes",
    "ansible_loop_var": "item",
    "changed": false,
    "connection": "close",
    "content": "123",
    "content_length": "3",
    "content_type": "text/plain",
    "cookies": {},
    "cookies_string": "",
    "date": "Fri, 25 Oct 2024 15:20:51 GMT",
    "elapsed": 0,
    "failed_when_result": false,
    "item": 15001,
    "last_modified": "Fri, 25 Oct 2024 15:14:39 GMT",
    "redirected": false,
    "status": 200,
    "url": "http://localhost:15001/index.txt"
}

MSG:

OK (3 bytes)
ok: [managed-node2] => (item=15002) => {
    "accept_ranges": "bytes",
    "ansible_loop_var": "item",
    "changed": false,
    "connection": "close",
    "content": "123",
    "content_length": "3",
    "content_type": "text/plain",
    "cookies": {},
    "cookies_string": "",
    "date": "Fri, 25 Oct 2024 15:20:51 GMT",
    "elapsed": 0,
    "failed_when_result": false,
    "item": 15002,
    "last_modified": "Fri, 25 Oct 2024 15:14:40 GMT",
    "redirected": false,
    "status": 200,
    "url": "http://localhost:15002/index.txt"
}

MSG:

OK (3 bytes)
ok: [managed-node2] => (item=15003) => {
    "accept_ranges": "bytes",
    "ansible_loop_var": "item",
    "changed": false,
    "connection": "close",
    "content": "123",
    "content_length": "3",
    "content_type": "text/plain",
    "cookies": {},
    "cookies_string": "",
    "date": "Fri, 25 Oct 2024 15:20:52 GMT",
    "elapsed": 0,
    "failed_when_result": false,
    "item": 15003,
    "last_modified": "Fri, 25 Oct 2024 15:14:41 GMT",
    "redirected": false,
    "status": 200,
    "url": "http://localhost:15003/index.txt"
}

MSG:

OK (3 bytes)

TASK [Remove pods and units] ***************************************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:386
Friday 25 October 2024  11:20:52 -0400 (0:00:01.351)       0:06:19.961 ******** 
included: fedora.linux_system_roles.podman for managed-node2

TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3
Friday 25 October 2024  11:20:52 -0400 (0:00:00.147)       0:06:20.109 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] ****
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3
Friday 25 October 2024  11:20:52 -0400 (0:00:00.177)       0:06:20.287 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11
Friday 25 October 2024  11:20:52 -0400 (0:00:00.078)       0:06:20.365 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16
Friday 25 October 2024  11:20:52 -0400 (0:00:00.052)       0:06:20.417 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23
Friday 25 October 2024  11:20:52 -0400 (0:00:00.052)       0:06:20.470 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28
Friday 25 October 2024  11:20:52 -0400 (0:00:00.050)       0:06:20.520 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32
Friday 25 October 2024  11:20:52 -0400 (0:00:00.051)       0:06:20.572 ******** 
ok: [managed-node2] => (item=RedHat.yml) => {
    "ansible_facts": {
        "__podman_packages": [
            "podman",
            "shadow-utils-subid"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml"
}
skipping: [managed-node2] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "CentOS.yml",
    "skip_reason": "Conditional result was False"
}
ok: [managed-node2] => (item=CentOS_10.yml) => {
    "ansible_facts": {
        "__podman_packages": [
            "iptables-nft",
            "podman",
            "shadow-utils-subid"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_10.yml"
}
ok: [managed-node2] => (item=CentOS_10.yml) => {
    "ansible_facts": {
        "__podman_packages": [
            "iptables-nft",
            "podman",
            "shadow-utils-subid"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_10.yml"
}

TASK [fedora.linux_system_roles.podman : Gather the package facts] *************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6
Friday 25 October 2024  11:20:52 -0400 (0:00:00.104)       0:06:20.677 ******** 
ok: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Enable copr if requested] *************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10
Friday 25 October 2024  11:20:53 -0400 (0:00:00.835)       0:06:21.512 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_use_copr | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14
Friday 25 October 2024  11:20:53 -0400 (0:00:00.056)       0:06:21.569 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "(__podman_packages | difference(ansible_facts.packages))",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28
Friday 25 October 2024  11:20:53 -0400 (0:00:00.058)       0:06:21.627 ******** 
skipping: [managed-node2] => {
    "false_condition": "__podman_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33
Friday 25 October 2024  11:20:53 -0400 (0:00:00.140)       0:06:21.768 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38
Friday 25 October 2024  11:20:54 -0400 (0:00:00.047)       0:06:21.816 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get podman version] *******************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46
Friday 25 October 2024  11:20:54 -0400 (0:00:00.049)       0:06:21.866 ******** 
ok: [managed-node2] => {
    "changed": false,
    "cmd": [
        "podman",
        "--version"
    ],
    "delta": "0:00:00.024941",
    "end": "2024-10-25 11:20:54.388141",
    "rc": 0,
    "start": "2024-10-25 11:20:54.363200"
}

STDOUT:

podman version 5.2.2

TASK [fedora.linux_system_roles.podman : Set podman version] *******************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52
Friday 25 October 2024  11:20:54 -0400 (0:00:00.411)       0:06:22.277 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "podman_version": "5.2.2"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56
Friday 25 October 2024  11:20:54 -0400 (0:00:00.051)       0:06:22.328 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_version is version(\"4.2\", \"<\")",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63
Friday 25 October 2024  11:20:54 -0400 (0:00:00.050)       0:06:22.379 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "(podman_quadlet_specs | length > 0) or (podman_secrets | length > 0)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73
Friday 25 October 2024  11:20:54 -0400 (0:00:00.051)       0:06:22.431 ******** 
META: end_host conditional evaluated to False, continuing execution for managed-node2
skipping: [managed-node2] => {
    "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2"
}

MSG:

end_host conditional evaluated to false, continuing execution for managed-node2

TASK [fedora.linux_system_roles.podman : Check user and group information] *****
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80
Friday 25 October 2024  11:20:54 -0400 (0:00:00.083)       0:06:22.514 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Get user information] *****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Friday 25 October 2024  11:20:54 -0400 (0:00:00.091)       0:06:22.606 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user does not exist] **********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Friday 25 October 2024  11:20:54 -0400 (0:00:00.148)       0:06:22.754 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set group for podman user] ************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Friday 25 October 2024  11:20:55 -0400 (0:00:00.055)       0:06:22.809 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_group": "0"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Friday 25 October 2024  11:20:55 -0400 (0:00:00.069)       0:06:22.879 ******** 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "atime": 1729869378.0103734,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 32,
        "charset": "binary",
        "checksum": "86395ad7ce62834c967dc50f963a68f042029188",
        "ctime": 1729869347.9092026,
        "dev": 51714,
        "device_type": 0,
        "executable": true,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 8895830,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "application/x-pie-executable",
        "mode": "0755",
        "mtime": 1719187200.0,
        "nlink": 1,
        "path": "/usr/bin/getsubids",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 15728,
        "uid": 0,
        "version": "2735121205",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": true,
        "xoth": true,
        "xusr": true
    }
}

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Friday 25 October 2024  11:20:55 -0400 (0:00:00.393)       0:06:23.273 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44
Friday 25 October 2024  11:20:55 -0400 (0:00:00.047)       0:06:23.320 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49
Friday 25 October 2024  11:20:55 -0400 (0:00:00.047)       0:06:23.368 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get subuid file] **********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62
Friday 25 October 2024  11:20:55 -0400 (0:00:00.048)       0:06:23.416 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get subgid file] **********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67
Friday 25 October 2024  11:20:55 -0400 (0:00:00.046)       0:06:23.463 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72
Friday 25 October 2024  11:20:55 -0400 (0:00:00.054)       0:06:23.518 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82
Friday 25 October 2024  11:20:55 -0400 (0:00:00.066)       0:06:23.584 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89
Friday 25 October 2024  11:20:55 -0400 (0:00:00.069)       0:06:23.653 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set config file paths] ****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86
Friday 25 October 2024  11:20:55 -0400 (0:00:00.068)       0:06:23.721 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf",
        "__podman_policy_json_file": "/etc/containers/policy.json",
        "__podman_registries_conf_file": "/etc/containers/registries.conf.d/50-systemroles.conf",
        "__podman_storage_conf_file": "/etc/containers/storage.conf"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle container.conf.d] **************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95
Friday 25 October 2024  11:20:55 -0400 (0:00:00.084)       0:06:23.806 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5
Friday 25 October 2024  11:20:56 -0400 (0:00:00.249)       0:06:24.055 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_containers_conf | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Update container config file] *********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13
Friday 25 October 2024  11:20:56 -0400 (0:00:00.069)       0:06:24.124 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_containers_conf | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] *************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98
Friday 25 October 2024  11:20:56 -0400 (0:00:00.058)       0:06:24.182 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5
Friday 25 October 2024  11:20:56 -0400 (0:00:00.096)       0:06:24.279 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_registries_conf | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Update registries config file] ********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13
Friday 25 October 2024  11:20:56 -0400 (0:00:00.048)       0:06:24.327 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_registries_conf | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Handle storage.conf] ******************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101
Friday 25 October 2024  11:20:56 -0400 (0:00:00.048)       0:06:24.376 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5
Friday 25 October 2024  11:20:56 -0400 (0:00:00.092)       0:06:24.468 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_storage_conf | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Update storage config file] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13
Friday 25 October 2024  11:20:56 -0400 (0:00:00.073)       0:06:24.542 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_storage_conf | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Handle policy.json] *******************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104
Friday 25 October 2024  11:20:56 -0400 (0:00:00.193)       0:06:24.735 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6
Friday 25 October 2024  11:20:57 -0400 (0:00:00.113)       0:06:24.849 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_policy_json | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14
Friday 25 October 2024  11:20:57 -0400 (0:00:00.054)       0:06:24.904 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_policy_json | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get the existing policy.json] *********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19
Friday 25 October 2024  11:20:57 -0400 (0:00:00.048)       0:06:24.952 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_policy_json | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Write new policy.json file] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25
Friday 25 October 2024  11:20:57 -0400 (0:00:00.049)       0:06:25.001 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_policy_json | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [Manage firewall for specified ports] *************************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110
Friday 25 October 2024  11:20:57 -0400 (0:00:00.048)       0:06:25.050 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_firewall | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [Manage selinux for specified ports] **************************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117
Friday 25 October 2024  11:20:57 -0400 (0:00:00.047)       0:06:25.098 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_selinux_ports | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124
Friday 25 October 2024  11:20:57 -0400 (0:00:00.052)       0:06:25.150 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_cancel_user_linger": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] *******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128
Friday 25 October 2024  11:20:57 -0400 (0:00:00.068)       0:06:25.219 ******** 
skipping: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle credential files - present] ****
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137
Friday 25 October 2024  11:20:57 -0400 (0:00:00.057)       0:06:25.277 ******** 
skipping: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle secrets] ***********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146
Friday 25 October 2024  11:20:57 -0400 (0:00:00.047)       0:06:25.324 ******** 
skipping: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] *****
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153
Friday 25 October 2024  11:20:57 -0400 (0:00:00.157)       0:06:25.481 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node2 => (item=(censored due to no_log))
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node2 => (item=(censored due to no_log))
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node2 => (item=(censored due to no_log))

TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14
Friday 25 October 2024  11:20:57 -0400 (0:00:00.157)       0:06:25.639 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_spec": {
            "debug": true,
            "log_level": "debug",
            "state": "absent"
        },
        "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n    labels:\n        app: test\n        io.containers.autoupdate: registry\n    name: httpd1\nspec:\n    containers:\n    -   command:\n        - /bin/busybox-extras\n        - httpd\n        - -f\n        - -p\n        - 80\n        image: quay.io/libpod/testimage:20210610\n        name: httpd1\n        ports:\n        -   containerPort: 80\n            hostPort: 15001\n        volumeMounts:\n        -   mountPath: /var/www:Z\n            name: www\n        -   mountPath: /var/httpd-create:Z\n            name: create\n        workingDir: /var/www\n    volumes:\n    -   hostPath:\n            path: /tmp/lsr_mjkc1l03_podman/httpd1\n        name: www\n    -   hostPath:\n            path: /tmp/lsr_mjkc1l03_podman/httpd1-create\n        name: create\n"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21
Friday 25 October 2024  11:20:57 -0400 (0:00:00.076)       0:06:25.715 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_continue_if_pull_fails": false,
        "__podman_kube": {
            "apiVersion": "v1",
            "kind": "Pod",
            "metadata": {
                "labels": {
                    "app": "test",
                    "io.containers.autoupdate": "registry"
                },
                "name": "httpd1"
            },
            "spec": {
                "containers": [
                    {
                        "command": [
                            "/bin/busybox-extras",
                            "httpd",
                            "-f",
                            "-p",
                            80
                        ],
                        "image": "quay.io/libpod/testimage:20210610",
                        "name": "httpd1",
                        "ports": [
                            {
                                "containerPort": 80,
                                "hostPort": 15001
                            }
                        ],
                        "volumeMounts": [
                            {
                                "mountPath": "/var/www:Z",
                                "name": "www"
                            },
                            {
                                "mountPath": "/var/httpd-create:Z",
                                "name": "create"
                            }
                        ],
                        "workingDir": "/var/www"
                    }
                ],
                "volumes": [
                    {
                        "hostPath": {
                            "path": "/tmp/lsr_mjkc1l03_podman/httpd1"
                        },
                        "name": "www"
                    },
                    {
                        "hostPath": {
                            "path": "/tmp/lsr_mjkc1l03_podman/httpd1-create"
                        },
                        "name": "create"
                    }
                ]
            }
        },
        "__podman_kube_file": "",
        "__podman_pull_image": true,
        "__podman_state": "absent",
        "__podman_systemd_unit_scope": "",
        "__podman_user": "podman_basic_user"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33
Friday 25 October 2024  11:20:57 -0400 (0:00:00.091)       0:06:25.807 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_name": "httpd1",
        "__podman_rootless": true
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Check user and group information] *****
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38
Friday 25 October 2024  11:20:58 -0400 (0:00:00.061)       0:06:25.868 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Get user information] *****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Friday 25 October 2024  11:20:58 -0400 (0:00:00.103)       0:06:25.971 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "getent_passwd": {
            "podman_basic_user": [
                "x",
                "3001",
                "3001",
                "",
                "/home/podman_basic_user",
                "/bin/bash"
            ]
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Fail if user does not exist] **********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Friday 25 October 2024  11:20:58 -0400 (0:00:00.409)       0:06:26.381 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set group for podman user] ************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Friday 25 October 2024  11:20:58 -0400 (0:00:00.062)       0:06:26.443 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_group": "3001"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Friday 25 October 2024  11:20:58 -0400 (0:00:00.071)       0:06:26.515 ******** 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "atime": 1729869378.0103734,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 32,
        "charset": "binary",
        "checksum": "86395ad7ce62834c967dc50f963a68f042029188",
        "ctime": 1729869347.9092026,
        "dev": 51714,
        "device_type": 0,
        "executable": true,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 8895830,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "application/x-pie-executable",
        "mode": "0755",
        "mtime": 1719187200.0,
        "nlink": 1,
        "path": "/usr/bin/getsubids",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 15728,
        "uid": 0,
        "version": "2735121205",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": true,
        "xoth": true,
        "xusr": true
    }
}

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Friday 25 October 2024  11:20:59 -0400 (0:00:00.410)       0:06:26.925 ******** 
ok: [managed-node2] => {
    "changed": false,
    "cmd": [
        "getsubids",
        "podman_basic_user"
    ],
    "delta": "0:00:00.004537",
    "end": "2024-10-25 11:20:59.433460",
    "rc": 0,
    "start": "2024-10-25 11:20:59.428923"
}

STDOUT:

0: podman_basic_user 524288 65536

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44
Friday 25 October 2024  11:20:59 -0400 (0:00:00.491)       0:06:27.417 ******** 
ok: [managed-node2] => {
    "changed": false,
    "cmd": [
        "getsubids",
        "-g",
        "podman_basic_user"
    ],
    "delta": "0:00:00.004827",
    "end": "2024-10-25 11:20:59.924731",
    "rc": 0,
    "start": "2024-10-25 11:20:59.919904"
}

STDOUT:

0: podman_basic_user 524288 65536

TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49
Friday 25 October 2024  11:21:00 -0400 (0:00:00.398)       0:06:27.815 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "podman_subgid_info": {
            "podman_basic_user": {
                "range": 65536,
                "start": 524288
            }
        },
        "podman_subuid_info": {
            "podman_basic_user": {
                "range": 65536,
                "start": 524288
            }
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Get subuid file] **********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62
Friday 25 October 2024  11:21:00 -0400 (0:00:00.067)       0:06:27.883 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get subgid file] **********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67
Friday 25 October 2024  11:21:00 -0400 (0:00:00.047)       0:06:27.930 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72
Friday 25 October 2024  11:21:00 -0400 (0:00:00.046)       0:06:27.977 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82
Friday 25 October 2024  11:21:00 -0400 (0:00:00.047)       0:06:28.024 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89
Friday 25 October 2024  11:21:00 -0400 (0:00:00.047)       0:06:28.072 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43
Friday 25 October 2024  11:21:00 -0400 (0:00:00.047)       0:06:28.119 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_kube",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52
Friday 25 October 2024  11:21:00 -0400 (0:00:00.045)       0:06:28.164 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_activate_systemd_unit": true,
        "__podman_systemd_scope": "user",
        "__podman_user_home_dir": "/home/podman_basic_user",
        "__podman_xdg_runtime_dir": "/run/user/3001"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60
Friday 25 October 2024  11:21:00 -0400 (0:00:00.072)       0:06:28.237 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_path": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64
Friday 25 October 2024  11:21:00 -0400 (0:00:00.049)       0:06:28.287 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_file": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68
Friday 25 October 2024  11:21:00 -0400 (0:00:00.055)       0:06:28.342 ******** 
ok: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75
Friday 25 October 2024  11:21:00 -0400 (0:00:00.159)       0:06:28.501 ******** 
ok: [managed-node2] => {
    "changed": false,
    "cmd": [
        "systemd-escape",
        "--template",
        "podman-kube@.service",
        "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml"
    ],
    "delta": "0:00:00.005238",
    "end": "2024-10-25 11:21:01.009969",
    "rc": 0,
    "start": "2024-10-25 11:21:01.004731"
}

STDOUT:

podman-kube@-home-podman_basic_user-.config-containers-ansible\x2dkubernetes.d-httpd1.yml.service

TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83
Friday 25 October 2024  11:21:01 -0400 (0:00:00.395)       0:06:28.897 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] *****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2
Friday 25 October 2024  11:21:01 -0400 (0:00:00.095)       0:06:28.993 ******** 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "atime": 1729869524.6191962,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 0,
        "charset": "binary",
        "ctime": 1729869531.9282365,
        "dev": 51,
        "device_type": 0,
        "executable": true,
        "exists": true,
        "gid": 3001,
        "gr_name": "podman_basic_user",
        "inode": 1,
        "isblk": false,
        "ischr": false,
        "isdir": true,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": false,
        "issock": false,
        "isuid": false,
        "mimetype": "inode/directory",
        "mode": "0700",
        "mtime": 1729869531.9282365,
        "nlink": 7,
        "path": "/run/user/3001",
        "pw_name": "podman_basic_user",
        "readable": true,
        "rgrp": false,
        "roth": false,
        "rusr": true,
        "size": 160,
        "uid": 3001,
        "version": null,
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": true
    }
}

TASK [fedora.linux_system_roles.podman : Stop and disable service] *************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10
Friday 25 October 2024  11:21:01 -0400 (0:00:00.403)       0:06:29.397 ******** 
changed: [managed-node2] => {
    "changed": true,
    "enabled": false,
    "failed_when_result": false,
    "name": "podman-kube@-home-podman_basic_user-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service",
    "state": "stopped",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0",
        "ActiveEnterTimestamp": "Fri 2024-10-25 11:19:04 EDT",
        "ActiveEnterTimestampMonotonic": "516196476",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "run-user-3001.mount \"app-podman\\\\x2dkube.slice\" -.mount basic.target network-online.target",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Fri 2024-10-25 11:18:54 EDT",
        "AssertTimestampMonotonic": "505672751",
        "Before": "shutdown.target default.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "330254000",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Fri 2024-10-25 11:18:54 EDT",
        "ConditionTimestampMonotonic": "505672748",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/user.slice/user-3001.slice/user@3001.service/app.slice/app-podman\\x2dkube.slice/podman-kube@-home-podman_basic_user-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service",
        "ControlGroupId": "6192",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "A template for running K8s workloads via podman-kube-play",
        "DevicePolicy": "auto",
        "Documentation": "\"man:podman-kube-play(1)\"",
        "DynamicUser": "no",
        "EffectiveMemoryHigh": "3702870016",
        "EffectiveMemoryMax": "3702870016",
        "EffectiveTasksMax": "22362",
        "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-home-podman_basic_user-.config-containers-ansible\\\\x2dkubernetes.d-httpd1.yml.service\"",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainHandoffTimestampMonotonic": "0",
        "ExecMainPID": "22297",
        "ExecMainStartTimestamp": "Fri 2024-10-25 11:19:04 EDT",
        "ExecMainStartTimestampMonotonic": "516196408",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml ; ignore_errors=no ; start_time=[Fri 2024-10-25 11:18:54 EDT] ; stop_time=[n/a] ; pid=22259 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml ; flags= ; start_time=[Fri 2024-10-25 11:18:54 EDT] ; stop_time=[n/a] ; pid=22259 ; code=(null) ; status=0/0 }",
        "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml ; 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/user/podman-kube@.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": "podman-kube@-home-podman_basic_user-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Fri 2024-10-25 11:18:54 EDT",
        "InactiveExitTimestampMonotonic": "505674084",
        "InvocationID": "562b83ec4ef44b35ba3e2d58c0f72bb4",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "inherit",
        "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": "13976",
        "LimitNPROCSoft": "13976",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13976",
        "LimitSIGPENDINGSoft": "13976",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "22297",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "3655364608",
        "MemoryCurrent": "22065152",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "45195264",
        "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": "\"podman-kube@-home-podman_basic_user-.config-containers-ansible\\\\x2dkubernetes.d-httpd1.yml.service\"",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "all",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "200",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "\"app-podman\\\\x2dkube.slice\" basic.target",
        "RequiresMountsFor": "/run/user/3001/containers",
        "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": "app-podman\\x2dkube.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": "Fri 2024-10-25 11:19:04 EDT",
        "StateChangeTimestampMonotonic": "516196476",
        "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": "15",
        "TasksMax": "22362",
        "TimeoutAbortUSec": "1min 10s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 10s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "notify",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "default.target",
        "Wants": "network-online.target",
        "WantsMountsFor": "/home/podman_basic_user",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0",
        "WorkingDirectory": "!/home/podman_basic_user"
    }
}

TASK [fedora.linux_system_roles.podman : Check if kube file exists] ************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:28
Friday 25 October 2024  11:21:12 -0400 (0:00:11.019)       0:06:40.416 ******** 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "atime": 1729869531.126232,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "d2a2a9068b039e62d712222706369a96914f4afe",
        "ctime": 1729869530.377228,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 3001,
        "gr_name": "podman_basic_user",
        "inode": 675283210,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1729869530.0512261,
        "nlink": 1,
        "path": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml",
        "pw_name": "podman_basic_user",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 762,
        "uid": 3001,
        "version": "2448196605",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [fedora.linux_system_roles.podman : Remove pod/containers] ****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:38
Friday 25 October 2024  11:21:13 -0400 (0:00:00.409)       0:06:40.826 ******** 
changed: [managed-node2] => {
    "actions": [
        "/bin/podman kube play --down /home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml"
    ],
    "changed": true,
    "failed_when_result": false
}

STDOUT:

Pods stopped:
Pods removed:
Secrets removed:
Volumes removed:


TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] **********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:56
Friday 25 October 2024  11:21:13 -0400 (0:00:00.619)       0:06:41.445 ******** 
changed: [managed-node2] => {
    "changed": true,
    "path": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml",
    "state": "absent"
}

TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:61
Friday 25 October 2024  11:21:14 -0400 (0:00:00.403)       0:06:41.849 ******** 
changed: [managed-node2] => {
    "changed": true,
    "cmd": [
        "podman",
        "image",
        "prune",
        "-f"
    ],
    "delta": "0:00:00.042168",
    "end": "2024-10-25 11:21:14.467006",
    "rc": 0,
    "start": "2024-10-25 11:21:14.424838"
}

TASK [fedora.linux_system_roles.podman : Manage linger] ************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70
Friday 25 October 2024  11:21:14 -0400 (0:00:00.515)       0:06:42.365 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Enable linger if needed] **************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12
Friday 25 October 2024  11:21:14 -0400 (0:00:00.080)       0:06:42.446 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_item_state | d('present') != 'absent'",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18
Friday 25 October 2024  11:21:14 -0400 (0:00:00.155)       0:06:42.601 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_item_state | d('present') != 'absent'",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22
Friday 25 October 2024  11:21:14 -0400 (0:00:00.067)       0:06:42.669 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_cancel_user_linger": [
            "podman_basic_user"
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Create and update containers and services] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87
Friday 25 October 2024  11:21:14 -0400 (0:00:00.090)       0:06:42.759 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_state != \"absent\"",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14
Friday 25 October 2024  11:21:15 -0400 (0:00:00.072)       0:06:42.831 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_spec": {
            "debug": true,
            "log_level": "debug",
            "state": "absent"
        },
        "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n    labels:\n        app: test\n        io.containers.autoupdate: registry\n    name: httpd2\nspec:\n    containers:\n    -   command:\n        - /bin/busybox-extras\n        - httpd\n        - -f\n        - -p\n        - 80\n        image: quay.io/libpod/testimage:20210610\n        name: httpd2\n        ports:\n        -   containerPort: 80\n            hostPort: 15002\n        volumeMounts:\n        -   mountPath: /var/www:Z\n            name: www\n        -   mountPath: /var/httpd-create:Z\n            name: create\n        workingDir: /var/www\n    volumes:\n    -   hostPath:\n            path: /tmp/lsr_mjkc1l03_podman/httpd2\n        name: www\n    -   hostPath:\n            path: /tmp/lsr_mjkc1l03_podman/httpd2-create\n        name: create\n"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21
Friday 25 October 2024  11:21:15 -0400 (0:00:00.123)       0:06:42.955 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_continue_if_pull_fails": false,
        "__podman_kube": {
            "apiVersion": "v1",
            "kind": "Pod",
            "metadata": {
                "labels": {
                    "app": "test",
                    "io.containers.autoupdate": "registry"
                },
                "name": "httpd2"
            },
            "spec": {
                "containers": [
                    {
                        "command": [
                            "/bin/busybox-extras",
                            "httpd",
                            "-f",
                            "-p",
                            80
                        ],
                        "image": "quay.io/libpod/testimage:20210610",
                        "name": "httpd2",
                        "ports": [
                            {
                                "containerPort": 80,
                                "hostPort": 15002
                            }
                        ],
                        "volumeMounts": [
                            {
                                "mountPath": "/var/www:Z",
                                "name": "www"
                            },
                            {
                                "mountPath": "/var/httpd-create:Z",
                                "name": "create"
                            }
                        ],
                        "workingDir": "/var/www"
                    }
                ],
                "volumes": [
                    {
                        "hostPath": {
                            "path": "/tmp/lsr_mjkc1l03_podman/httpd2"
                        },
                        "name": "www"
                    },
                    {
                        "hostPath": {
                            "path": "/tmp/lsr_mjkc1l03_podman/httpd2-create"
                        },
                        "name": "create"
                    }
                ]
            }
        },
        "__podman_kube_file": "",
        "__podman_pull_image": true,
        "__podman_state": "absent",
        "__podman_systemd_unit_scope": "",
        "__podman_user": "root"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33
Friday 25 October 2024  11:21:15 -0400 (0:00:00.120)       0:06:43.076 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_name": "httpd2",
        "__podman_rootless": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Check user and group information] *****
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38
Friday 25 October 2024  11:21:15 -0400 (0:00:00.077)       0:06:43.154 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Get user information] *****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Friday 25 October 2024  11:21:15 -0400 (0:00:00.147)       0:06:43.302 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "getent_passwd": {
            "root": [
                "x",
                "0",
                "0",
                "Super User",
                "/root",
                "/bin/bash"
            ]
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Fail if user does not exist] **********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Friday 25 October 2024  11:21:15 -0400 (0:00:00.433)       0:06:43.735 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set group for podman user] ************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Friday 25 October 2024  11:21:15 -0400 (0:00:00.062)       0:06:43.797 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_group": "0"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Friday 25 October 2024  11:21:16 -0400 (0:00:00.067)       0:06:43.865 ******** 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "atime": 1729869378.0103734,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 32,
        "charset": "binary",
        "checksum": "86395ad7ce62834c967dc50f963a68f042029188",
        "ctime": 1729869347.9092026,
        "dev": 51714,
        "device_type": 0,
        "executable": true,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 8895830,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "application/x-pie-executable",
        "mode": "0755",
        "mtime": 1719187200.0,
        "nlink": 1,
        "path": "/usr/bin/getsubids",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 15728,
        "uid": 0,
        "version": "2735121205",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": true,
        "xoth": true,
        "xusr": true
    }
}

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Friday 25 October 2024  11:21:16 -0400 (0:00:00.559)       0:06:44.424 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44
Friday 25 October 2024  11:21:16 -0400 (0:00:00.053)       0:06:44.478 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49
Friday 25 October 2024  11:21:16 -0400 (0:00:00.050)       0:06:44.528 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get subuid file] **********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62
Friday 25 October 2024  11:21:16 -0400 (0:00:00.047)       0:06:44.576 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get subgid file] **********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67
Friday 25 October 2024  11:21:16 -0400 (0:00:00.047)       0:06:44.623 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72
Friday 25 October 2024  11:21:16 -0400 (0:00:00.047)       0:06:44.671 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82
Friday 25 October 2024  11:21:16 -0400 (0:00:00.049)       0:06:44.721 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89
Friday 25 October 2024  11:21:16 -0400 (0:00:00.060)       0:06:44.781 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43
Friday 25 October 2024  11:21:17 -0400 (0:00:00.060)       0:06:44.842 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_kube",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52
Friday 25 October 2024  11:21:17 -0400 (0:00:00.055)       0:06:44.898 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_activate_systemd_unit": true,
        "__podman_systemd_scope": "system",
        "__podman_user_home_dir": "/root",
        "__podman_xdg_runtime_dir": "/run/user/0"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60
Friday 25 October 2024  11:21:17 -0400 (0:00:00.081)       0:06:44.979 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_path": "/etc/containers/ansible-kubernetes.d"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64
Friday 25 October 2024  11:21:17 -0400 (0:00:00.050)       0:06:45.029 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/httpd2.yml"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68
Friday 25 October 2024  11:21:17 -0400 (0:00:00.161)       0:06:45.190 ******** 
ok: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75
Friday 25 October 2024  11:21:17 -0400 (0:00:00.085)       0:06:45.276 ******** 
ok: [managed-node2] => {
    "changed": false,
    "cmd": [
        "systemd-escape",
        "--template",
        "podman-kube@.service",
        "/etc/containers/ansible-kubernetes.d/httpd2.yml"
    ],
    "delta": "0:00:00.005545",
    "end": "2024-10-25 11:21:17.825279",
    "rc": 0,
    "start": "2024-10-25 11:21:17.819734"
}

STDOUT:

podman-kube@-etc-containers-ansible\x2dkubernetes.d-httpd2.yml.service

TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83
Friday 25 October 2024  11:21:17 -0400 (0:00:00.440)       0:06:45.716 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] *****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2
Friday 25 October 2024  11:21:18 -0400 (0:00:00.101)       0:06:45.817 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_rootless | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Stop and disable service] *************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10
Friday 25 October 2024  11:21:18 -0400 (0:00:00.047)       0:06:45.865 ******** 
changed: [managed-node2] => {
    "changed": true,
    "enabled": false,
    "failed_when_result": false,
    "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service",
    "state": "stopped",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0",
        "ActiveEnterTimestamp": "Fri 2024-10-25 11:19:27 EDT",
        "ActiveEnterTimestampMonotonic": "538707660",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "-.mount systemd-journald.socket sysinit.target \"system-podman\\\\x2dkube.slice\" network-online.target basic.target",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Fri 2024-10-25 11:19:16 EDT",
        "AssertTimestampMonotonic": "527910654",
        "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": "321014000",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Fri 2024-10-25 11:19:16 EDT",
        "ConditionTimestampMonotonic": "527910652",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/system-podman\\x2dkube.slice/podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service",
        "ControlGroupId": "7558",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "A template for running K8s workloads via podman-kube-play",
        "DevicePolicy": "auto",
        "Documentation": "\"man:podman-kube-play(1)\"",
        "DynamicUser": "no",
        "EffectiveMemoryHigh": "3702870016",
        "EffectiveMemoryMax": "3702870016",
        "EffectiveTasksMax": "22362",
        "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd2.yml.service\"",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainHandoffTimestampMonotonic": "0",
        "ExecMainPID": "24190",
        "ExecMainStartTimestamp": "Fri 2024-10-25 11:19:27 EDT",
        "ExecMainStartTimestampMonotonic": "538707623",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/httpd2.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/httpd2.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/httpd2.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/httpd2.yml ; 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/podman-kube@.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": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Fri 2024-10-25 11:19:16 EDT",
        "InactiveExitTimestampMonotonic": "527912189",
        "InvocationID": "8980c8b23b1c4e7f90744458da809f63",
        "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": "13976",
        "LimitNPROCSoft": "13976",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13976",
        "LimitSIGPENDINGSoft": "13976",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "24190",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "3180879872",
        "MemoryCurrent": "2146304",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "25698304",
        "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": "\"podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd2.yml.service\"",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "all",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "-.mount \"system-podman\\\\x2dkube.slice\" sysinit.target",
        "RequiresMountsFor": "/run/containers",
        "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-podman\\x2dkube.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": "Fri 2024-10-25 11:19:27 EDT",
        "StateChangeTimestampMonotonic": "538707660",
        "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": "22362",
        "TimeoutAbortUSec": "1min 10s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 10s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "notify",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "Wants": "network-online.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.podman : Check if kube file exists] ************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:28
Friday 25 October 2024  11:21:29 -0400 (0:00:11.095)       0:06:56.960 ******** 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "atime": 1729869553.8043613,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "11915002ebff31021bd2b1f11488515bbaf6b7d6",
        "ctime": 1729869553.232358,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 557842639,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1729869552.913356,
        "nlink": 1,
        "path": "/etc/containers/ansible-kubernetes.d/httpd2.yml",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 762,
        "uid": 0,
        "version": "1529363545",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [fedora.linux_system_roles.podman : Remove pod/containers] ****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:38
Friday 25 October 2024  11:21:29 -0400 (0:00:00.499)       0:06:57.460 ******** 
changed: [managed-node2] => {
    "actions": [
        "/usr/bin/podman kube play --down /etc/containers/ansible-kubernetes.d/httpd2.yml"
    ],
    "changed": true,
    "failed_when_result": false
}

STDOUT:

Pods stopped:
Pods removed:
Secrets removed:
Volumes removed:


TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] **********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:56
Friday 25 October 2024  11:21:30 -0400 (0:00:00.569)       0:06:58.030 ******** 
changed: [managed-node2] => {
    "changed": true,
    "path": "/etc/containers/ansible-kubernetes.d/httpd2.yml",
    "state": "absent"
}

TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:61
Friday 25 October 2024  11:21:30 -0400 (0:00:00.429)       0:06:58.460 ******** 
changed: [managed-node2] => {
    "changed": true,
    "cmd": [
        "podman",
        "image",
        "prune",
        "-f"
    ],
    "delta": "0:00:00.028395",
    "end": "2024-10-25 11:21:31.026715",
    "rc": 0,
    "start": "2024-10-25 11:21:30.998320"
}

TASK [fedora.linux_system_roles.podman : Manage linger] ************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70
Friday 25 October 2024  11:21:31 -0400 (0:00:00.519)       0:06:58.979 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Enable linger if needed] **************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12
Friday 25 October 2024  11:21:31 -0400 (0:00:00.279)       0:06:59.259 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_rootless | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18
Friday 25 October 2024  11:21:31 -0400 (0:00:00.074)       0:06:59.333 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_rootless | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22
Friday 25 October 2024  11:21:31 -0400 (0:00:00.103)       0:06:59.437 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_rootless | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Create and update containers and services] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87
Friday 25 October 2024  11:21:31 -0400 (0:00:00.102)       0:06:59.540 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_state != \"absent\"",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14
Friday 25 October 2024  11:21:31 -0400 (0:00:00.121)       0:06:59.661 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_spec": {
            "state": "absent"
        },
        "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n  labels:\n    app: test\n    io.containers.autoupdate: registry\n  name: httpd3\nspec:\n  containers:\n    - name: httpd3\n      image: quay.io/libpod/testimage:20210610\n      command:\n        - /bin/busybox-extras\n        - httpd\n        - -f\n        - -p\n        - 80\n      ports:\n        - containerPort: 80\n          hostPort: 15003\n      volumeMounts:\n        - mountPath: /var/www:Z\n          name: www\n        - mountPath: /var/httpd-create:Z\n          name: create\n      workingDir: /var/www\n  volumes:\n    - name: www\n      hostPath:\n        path: \"/tmp/lsr_mjkc1l03_podman/httpd3\"\n    - name: create\n      hostPath:\n        path: \"/tmp/lsr_mjkc1l03_podman/httpd3-create\""
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21
Friday 25 October 2024  11:21:32 -0400 (0:00:00.162)       0:06:59.823 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_continue_if_pull_fails": false,
        "__podman_kube": {
            "apiVersion": "v1",
            "kind": "Pod",
            "metadata": {
                "labels": {
                    "app": "test",
                    "io.containers.autoupdate": "registry"
                },
                "name": "httpd3"
            },
            "spec": {
                "containers": [
                    {
                        "command": [
                            "/bin/busybox-extras",
                            "httpd",
                            "-f",
                            "-p",
                            80
                        ],
                        "image": "quay.io/libpod/testimage:20210610",
                        "name": "httpd3",
                        "ports": [
                            {
                                "containerPort": 80,
                                "hostPort": 15003
                            }
                        ],
                        "volumeMounts": [
                            {
                                "mountPath": "/var/www:Z",
                                "name": "www"
                            },
                            {
                                "mountPath": "/var/httpd-create:Z",
                                "name": "create"
                            }
                        ],
                        "workingDir": "/var/www"
                    }
                ],
                "volumes": [
                    {
                        "hostPath": {
                            "path": "/tmp/lsr_mjkc1l03_podman/httpd3"
                        },
                        "name": "www"
                    },
                    {
                        "hostPath": {
                            "path": "/tmp/lsr_mjkc1l03_podman/httpd3-create"
                        },
                        "name": "create"
                    }
                ]
            }
        },
        "__podman_kube_file": "",
        "__podman_pull_image": true,
        "__podman_state": "absent",
        "__podman_systemd_unit_scope": "",
        "__podman_user": "root"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33
Friday 25 October 2024  11:21:32 -0400 (0:00:00.108)       0:06:59.932 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_name": "httpd3",
        "__podman_rootless": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Check user and group information] *****
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38
Friday 25 October 2024  11:21:32 -0400 (0:00:00.080)       0:07:00.013 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Get user information] *****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Friday 25 October 2024  11:21:32 -0400 (0:00:00.190)       0:07:00.203 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user does not exist] **********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Friday 25 October 2024  11:21:32 -0400 (0:00:00.094)       0:07:00.297 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set group for podman user] ************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Friday 25 October 2024  11:21:32 -0400 (0:00:00.201)       0:07:00.499 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_group": "0"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Friday 25 October 2024  11:21:32 -0400 (0:00:00.073)       0:07:00.572 ******** 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "atime": 1729869378.0103734,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 32,
        "charset": "binary",
        "checksum": "86395ad7ce62834c967dc50f963a68f042029188",
        "ctime": 1729869347.9092026,
        "dev": 51714,
        "device_type": 0,
        "executable": true,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 8895830,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "application/x-pie-executable",
        "mode": "0755",
        "mtime": 1719187200.0,
        "nlink": 1,
        "path": "/usr/bin/getsubids",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 15728,
        "uid": 0,
        "version": "2735121205",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": true,
        "xoth": true,
        "xusr": true
    }
}

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Friday 25 October 2024  11:21:33 -0400 (0:00:00.454)       0:07:01.027 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44
Friday 25 October 2024  11:21:33 -0400 (0:00:00.081)       0:07:01.108 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49
Friday 25 October 2024  11:21:33 -0400 (0:00:00.074)       0:07:01.183 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get subuid file] **********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62
Friday 25 October 2024  11:21:33 -0400 (0:00:00.124)       0:07:01.307 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get subgid file] **********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67
Friday 25 October 2024  11:21:33 -0400 (0:00:00.144)       0:07:01.452 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72
Friday 25 October 2024  11:21:33 -0400 (0:00:00.133)       0:07:01.586 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82
Friday 25 October 2024  11:21:33 -0400 (0:00:00.085)       0:07:01.671 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89
Friday 25 October 2024  11:21:33 -0400 (0:00:00.076)       0:07:01.747 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43
Friday 25 October 2024  11:21:34 -0400 (0:00:00.075)       0:07:01.822 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_kube",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52
Friday 25 October 2024  11:21:34 -0400 (0:00:00.096)       0:07:01.918 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_activate_systemd_unit": true,
        "__podman_systemd_scope": "system",
        "__podman_user_home_dir": "/root",
        "__podman_xdg_runtime_dir": "/run/user/0"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60
Friday 25 October 2024  11:21:34 -0400 (0:00:00.196)       0:07:02.115 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_path": "/etc/containers/ansible-kubernetes.d"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64
Friday 25 October 2024  11:21:34 -0400 (0:00:00.290)       0:07:02.406 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/httpd3.yml"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68
Friday 25 October 2024  11:21:34 -0400 (0:00:00.082)       0:07:02.489 ******** 
ok: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75
Friday 25 October 2024  11:21:34 -0400 (0:00:00.101)       0:07:02.590 ******** 
ok: [managed-node2] => {
    "changed": false,
    "cmd": [
        "systemd-escape",
        "--template",
        "podman-kube@.service",
        "/etc/containers/ansible-kubernetes.d/httpd3.yml"
    ],
    "delta": "0:00:00.005545",
    "end": "2024-10-25 11:21:35.168899",
    "rc": 0,
    "start": "2024-10-25 11:21:35.163354"
}

STDOUT:

podman-kube@-etc-containers-ansible\x2dkubernetes.d-httpd3.yml.service

TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83
Friday 25 October 2024  11:21:35 -0400 (0:00:00.523)       0:07:03.113 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] *****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2
Friday 25 October 2024  11:21:35 -0400 (0:00:00.205)       0:07:03.318 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_rootless | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Stop and disable service] *************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10
Friday 25 October 2024  11:21:35 -0400 (0:00:00.089)       0:07:03.407 ******** 
changed: [managed-node2] => {
    "changed": true,
    "enabled": false,
    "failed_when_result": false,
    "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.service",
    "state": "stopped",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0",
        "ActiveEnterTimestamp": "Fri 2024-10-25 11:19:51 EDT",
        "ActiveEnterTimestampMonotonic": "562290782",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "\"system-podman\\\\x2dkube.slice\" network-online.target systemd-journald.socket basic.target sysinit.target -.mount",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Fri 2024-10-25 11:19:40 EDT",
        "AssertTimestampMonotonic": "551713268",
        "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": "289116000",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Fri 2024-10-25 11:19:40 EDT",
        "ConditionTimestampMonotonic": "551713264",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/system-podman\\x2dkube.slice/podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.service",
        "ControlGroupId": "8803",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "A template for running K8s workloads via podman-kube-play",
        "DevicePolicy": "auto",
        "Documentation": "\"man:podman-kube-play(1)\"",
        "DynamicUser": "no",
        "EffectiveMemoryHigh": "3702870016",
        "EffectiveMemoryMax": "3702870016",
        "EffectiveTasksMax": "22362",
        "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd3.yml.service\"",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainHandoffTimestampMonotonic": "0",
        "ExecMainPID": "25947",
        "ExecMainStartTimestamp": "Fri 2024-10-25 11:19:51 EDT",
        "ExecMainStartTimestampMonotonic": "562290741",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/httpd3.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/httpd3.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/httpd3.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/httpd3.yml ; 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/podman-kube@.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": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Fri 2024-10-25 11:19:40 EDT",
        "InactiveExitTimestampMonotonic": "551715473",
        "InvocationID": "635a6617f0ac4718a70b912a900951f9",
        "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": "13976",
        "LimitNPROCSoft": "13976",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13976",
        "LimitSIGPENDINGSoft": "13976",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "25947",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "3180515328",
        "MemoryCurrent": "2093056",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "25530368",
        "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": "\"podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd3.yml.service\"",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "all",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "\"system-podman\\\\x2dkube.slice\" -.mount sysinit.target",
        "RequiresMountsFor": "/run/containers",
        "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-podman\\x2dkube.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": "Fri 2024-10-25 11:19:51 EDT",
        "StateChangeTimestampMonotonic": "562290782",
        "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": "22362",
        "TimeoutAbortUSec": "1min 10s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 10s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "notify",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "Wants": "network-online.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.podman : Check if kube file exists] ************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:28
Friday 25 October 2024  11:21:46 -0400 (0:00:11.164)       0:07:14.572 ******** 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "atime": 1729869577.7594986,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "93af9485614f246edfa59c00fe74996e01fd364b",
        "ctime": 1729869577.121495,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 301990097,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1729869576.8464932,
        "nlink": 1,
        "path": "/etc/containers/ansible-kubernetes.d/httpd3.yml",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 762,
        "uid": 0,
        "version": "3998835109",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [fedora.linux_system_roles.podman : Remove pod/containers] ****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:38
Friday 25 October 2024  11:21:47 -0400 (0:00:00.461)       0:07:15.034 ******** 
changed: [managed-node2] => {
    "actions": [
        "/usr/bin/podman kube play --down /etc/containers/ansible-kubernetes.d/httpd3.yml"
    ],
    "changed": true,
    "failed_when_result": false
}

STDOUT:

Pods stopped:
Pods removed:
Secrets removed:
Volumes removed:


TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] **********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:56
Friday 25 October 2024  11:21:47 -0400 (0:00:00.554)       0:07:15.588 ******** 
changed: [managed-node2] => {
    "changed": true,
    "path": "/etc/containers/ansible-kubernetes.d/httpd3.yml",
    "state": "absent"
}

TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:61
Friday 25 October 2024  11:21:48 -0400 (0:00:00.423)       0:07:16.011 ******** 
changed: [managed-node2] => {
    "changed": true,
    "cmd": [
        "podman",
        "image",
        "prune",
        "-f"
    ],
    "delta": "0:00:00.033119",
    "end": "2024-10-25 11:21:48.605027",
    "rc": 0,
    "start": "2024-10-25 11:21:48.571908"
}

TASK [fedora.linux_system_roles.podman : Manage linger] ************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70
Friday 25 October 2024  11:21:48 -0400 (0:00:00.625)       0:07:16.637 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Enable linger if needed] **************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12
Friday 25 October 2024  11:21:48 -0400 (0:00:00.128)       0:07:16.766 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_rootless | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18
Friday 25 October 2024  11:21:49 -0400 (0:00:00.069)       0:07:16.836 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_rootless | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22
Friday 25 October 2024  11:21:49 -0400 (0:00:00.060)       0:07:16.896 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_rootless | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Create and update containers and services] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87
Friday 25 October 2024  11:21:49 -0400 (0:00:00.064)       0:07:16.960 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_state != \"absent\"",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160
Friday 25 October 2024  11:21:49 -0400 (0:00:00.076)       0:07:17.036 ******** 
skipping: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Cancel linger] ************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167
Friday 25 October 2024  11:21:49 -0400 (0:00:00.079)       0:07:17.116 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml for managed-node2 => (item=podman_basic_user)

TASK [fedora.linux_system_roles.podman : Get user information] *****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:4
Friday 25 October 2024  11:21:49 -0400 (0:00:00.186)       0:07:17.302 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "getent_passwd": {
            "podman_basic_user": [
                "x",
                "3001",
                "3001",
                "",
                "/home/podman_basic_user",
                "/bin/bash"
            ]
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set cancel linger vars] ***************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:11
Friday 25 October 2024  11:21:49 -0400 (0:00:00.479)       0:07:17.782 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_xdg_runtime_dir": "/run/user/3001"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] *****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:16
Friday 25 October 2024  11:21:50 -0400 (0:00:00.119)       0:07:17.901 ******** 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "atime": 1729869524.6191962,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 0,
        "charset": "binary",
        "ctime": 1729869531.9282365,
        "dev": 51,
        "device_type": 0,
        "executable": true,
        "exists": true,
        "gid": 3001,
        "gr_name": "podman_basic_user",
        "inode": 1,
        "isblk": false,
        "ischr": false,
        "isdir": true,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": false,
        "issock": false,
        "isuid": false,
        "mimetype": "inode/directory",
        "mode": "0700",
        "mtime": 1729869531.9282365,
        "nlink": 7,
        "path": "/run/user/3001",
        "pw_name": "podman_basic_user",
        "readable": true,
        "rgrp": false,
        "roth": false,
        "rusr": true,
        "size": 160,
        "uid": 3001,
        "version": null,
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": true
    }
}

TASK [fedora.linux_system_roles.podman : Gather facts for containers] **********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:21
Friday 25 October 2024  11:21:50 -0400 (0:00:00.657)       0:07:18.559 ******** 
ok: [managed-node2] => {
    "changed": false,
    "containers": []
}

TASK [fedora.linux_system_roles.podman : Gather facts for networks] ************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:30
Friday 25 October 2024  11:21:51 -0400 (0:00:00.745)       0:07:19.304 ******** 
ok: [managed-node2] => {
    "changed": false,
    "cmd": [
        "podman",
        "network",
        "ls",
        "-q"
    ],
    "delta": "0:00:00.040556",
    "end": "2024-10-25 11:21:51.915084",
    "rc": 0,
    "start": "2024-10-25 11:21:51.874528"
}

STDOUT:

podman
podman-default-kube-network

TASK [fedora.linux_system_roles.podman : Gather secrets] ***********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:40
Friday 25 October 2024  11:21:52 -0400 (0:00:00.560)       0:07:19.865 ******** 
ok: [managed-node2] => {
    "changed": false,
    "cmd": [
        "podman",
        "secret",
        "ls",
        "-n",
        "-q"
    ],
    "delta": "0:00:00.047760",
    "end": "2024-10-25 11:21:52.575204",
    "rc": 0,
    "start": "2024-10-25 11:21:52.527444"
}

TASK [fedora.linux_system_roles.podman : Cancel linger if no more resources are in use] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:50
Friday 25 October 2024  11:21:52 -0400 (0:00:00.627)       0:07:20.492 ******** 
changed: [managed-node2] => {
    "changed": true,
    "cmd": [
        "loginctl",
        "disable-linger",
        "podman_basic_user"
    ],
    "delta": "0:00:00.007117",
    "end": "2024-10-25 11:21:53.056128",
    "rc": 0,
    "start": "2024-10-25 11:21:53.049011"
}

TASK [fedora.linux_system_roles.podman : Wait for user session to exit closing state] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:62
Friday 25 October 2024  11:21:53 -0400 (0:00:00.450)       0:07:20.943 ******** 
FAILED - RETRYING: [managed-node2]: Wait for user session to exit closing state (3 retries left).
FAILED - RETRYING: [managed-node2]: Wait for user session to exit closing state (2 retries left).
FAILED - RETRYING: [managed-node2]: Wait for user session to exit closing state (1 retries left).
fatal: [managed-node2]: FAILED! => {
    "attempts": 3,
    "changed": false,
    "cmd": [
        "loginctl",
        "show-user",
        "-P",
        "State",
        "podman_basic_user"
    ],
    "delta": "0:00:00.006409",
    "end": "2024-10-25 11:22:09.536554",
    "rc": 0,
    "start": "2024-10-25 11:22:09.530145"
}

STDOUT:

closing
...ignoring

TASK [fedora.linux_system_roles.podman : Stop logind] **************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:76
Friday 25 October 2024  11:22:09 -0400 (0:00:16.505)       0:07:37.448 ******** 
changed: [managed-node2] => {
    "changed": true,
    "name": "systemd-logind",
    "state": "stopped",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0",
        "ActiveEnterTimestamp": "Fri 2024-10-25 11:10:57 EDT",
        "ActiveEnterTimestampMonotonic": "29210722",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "basic.target modprobe@drm.service -.mount tmp.mount dbus.socket user.slice sysinit.target system.slice nss-user-lookup.target systemd-tmpfiles-setup.service systemd-remount-fs.service systemd-journald.socket",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Fri 2024-10-25 11:10:57 EDT",
        "AssertTimestampMonotonic": "29146026",
        "Before": "multi-user.target session-3.scope session-5.scope shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "BusName": "org.freedesktop.login1",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "271812000",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanClean": "runtime state fdstore",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_linux_immutable cap_sys_admin cap_sys_tty_config cap_audit_control cap_mac_admin",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Fri 2024-10-25 11:10:57 EDT",
        "ConditionTimestampMonotonic": "29146023",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/systemd-logind.service",
        "ControlGroupId": "2821",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "User Login Management",
        "DeviceAllow": "block-* r",
        "DevicePolicy": "auto",
        "Documentation": "\"man:sd-login(3)\" \"man:systemd-logind.service(8)\" \"man:logind.conf(5)\" \"man:org.freedesktop.login1(5)\"",
        "DropInPaths": "/usr/lib/systemd/system/systemd-logind.service.d/10-grub2-logind-service.conf",
        "DynamicUser": "no",
        "EffectiveMemoryHigh": "3702870016",
        "EffectiveMemoryMax": "3702870016",
        "EffectiveTasksMax": "22362",
        "Environment": "SYSTEMD_REBOOT_TO_BOOT_LOADER_MENU=true",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainHandoffTimestamp": "Fri 2024-10-25 11:10:57 EDT",
        "ExecMainHandoffTimestampMonotonic": "29191195",
        "ExecMainPID": "654",
        "ExecMainStartTimestamp": "Fri 2024-10-25 11:10:57 EDT",
        "ExecMainStartTimestampMonotonic": "29148383",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/usr/lib/systemd/systemd-logind ; argv[]=/usr/lib/systemd/systemd-logind ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/lib/systemd/systemd-logind ; argv[]=/usr/lib/systemd/systemd-logind ; 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": "768",
        "FileDescriptorStorePreserve": "restart",
        "FinalKillSignal": "9",
        "FragmentPath": "/usr/lib/systemd/system/systemd-logind.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",
        "IPAddressDeny": "0.0.0.0/0 ::/0",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "systemd-logind.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Fri 2024-10-25 11:10:57 EDT",
        "InactiveExitTimestampMonotonic": "29148643",
        "InvocationID": "a085cc95eecb460489187ed191373195",
        "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": "524288",
        "LimitNPROC": "13976",
        "LimitNPROCSoft": "13976",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13976",
        "LimitSIGPENDINGSoft": "13976",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "yes",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "654",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "3207839744",
        "MemoryCurrent": "16961536",
        "MemoryDenyWriteExecute": "yes",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "17453056",
        "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": "4",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "systemd-logind.service dbus-org.freedesktop.login1.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "yes",
        "NonBlocking": "no",
        "NotifyAccess": "main",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "yes",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "yes",
        "ProtectControlGroups": "yes",
        "ProtectHome": "yes",
        "ProtectHostname": "yes",
        "ProtectKernelLogs": "yes",
        "ProtectKernelModules": "yes",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "strict",
        "ReadWritePaths": "/etc /run",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "-.mount system.slice sysinit.target",
        "RequiresMountsFor": "/run/systemd/sessions /var/lib/systemd/linger /run/systemd/shutdown /run/systemd/seats /run/systemd/inhibit /run/systemd/users",
        "Restart": "always",
        "RestartKillSignal": "15",
        "RestartMaxDelayUSec": "infinity",
        "RestartMode": "normal",
        "RestartSteps": "0",
        "RestartUSec": "0",
        "RestartUSecNext": "0",
        "RestrictAddressFamilies": "AF_NETLINK AF_UNIX",
        "RestrictNamespaces": "yes",
        "RestrictRealtime": "yes",
        "RestrictSUIDSGID": "yes",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RootEphemeral": "no",
        "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "RuntimeDirectory": "systemd/inhibit systemd/seats systemd/sessions systemd/shutdown systemd/users",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "yes",
        "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": "Fri 2024-10-25 11:10:57 EDT",
        "StateChangeTimestampMonotonic": "29210722",
        "StateDirectory": "systemd/linger",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StatusText": "Processing requests...",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SurviveFinalKillSignal": "no",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallArchitectures": "native",
        "SystemCallErrorNumber": "1",
        "SystemCallFilter": "_llseek _newselect accept accept4 access add_key alarm arch_prctl arm_fadvise64_64 bind brk cacheflush capget capset chdir chmod chown chown32 clock_getres clock_getres_time64 clock_gettime clock_gettime64 clock_nanosleep clock_nanosleep_time64 clone clone3 close close_range connect copy_file_range creat dup dup2 dup3 epoll_create epoll_create1 epoll_ctl epoll_ctl_old epoll_pwait epoll_pwait2 epoll_wait epoll_wait_old eventfd eventfd2 execve execveat exit exit_group faccessat faccessat2 fadvise64 fadvise64_64 fallocate fchdir fchmod fchmodat fchown fchown32 fchownat fcntl fcntl64 fdatasync fgetxattr flistxattr flock fork fremovexattr fsetxattr fstat fstat64 fstatat64 fstatfs fstatfs64 fsync ftruncate ftruncate64 futex futex_time64 futimesat get_mempolicy get_robust_list get_thread_area getcpu getcwd getdents getdents64 getegid getegid32 geteuid geteuid32 getgid getgid32 getgroups getgroups32 getitimer getpeername getpgid getpgrp getpid getppid getpriority getrandom getresgid getresgid32 getresuid getresuid32 getrlimit getrusage getsid getsockname getsockopt gettid gettimeofday getuid getuid32 getxattr inotify_add_watch inotify_init inotify_init1 inotify_rm_watch io_cancel io_destroy io_getevents io_pgetevents io_pgetevents_time64 io_setup io_submit io_uring_enter io_uring_register io_uring_setup ioctl ioprio_get ioprio_set ipc kcmp keyctl kill lchown lchown32 lgetxattr link linkat listen listxattr llistxattr lremovexattr lseek lsetxattr lstat lstat64 madvise mbind membarrier memfd_create migrate_pages mkdir mkdirat mknod mknodat mlock mlock2 mlockall mmap mmap2 move_pages mprotect mq_getsetattr mq_notify mq_open mq_timedreceive mq_timedreceive_time64 mq_timedsend mq_timedsend_time64 mq_unlink mremap msgctl msgget msgrcv msgsnd msync munlock munlockall munmap name_to_handle_at nanosleep newfstatat nice oldfstat oldlstat oldolduname oldstat olduname open openat openat2 pause personality pidfd_open pidfd_send_signal pipe pipe2 poll ppoll ppoll_time64 prctl pread64 preadv preadv2 prlimit64 process_madvise process_vm_readv process_vm_writev pselect6 pselect6_time64 pwrite64 pwritev pwritev2 read readahead readdir readlink readlinkat readv recv recvfrom recvmmsg recvmmsg_time64 recvmsg remap_file_pages removexattr rename renameat renameat2 request_key restart_syscall riscv_flush_icache rmdir rseq rt_sigaction rt_sigpending rt_sigprocmask rt_sigqueueinfo rt_sigreturn rt_sigsuspend rt_sigtimedwait rt_sigtimedwait_time64 rt_tgsigqueueinfo sched_get_priority_max sched_get_priority_min sched_getaffinity sched_getattr sched_getparam sched_getscheduler sched_rr_get_interval sched_rr_get_interval_time64 sched_setaffinity sched_setattr sched_setparam sched_setscheduler sched_yield select semctl semget semop semtimedop semtimedop_time64 send sendfile sendfile64 sendmmsg sendmsg sendto set_mempolicy set_robust_list set_thread_area set_tid_address set_tls setfsgid setfsgid32 setfsuid setfsuid32 setgid setgid32 setgroups setgroups32 setitimer setns setpgid setpriority setregid setregid32 setresgid setresgid32 setresuid setresuid32 setreuid setreuid32 setrlimit setsid setsockopt setuid setuid32 setxattr shmat shmctl shmdt shmget shutdown sigaction sigaltstack signal signalfd signalfd4 sigpending sigprocmask sigreturn sigsuspend socket socketcall socketpair splice stat stat64 statfs statfs64 statx swapcontext symlink symlinkat sync sync_file_range sync_file_range2 syncfs sysinfo tee tgkill time timer_create timer_delete timer_getoverrun timer_gettime timer_gettime64 timer_settime timer_settime64 timerfd_create timerfd_gettime timerfd_gettime64 timerfd_settime timerfd_settime64 times tkill truncate truncate64 ugetrlimit umask uname unlink unlinkat unshare userfaultfd utime utimensat utimensat_time64 utimes vfork vmsplice wait4 waitid waitpid write writev",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "1",
        "TasksMax": "22362",
        "TimeoutAbortUSec": "1min 30s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "notify-reload",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "static",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "Wants": "user.slice modprobe@drm.service -.mount dbus.socket",
        "WantsMountsFor": "/tmp /var/tmp",
        "WatchdogSignal": "6",
        "WatchdogTimestamp": "Fri 2024-10-25 11:21:28 EDT",
        "WatchdogTimestampMonotonic": "660093021",
        "WatchdogUSec": "3min"
    }
}

TASK [fedora.linux_system_roles.podman : Wait for user session to exit closing state] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:81
Friday 25 October 2024  11:22:10 -0400 (0:00:00.624)       0:07:38.073 ******** 
FAILED - RETRYING: [managed-node2]: Wait for user session to exit closing state (3 retries left).
FAILED - RETRYING: [managed-node2]: Wait for user session to exit closing state (2 retries left).
ok: [managed-node2] => {
    "attempts": 3,
    "changed": false,
    "cmd": [
        "loginctl",
        "show-user",
        "-P",
        "State",
        "podman_basic_user"
    ],
    "delta": "0:00:00.006414",
    "end": "2024-10-25 11:22:22.787048",
    "failed_when_result": false,
    "rc": 1,
    "start": "2024-10-25 11:22:22.780634"
}

STDERR:

Failed to get user: User ID 3001 is not logged in or lingering


MSG:

non-zero return code

TASK [fedora.linux_system_roles.podman : Restart logind] ***********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:92
Friday 25 October 2024  11:22:22 -0400 (0:00:12.606)       0:07:50.679 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__user_state is failed",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Handle credential files - absent] *****
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173
Friday 25 October 2024  11:22:22 -0400 (0:00:00.069)       0:07:50.749 ******** 
skipping: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182
Friday 25 October 2024  11:22:23 -0400 (0:00:00.070)       0:07:50.819 ******** 
skipping: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [Check that pods are not running] *****************************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:396
Friday 25 October 2024  11:22:23 -0400 (0:00:00.115)       0:07:50.935 ******** 
ok: [managed-node2] => (item=['httpd1', 'podman_basic_user', 3001]) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": [
        "podman",
        "pod",
        "exists",
        "httpd1"
    ],
    "delta": "0:00:00.031513",
    "end": "2024-10-25 11:22:23.584634",
    "failed_when_result": false,
    "item": [
        "httpd1",
        "podman_basic_user",
        3001
    ],
    "rc": 125,
    "start": "2024-10-25 11:22:23.553121"
}

STDERR:

time="2024-10-25T11:22:23-04:00" level=warning msg="RunRoot is pointing to a path (/run/user/3001/containers) which is not writable. Most likely podman will fail."
Error: creating events dirs: mkdir /run/user/3001: permission denied


MSG:

non-zero return code
ok: [managed-node2] => (item=['httpd2', 'root', 0]) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": [
        "podman",
        "pod",
        "exists",
        "httpd2"
    ],
    "delta": "0:00:00.032822",
    "end": "2024-10-25 11:22:23.983298",
    "failed_when_result": false,
    "item": [
        "httpd2",
        "root",
        0
    ],
    "rc": 1,
    "start": "2024-10-25 11:22:23.950476"
}

MSG:

non-zero return code
ok: [managed-node2] => (item=['httpd3', 'root', 0]) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": [
        "podman",
        "pod",
        "exists",
        "httpd3"
    ],
    "delta": "0:00:00.031125",
    "end": "2024-10-25 11:22:24.394108",
    "failed_when_result": false,
    "item": [
        "httpd3",
        "root",
        0
    ],
    "rc": 1,
    "start": "2024-10-25 11:22:24.362983"
}

MSG:

non-zero return code

TASK [Check Services should be absent] *****************************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:409
Friday 25 October 2024  11:22:24 -0400 (0:00:01.512)       0:07:52.447 ******** 
ok: [managed-node2] => (item=['httpd1', 'podman_basic_user', 3001]) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": "set -euo pipefail\nsystemctl --user list-units -a -l --plain |  grep -E '^[  ]*podman-kube@.+-httpd1[.]yml[.]service[ ]+loaded[ ]+active '\n",
    "delta": "0:00:00.007623",
    "end": "2024-10-25 11:22:25.039832",
    "failed_when_result": false,
    "item": [
        "httpd1",
        "podman_basic_user",
        3001
    ],
    "rc": 1,
    "start": "2024-10-25 11:22:25.032209"
}

STDERR:

Failed to connect to bus: No such file or directory


MSG:

non-zero return code
ok: [managed-node2] => (item=['httpd2', 'root', 0]) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": "set -euo pipefail\nsystemctl --system list-units -a -l --plain |  grep -E '^[  ]*podman-kube@.+-httpd2[.]yml[.]service[ ]+loaded[ ]+active '\n",
    "delta": "0:00:00.013805",
    "end": "2024-10-25 11:22:25.411308",
    "failed_when_result": false,
    "item": [
        "httpd2",
        "root",
        0
    ],
    "rc": 1,
    "start": "2024-10-25 11:22:25.397503"
}

MSG:

non-zero return code
ok: [managed-node2] => (item=['httpd3', 'root', 0]) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": "set -euo pipefail\nsystemctl --system list-units -a -l --plain |  grep -E '^[  ]*podman-kube@.+-httpd3[.]yml[.]service[ ]+loaded[ ]+active '\n",
    "delta": "0:00:00.013153",
    "end": "2024-10-25 11:22:25.781145",
    "failed_when_result": false,
    "item": [
        "httpd3",
        "root",
        0
    ],
    "rc": 1,
    "start": "2024-10-25 11:22:25.767992"
}

MSG:

non-zero return code

TASK [Ensure no linger] ********************************************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:428
Friday 25 October 2024  11:22:25 -0400 (0:00:01.254)       0:07:53.702 ******** 
ok: [managed-node2] => (item=['httpd1', 'podman_basic_user', 3001]) => {
    "ansible_loop_var": "item",
    "changed": false,
    "failed_when_result": false,
    "item": [
        "httpd1",
        "podman_basic_user",
        3001
    ],
    "stat": {
        "exists": false
    }
}
skipping: [managed-node2] => (item=['httpd2', 'root', 0])  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item[1] != \"root\"",
    "item": [
        "httpd2",
        "root",
        0
    ],
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=['httpd3', 'root', 0])  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item[1] != \"root\"",
    "item": [
        "httpd3",
        "root",
        0
    ],
    "skip_reason": "Conditional result was False"
}

TASK [Remove pods and units again - test idempotence] **************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:436
Friday 25 October 2024  11:22:26 -0400 (0:00:00.462)       0:07:54.164 ******** 
included: fedora.linux_system_roles.podman for managed-node2

TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3
Friday 25 October 2024  11:22:26 -0400 (0:00:00.263)       0:07:54.428 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] ****
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3
Friday 25 October 2024  11:22:26 -0400 (0:00:00.132)       0:07:54.560 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11
Friday 25 October 2024  11:22:26 -0400 (0:00:00.067)       0:07:54.628 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16
Friday 25 October 2024  11:22:26 -0400 (0:00:00.058)       0:07:54.687 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23
Friday 25 October 2024  11:22:26 -0400 (0:00:00.051)       0:07:54.738 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28
Friday 25 October 2024  11:22:26 -0400 (0:00:00.051)       0:07:54.790 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32
Friday 25 October 2024  11:22:27 -0400 (0:00:00.167)       0:07:54.957 ******** 
ok: [managed-node2] => (item=RedHat.yml) => {
    "ansible_facts": {
        "__podman_packages": [
            "podman",
            "shadow-utils-subid"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml"
}
skipping: [managed-node2] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "CentOS.yml",
    "skip_reason": "Conditional result was False"
}
ok: [managed-node2] => (item=CentOS_10.yml) => {
    "ansible_facts": {
        "__podman_packages": [
            "iptables-nft",
            "podman",
            "shadow-utils-subid"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_10.yml"
}
ok: [managed-node2] => (item=CentOS_10.yml) => {
    "ansible_facts": {
        "__podman_packages": [
            "iptables-nft",
            "podman",
            "shadow-utils-subid"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_10.yml"
}

TASK [fedora.linux_system_roles.podman : Gather the package facts] *************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6
Friday 25 October 2024  11:22:27 -0400 (0:00:00.140)       0:07:55.097 ******** 
ok: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Enable copr if requested] *************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10
Friday 25 October 2024  11:22:28 -0400 (0:00:00.834)       0:07:55.932 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_use_copr | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14
Friday 25 October 2024  11:22:28 -0400 (0:00:00.074)       0:07:56.007 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "(__podman_packages | difference(ansible_facts.packages))",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28
Friday 25 October 2024  11:22:28 -0400 (0:00:00.088)       0:07:56.096 ******** 
skipping: [managed-node2] => {
    "false_condition": "__podman_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33
Friday 25 October 2024  11:22:28 -0400 (0:00:00.075)       0:07:56.171 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38
Friday 25 October 2024  11:22:28 -0400 (0:00:00.076)       0:07:56.248 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get podman version] *******************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46
Friday 25 October 2024  11:22:28 -0400 (0:00:00.074)       0:07:56.322 ******** 
ok: [managed-node2] => {
    "changed": false,
    "cmd": [
        "podman",
        "--version"
    ],
    "delta": "0:00:00.025453",
    "end": "2024-10-25 11:22:28.876535",
    "rc": 0,
    "start": "2024-10-25 11:22:28.851082"
}

STDOUT:

podman version 5.2.2

TASK [fedora.linux_system_roles.podman : Set podman version] *******************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52
Friday 25 October 2024  11:22:28 -0400 (0:00:00.466)       0:07:56.789 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "podman_version": "5.2.2"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56
Friday 25 October 2024  11:22:29 -0400 (0:00:00.086)       0:07:56.875 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_version is version(\"4.2\", \"<\")",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63
Friday 25 October 2024  11:22:29 -0400 (0:00:00.224)       0:07:57.100 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "(podman_quadlet_specs | length > 0) or (podman_secrets | length > 0)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73
Friday 25 October 2024  11:22:29 -0400 (0:00:00.075)       0:07:57.176 ******** 
META: end_host conditional evaluated to False, continuing execution for managed-node2
skipping: [managed-node2] => {
    "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2"
}

MSG:

end_host conditional evaluated to false, continuing execution for managed-node2

TASK [fedora.linux_system_roles.podman : Check user and group information] *****
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80
Friday 25 October 2024  11:22:29 -0400 (0:00:00.098)       0:07:57.275 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Get user information] *****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Friday 25 October 2024  11:22:29 -0400 (0:00:00.134)       0:07:57.409 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "getent_passwd": {
            "root": [
                "x",
                "0",
                "0",
                "Super User",
                "/root",
                "/bin/bash"
            ]
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Fail if user does not exist] **********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Friday 25 October 2024  11:22:30 -0400 (0:00:00.447)       0:07:57.856 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set group for podman user] ************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Friday 25 October 2024  11:22:30 -0400 (0:00:00.057)       0:07:57.913 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_group": "0"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Friday 25 October 2024  11:22:30 -0400 (0:00:00.072)       0:07:57.986 ******** 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "atime": 1729869378.0103734,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 32,
        "charset": "binary",
        "checksum": "86395ad7ce62834c967dc50f963a68f042029188",
        "ctime": 1729869347.9092026,
        "dev": 51714,
        "device_type": 0,
        "executable": true,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 8895830,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "application/x-pie-executable",
        "mode": "0755",
        "mtime": 1719187200.0,
        "nlink": 1,
        "path": "/usr/bin/getsubids",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 15728,
        "uid": 0,
        "version": "2735121205",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": true,
        "xoth": true,
        "xusr": true
    }
}

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Friday 25 October 2024  11:22:30 -0400 (0:00:00.416)       0:07:58.402 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44
Friday 25 October 2024  11:22:30 -0400 (0:00:00.071)       0:07:58.473 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49
Friday 25 October 2024  11:22:30 -0400 (0:00:00.053)       0:07:58.526 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get subuid file] **********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62
Friday 25 October 2024  11:22:30 -0400 (0:00:00.163)       0:07:58.689 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get subgid file] **********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67
Friday 25 October 2024  11:22:30 -0400 (0:00:00.048)       0:07:58.738 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72
Friday 25 October 2024  11:22:30 -0400 (0:00:00.047)       0:07:58.786 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82
Friday 25 October 2024  11:22:31 -0400 (0:00:00.060)       0:07:58.846 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89
Friday 25 October 2024  11:22:31 -0400 (0:00:00.071)       0:07:58.918 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set config file paths] ****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86
Friday 25 October 2024  11:22:31 -0400 (0:00:00.074)       0:07:58.992 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf",
        "__podman_policy_json_file": "/etc/containers/policy.json",
        "__podman_registries_conf_file": "/etc/containers/registries.conf.d/50-systemroles.conf",
        "__podman_storage_conf_file": "/etc/containers/storage.conf"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle container.conf.d] **************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95
Friday 25 October 2024  11:22:31 -0400 (0:00:00.089)       0:07:59.082 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5
Friday 25 October 2024  11:22:31 -0400 (0:00:00.135)       0:07:59.217 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_containers_conf | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Update container config file] *********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13
Friday 25 October 2024  11:22:31 -0400 (0:00:00.074)       0:07:59.292 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_containers_conf | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] *************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98
Friday 25 October 2024  11:22:31 -0400 (0:00:00.074)       0:07:59.366 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5
Friday 25 October 2024  11:22:31 -0400 (0:00:00.270)       0:07:59.637 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_registries_conf | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Update registries config file] ********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13
Friday 25 October 2024  11:22:31 -0400 (0:00:00.080)       0:07:59.718 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_registries_conf | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Handle storage.conf] ******************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101
Friday 25 October 2024  11:22:31 -0400 (0:00:00.077)       0:07:59.796 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5
Friday 25 October 2024  11:22:32 -0400 (0:00:00.136)       0:07:59.932 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_storage_conf | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Update storage config file] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13
Friday 25 October 2024  11:22:32 -0400 (0:00:00.075)       0:08:00.008 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_storage_conf | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Handle policy.json] *******************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104
Friday 25 October 2024  11:22:32 -0400 (0:00:00.052)       0:08:00.061 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6
Friday 25 October 2024  11:22:32 -0400 (0:00:00.105)       0:08:00.167 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_policy_json | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14
Friday 25 October 2024  11:22:32 -0400 (0:00:00.048)       0:08:00.215 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_policy_json | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get the existing policy.json] *********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19
Friday 25 October 2024  11:22:32 -0400 (0:00:00.047)       0:08:00.263 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_policy_json | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Write new policy.json file] ***********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25
Friday 25 October 2024  11:22:32 -0400 (0:00:00.047)       0:08:00.311 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_policy_json | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [Manage firewall for specified ports] *************************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110
Friday 25 October 2024  11:22:32 -0400 (0:00:00.180)       0:08:00.491 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_firewall | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [Manage selinux for specified ports] **************************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117
Friday 25 October 2024  11:22:32 -0400 (0:00:00.059)       0:08:00.550 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_selinux_ports | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124
Friday 25 October 2024  11:22:32 -0400 (0:00:00.056)       0:08:00.607 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_cancel_user_linger": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] *******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128
Friday 25 October 2024  11:22:32 -0400 (0:00:00.062)       0:08:00.669 ******** 
skipping: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle credential files - present] ****
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137
Friday 25 October 2024  11:22:32 -0400 (0:00:00.044)       0:08:00.714 ******** 
skipping: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle secrets] ***********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146
Friday 25 October 2024  11:22:32 -0400 (0:00:00.044)       0:08:00.758 ******** 
skipping: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] *****
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153
Friday 25 October 2024  11:22:32 -0400 (0:00:00.042)       0:08:00.801 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node2 => (item=(censored due to no_log))
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node2 => (item=(censored due to no_log))
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node2 => (item=(censored due to no_log))

TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14
Friday 25 October 2024  11:22:33 -0400 (0:00:00.200)       0:08:01.002 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_spec": {
            "debug": true,
            "log_level": "debug",
            "state": "absent"
        },
        "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n    labels:\n        app: test\n        io.containers.autoupdate: registry\n    name: httpd1\nspec:\n    containers:\n    -   command:\n        - /bin/busybox-extras\n        - httpd\n        - -f\n        - -p\n        - 80\n        image: quay.io/libpod/testimage:20210610\n        name: httpd1\n        ports:\n        -   containerPort: 80\n            hostPort: 15001\n        volumeMounts:\n        -   mountPath: /var/www:Z\n            name: www\n        -   mountPath: /var/httpd-create:Z\n            name: create\n        workingDir: /var/www\n    volumes:\n    -   hostPath:\n            path: /tmp/lsr_mjkc1l03_podman/httpd1\n        name: www\n    -   hostPath:\n            path: /tmp/lsr_mjkc1l03_podman/httpd1-create\n        name: create\n"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21
Friday 25 October 2024  11:22:33 -0400 (0:00:00.073)       0:08:01.075 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_continue_if_pull_fails": false,
        "__podman_kube": {
            "apiVersion": "v1",
            "kind": "Pod",
            "metadata": {
                "labels": {
                    "app": "test",
                    "io.containers.autoupdate": "registry"
                },
                "name": "httpd1"
            },
            "spec": {
                "containers": [
                    {
                        "command": [
                            "/bin/busybox-extras",
                            "httpd",
                            "-f",
                            "-p",
                            80
                        ],
                        "image": "quay.io/libpod/testimage:20210610",
                        "name": "httpd1",
                        "ports": [
                            {
                                "containerPort": 80,
                                "hostPort": 15001
                            }
                        ],
                        "volumeMounts": [
                            {
                                "mountPath": "/var/www:Z",
                                "name": "www"
                            },
                            {
                                "mountPath": "/var/httpd-create:Z",
                                "name": "create"
                            }
                        ],
                        "workingDir": "/var/www"
                    }
                ],
                "volumes": [
                    {
                        "hostPath": {
                            "path": "/tmp/lsr_mjkc1l03_podman/httpd1"
                        },
                        "name": "www"
                    },
                    {
                        "hostPath": {
                            "path": "/tmp/lsr_mjkc1l03_podman/httpd1-create"
                        },
                        "name": "create"
                    }
                ]
            }
        },
        "__podman_kube_file": "",
        "__podman_pull_image": true,
        "__podman_state": "absent",
        "__podman_systemd_unit_scope": "",
        "__podman_user": "podman_basic_user"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33
Friday 25 October 2024  11:22:33 -0400 (0:00:00.075)       0:08:01.151 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_name": "httpd1",
        "__podman_rootless": true
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Check user and group information] *****
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38
Friday 25 October 2024  11:22:33 -0400 (0:00:00.051)       0:08:01.202 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Get user information] *****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Friday 25 October 2024  11:22:33 -0400 (0:00:00.201)       0:08:01.404 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "getent_passwd": {
            "podman_basic_user": [
                "x",
                "3001",
                "3001",
                "",
                "/home/podman_basic_user",
                "/bin/bash"
            ]
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Fail if user does not exist] **********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Friday 25 October 2024  11:22:34 -0400 (0:00:00.465)       0:08:01.869 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set group for podman user] ************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Friday 25 October 2024  11:22:34 -0400 (0:00:00.090)       0:08:01.960 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_group": "3001"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Friday 25 October 2024  11:22:34 -0400 (0:00:00.102)       0:08:02.062 ******** 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "atime": 1729869378.0103734,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 32,
        "charset": "binary",
        "checksum": "86395ad7ce62834c967dc50f963a68f042029188",
        "ctime": 1729869347.9092026,
        "dev": 51714,
        "device_type": 0,
        "executable": true,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 8895830,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "application/x-pie-executable",
        "mode": "0755",
        "mtime": 1719187200.0,
        "nlink": 1,
        "path": "/usr/bin/getsubids",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 15728,
        "uid": 0,
        "version": "2735121205",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": true,
        "xoth": true,
        "xusr": true
    }
}

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Friday 25 October 2024  11:22:34 -0400 (0:00:00.456)       0:08:02.519 ******** 
ok: [managed-node2] => {
    "changed": false,
    "cmd": [
        "getsubids",
        "podman_basic_user"
    ],
    "delta": "0:00:00.003791",
    "end": "2024-10-25 11:22:35.061834",
    "rc": 0,
    "start": "2024-10-25 11:22:35.058043"
}

STDOUT:

0: podman_basic_user 524288 65536

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44
Friday 25 October 2024  11:22:35 -0400 (0:00:00.454)       0:08:02.974 ******** 
ok: [managed-node2] => {
    "changed": false,
    "cmd": [
        "getsubids",
        "-g",
        "podman_basic_user"
    ],
    "delta": "0:00:00.005144",
    "end": "2024-10-25 11:22:35.499134",
    "rc": 0,
    "start": "2024-10-25 11:22:35.493990"
}

STDOUT:

0: podman_basic_user 524288 65536

TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49
Friday 25 October 2024  11:22:35 -0400 (0:00:00.432)       0:08:03.406 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "podman_subgid_info": {
            "podman_basic_user": {
                "range": 65536,
                "start": 524288
            }
        },
        "podman_subuid_info": {
            "podman_basic_user": {
                "range": 65536,
                "start": 524288
            }
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Get subuid file] **********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62
Friday 25 October 2024  11:22:35 -0400 (0:00:00.076)       0:08:03.483 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get subgid file] **********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67
Friday 25 October 2024  11:22:35 -0400 (0:00:00.050)       0:08:03.534 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72
Friday 25 October 2024  11:22:35 -0400 (0:00:00.046)       0:08:03.580 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82
Friday 25 October 2024  11:22:35 -0400 (0:00:00.046)       0:08:03.626 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89
Friday 25 October 2024  11:22:35 -0400 (0:00:00.176)       0:08:03.803 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43
Friday 25 October 2024  11:22:36 -0400 (0:00:00.058)       0:08:03.861 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_kube",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52
Friday 25 October 2024  11:22:36 -0400 (0:00:00.052)       0:08:03.914 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_activate_systemd_unit": true,
        "__podman_systemd_scope": "user",
        "__podman_user_home_dir": "/home/podman_basic_user",
        "__podman_xdg_runtime_dir": "/run/user/3001"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60
Friday 25 October 2024  11:22:36 -0400 (0:00:00.080)       0:08:03.994 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_path": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64
Friday 25 October 2024  11:22:36 -0400 (0:00:00.051)       0:08:04.046 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_file": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68
Friday 25 October 2024  11:22:36 -0400 (0:00:00.056)       0:08:04.102 ******** 
ok: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75
Friday 25 October 2024  11:22:36 -0400 (0:00:00.059)       0:08:04.162 ******** 
ok: [managed-node2] => {
    "changed": false,
    "cmd": [
        "systemd-escape",
        "--template",
        "podman-kube@.service",
        "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml"
    ],
    "delta": "0:00:00.005304",
    "end": "2024-10-25 11:22:36.692833",
    "rc": 0,
    "start": "2024-10-25 11:22:36.687529"
}

STDOUT:

podman-kube@-home-podman_basic_user-.config-containers-ansible\x2dkubernetes.d-httpd1.yml.service

TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83
Friday 25 October 2024  11:22:36 -0400 (0:00:00.445)       0:08:04.607 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] *****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2
Friday 25 October 2024  11:22:36 -0400 (0:00:00.152)       0:08:04.760 ******** 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.podman : Stop and disable service] *************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10
Friday 25 October 2024  11:22:37 -0400 (0:00:00.426)       0:08:05.186 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_rootless or __podman_xdg_stat.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Check if kube file exists] ************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:28
Friday 25 October 2024  11:22:37 -0400 (0:00:00.058)       0:08:05.244 ******** 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.podman : Remove pod/containers] ****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:38
Friday 25 October 2024  11:22:37 -0400 (0:00:00.495)       0:08:05.739 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_rootless or __podman_xdg_stat.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] **********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:56
Friday 25 October 2024  11:22:37 -0400 (0:00:00.055)       0:08:05.795 ******** 
ok: [managed-node2] => {
    "changed": false,
    "path": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml",
    "state": "absent"
}

TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:61
Friday 25 October 2024  11:22:38 -0400 (0:00:00.416)       0:08:06.211 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_removed is changed",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Manage linger] ************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70
Friday 25 October 2024  11:22:38 -0400 (0:00:00.054)       0:08:06.265 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Enable linger if needed] **************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12
Friday 25 October 2024  11:22:38 -0400 (0:00:00.091)       0:08:06.357 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_item_state | d('present') != 'absent'",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18
Friday 25 October 2024  11:22:38 -0400 (0:00:00.075)       0:08:06.433 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_item_state | d('present') != 'absent'",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22
Friday 25 October 2024  11:22:38 -0400 (0:00:00.077)       0:08:06.510 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_cancel_user_linger": [
            "podman_basic_user"
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Create and update containers and services] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87
Friday 25 October 2024  11:22:38 -0400 (0:00:00.086)       0:08:06.597 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_state != \"absent\"",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14
Friday 25 October 2024  11:22:38 -0400 (0:00:00.068)       0:08:06.665 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_spec": {
            "debug": true,
            "log_level": "debug",
            "state": "absent"
        },
        "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n    labels:\n        app: test\n        io.containers.autoupdate: registry\n    name: httpd2\nspec:\n    containers:\n    -   command:\n        - /bin/busybox-extras\n        - httpd\n        - -f\n        - -p\n        - 80\n        image: quay.io/libpod/testimage:20210610\n        name: httpd2\n        ports:\n        -   containerPort: 80\n            hostPort: 15002\n        volumeMounts:\n        -   mountPath: /var/www:Z\n            name: www\n        -   mountPath: /var/httpd-create:Z\n            name: create\n        workingDir: /var/www\n    volumes:\n    -   hostPath:\n            path: /tmp/lsr_mjkc1l03_podman/httpd2\n        name: www\n    -   hostPath:\n            path: /tmp/lsr_mjkc1l03_podman/httpd2-create\n        name: create\n"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21
Friday 25 October 2024  11:22:38 -0400 (0:00:00.098)       0:08:06.764 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_continue_if_pull_fails": false,
        "__podman_kube": {
            "apiVersion": "v1",
            "kind": "Pod",
            "metadata": {
                "labels": {
                    "app": "test",
                    "io.containers.autoupdate": "registry"
                },
                "name": "httpd2"
            },
            "spec": {
                "containers": [
                    {
                        "command": [
                            "/bin/busybox-extras",
                            "httpd",
                            "-f",
                            "-p",
                            80
                        ],
                        "image": "quay.io/libpod/testimage:20210610",
                        "name": "httpd2",
                        "ports": [
                            {
                                "containerPort": 80,
                                "hostPort": 15002
                            }
                        ],
                        "volumeMounts": [
                            {
                                "mountPath": "/var/www:Z",
                                "name": "www"
                            },
                            {
                                "mountPath": "/var/httpd-create:Z",
                                "name": "create"
                            }
                        ],
                        "workingDir": "/var/www"
                    }
                ],
                "volumes": [
                    {
                        "hostPath": {
                            "path": "/tmp/lsr_mjkc1l03_podman/httpd2"
                        },
                        "name": "www"
                    },
                    {
                        "hostPath": {
                            "path": "/tmp/lsr_mjkc1l03_podman/httpd2-create"
                        },
                        "name": "create"
                    }
                ]
            }
        },
        "__podman_kube_file": "",
        "__podman_pull_image": true,
        "__podman_state": "absent",
        "__podman_systemd_unit_scope": "",
        "__podman_user": "root"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33
Friday 25 October 2024  11:22:39 -0400 (0:00:00.097)       0:08:06.862 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_name": "httpd2",
        "__podman_rootless": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Check user and group information] *****
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38
Friday 25 October 2024  11:22:39 -0400 (0:00:00.198)       0:08:07.061 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Get user information] *****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Friday 25 October 2024  11:22:39 -0400 (0:00:00.179)       0:08:07.241 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "getent_passwd": {
            "root": [
                "x",
                "0",
                "0",
                "Super User",
                "/root",
                "/bin/bash"
            ]
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Fail if user does not exist] **********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Friday 25 October 2024  11:22:39 -0400 (0:00:00.513)       0:08:07.755 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set group for podman user] ************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Friday 25 October 2024  11:22:40 -0400 (0:00:00.115)       0:08:07.871 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_group": "0"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Friday 25 October 2024  11:22:40 -0400 (0:00:00.110)       0:08:07.982 ******** 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "atime": 1729869378.0103734,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 32,
        "charset": "binary",
        "checksum": "86395ad7ce62834c967dc50f963a68f042029188",
        "ctime": 1729869347.9092026,
        "dev": 51714,
        "device_type": 0,
        "executable": true,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 8895830,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "application/x-pie-executable",
        "mode": "0755",
        "mtime": 1719187200.0,
        "nlink": 1,
        "path": "/usr/bin/getsubids",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 15728,
        "uid": 0,
        "version": "2735121205",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": true,
        "xoth": true,
        "xusr": true
    }
}

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Friday 25 October 2024  11:22:40 -0400 (0:00:00.431)       0:08:08.413 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44
Friday 25 October 2024  11:22:40 -0400 (0:00:00.067)       0:08:08.480 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49
Friday 25 October 2024  11:22:40 -0400 (0:00:00.078)       0:08:08.559 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get subuid file] **********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62
Friday 25 October 2024  11:22:40 -0400 (0:00:00.075)       0:08:08.634 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get subgid file] **********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67
Friday 25 October 2024  11:22:40 -0400 (0:00:00.063)       0:08:08.698 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72
Friday 25 October 2024  11:22:40 -0400 (0:00:00.062)       0:08:08.761 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82
Friday 25 October 2024  11:22:41 -0400 (0:00:00.190)       0:08:08.951 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89
Friday 25 October 2024  11:22:41 -0400 (0:00:00.054)       0:08:09.006 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43
Friday 25 October 2024  11:22:41 -0400 (0:00:00.049)       0:08:09.056 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_kube",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52
Friday 25 October 2024  11:22:41 -0400 (0:00:00.047)       0:08:09.103 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_activate_systemd_unit": true,
        "__podman_systemd_scope": "system",
        "__podman_user_home_dir": "/root",
        "__podman_xdg_runtime_dir": "/run/user/0"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60
Friday 25 October 2024  11:22:41 -0400 (0:00:00.072)       0:08:09.176 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_path": "/etc/containers/ansible-kubernetes.d"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64
Friday 25 October 2024  11:22:41 -0400 (0:00:00.056)       0:08:09.233 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/httpd2.yml"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68
Friday 25 October 2024  11:22:41 -0400 (0:00:00.083)       0:08:09.316 ******** 
ok: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75
Friday 25 October 2024  11:22:41 -0400 (0:00:00.067)       0:08:09.384 ******** 
ok: [managed-node2] => {
    "changed": false,
    "cmd": [
        "systemd-escape",
        "--template",
        "podman-kube@.service",
        "/etc/containers/ansible-kubernetes.d/httpd2.yml"
    ],
    "delta": "0:00:00.005225",
    "end": "2024-10-25 11:22:41.902285",
    "rc": 0,
    "start": "2024-10-25 11:22:41.897060"
}

STDOUT:

podman-kube@-etc-containers-ansible\x2dkubernetes.d-httpd2.yml.service

TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83
Friday 25 October 2024  11:22:42 -0400 (0:00:00.433)       0:08:09.817 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] *****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2
Friday 25 October 2024  11:22:42 -0400 (0:00:00.170)       0:08:09.988 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_rootless | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Stop and disable service] *************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10
Friday 25 October 2024  11:22:42 -0400 (0:00:00.068)       0:08:10.057 ******** 
ok: [managed-node2] => {
    "changed": false,
    "enabled": false,
    "failed_when_result": false,
    "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service",
    "state": "stopped",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0",
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "sysinit.target systemd-journald.socket \"system-podman\\\\x2dkube.slice\" -.mount network-online.target basic.target",
        "AllowIsolate": "no",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Before": "shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroupId": "0",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "A template for running K8s workloads via podman-kube-play",
        "DevicePolicy": "auto",
        "Documentation": "\"man:podman-kube-play(1)\"",
        "DynamicUser": "no",
        "EffectiveMemoryHigh": "3702870016",
        "EffectiveMemoryMax": "3702870016",
        "EffectiveTasksMax": "22362",
        "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd2.yml.service\"",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainHandoffTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/httpd2.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/httpd2.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/httpd2.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/httpd2.yml ; 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/podman-kube@.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": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.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": "13976",
        "LimitNPROCSoft": "13976",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13976",
        "LimitSIGPENDINGSoft": "13976",
        "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": "3223584768",
        "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": "\"podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd2.yml.service\"",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "all",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "sysinit.target \"system-podman\\\\x2dkube.slice\" -.mount",
        "RequiresMountsFor": "/run/containers",
        "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-podman\\x2dkube.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": "22362",
        "TimeoutAbortUSec": "1min 10s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 10s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "notify",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "disabled",
        "UtmpMode": "init",
        "Wants": "network-online.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "infinity"
    }
}

TASK [fedora.linux_system_roles.podman : Check if kube file exists] ************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:28
Friday 25 October 2024  11:22:43 -0400 (0:00:00.962)       0:08:11.019 ******** 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.podman : Remove pod/containers] ****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:38
Friday 25 October 2024  11:22:43 -0400 (0:00:00.430)       0:08:11.449 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_kube_file_stat.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] **********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:56
Friday 25 October 2024  11:22:43 -0400 (0:00:00.126)       0:08:11.576 ******** 
ok: [managed-node2] => {
    "changed": false,
    "path": "/etc/containers/ansible-kubernetes.d/httpd2.yml",
    "state": "absent"
}

TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:61
Friday 25 October 2024  11:22:44 -0400 (0:00:00.437)       0:08:12.013 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_removed is changed",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Manage linger] ************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70
Friday 25 October 2024  11:22:44 -0400 (0:00:00.129)       0:08:12.143 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Enable linger if needed] **************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12
Friday 25 October 2024  11:22:44 -0400 (0:00:00.150)       0:08:12.294 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_rootless | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18
Friday 25 October 2024  11:22:44 -0400 (0:00:00.083)       0:08:12.377 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_rootless | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22
Friday 25 October 2024  11:22:44 -0400 (0:00:00.073)       0:08:12.450 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_rootless | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Create and update containers and services] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87
Friday 25 October 2024  11:22:44 -0400 (0:00:00.073)       0:08:12.524 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_state != \"absent\"",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14
Friday 25 October 2024  11:22:44 -0400 (0:00:00.075)       0:08:12.600 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_spec": {
            "state": "absent"
        },
        "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n  labels:\n    app: test\n    io.containers.autoupdate: registry\n  name: httpd3\nspec:\n  containers:\n    - name: httpd3\n      image: quay.io/libpod/testimage:20210610\n      command:\n        - /bin/busybox-extras\n        - httpd\n        - -f\n        - -p\n        - 80\n      ports:\n        - containerPort: 80\n          hostPort: 15003\n      volumeMounts:\n        - mountPath: /var/www:Z\n          name: www\n        - mountPath: /var/httpd-create:Z\n          name: create\n      workingDir: /var/www\n  volumes:\n    - name: www\n      hostPath:\n        path: \"/tmp/lsr_mjkc1l03_podman/httpd3\"\n    - name: create\n      hostPath:\n        path: \"/tmp/lsr_mjkc1l03_podman/httpd3-create\""
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21
Friday 25 October 2024  11:22:45 -0400 (0:00:00.283)       0:08:12.883 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_continue_if_pull_fails": false,
        "__podman_kube": {
            "apiVersion": "v1",
            "kind": "Pod",
            "metadata": {
                "labels": {
                    "app": "test",
                    "io.containers.autoupdate": "registry"
                },
                "name": "httpd3"
            },
            "spec": {
                "containers": [
                    {
                        "command": [
                            "/bin/busybox-extras",
                            "httpd",
                            "-f",
                            "-p",
                            80
                        ],
                        "image": "quay.io/libpod/testimage:20210610",
                        "name": "httpd3",
                        "ports": [
                            {
                                "containerPort": 80,
                                "hostPort": 15003
                            }
                        ],
                        "volumeMounts": [
                            {
                                "mountPath": "/var/www:Z",
                                "name": "www"
                            },
                            {
                                "mountPath": "/var/httpd-create:Z",
                                "name": "create"
                            }
                        ],
                        "workingDir": "/var/www"
                    }
                ],
                "volumes": [
                    {
                        "hostPath": {
                            "path": "/tmp/lsr_mjkc1l03_podman/httpd3"
                        },
                        "name": "www"
                    },
                    {
                        "hostPath": {
                            "path": "/tmp/lsr_mjkc1l03_podman/httpd3-create"
                        },
                        "name": "create"
                    }
                ]
            }
        },
        "__podman_kube_file": "",
        "__podman_pull_image": true,
        "__podman_state": "absent",
        "__podman_systemd_unit_scope": "",
        "__podman_user": "root"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33
Friday 25 October 2024  11:22:45 -0400 (0:00:00.114)       0:08:12.997 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_name": "httpd3",
        "__podman_rootless": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Check user and group information] *****
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38
Friday 25 October 2024  11:22:45 -0400 (0:00:00.078)       0:08:13.076 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Get user information] *****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Friday 25 October 2024  11:22:45 -0400 (0:00:00.148)       0:08:13.225 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user does not exist] **********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Friday 25 October 2024  11:22:45 -0400 (0:00:00.099)       0:08:13.324 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set group for podman user] ************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Friday 25 October 2024  11:22:45 -0400 (0:00:00.097)       0:08:13.422 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_group": "0"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Friday 25 October 2024  11:22:45 -0400 (0:00:00.101)       0:08:13.523 ******** 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "atime": 1729869378.0103734,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 32,
        "charset": "binary",
        "checksum": "86395ad7ce62834c967dc50f963a68f042029188",
        "ctime": 1729869347.9092026,
        "dev": 51714,
        "device_type": 0,
        "executable": true,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 8895830,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "application/x-pie-executable",
        "mode": "0755",
        "mtime": 1719187200.0,
        "nlink": 1,
        "path": "/usr/bin/getsubids",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 15728,
        "uid": 0,
        "version": "2735121205",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": true,
        "xoth": true,
        "xusr": true
    }
}

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Friday 25 October 2024  11:22:46 -0400 (0:00:00.505)       0:08:14.029 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44
Friday 25 October 2024  11:22:46 -0400 (0:00:00.095)       0:08:14.124 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49
Friday 25 October 2024  11:22:46 -0400 (0:00:00.051)       0:08:14.176 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get subuid file] **********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62
Friday 25 October 2024  11:22:46 -0400 (0:00:00.055)       0:08:14.231 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get subgid file] **********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67
Friday 25 October 2024  11:22:46 -0400 (0:00:00.154)       0:08:14.386 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72
Friday 25 October 2024  11:22:46 -0400 (0:00:00.048)       0:08:14.435 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82
Friday 25 October 2024  11:22:46 -0400 (0:00:00.058)       0:08:14.493 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89
Friday 25 October 2024  11:22:46 -0400 (0:00:00.070)       0:08:14.563 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43
Friday 25 October 2024  11:22:46 -0400 (0:00:00.055)       0:08:14.619 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_kube",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52
Friday 25 October 2024  11:22:46 -0400 (0:00:00.054)       0:08:14.673 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_activate_systemd_unit": true,
        "__podman_systemd_scope": "system",
        "__podman_user_home_dir": "/root",
        "__podman_xdg_runtime_dir": "/run/user/0"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60
Friday 25 October 2024  11:22:46 -0400 (0:00:00.076)       0:08:14.750 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_path": "/etc/containers/ansible-kubernetes.d"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64
Friday 25 October 2024  11:22:46 -0400 (0:00:00.051)       0:08:14.802 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/httpd3.yml"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68
Friday 25 October 2024  11:22:47 -0400 (0:00:00.055)       0:08:14.857 ******** 
ok: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75
Friday 25 October 2024  11:22:47 -0400 (0:00:00.067)       0:08:14.925 ******** 
ok: [managed-node2] => {
    "changed": false,
    "cmd": [
        "systemd-escape",
        "--template",
        "podman-kube@.service",
        "/etc/containers/ansible-kubernetes.d/httpd3.yml"
    ],
    "delta": "0:00:00.005396",
    "end": "2024-10-25 11:22:47.450047",
    "rc": 0,
    "start": "2024-10-25 11:22:47.444651"
}

STDOUT:

podman-kube@-etc-containers-ansible\x2dkubernetes.d-httpd3.yml.service

TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ******
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83
Friday 25 October 2024  11:22:47 -0400 (0:00:00.440)       0:08:15.365 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] *****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2
Friday 25 October 2024  11:22:47 -0400 (0:00:00.375)       0:08:15.741 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_rootless | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Stop and disable service] *************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10
Friday 25 October 2024  11:22:48 -0400 (0:00:00.079)       0:08:15.821 ******** 
ok: [managed-node2] => {
    "changed": false,
    "enabled": false,
    "failed_when_result": false,
    "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.service",
    "state": "stopped",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0",
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "-.mount basic.target systemd-journald.socket network-online.target \"system-podman\\\\x2dkube.slice\" sysinit.target",
        "AllowIsolate": "no",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Before": "shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroupId": "0",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "A template for running K8s workloads via podman-kube-play",
        "DevicePolicy": "auto",
        "Documentation": "\"man:podman-kube-play(1)\"",
        "DynamicUser": "no",
        "EffectiveMemoryHigh": "3702870016",
        "EffectiveMemoryMax": "3702870016",
        "EffectiveTasksMax": "22362",
        "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd3.yml.service\"",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainHandoffTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/httpd3.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/httpd3.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/httpd3.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/httpd3.yml ; 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/podman-kube@.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": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.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": "13976",
        "LimitNPROCSoft": "13976",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13976",
        "LimitSIGPENDINGSoft": "13976",
        "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": "3222011904",
        "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": "\"podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd3.yml.service\"",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "all",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "sysinit.target -.mount \"system-podman\\\\x2dkube.slice\"",
        "RequiresMountsFor": "/run/containers",
        "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-podman\\x2dkube.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": "22362",
        "TimeoutAbortUSec": "1min 10s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 10s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "notify",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "disabled",
        "UtmpMode": "init",
        "Wants": "network-online.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "infinity"
    }
}

TASK [fedora.linux_system_roles.podman : Check if kube file exists] ************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:28
Friday 25 October 2024  11:22:48 -0400 (0:00:00.636)       0:08:16.457 ******** 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.podman : Remove pod/containers] ****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:38
Friday 25 October 2024  11:22:49 -0400 (0:00:00.422)       0:08:16.879 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_kube_file_stat.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] **********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:56
Friday 25 October 2024  11:22:49 -0400 (0:00:00.056)       0:08:16.936 ******** 
ok: [managed-node2] => {
    "changed": false,
    "path": "/etc/containers/ansible-kubernetes.d/httpd3.yml",
    "state": "absent"
}

TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:61
Friday 25 October 2024  11:22:49 -0400 (0:00:00.420)       0:08:17.356 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_removed is changed",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Manage linger] ************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70
Friday 25 October 2024  11:22:49 -0400 (0:00:00.077)       0:08:17.433 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Enable linger if needed] **************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12
Friday 25 October 2024  11:22:49 -0400 (0:00:00.127)       0:08:17.561 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_rootless | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18
Friday 25 October 2024  11:22:49 -0400 (0:00:00.075)       0:08:17.636 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_rootless | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22
Friday 25 October 2024  11:22:49 -0400 (0:00:00.080)       0:08:17.717 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_rootless | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Create and update containers and services] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87
Friday 25 October 2024  11:22:50 -0400 (0:00:00.099)       0:08:17.817 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_state != \"absent\"",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160
Friday 25 October 2024  11:22:50 -0400 (0:00:00.240)       0:08:18.057 ******** 
skipping: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Cancel linger] ************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167
Friday 25 October 2024  11:22:50 -0400 (0:00:00.101)       0:08:18.159 ******** 
included: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml for managed-node2 => (item=podman_basic_user)

TASK [fedora.linux_system_roles.podman : Get user information] *****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:4
Friday 25 October 2024  11:22:50 -0400 (0:00:00.238)       0:08:18.397 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "getent_passwd": {
            "podman_basic_user": [
                "x",
                "3001",
                "3001",
                "",
                "/home/podman_basic_user",
                "/bin/bash"
            ]
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set cancel linger vars] ***************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:11
Friday 25 October 2024  11:22:51 -0400 (0:00:00.496)       0:08:18.894 ******** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_xdg_runtime_dir": "/run/user/3001"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] *****************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:16
Friday 25 October 2024  11:22:51 -0400 (0:00:00.091)       0:08:18.985 ******** 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.podman : Gather facts for containers] **********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:21
Friday 25 October 2024  11:22:51 -0400 (0:00:00.490)       0:08:19.476 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_xdg_stat.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Gather facts for networks] ************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:30
Friday 25 October 2024  11:22:51 -0400 (0:00:00.139)       0:08:19.615 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_xdg_stat.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Gather secrets] ***********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:40
Friday 25 October 2024  11:22:51 -0400 (0:00:00.099)       0:08:19.714 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_xdg_stat.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Cancel linger if no more resources are in use] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:50
Friday 25 October 2024  11:22:51 -0400 (0:00:00.084)       0:08:19.799 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_xdg_stat.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Wait for user session to exit closing state] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:62
Friday 25 October 2024  11:22:52 -0400 (0:00:00.074)       0:08:19.873 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__cancel_linger is changed",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Stop logind] **************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:76
Friday 25 October 2024  11:22:52 -0400 (0:00:00.058)       0:08:19.932 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__cancel_linger is changed",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Wait for user session to exit closing state] ***
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:81
Friday 25 October 2024  11:22:52 -0400 (0:00:00.178)       0:08:20.111 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__cancel_linger is changed",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Restart logind] ***********************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:92
Friday 25 October 2024  11:22:52 -0400 (0:00:00.088)       0:08:20.199 ******** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__cancel_linger is changed",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Handle credential files - absent] *****
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173
Friday 25 October 2024  11:22:52 -0400 (0:00:00.123)       0:08:20.322 ******** 
skipping: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ********
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182
Friday 25 October 2024  11:22:52 -0400 (0:00:00.111)       0:08:20.434 ******** 
skipping: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [Clean up storage.conf] ***************************************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:456
Friday 25 October 2024  11:22:52 -0400 (0:00:00.232)       0:08:20.669 ******** 
ok: [managed-node2] => {
    "changed": false,
    "path": "/etc/containers/storage.conf",
    "state": "absent"
}

TASK [Clean up host directories] ***********************************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:463
Friday 25 October 2024  11:22:53 -0400 (0:00:00.509)       0:08:21.179 ******** 
changed: [managed-node2] => {
    "changed": true,
    "path": "/tmp/lsr_mjkc1l03_podman",
    "state": "absent"
}

TASK [Remove kube file src] ****************************************************
task path: /tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:470
Friday 25 October 2024  11:22:53 -0400 (0:00:00.475)       0:08:21.654 ******** 
changed: [managed-node2 -> localhost] => {
    "changed": true,
    "path": "/tmp/lsr_podman_j6wb3plc.yml",
    "state": "absent"
}

PLAY RECAP *********************************************************************
managed-node2              : ok=612  changed=56   unreachable=0    failed=0    skipped=824  rescued=1    ignored=1   

Friday 25 October 2024  11:22:54 -0400 (0:00:00.910)       0:08:22.565 ******** 
=============================================================================== 
fedora.linux_system_roles.podman : Ensure required packages are installed -- 91.92s
/tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 
fedora.linux_system_roles.podman : Wait for user session to exit closing state -- 16.51s
/tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:62 
fedora.linux_system_roles.podman : Wait for user session to exit closing state -- 12.61s
/tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:81 
fedora.linux_system_roles.podman : Start service ----------------------- 11.53s
/tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 
fedora.linux_system_roles.podman : Start service ----------------------- 11.24s
/tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 
fedora.linux_system_roles.podman : Start service ----------------------- 11.23s
/tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 
fedora.linux_system_roles.podman : Stop and disable service ------------ 11.16s
/tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 
fedora.linux_system_roles.podman : Stop and disable service ------------ 11.10s
/tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 
fedora.linux_system_roles.podman : Stop and disable service ------------ 11.02s
/tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 
fedora.linux_system_roles.podman : Ensure container images are present --- 4.47s
/tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 
fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 3.82s
/tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 
fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 3.70s
/tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 
fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 3.65s
/tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 
fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 3.62s
/tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 
fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 3.60s
/tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 
fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 3.55s
/tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 
fedora.linux_system_roles.selinux : Set an SELinux label on a port ------ 3.40s
/tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 
fedora.linux_system_roles.podman : Ensure container images are present --- 3.23s
/tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 
fedora.linux_system_roles.podman : Update containers/pods --------------- 3.01s
/tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 
Gathering Facts --------------------------------------------------------- 2.96s
/tmp/collections-Y0t/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:9