ansible-playbook 2.9.27 config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.9/site-packages/ansible executable location = /usr/local/bin/ansible-playbook python version = 3.9.19 (main, May 16 2024, 11:40:09) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] No config file found; using defaults [WARNING]: running playbook inside collection fedora.linux_system_roles Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_auth_and_security.yml ****************************************** 2 plays in /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Include vault variables] ************************************************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:5 Monday 11 November 2024 06:33:05 -0500 (0:00:00.018) 0:00:00.018 ******* ok: [managed-node1] => { "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-NXU/tests/vars/vault-variables.yml" ], "changed": false } META: ran handlers META: ran handlers PLAY [Test various aspects of authentication and security settings] ************ TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:9 Monday 11 November 2024 06:33:05 -0500 (0:00:00.018) 0:00:00.036 ******* ok: [managed-node1] META: ran handlers TASK [Run the role with no config to install podman] *************************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:46 Monday 11 November 2024 06:33:06 -0500 (0:00:01.112) 0:00:01.149 ******* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 11 November 2024 06:33:07 -0500 (0:00:00.091) 0:00:01.241 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 11 November 2024 06:33:07 -0500 (0:00:00.022) 0:00:01.263 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Monday 11 November 2024 06:33:07 -0500 (0:00:00.059) 0:00:01.323 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Monday 11 November 2024 06:33:07 -0500 (0:00:00.452) 0:00:01.775 ******* ok: [managed-node1] => { "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Monday 11 November 2024 06:33:07 -0500 (0:00:00.057) 0:00:01.833 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Monday 11 November 2024 06:33:08 -0500 (0:00:00.387) 0:00:02.220 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Monday 11 November 2024 06:33:08 -0500 (0:00:00.040) 0:00:02.261 ******* ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 11 November 2024 06:33:08 -0500 (0:00:00.070) 0:00:02.331 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 11 November 2024 06:33:09 -0500 (0:00:01.777) 0:00:04.109 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 11 November 2024 06:33:10 -0500 (0:00:00.081) 0:00:04.191 ******* changed: [managed-node1] => { "changed": true, "rc": 0, "results": [ "Installed: shadow-utils-subid-2:4.6-22.el8.x86_64", "Installed: podman-gvproxy-3:4.9.4-0.1.module_el8+971+3d3df00d.x86_64", "Installed: libnet-1.1.6-15.el8.x86_64", "Installed: runc-1:1.1.12-1.module_el8+885+7da147f3.x86_64", "Installed: container-selinux-2:2.229.0-2.module_el8+847+7863d4e6.noarch", "Installed: dnsmasq-2.79-33.el8.x86_64", "Installed: yajl-2.1.0-12.el8.x86_64", "Installed: podman-plugins-3:4.9.4-0.1.module_el8+971+3d3df00d.x86_64", "Installed: fuse-common-3.3.0-19.el8.x86_64", "Installed: podman-3:4.9.4-0.1.module_el8+971+3d3df00d.x86_64", "Installed: containernetworking-plugins-1:1.4.0-2.module_el8+974+0c52b299.x86_64", "Installed: criu-3.18-4.module_el8+804+f131391c.x86_64", "Installed: libslirp-4.4.0-1.module_el8+804+f131391c.x86_64", "Installed: fuse3-3.3.0-19.el8.x86_64", "Installed: containers-common-2:1-81.module_el8+968+fbb249c7.x86_64", "Installed: fuse-overlayfs-1.13-1.module_el8+804+f131391c.x86_64", "Installed: podman-catatonit-3:4.9.4-0.1.module_el8+971+3d3df00d.x86_64", "Installed: criu-libs-3.18-4.module_el8+804+f131391c.x86_64", "Installed: protobuf-c-1.3.0-8.el8.x86_64", "Installed: slirp4netns-1.2.3-1.module_el8+951+32019cde.x86_64", "Installed: fuse3-libs-3.3.0-19.el8.x86_64", "Installed: crun-1.14.3-2.module_el8+968+fbb249c7.x86_64", "Installed: conmon-3:2.1.10-1.module_el8+804+f131391c.x86_64" ] } lsrpackages: crun podman podman-plugins shadow-utils-subid TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Monday 11 November 2024 06:34:16 -0500 (0:01:06.227) 0:01:10.418 ******* skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Monday 11 November 2024 06:34:16 -0500 (0:00:00.054) 0:01:10.473 ******* skipping: [managed-node1] => { "changed": 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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 11 November 2024 06:34:16 -0500 (0:00:00.052) 0:01:10.525 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Monday 11 November 2024 06:34:16 -0500 (0:00:00.082) 0:01:10.608 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.032039", "end": "2024-11-11 06:34:16.850276", "rc": 0, "start": "2024-11-11 06:34:16.818237" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Monday 11 November 2024 06:34:16 -0500 (0:00:00.468) 0:01:11.076 ******* ok: [managed-node1] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Monday 11 November 2024 06:34:16 -0500 (0:00:00.056) 0:01:11.132 ******* skipping: [managed-node1] => { "changed": false, "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Monday 11 November 2024 06:34:17 -0500 (0:00:00.051) 0:01:11.184 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Monday 11 November 2024 06:34:17 -0500 (0:00:00.095) 0:01:11.280 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 06:34:17 -0500 (0:00:00.060) 0:01:11.340 ******* ok: [managed-node1] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "root", "/root", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 06:34:17 -0500 (0:00:00.490) 0:01:11.830 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 06:34:17 -0500 (0:00:00.038) 0:01:11.869 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 06:34:17 -0500 (0:00:00.042) 0:01:11.911 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1700557386.0, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731324829.5436878, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 06:34:18 -0500 (0:00:00.362) 0:01:12.274 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 06:34:18 -0500 (0:00:00.031) 0:01:12.306 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 06:34:18 -0500 (0:00:00.061) 0:01:12.367 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 06:34:18 -0500 (0:00:00.031) 0:01:12.399 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 06:34:18 -0500 (0:00:00.033) 0:01:12.433 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 06:34:18 -0500 (0:00:00.031) 0:01:12.465 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 06:34:18 -0500 (0:00:00.032) 0:01:12.498 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 06:34:18 -0500 (0:00:00.032) 0:01:12.530 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Monday 11 November 2024 06:34:18 -0500 (0:00:00.032) 0:01:12.562 ******* ok: [managed-node1] => { "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95 Monday 11 November 2024 06:34:18 -0500 (0:00:00.067) 0:01:12.629 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 11 November 2024 06:34:18 -0500 (0:00:00.055) 0:01:12.685 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 11 November 2024 06:34:18 -0500 (0:00:00.032) 0:01:12.717 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98 Monday 11 November 2024 06:34:18 -0500 (0:00:00.031) 0:01:12.749 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 11 November 2024 06:34:18 -0500 (0:00:00.058) 0:01:12.807 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 11 November 2024 06:34:18 -0500 (0:00:00.030) 0:01:12.838 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101 Monday 11 November 2024 06:34:18 -0500 (0:00:00.031) 0:01:12.869 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Monday 11 November 2024 06:34:18 -0500 (0:00:00.060) 0:01:12.930 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Monday 11 November 2024 06:34:18 -0500 (0:00:00.032) 0:01:12.962 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Monday 11 November 2024 06:34:18 -0500 (0:00:00.031) 0:01:12.994 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Monday 11 November 2024 06:34:18 -0500 (0:00:00.105) 0:01:13.100 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Monday 11 November 2024 06:34:18 -0500 (0:00:00.031) 0:01:13.131 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Monday 11 November 2024 06:34:19 -0500 (0:00:00.032) 0:01:13.164 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Monday 11 November 2024 06:34:19 -0500 (0:00:00.032) 0:01:13.196 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Monday 11 November 2024 06:34:19 -0500 (0:00:00.032) 0:01:13.229 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117 Monday 11 November 2024 06:34:19 -0500 (0:00:00.031) 0:01:13.260 ******* skipping: [managed-node1] => { "changed": false, "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Monday 11 November 2024 06:34:19 -0500 (0:00:00.033) 0:01:13.293 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128 Monday 11 November 2024 06:34:19 -0500 (0:00:00.030) 0:01:13.324 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137 Monday 11 November 2024 06:34:19 -0500 (0:00:00.029) 0:01:13.353 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Monday 11 November 2024 06:34:19 -0500 (0:00:00.030) 0:01:13.383 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Monday 11 November 2024 06:34:19 -0500 (0:00:00.031) 0:01:13.415 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160 Monday 11 November 2024 06:34:19 -0500 (0:00:00.030) 0:01:13.445 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167 Monday 11 November 2024 06:34:19 -0500 (0:00:00.029) 0:01:13.475 ******* TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173 Monday 11 November 2024 06:34:19 -0500 (0:00:00.030) 0:01:13.505 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Monday 11 November 2024 06:34:19 -0500 (0:00:00.029) 0:01:13.534 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Setup registry] ********************************************************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:50 Monday 11 November 2024 06:34:19 -0500 (0:00:00.030) 0:01:13.564 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml for managed-node1 TASK [Create a temporary directory] ******************************************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:5 Monday 11 November 2024 06:34:19 -0500 (0:00:00.070) 0:01:13.635 ******* changed: [managed-node1] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_u_2x1zmx_podman", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Set authdir] ************************************************************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:12 Monday 11 November 2024 06:34:19 -0500 (0:00:00.478) 0:01:14.113 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_registry_authdir": "/tmp/lsr_u_2x1zmx_podman/auth", "__podman_test_authfile": "/tmp/lsr_u_2x1zmx_podman/auth/auth.json" }, "changed": false } TASK [Create authdir] ********************************************************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:17 Monday 11 November 2024 06:34:19 -0500 (0:00:00.033) 0:01:14.147 ******* changed: [managed-node1] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_u_2x1zmx_podman/auth", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Generate certificates for registry] ************************************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:23 Monday 11 November 2024 06:34:20 -0500 (0:00:00.446) 0:01:14.594 ******* TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Monday 11 November 2024 06:34:20 -0500 (0:00:00.066) 0:01:14.660 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Monday 11 November 2024 06:34:20 -0500 (0:00:00.053) 0:01:14.714 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Check if system is ostree] ******* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Monday 11 November 2024 06:34:20 -0500 (0:00:00.038) 0:01:14.753 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Monday 11 November 2024 06:34:20 -0500 (0:00:00.375) 0:01:15.129 ******* ok: [managed-node1] => { "ansible_facts": { "__certificate_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19 Monday 11 November 2024 06:34:21 -0500 (0:00:00.067) 0:01:15.196 ******* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Monday 11 November 2024 06:34:21 -0500 (0:00:00.098) 0:01:15.295 ******* changed: [managed-node1] => { "changed": true, "rc": 0, "results": [ "Installed: python3-pyasn1-0.3.7-6.el8.noarch" ] } lsrpackages: python3-cryptography python3-dbus python3-pyasn1 TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Monday 11 November 2024 06:34:24 -0500 (0:00:03.536) 0:01:18.831 ******* changed: [managed-node1] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "rc": 0, "results": [ "Installed: xmlrpc-c-client-1.51.0-9.el8.x86_64", "Installed: xmlrpc-c-1.51.0-9.el8.x86_64", "Installed: certmonger-0.79.17-2.el8.x86_64" ] } lsrpackages: certmonger TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 Monday 11 November 2024 06:34:29 -0500 (0:00:04.720) 0:01:23.552 ******* changed: [managed-node1] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//pre-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61 Monday 11 November 2024 06:34:29 -0500 (0:00:00.381) 0:01:23.934 ******* changed: [managed-node1] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//post-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure provider service is running] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 Monday 11 November 2024 06:34:30 -0500 (0:00:00.376) 0:01:24.310 ******* changed: [managed-node1] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "enabled": true, "name": "certmonger", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target network.target systemd-journald.socket syslog.target sysinit.target dbus.service dbus.socket system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedorahosted.certmonger", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Certificate monitoring and PKI enrollment", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "EnvironmentFiles": "/etc/sysconfig/certmonger (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/certmonger.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "certmonger.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": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "certmonger.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/certmonger.pid", "PartOf": "dbus.service", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice dbus.socket", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 Monday 11 November 2024 06:34:31 -0500 (0:00:01.187) 0:01:25.498 ******* changed: [managed-node1] => (item={'name': 'podman_registry', 'dns': ['localhost', '127.0.0.1'], 'ca': 'self-sign'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ca": "self-sign", "dns": [ "localhost", "127.0.0.1" ], "name": "podman_registry" } } MSG: Certificate requested (new). TASK [fedora.linux_system_roles.certificate : Slurp the contents of the files] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152 Monday 11 November 2024 06:34:32 -0500 (0:00:01.128) 0:01:26.626 ******* ok: [managed-node1] => (item=['cert', {'name': 'podman_registry', 'dns': ['localhost', '127.0.0.1'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "content": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURqVENDQW5XZ0F3SUJBZ0lRVDU3VmFVVUZSbUdmUUN6MDdBS3VPREFOQmdrcWhraUc5dzBCQVFzRkFEQlEKTVNBd0hnWURWUVFEREJkTWIyTmhiQ0JUYVdkdWFXNW5JRUYxZEdodmNtbDBlVEVzTUNvR0ExVUVBd3dqTkdZNQpaV1ExTmprdE5EVXdOVFEyTmpFdE9XWTBNREpqWmpRdFpXTXdNbUZsTXpjd0hoY05NalF4TVRFeE1URXpORE15CldoY05NalV4TVRFeE1URXpORE14V2pBVU1SSXdFQVlEVlFRREV3bHNiMk5oYkdodmMzUXdnZ0VpTUEwR0NTcUcKU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLQW9JQkFRQ29qRkFqTWd0RFdjSFJDUVlxbEtOWVdDMjJ0L2IyQ29RZwpMNGM0cUdLVmxVQmhtRy9XNU9HWGxEUUFPWmc1Z3RLeG5YSWovOVpBWEYrRFBTa3o0N2RLUXZKcnoxQVNJYkNVCmpLZ3QxeldxQ0xqcGQ5Wng5bzgrUjhwMkdUcWNGbG5Gd2tMTlZyTTY3ZzJMQnFIRjZ6bW4yRHVsSkY3YXIxdG4KSjJUdkhhVVlNc1RFSnJtYS91NlNFMW05eDllV3prdUs1L0NPVE5CU1ZQM0VvN0ZpRXZxemR3bjRXWDNYakhRVgpYR2tSNVQwWEowN0UrWlpKckdMYjhldlZ4cXZtSEFVZUFNTkNrNHo5QjhTeGJQQm5IQytiWnV6eCtSek9rOGNvCmMrWTdNbU9QcUdCOXF2RFArY0pjbXVzTy9aZUNUODVyV2VTcmorb2RlNThtaVRaNjg1VkpBZ01CQUFHamdaNHcKZ1pzd0N3WURWUjBQQkFRREFnV2dNQjhHQTFVZEVRUVlNQmFDQ1d4dlkyRnNhRzl6ZElJSk1USTNMakF1TUM0eApNQjBHQTFVZEpRUVdNQlFHQ0NzR0FRVUZCd01CQmdnckJnRUZCUWNEQWpBTUJnTlZIUk1CQWY4RUFqQUFNQjBHCkExVWREZ1FXQkJTN2prM1U3T0duRHJiSmZrTjluN0dyR3FUK1R6QWZCZ05WSFNNRUdEQVdnQlFsU0pCbGN6UHkKL1lsM0tudEhoNG5pWTBVbzN6QU5CZ2txaGtpRzl3MEJBUXNGQUFPQ0FRRUFMK0VkdnlxcExHYk9rd1hBd1BQTAorZlQ4ejhDZk5EaFZuT2FmSWw5VjBQa1ZybC8xdUMydXIzb3RQaHF1NEZnMVhCUXNRK2szWjdUcDIyTlRUc282CjREaDNnUENERy83S0lTTmYxdGVXbU5nc1hSN2FURVppUUx5WWFsSzAva3hKK2tKSDdUWEpDcnpGK0lzOUJNekYKaGw2Y3ZYbGdiY2NHbnp0bnlEMURUVWtoc29TMjFkSnl0VkRjWnR3YkhHYzVlUFBCMTJwWGUxSkoycEhXYnYydgpZcno4M2w2bWhVQ1hWZ29jVTFCRUdrbXVHQkkweXRCamkzTjMvc2M5Rml6L2dSR1JOS2p6Q21sZ2hYSkZlUDExCmFDUGk3ZjVBa1JrRHZzbkdaaWRhLzY4d2dDN0ZWLzZMdWFCYjladjRYQjZQTDBWSisyZUNUR09vQVNnaEFxRzgKcmc9PQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==", "encoding": "base64", "item": [ "cert", { "ca": "self-sign", "dns": [ "localhost", "127.0.0.1" ], "name": "podman_registry" } ], "source": "/etc/pki/tls/certs/podman_registry.crt" } ok: [managed-node1] => (item=['key', {'name': 'podman_registry', 'dns': ['localhost', '127.0.0.1'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "content": "LS0tLS1CRUdJTiBQUklWQVRFIEtFWS0tLS0tCk1JSUV2UUlCQURBTkJna3Foa2lHOXcwQkFRRUZBQVNDQktjd2dnU2pBZ0VBQW9JQkFRQ29qRkFqTWd0RFdjSFIKQ1FZcWxLTllXQzIydC9iMkNvUWdMNGM0cUdLVmxVQmhtRy9XNU9HWGxEUUFPWmc1Z3RLeG5YSWovOVpBWEYrRApQU2t6NDdkS1F2SnJ6MUFTSWJDVWpLZ3QxeldxQ0xqcGQ5Wng5bzgrUjhwMkdUcWNGbG5Gd2tMTlZyTTY3ZzJMCkJxSEY2em1uMkR1bEpGN2FyMXRuSjJUdkhhVVlNc1RFSnJtYS91NlNFMW05eDllV3prdUs1L0NPVE5CU1ZQM0UKbzdGaUV2cXpkd240V1gzWGpIUVZYR2tSNVQwWEowN0UrWlpKckdMYjhldlZ4cXZtSEFVZUFNTkNrNHo5QjhTeApiUEJuSEMrYlp1engrUnpPazhjb2MrWTdNbU9QcUdCOXF2RFArY0pjbXVzTy9aZUNUODVyV2VTcmorb2RlNThtCmlUWjY4NVZKQWdNQkFBRUNnZ0VBUlZhYjdTNjhSWFBhY1RWbUxRUkRBcWdiL2t4R004ZjF2UXZ3ZEJXSm9RSHEKbjN2SG5yOUFNMHlMNi8vRnFQc3gxRkh5VCs4QzVDMWNPYkJpais5QlN6S3Bha0s2TFF0aENtdW5FRnkxdmdLaQpsNkZ1UGlueG1leU0xUExpRXE1N05na0oxRkd6b0Myb3NxWUN6VnBNdU1rVEdJZ1M0YUk4VnY1MDNvM3lpalpGCnBXcTJKbWF3bWduVGtQQ0phTFkxamhIWitwUGlmQy9UVkRucnVKR3ZIQmZBTlg2Q0M3ZkN1U2gvclY3SGNkWmkKWHo3SXFETHpGcmdiWHNvdUZadXphQTF2R2p2RU1HK2V1MW5tREo3QUNNNDYyYlVOMVB6aU1QYXRDOVUxMUtJago4TUdJOFlwN1JaYVFLVGMxQ1hsR2hKdCs1dWYrV3UraGoxWnRYZ0c1eFFLQmdRRFAzNmFhWGRZV0F3c0U2YXlGCll5dHBYZ3l3ZFM4akdlbU1zZnU2ZWRSMW5BWGQ4U3dsOTdJTHlQSEgwRXFJZ2E4Y1lmekhiblN4NkZmNlU0cEwKa1YrdFNDU0U4MnU0b3cvaGlaR0NiNUx2ajdXVmVoeWZid2JqR2dHcGU3U21RV1I3cVJKcWcrdXZTVjNldktZUQpGWHFnUHk1bmcxZnVGVklMTEJnREliWWFrd0tCZ1FEUGtlWDdLbU9hS0t1V0JsaEc1bXBiSnArdFU2ZTFMVHM5Ck9vWXBmakt4SWVYS0JDdDZJWVlWL0VQMUlPcmlkWFFPRDhLNkVrMkw0cTNWd1ZoZWpFUUNwWmFZTzF2OStmbEQKTlptbkRCRVFNYkNrYldoeG5pZW12MVZobk8rSzZCMjhtYXh3V2x3MlZ2TkYySHlPMEw5cTNmQldwbmZDNFliTwpnY2x1eU03T013S0JnUUN1NndoN1B0akdIdnRuditYUFBEcXNhRnFQSlp4cmtnTm53K0VKOGpob1dzakpFSWJRCjBCUS9QSERQYmFNNktMNGNTUXYzR1NnVENHcjNsdEo1Y2pPclVWaUJrMytpbDN2bWtlY2lkaGFUaFQ4TUwvdmoKNFA1UG5YT21sUlRYRFpHclNRTFpKSGJ2UWZJK1drbjJvTXhXQ2JSWG9Ec2VlVXhYWUZ3NFRtYTVCd0tCZ0RkSgpkU2hoTWdadHJzWlhDa3hZTXh2MFBiTzlCSDZOZmFuaFhMclFray83NTJqWGszMEVVT0txUHErY0JQUXN0S3pLCkplUEozRDNXTXRjc21JMFdiMGNGTkFkNFNCaHQ3S2FxTURMK1U4MHNieEJjMCtUdmEwQk8xajhadmZRUnYxbnMKMUxGWVlCZFpNWkw1QnJSRGhiakJSTExQeERaME82UGxqZkdrS3ZGaEFvR0FCUjJ6anFuWVd3NXFWWlZMNlpJMQpjTmpaQnBkM2RhM0xnZytJMm9YRHh2eTZ1bkRsS0Exdm0yWmxOOVZ5UTJqN3B3WFFybkRaaUNLSUNWbzlXSlkwCnRpekRXMGtKeWFqMmFya2VWa2xOQ3lCVE5aejNtRUJUVTBydCtGWkRONlRuVVlYdnkrQnVUMkQvWkQ1LzhwcDgKS2VyNGptTEI5UWg1YmJCWjgwUmhORXc9Ci0tLS0tRU5EIFBSSVZBVEUgS0VZLS0tLS0K", "encoding": "base64", "item": [ "key", { "ca": "self-sign", "dns": [ "localhost", "127.0.0.1" ], "name": "podman_registry" } ], "source": "/etc/pki/tls/private/podman_registry.key" } ok: [managed-node1] => (item=['ca', {'name': 'podman_registry', 'dns': ['localhost', '127.0.0.1'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "content": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURqVENDQW5XZ0F3SUJBZ0lRVDU3VmFVVUZSbUdmUUN6MDdBS3VPREFOQmdrcWhraUc5dzBCQVFzRkFEQlEKTVNBd0hnWURWUVFEREJkTWIyTmhiQ0JUYVdkdWFXNW5JRUYxZEdodmNtbDBlVEVzTUNvR0ExVUVBd3dqTkdZNQpaV1ExTmprdE5EVXdOVFEyTmpFdE9XWTBNREpqWmpRdFpXTXdNbUZsTXpjd0hoY05NalF4TVRFeE1URXpORE15CldoY05NalV4TVRFeE1URXpORE14V2pBVU1SSXdFQVlEVlFRREV3bHNiMk5oYkdodmMzUXdnZ0VpTUEwR0NTcUcKU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLQW9JQkFRQ29qRkFqTWd0RFdjSFJDUVlxbEtOWVdDMjJ0L2IyQ29RZwpMNGM0cUdLVmxVQmhtRy9XNU9HWGxEUUFPWmc1Z3RLeG5YSWovOVpBWEYrRFBTa3o0N2RLUXZKcnoxQVNJYkNVCmpLZ3QxeldxQ0xqcGQ5Wng5bzgrUjhwMkdUcWNGbG5Gd2tMTlZyTTY3ZzJMQnFIRjZ6bW4yRHVsSkY3YXIxdG4KSjJUdkhhVVlNc1RFSnJtYS91NlNFMW05eDllV3prdUs1L0NPVE5CU1ZQM0VvN0ZpRXZxemR3bjRXWDNYakhRVgpYR2tSNVQwWEowN0UrWlpKckdMYjhldlZ4cXZtSEFVZUFNTkNrNHo5QjhTeGJQQm5IQytiWnV6eCtSek9rOGNvCmMrWTdNbU9QcUdCOXF2RFArY0pjbXVzTy9aZUNUODVyV2VTcmorb2RlNThtaVRaNjg1VkpBZ01CQUFHamdaNHcKZ1pzd0N3WURWUjBQQkFRREFnV2dNQjhHQTFVZEVRUVlNQmFDQ1d4dlkyRnNhRzl6ZElJSk1USTNMakF1TUM0eApNQjBHQTFVZEpRUVdNQlFHQ0NzR0FRVUZCd01CQmdnckJnRUZCUWNEQWpBTUJnTlZIUk1CQWY4RUFqQUFNQjBHCkExVWREZ1FXQkJTN2prM1U3T0duRHJiSmZrTjluN0dyR3FUK1R6QWZCZ05WSFNNRUdEQVdnQlFsU0pCbGN6UHkKL1lsM0tudEhoNG5pWTBVbzN6QU5CZ2txaGtpRzl3MEJBUXNGQUFPQ0FRRUFMK0VkdnlxcExHYk9rd1hBd1BQTAorZlQ4ejhDZk5EaFZuT2FmSWw5VjBQa1ZybC8xdUMydXIzb3RQaHF1NEZnMVhCUXNRK2szWjdUcDIyTlRUc282CjREaDNnUENERy83S0lTTmYxdGVXbU5nc1hSN2FURVppUUx5WWFsSzAva3hKK2tKSDdUWEpDcnpGK0lzOUJNekYKaGw2Y3ZYbGdiY2NHbnp0bnlEMURUVWtoc29TMjFkSnl0VkRjWnR3YkhHYzVlUFBCMTJwWGUxSkoycEhXYnYydgpZcno4M2w2bWhVQ1hWZ29jVTFCRUdrbXVHQkkweXRCamkzTjMvc2M5Rml6L2dSR1JOS2p6Q21sZ2hYSkZlUDExCmFDUGk3ZjVBa1JrRHZzbkdaaWRhLzY4d2dDN0ZWLzZMdWFCYjladjRYQjZQTDBWSisyZUNUR09vQVNnaEFxRzgKcmc9PQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==", "encoding": "base64", "item": [ "ca", { "ca": "self-sign", "dns": [ "localhost", "127.0.0.1" ], "name": "podman_registry" } ], "source": "/etc/pki/tls/certs/podman_registry.crt" } TASK [fedora.linux_system_roles.certificate : Create return data] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160 Monday 11 November 2024 06:34:33 -0500 (0:00:01.248) 0:01:27.875 ******* ok: [managed-node1] => { "ansible_facts": { "certificate_test_certs": { "podman_registry": { "ca": "/etc/pki/tls/certs/podman_registry.crt", "ca_content": "-----BEGIN CERTIFICATE-----\nMIIDjTCCAnWgAwIBAgIQT57VaUUFRmGfQCz07AKuODANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjNGY5\nZWQ1NjktNDUwNTQ2NjEtOWY0MDJjZjQtZWMwMmFlMzcwHhcNMjQxMTExMTEzNDMy\nWhcNMjUxMTExMTEzNDMxWjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCojFAjMgtDWcHRCQYqlKNYWC22t/b2CoQg\nL4c4qGKVlUBhmG/W5OGXlDQAOZg5gtKxnXIj/9ZAXF+DPSkz47dKQvJrz1ASIbCU\njKgt1zWqCLjpd9Zx9o8+R8p2GTqcFlnFwkLNVrM67g2LBqHF6zmn2DulJF7ar1tn\nJ2TvHaUYMsTEJrma/u6SE1m9x9eWzkuK5/COTNBSVP3Eo7FiEvqzdwn4WX3XjHQV\nXGkR5T0XJ07E+ZZJrGLb8evVxqvmHAUeAMNCk4z9B8SxbPBnHC+bZuzx+RzOk8co\nc+Y7MmOPqGB9qvDP+cJcmusO/ZeCT85rWeSrj+ode58miTZ685VJAgMBAAGjgZ4w\ngZswCwYDVR0PBAQDAgWgMB8GA1UdEQQYMBaCCWxvY2FsaG9zdIIJMTI3LjAuMC4x\nMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMB0G\nA1UdDgQWBBS7jk3U7OGnDrbJfkN9n7GrGqT+TzAfBgNVHSMEGDAWgBQlSJBlczPy\n/Yl3KntHh4niY0Uo3zANBgkqhkiG9w0BAQsFAAOCAQEAL+EdvyqpLGbOkwXAwPPL\n+fT8z8CfNDhVnOafIl9V0PkVrl/1uC2ur3otPhqu4Fg1XBQsQ+k3Z7Tp22NTTso6\n4Dh3gPCDG/7KISNf1teWmNgsXR7aTEZiQLyYalK0/kxJ+kJH7TXJCrzF+Is9BMzF\nhl6cvXlgbccGnztnyD1DTUkhsoS21dJytVDcZtwbHGc5ePPB12pXe1JJ2pHWbv2v\nYrz83l6mhUCXVgocU1BEGkmuGBI0ytBji3N3/sc9Fiz/gRGRNKjzCmlghXJFeP11\naCPi7f5AkRkDvsnGZida/68wgC7FV/6LuaBb9Zv4XB6PL0VJ+2eCTGOoASghAqG8\nrg==\n-----END CERTIFICATE-----\n", "cert": "/etc/pki/tls/certs/podman_registry.crt", "cert_content": "-----BEGIN CERTIFICATE-----\nMIIDjTCCAnWgAwIBAgIQT57VaUUFRmGfQCz07AKuODANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjNGY5\nZWQ1NjktNDUwNTQ2NjEtOWY0MDJjZjQtZWMwMmFlMzcwHhcNMjQxMTExMTEzNDMy\nWhcNMjUxMTExMTEzNDMxWjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCojFAjMgtDWcHRCQYqlKNYWC22t/b2CoQg\nL4c4qGKVlUBhmG/W5OGXlDQAOZg5gtKxnXIj/9ZAXF+DPSkz47dKQvJrz1ASIbCU\njKgt1zWqCLjpd9Zx9o8+R8p2GTqcFlnFwkLNVrM67g2LBqHF6zmn2DulJF7ar1tn\nJ2TvHaUYMsTEJrma/u6SE1m9x9eWzkuK5/COTNBSVP3Eo7FiEvqzdwn4WX3XjHQV\nXGkR5T0XJ07E+ZZJrGLb8evVxqvmHAUeAMNCk4z9B8SxbPBnHC+bZuzx+RzOk8co\nc+Y7MmOPqGB9qvDP+cJcmusO/ZeCT85rWeSrj+ode58miTZ685VJAgMBAAGjgZ4w\ngZswCwYDVR0PBAQDAgWgMB8GA1UdEQQYMBaCCWxvY2FsaG9zdIIJMTI3LjAuMC4x\nMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMB0G\nA1UdDgQWBBS7jk3U7OGnDrbJfkN9n7GrGqT+TzAfBgNVHSMEGDAWgBQlSJBlczPy\n/Yl3KntHh4niY0Uo3zANBgkqhkiG9w0BAQsFAAOCAQEAL+EdvyqpLGbOkwXAwPPL\n+fT8z8CfNDhVnOafIl9V0PkVrl/1uC2ur3otPhqu4Fg1XBQsQ+k3Z7Tp22NTTso6\n4Dh3gPCDG/7KISNf1teWmNgsXR7aTEZiQLyYalK0/kxJ+kJH7TXJCrzF+Is9BMzF\nhl6cvXlgbccGnztnyD1DTUkhsoS21dJytVDcZtwbHGc5ePPB12pXe1JJ2pHWbv2v\nYrz83l6mhUCXVgocU1BEGkmuGBI0ytBji3N3/sc9Fiz/gRGRNKjzCmlghXJFeP11\naCPi7f5AkRkDvsnGZida/68wgC7FV/6LuaBb9Zv4XB6PL0VJ+2eCTGOoASghAqG8\nrg==\n-----END CERTIFICATE-----\n", "key": "/etc/pki/tls/private/podman_registry.key", "key_content": "-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQCojFAjMgtDWcHR\nCQYqlKNYWC22t/b2CoQgL4c4qGKVlUBhmG/W5OGXlDQAOZg5gtKxnXIj/9ZAXF+D\nPSkz47dKQvJrz1ASIbCUjKgt1zWqCLjpd9Zx9o8+R8p2GTqcFlnFwkLNVrM67g2L\nBqHF6zmn2DulJF7ar1tnJ2TvHaUYMsTEJrma/u6SE1m9x9eWzkuK5/COTNBSVP3E\no7FiEvqzdwn4WX3XjHQVXGkR5T0XJ07E+ZZJrGLb8evVxqvmHAUeAMNCk4z9B8Sx\nbPBnHC+bZuzx+RzOk8coc+Y7MmOPqGB9qvDP+cJcmusO/ZeCT85rWeSrj+ode58m\niTZ685VJAgMBAAECggEARVab7S68RXPacTVmLQRDAqgb/kxGM8f1vQvwdBWJoQHq\nn3vHnr9AM0yL6//FqPsx1FHyT+8C5C1cObBij+9BSzKpakK6LQthCmunEFy1vgKi\nl6FuPinxmeyM1PLiEq57NgkJ1FGzoC2osqYCzVpMuMkTGIgS4aI8Vv503o3yijZF\npWq2JmawmgnTkPCJaLY1jhHZ+pPifC/TVDnruJGvHBfANX6CC7fCuSh/rV7HcdZi\nXz7IqDLzFrgbXsouFZuzaA1vGjvEMG+eu1nmDJ7ACM462bUN1PziMPatC9U11KIj\n8MGI8Yp7RZaQKTc1CXlGhJt+5uf+Wu+hj1ZtXgG5xQKBgQDP36aaXdYWAwsE6ayF\nYytpXgywdS8jGemMsfu6edR1nAXd8Swl97ILyPHH0EqIga8cYfzHbnSx6Ff6U4pL\nkV+tSCSE82u4ow/hiZGCb5Lvj7WVehyfbwbjGgGpe7SmQWR7qRJqg+uvSV3evKYQ\nFXqgPy5ng1fuFVILLBgDIbYakwKBgQDPkeX7KmOaKKuWBlhG5mpbJp+tU6e1LTs9\nOoYpfjKxIeXKBCt6IYYV/EP1IOridXQOD8K6Ek2L4q3VwVhejEQCpZaYO1v9+flD\nNZmnDBEQMbCkbWhxniemv1VhnO+K6B28maxwWlw2VvNF2HyO0L9q3fBWpnfC4YbO\ngcluyM7OMwKBgQCu6wh7PtjGHvtnv+XPPDqsaFqPJZxrkgNnw+EJ8jhoWsjJEIbQ\n0BQ/PHDPbaM6KL4cSQv3GSgTCGr3ltJ5cjOrUViBk3+il3vmkecidhaThT8ML/vj\n4P5PnXOmlRTXDZGrSQLZJHbvQfI+Wkn2oMxWCbRXoDseeUxXYFw4Tma5BwKBgDdJ\ndShhMgZtrsZXCkxYMxv0PbO9BH6NfanhXLrQkk/752jXk30EUOKqPq+cBPQstKzK\nJePJ3D3WMtcsmI0Wb0cFNAd4SBht7KaqMDL+U80sbxBc0+Tva0BO1j8ZvfQRv1ns\n1LFYYBdZMZL5BrRDhbjBRLLPxDZ0O6PljfGkKvFhAoGABR2zjqnYWw5qVZVL6ZI1\ncNjZBpd3da3Lgg+I2oXDxvy6unDlKA1vm2ZlN9VyQ2j7pwXQrnDZiCKICVo9WJY0\ntizDW0kJyaj2arkeVklNCyBTNZz3mEBTU0rt+FZDN6TnUYXvy+BuT2D/ZD5/8pp8\nKer4jmLB9Qh5bbBZ80RhNEw=\n-----END PRIVATE KEY-----\n" } } }, "changed": false } TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176 Monday 11 November 2024 06:34:33 -0500 (0:00:00.065) 0:01:27.940 ******* ok: [managed-node1] => (item={'cert': '/etc/pki/tls/certs/podman_registry.crt', 'cert_content': '-----BEGIN CERTIFICATE-----\nMIIDjTCCAnWgAwIBAgIQT57VaUUFRmGfQCz07AKuODANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjNGY5\nZWQ1NjktNDUwNTQ2NjEtOWY0MDJjZjQtZWMwMmFlMzcwHhcNMjQxMTExMTEzNDMy\nWhcNMjUxMTExMTEzNDMxWjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCojFAjMgtDWcHRCQYqlKNYWC22t/b2CoQg\nL4c4qGKVlUBhmG/W5OGXlDQAOZg5gtKxnXIj/9ZAXF+DPSkz47dKQvJrz1ASIbCU\njKgt1zWqCLjpd9Zx9o8+R8p2GTqcFlnFwkLNVrM67g2LBqHF6zmn2DulJF7ar1tn\nJ2TvHaUYMsTEJrma/u6SE1m9x9eWzkuK5/COTNBSVP3Eo7FiEvqzdwn4WX3XjHQV\nXGkR5T0XJ07E+ZZJrGLb8evVxqvmHAUeAMNCk4z9B8SxbPBnHC+bZuzx+RzOk8co\nc+Y7MmOPqGB9qvDP+cJcmusO/ZeCT85rWeSrj+ode58miTZ685VJAgMBAAGjgZ4w\ngZswCwYDVR0PBAQDAgWgMB8GA1UdEQQYMBaCCWxvY2FsaG9zdIIJMTI3LjAuMC4x\nMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMB0G\nA1UdDgQWBBS7jk3U7OGnDrbJfkN9n7GrGqT+TzAfBgNVHSMEGDAWgBQlSJBlczPy\n/Yl3KntHh4niY0Uo3zANBgkqhkiG9w0BAQsFAAOCAQEAL+EdvyqpLGbOkwXAwPPL\n+fT8z8CfNDhVnOafIl9V0PkVrl/1uC2ur3otPhqu4Fg1XBQsQ+k3Z7Tp22NTTso6\n4Dh3gPCDG/7KISNf1teWmNgsXR7aTEZiQLyYalK0/kxJ+kJH7TXJCrzF+Is9BMzF\nhl6cvXlgbccGnztnyD1DTUkhsoS21dJytVDcZtwbHGc5ePPB12pXe1JJ2pHWbv2v\nYrz83l6mhUCXVgocU1BEGkmuGBI0ytBji3N3/sc9Fiz/gRGRNKjzCmlghXJFeP11\naCPi7f5AkRkDvsnGZida/68wgC7FV/6LuaBb9Zv4XB6PL0VJ+2eCTGOoASghAqG8\nrg==\n-----END CERTIFICATE-----\n', 'key': '/etc/pki/tls/private/podman_registry.key', 'key_content': '-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQCojFAjMgtDWcHR\nCQYqlKNYWC22t/b2CoQgL4c4qGKVlUBhmG/W5OGXlDQAOZg5gtKxnXIj/9ZAXF+D\nPSkz47dKQvJrz1ASIbCUjKgt1zWqCLjpd9Zx9o8+R8p2GTqcFlnFwkLNVrM67g2L\nBqHF6zmn2DulJF7ar1tnJ2TvHaUYMsTEJrma/u6SE1m9x9eWzkuK5/COTNBSVP3E\no7FiEvqzdwn4WX3XjHQVXGkR5T0XJ07E+ZZJrGLb8evVxqvmHAUeAMNCk4z9B8Sx\nbPBnHC+bZuzx+RzOk8coc+Y7MmOPqGB9qvDP+cJcmusO/ZeCT85rWeSrj+ode58m\niTZ685VJAgMBAAECggEARVab7S68RXPacTVmLQRDAqgb/kxGM8f1vQvwdBWJoQHq\nn3vHnr9AM0yL6//FqPsx1FHyT+8C5C1cObBij+9BSzKpakK6LQthCmunEFy1vgKi\nl6FuPinxmeyM1PLiEq57NgkJ1FGzoC2osqYCzVpMuMkTGIgS4aI8Vv503o3yijZF\npWq2JmawmgnTkPCJaLY1jhHZ+pPifC/TVDnruJGvHBfANX6CC7fCuSh/rV7HcdZi\nXz7IqDLzFrgbXsouFZuzaA1vGjvEMG+eu1nmDJ7ACM462bUN1PziMPatC9U11KIj\n8MGI8Yp7RZaQKTc1CXlGhJt+5uf+Wu+hj1ZtXgG5xQKBgQDP36aaXdYWAwsE6ayF\nYytpXgywdS8jGemMsfu6edR1nAXd8Swl97ILyPHH0EqIga8cYfzHbnSx6Ff6U4pL\nkV+tSCSE82u4ow/hiZGCb5Lvj7WVehyfbwbjGgGpe7SmQWR7qRJqg+uvSV3evKYQ\nFXqgPy5ng1fuFVILLBgDIbYakwKBgQDPkeX7KmOaKKuWBlhG5mpbJp+tU6e1LTs9\nOoYpfjKxIeXKBCt6IYYV/EP1IOridXQOD8K6Ek2L4q3VwVhejEQCpZaYO1v9+flD\nNZmnDBEQMbCkbWhxniemv1VhnO+K6B28maxwWlw2VvNF2HyO0L9q3fBWpnfC4YbO\ngcluyM7OMwKBgQCu6wh7PtjGHvtnv+XPPDqsaFqPJZxrkgNnw+EJ8jhoWsjJEIbQ\n0BQ/PHDPbaM6KL4cSQv3GSgTCGr3ltJ5cjOrUViBk3+il3vmkecidhaThT8ML/vj\n4P5PnXOmlRTXDZGrSQLZJHbvQfI+Wkn2oMxWCbRXoDseeUxXYFw4Tma5BwKBgDdJ\ndShhMgZtrsZXCkxYMxv0PbO9BH6NfanhXLrQkk/752jXk30EUOKqPq+cBPQstKzK\nJePJ3D3WMtcsmI0Wb0cFNAd4SBht7KaqMDL+U80sbxBc0+Tva0BO1j8ZvfQRv1ns\n1LFYYBdZMZL5BrRDhbjBRLLPxDZ0O6PljfGkKvFhAoGABR2zjqnYWw5qVZVL6ZI1\ncNjZBpd3da3Lgg+I2oXDxvy6unDlKA1vm2ZlN9VyQ2j7pwXQrnDZiCKICVo9WJY0\ntizDW0kJyaj2arkeVklNCyBTNZz3mEBTU0rt+FZDN6TnUYXvy+BuT2D/ZD5/8pp8\nKer4jmLB9Qh5bbBZ80RhNEw=\n-----END PRIVATE KEY-----\n', 'ca': '/etc/pki/tls/certs/podman_registry.crt', 'ca_content': '-----BEGIN CERTIFICATE-----\nMIIDjTCCAnWgAwIBAgIQT57VaUUFRmGfQCz07AKuODANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjNGY5\nZWQ1NjktNDUwNTQ2NjEtOWY0MDJjZjQtZWMwMmFlMzcwHhcNMjQxMTExMTEzNDMy\nWhcNMjUxMTExMTEzNDMxWjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCojFAjMgtDWcHRCQYqlKNYWC22t/b2CoQg\nL4c4qGKVlUBhmG/W5OGXlDQAOZg5gtKxnXIj/9ZAXF+DPSkz47dKQvJrz1ASIbCU\njKgt1zWqCLjpd9Zx9o8+R8p2GTqcFlnFwkLNVrM67g2LBqHF6zmn2DulJF7ar1tn\nJ2TvHaUYMsTEJrma/u6SE1m9x9eWzkuK5/COTNBSVP3Eo7FiEvqzdwn4WX3XjHQV\nXGkR5T0XJ07E+ZZJrGLb8evVxqvmHAUeAMNCk4z9B8SxbPBnHC+bZuzx+RzOk8co\nc+Y7MmOPqGB9qvDP+cJcmusO/ZeCT85rWeSrj+ode58miTZ685VJAgMBAAGjgZ4w\ngZswCwYDVR0PBAQDAgWgMB8GA1UdEQQYMBaCCWxvY2FsaG9zdIIJMTI3LjAuMC4x\nMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMB0G\nA1UdDgQWBBS7jk3U7OGnDrbJfkN9n7GrGqT+TzAfBgNVHSMEGDAWgBQlSJBlczPy\n/Yl3KntHh4niY0Uo3zANBgkqhkiG9w0BAQsFAAOCAQEAL+EdvyqpLGbOkwXAwPPL\n+fT8z8CfNDhVnOafIl9V0PkVrl/1uC2ur3otPhqu4Fg1XBQsQ+k3Z7Tp22NTTso6\n4Dh3gPCDG/7KISNf1teWmNgsXR7aTEZiQLyYalK0/kxJ+kJH7TXJCrzF+Is9BMzF\nhl6cvXlgbccGnztnyD1DTUkhsoS21dJytVDcZtwbHGc5ePPB12pXe1JJ2pHWbv2v\nYrz83l6mhUCXVgocU1BEGkmuGBI0ytBji3N3/sc9Fiz/gRGRNKjzCmlghXJFeP11\naCPi7f5AkRkDvsnGZida/68wgC7FV/6LuaBb9Zv4XB6PL0VJ+2eCTGOoASghAqG8\nrg==\n-----END CERTIFICATE-----\n'}) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "getcert", "stop-tracking", "-f", "/etc/pki/tls/certs/podman_registry.crt" ], "delta": "0:00:00.031839", "end": "2024-11-11 06:34:34.161199", "item": { "ca": "/etc/pki/tls/certs/podman_registry.crt", "ca_content": "-----BEGIN CERTIFICATE-----\nMIIDjTCCAnWgAwIBAgIQT57VaUUFRmGfQCz07AKuODANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjNGY5\nZWQ1NjktNDUwNTQ2NjEtOWY0MDJjZjQtZWMwMmFlMzcwHhcNMjQxMTExMTEzNDMy\nWhcNMjUxMTExMTEzNDMxWjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCojFAjMgtDWcHRCQYqlKNYWC22t/b2CoQg\nL4c4qGKVlUBhmG/W5OGXlDQAOZg5gtKxnXIj/9ZAXF+DPSkz47dKQvJrz1ASIbCU\njKgt1zWqCLjpd9Zx9o8+R8p2GTqcFlnFwkLNVrM67g2LBqHF6zmn2DulJF7ar1tn\nJ2TvHaUYMsTEJrma/u6SE1m9x9eWzkuK5/COTNBSVP3Eo7FiEvqzdwn4WX3XjHQV\nXGkR5T0XJ07E+ZZJrGLb8evVxqvmHAUeAMNCk4z9B8SxbPBnHC+bZuzx+RzOk8co\nc+Y7MmOPqGB9qvDP+cJcmusO/ZeCT85rWeSrj+ode58miTZ685VJAgMBAAGjgZ4w\ngZswCwYDVR0PBAQDAgWgMB8GA1UdEQQYMBaCCWxvY2FsaG9zdIIJMTI3LjAuMC4x\nMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMB0G\nA1UdDgQWBBS7jk3U7OGnDrbJfkN9n7GrGqT+TzAfBgNVHSMEGDAWgBQlSJBlczPy\n/Yl3KntHh4niY0Uo3zANBgkqhkiG9w0BAQsFAAOCAQEAL+EdvyqpLGbOkwXAwPPL\n+fT8z8CfNDhVnOafIl9V0PkVrl/1uC2ur3otPhqu4Fg1XBQsQ+k3Z7Tp22NTTso6\n4Dh3gPCDG/7KISNf1teWmNgsXR7aTEZiQLyYalK0/kxJ+kJH7TXJCrzF+Is9BMzF\nhl6cvXlgbccGnztnyD1DTUkhsoS21dJytVDcZtwbHGc5ePPB12pXe1JJ2pHWbv2v\nYrz83l6mhUCXVgocU1BEGkmuGBI0ytBji3N3/sc9Fiz/gRGRNKjzCmlghXJFeP11\naCPi7f5AkRkDvsnGZida/68wgC7FV/6LuaBb9Zv4XB6PL0VJ+2eCTGOoASghAqG8\nrg==\n-----END CERTIFICATE-----\n", "cert": "/etc/pki/tls/certs/podman_registry.crt", "cert_content": "-----BEGIN CERTIFICATE-----\nMIIDjTCCAnWgAwIBAgIQT57VaUUFRmGfQCz07AKuODANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjNGY5\nZWQ1NjktNDUwNTQ2NjEtOWY0MDJjZjQtZWMwMmFlMzcwHhcNMjQxMTExMTEzNDMy\nWhcNMjUxMTExMTEzNDMxWjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCojFAjMgtDWcHRCQYqlKNYWC22t/b2CoQg\nL4c4qGKVlUBhmG/W5OGXlDQAOZg5gtKxnXIj/9ZAXF+DPSkz47dKQvJrz1ASIbCU\njKgt1zWqCLjpd9Zx9o8+R8p2GTqcFlnFwkLNVrM67g2LBqHF6zmn2DulJF7ar1tn\nJ2TvHaUYMsTEJrma/u6SE1m9x9eWzkuK5/COTNBSVP3Eo7FiEvqzdwn4WX3XjHQV\nXGkR5T0XJ07E+ZZJrGLb8evVxqvmHAUeAMNCk4z9B8SxbPBnHC+bZuzx+RzOk8co\nc+Y7MmOPqGB9qvDP+cJcmusO/ZeCT85rWeSrj+ode58miTZ685VJAgMBAAGjgZ4w\ngZswCwYDVR0PBAQDAgWgMB8GA1UdEQQYMBaCCWxvY2FsaG9zdIIJMTI3LjAuMC4x\nMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMB0G\nA1UdDgQWBBS7jk3U7OGnDrbJfkN9n7GrGqT+TzAfBgNVHSMEGDAWgBQlSJBlczPy\n/Yl3KntHh4niY0Uo3zANBgkqhkiG9w0BAQsFAAOCAQEAL+EdvyqpLGbOkwXAwPPL\n+fT8z8CfNDhVnOafIl9V0PkVrl/1uC2ur3otPhqu4Fg1XBQsQ+k3Z7Tp22NTTso6\n4Dh3gPCDG/7KISNf1teWmNgsXR7aTEZiQLyYalK0/kxJ+kJH7TXJCrzF+Is9BMzF\nhl6cvXlgbccGnztnyD1DTUkhsoS21dJytVDcZtwbHGc5ePPB12pXe1JJ2pHWbv2v\nYrz83l6mhUCXVgocU1BEGkmuGBI0ytBji3N3/sc9Fiz/gRGRNKjzCmlghXJFeP11\naCPi7f5AkRkDvsnGZida/68wgC7FV/6LuaBb9Zv4XB6PL0VJ+2eCTGOoASghAqG8\nrg==\n-----END CERTIFICATE-----\n", "key": "/etc/pki/tls/private/podman_registry.key", "key_content": "-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQCojFAjMgtDWcHR\nCQYqlKNYWC22t/b2CoQgL4c4qGKVlUBhmG/W5OGXlDQAOZg5gtKxnXIj/9ZAXF+D\nPSkz47dKQvJrz1ASIbCUjKgt1zWqCLjpd9Zx9o8+R8p2GTqcFlnFwkLNVrM67g2L\nBqHF6zmn2DulJF7ar1tnJ2TvHaUYMsTEJrma/u6SE1m9x9eWzkuK5/COTNBSVP3E\no7FiEvqzdwn4WX3XjHQVXGkR5T0XJ07E+ZZJrGLb8evVxqvmHAUeAMNCk4z9B8Sx\nbPBnHC+bZuzx+RzOk8coc+Y7MmOPqGB9qvDP+cJcmusO/ZeCT85rWeSrj+ode58m\niTZ685VJAgMBAAECggEARVab7S68RXPacTVmLQRDAqgb/kxGM8f1vQvwdBWJoQHq\nn3vHnr9AM0yL6//FqPsx1FHyT+8C5C1cObBij+9BSzKpakK6LQthCmunEFy1vgKi\nl6FuPinxmeyM1PLiEq57NgkJ1FGzoC2osqYCzVpMuMkTGIgS4aI8Vv503o3yijZF\npWq2JmawmgnTkPCJaLY1jhHZ+pPifC/TVDnruJGvHBfANX6CC7fCuSh/rV7HcdZi\nXz7IqDLzFrgbXsouFZuzaA1vGjvEMG+eu1nmDJ7ACM462bUN1PziMPatC9U11KIj\n8MGI8Yp7RZaQKTc1CXlGhJt+5uf+Wu+hj1ZtXgG5xQKBgQDP36aaXdYWAwsE6ayF\nYytpXgywdS8jGemMsfu6edR1nAXd8Swl97ILyPHH0EqIga8cYfzHbnSx6Ff6U4pL\nkV+tSCSE82u4ow/hiZGCb5Lvj7WVehyfbwbjGgGpe7SmQWR7qRJqg+uvSV3evKYQ\nFXqgPy5ng1fuFVILLBgDIbYakwKBgQDPkeX7KmOaKKuWBlhG5mpbJp+tU6e1LTs9\nOoYpfjKxIeXKBCt6IYYV/EP1IOridXQOD8K6Ek2L4q3VwVhejEQCpZaYO1v9+flD\nNZmnDBEQMbCkbWhxniemv1VhnO+K6B28maxwWlw2VvNF2HyO0L9q3fBWpnfC4YbO\ngcluyM7OMwKBgQCu6wh7PtjGHvtnv+XPPDqsaFqPJZxrkgNnw+EJ8jhoWsjJEIbQ\n0BQ/PHDPbaM6KL4cSQv3GSgTCGr3ltJ5cjOrUViBk3+il3vmkecidhaThT8ML/vj\n4P5PnXOmlRTXDZGrSQLZJHbvQfI+Wkn2oMxWCbRXoDseeUxXYFw4Tma5BwKBgDdJ\ndShhMgZtrsZXCkxYMxv0PbO9BH6NfanhXLrQkk/752jXk30EUOKqPq+cBPQstKzK\nJePJ3D3WMtcsmI0Wb0cFNAd4SBht7KaqMDL+U80sbxBc0+Tva0BO1j8ZvfQRv1ns\n1LFYYBdZMZL5BrRDhbjBRLLPxDZ0O6PljfGkKvFhAoGABR2zjqnYWw5qVZVL6ZI1\ncNjZBpd3da3Lgg+I2oXDxvy6unDlKA1vm2ZlN9VyQ2j7pwXQrnDZiCKICVo9WJY0\ntizDW0kJyaj2arkeVklNCyBTNZz3mEBTU0rt+FZDN6TnUYXvy+BuT2D/ZD5/8pp8\nKer4jmLB9Qh5bbBZ80RhNEw=\n-----END PRIVATE KEY-----\n" }, "rc": 0, "start": "2024-11-11 06:34:34.129360" } STDOUT: Request "20241111113432" removed. TASK [fedora.linux_system_roles.certificate : Remove files] ******************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181 Monday 11 November 2024 06:34:34 -0500 (0:00:00.457) 0:01:28.397 ******* changed: [managed-node1] => (item=/etc/pki/tls/certs/podman_registry.crt) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/pki/tls/certs/podman_registry.crt", "path": "/etc/pki/tls/certs/podman_registry.crt", "state": "absent" } changed: [managed-node1] => (item=/etc/pki/tls/private/podman_registry.key) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/pki/tls/private/podman_registry.key", "path": "/etc/pki/tls/private/podman_registry.key", "state": "absent" } ok: [managed-node1] => (item=/etc/pki/tls/certs/podman_registry.crt) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/pki/tls/certs/podman_registry.crt", "path": "/etc/pki/tls/certs/podman_registry.crt", "state": "absent" } TASK [Write cert for registry] ************************************************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:34 Monday 11 November 2024 06:34:35 -0500 (0:00:01.128) 0:01:29.526 ******* changed: [managed-node1] => { "changed": true, "checksum": "dec5116ce8a241ddcada0bc904dafa380010469c", "dest": "/tmp/lsr_u_2x1zmx_podman/auth/registry_cert.crt", "gid": 0, "group": "root", "md5sum": "348f002c3291e07aadb32838afbf7d51", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 1294, "src": "/root/.ansible/tmp/ansible-tmp-1731324875.4166892-9483-243952891640631/source", "state": "file", "uid": 0 } TASK [Write key for registry] ************************************************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:40 Monday 11 November 2024 06:34:36 -0500 (0:00:00.861) 0:01:30.388 ******* changed: [managed-node1] => { "changed": true, "checksum": "bd1252b646ede071edb5e0c6e9a0bf8da5a8ea0e", "dest": "/tmp/lsr_u_2x1zmx_podman/auth/registry_key.pem", "gid": 0, "group": "root", "md5sum": "50e14a1bbe095a21ee8fd275d47bce88", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 1704, "src": "/root/.ansible/tmp/ansible-tmp-1731324876.278381-9531-110982471862585/source", "state": "file", "uid": 0 } TASK [Write CA cert for registry] ********************************************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:46 Monday 11 November 2024 06:34:36 -0500 (0:00:00.741) 0:01:31.130 ******* changed: [managed-node1] => { "changed": true, "checksum": "dec5116ce8a241ddcada0bc904dafa380010469c", "dest": "/tmp/lsr_u_2x1zmx_podman/auth/ca.crt", "gid": 0, "group": "root", "md5sum": "348f002c3291e07aadb32838afbf7d51", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 1294, "src": "/root/.ansible/tmp/ansible-tmp-1731324877.0115592-9574-264253387236598/source", "state": "file", "uid": 0 } TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:55 Monday 11 November 2024 06:34:37 -0500 (0:00:00.673) 0:01:31.804 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:60 Monday 11 November 2024 06:34:37 -0500 (0:00:00.032) 0:01:31.836 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure test packages] **************************************************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:64 Monday 11 November 2024 06:34:37 -0500 (0:00:00.030) 0:01:31.866 ******* changed: [managed-node1] => { "changed": true, "rc": 0, "results": [ "Installed: httpd-tools-2.4.37-64.module_el8+965+1ad5c49d.x86_64", "Installed: skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64", "Installed: apr-util-openssl-1.6.1-9.el8.x86_64", "Installed: apr-1.6.3-12.el8.x86_64", "Installed: apr-util-1.6.1-9.el8.x86_64", "Installed: apr-util-bdb-1.6.1-9.el8.x86_64" ] } lsrpackages: httpd-tools skopeo TASK [Write user and password] ************************************************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:70 Monday 11 November 2024 06:34:42 -0500 (0:00:05.116) 0:01:36.983 ******* changed: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [Create auth.json file] *************************************************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:78 Monday 11 November 2024 06:34:43 -0500 (0:00:00.438) 0:01:37.421 ******* changed: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [Set paths for cleanup] *************************************************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:94 Monday 11 November 2024 06:34:44 -0500 (0:00:00.856) 0:01:38.278 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_cleanup_paths": [ "/tmp/lsr_u_2x1zmx_podman" ] }, "changed": false } TASK [Start registry] ********************************************************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:102 Monday 11 November 2024 06:34:44 -0500 (0:00:00.051) 0:01:38.330 ******* changed: [managed-node1] => { "changed": true, "cmd": [ "podman", "run", "-d", "-p", "127.0.0.1:5000:5000", "--name", "podman_registry", "-v", "/tmp/lsr_u_2x1zmx_podman/auth:/auth:Z", "-e", "REGISTRY_AUTH=htpasswd", "-e", "REGISTRY_AUTH_HTPASSWD_REALM=Registry Realm", "-e", "REGISTRY_AUTH_HTPASSWD_PATH=/auth/htpasswd", "-e", "REGISTRY_HTTP_TLS_CERTIFICATE=/auth/registry_cert.crt", "-e", "REGISTRY_HTTP_TLS_KEY=/auth/registry_key.pem", "quay.io/libpod/registry:2.8.2" ], "delta": "0:00:02.312586", "end": "2024-11-11 06:34:46.801906", "rc": 0, "start": "2024-11-11 06:34:44.489320" } STDOUT: 228ddd5a5e7ea3d9719ce664d7fb0252d84a6f151902d6d0d13aa2c683249b4f STDERR: Trying to pull quay.io/libpod/registry:2.8.2... Getting image source signatures Copying blob sha256:7417fa3c6d923a722787ff60825c3c40f74621ab2e4abcc120e25b10a35e4811 Copying blob sha256:7264a8db6415046d36d16ba98b79778e18accee6ffa71850405994cffa9be7de Copying blob sha256:88b450dec42ebc9659f10c6fd6d2326706fec4ab7aadf0c38973d930c23c546a Copying blob sha256:c4d48a809fc2256f8aa0aeee47998488d64409855adba00a7cb3007ab9f3286e Copying blob sha256:121f958bea53668d782691e643e9401ea21dd36c9d81078b51964d2e82b51376 Copying config sha256:0030ba3d620c647159c935ee778991c68ef3e51a274703753b0bc530104ef5e5 Writing manifest to image destination TASK [Wait for port] *********************************************************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:113 Monday 11 November 2024 06:34:46 -0500 (0:00:02.733) 0:01:41.064 ******* ok: [managed-node1] => { "changed": false, "elapsed": 0, "match_groupdict": {}, "match_groups": [], "path": null, "port": 5000, "search_regex": null, "state": "started" } TASK [Wait for readiness] ****************************************************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:117 Monday 11 November 2024 06:34:47 -0500 (0:00:00.716) 0:01:41.780 ******* ok: [managed-node1] => { "attempts": 1, "changed": false, "cmd": [ "podman", "logs", "podman_registry" ], "delta": "0:00:00.036121", "end": "2024-11-11 06:34:48.043610", "rc": 0, "start": "2024-11-11 06:34:48.007489" } STDERR: time="2024-11-11T11:34:46.804483618Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.19.9 instance.id=ca8a9ba3-0f11-41e6-ae84-0eedb0ea14de service=registry version=2.8.2 time="2024-11-11T11:34:46.804550968Z" level=info msg="redis not configured" go.version=go1.19.9 instance.id=ca8a9ba3-0f11-41e6-ae84-0eedb0ea14de service=registry version=2.8.2 time="2024-11-11T11:34:46.804679286Z" level=info msg="using inmemory blob descriptor cache" go.version=go1.19.9 instance.id=ca8a9ba3-0f11-41e6-ae84-0eedb0ea14de service=registry version=2.8.2 time="2024-11-11T11:34:46.805117358Z" level=info msg="restricting TLS version to tls1.2 or higher" go.version=go1.19.9 instance.id=ca8a9ba3-0f11-41e6-ae84-0eedb0ea14de service=registry version=2.8.2 time="2024-11-11T11:34:46.805161275Z" level=info msg="restricting TLS cipher suites to: TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256,TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_AES_128_GCM_SHA256,TLS_CHACHA20_POLY1305_SHA256,TLS_AES_256_GCM_SHA384" go.version=go1.19.9 instance.id=ca8a9ba3-0f11-41e6-ae84-0eedb0ea14de service=registry version=2.8.2 time="2024-11-11T11:34:46.805450763Z" level=info msg="listening on [::]:5000, tls" go.version=go1.19.9 instance.id=ca8a9ba3-0f11-41e6-ae84-0eedb0ea14de service=registry version=2.8.2 time="2024-11-11T11:34:46.806109246Z" level=info msg="Starting upload purge in 48m0s" go.version=go1.19.9 instance.id=ca8a9ba3-0f11-41e6-ae84-0eedb0ea14de service=registry version=2.8.2 2024/11/11 11:34:47 http: TLS handshake error from 10.88.0.1:43110: EOF TASK [Convert test image names into local registry names] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:123 Monday 11 November 2024 06:34:48 -0500 (0:00:00.498) 0:01:42.279 ******* ok: [managed-node1] => { "ansible_facts": { "podman_local_test_images": [ "localhost:5000/libpod/testimage:20210610" ] }, "changed": false } TASK [Push test images into local registry] ************************************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:127 Monday 11 November 2024 06:34:48 -0500 (0:00:00.040) 0:01:42.320 ******* changed: [managed-node1] => (item={'key': 'quay.io/libpod/testimage:20210610', 'value': 'localhost:5000/libpod/testimage:20210610'}) => { "ansible_loop_var": "item", "changed": true, "cmd": "podman pull quay.io/libpod/testimage:20210610; podman push --authfile=\"/tmp/lsr_u_2x1zmx_podman/auth/auth.json\" --cert-dir=\"/tmp/lsr_u_2x1zmx_podman/auth\" quay.io/libpod/testimage:20210610 docker://localhost:5000/libpod/testimage:20210610", "delta": "0:00:02.143533", "end": "2024-11-11 06:34:50.616432", "item": { "key": "quay.io/libpod/testimage:20210610", "value": "localhost:5000/libpod/testimage:20210610" }, "rc": 0, "start": "2024-11-11 06:34:48.472899" } STDOUT: 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f 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 Getting image source signatures Copying blob sha256:f36118df491fbfd96093731809941d7bb881136415ccc114bc26d6bf10499a0e Copying config sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f Writing manifest to image destination TASK [Verify test images in local registry] ************************************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:136 Monday 11 November 2024 06:34:50 -0500 (0:00:02.555) 0:01:44.875 ******* ok: [managed-node1] => (item=localhost:5000/libpod/testimage:20210610) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "skopeo", "inspect", "--authfile=/tmp/lsr_u_2x1zmx_podman/auth/auth.json", "--cert-dir=/tmp/lsr_u_2x1zmx_podman/auth", "docker://localhost:5000/libpod/testimage:20210610" ], "delta": "0:00:00.160669", "end": "2024-11-11 06:34:51.217024", "item": "localhost:5000/libpod/testimage:20210610", "rc": 0, "start": "2024-11-11 06:34:51.056355" } STDOUT: { "Name": "localhost:5000/libpod/testimage", "Digest": "sha256:b64084bf8e094a59bcf4a2b555ae2891faab62591002fd386cd89564b3444e6d", "RepoTags": [ "20210610" ], "Created": "2021-06-10T18:55:43.049643585Z", "DockerVersion": "", "Labels": { "created_at": "2021-06-10T18:55:36Z", "created_by": "test/system/build-testimage", "io.buildah.version": "1.21.0" }, "Architecture": "amd64", "Os": "linux", "Layers": [ "sha256:33c74d3440b24175b0b34785f586a4f688a3ecd60633096d982488bba5d8d703" ], "LayersData": [ { "MIMEType": "application/vnd.docker.image.rootfs.diff.tar.gzip", "Digest": "sha256:33c74d3440b24175b0b34785f586a4f688a3ecd60633096d982488bba5d8d703", "Size": 4942959, "Annotations": null } ], "Env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ] } TASK [Run the role with no credentials and no cert checking] ******************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:58 Monday 11 November 2024 06:34:51 -0500 (0:00:00.608) 0:01:45.484 ******* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 11 November 2024 06:34:51 -0500 (0:00:00.144) 0:01:45.629 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 11 November 2024 06:34:51 -0500 (0:00:00.088) 0:01:45.718 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Monday 11 November 2024 06:34:51 -0500 (0:00:00.068) 0:01:45.786 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Monday 11 November 2024 06:34:51 -0500 (0:00:00.071) 0:01:45.858 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Monday 11 November 2024 06:34:51 -0500 (0:00:00.080) 0:01:45.939 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Monday 11 November 2024 06:34:51 -0500 (0:00:00.091) 0:01:46.031 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Monday 11 November 2024 06:34:51 -0500 (0:00:00.104) 0:01:46.135 ******* ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 11 November 2024 06:34:52 -0500 (0:00:00.130) 0:01:46.265 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 11 November 2024 06:34:53 -0500 (0:00:01.502) 0:01:47.768 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 11 November 2024 06:34:53 -0500 (0:00:00.051) 0:01:47.820 ******* skipping: [managed-node1] => { "changed": false, "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Monday 11 November 2024 06:34:53 -0500 (0:00:00.109) 0:01:47.929 ******* skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Monday 11 November 2024 06:34:53 -0500 (0:00:00.093) 0:01:48.023 ******* skipping: [managed-node1] => { "changed": 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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 11 November 2024 06:34:53 -0500 (0:00:00.096) 0:01:48.119 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Monday 11 November 2024 06:34:54 -0500 (0:00:00.066) 0:01:48.186 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.026072", "end": "2024-11-11 06:34:54.536787", "rc": 0, "start": "2024-11-11 06:34:54.510715" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Monday 11 November 2024 06:34:54 -0500 (0:00:00.596) 0:01:48.782 ******* ok: [managed-node1] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Monday 11 November 2024 06:34:54 -0500 (0:00:00.105) 0:01:48.887 ******* skipping: [managed-node1] => { "changed": false, "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Monday 11 November 2024 06:34:54 -0500 (0:00:00.060) 0:01:48.947 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Monday 11 November 2024 06:34:54 -0500 (0:00:00.106) 0:01:49.053 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 06:34:54 -0500 (0:00:00.101) 0:01:49.155 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 06:34:55 -0500 (0:00:00.065) 0:01:49.221 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 06:34:55 -0500 (0:00:00.062) 0:01:49.283 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 06:34:55 -0500 (0:00:00.072) 0:01:49.355 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731324858.040806, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731324829.5436878, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 06:34:55 -0500 (0:00:00.427) 0:01:49.783 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 06:34:55 -0500 (0:00:00.043) 0:01:49.827 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 06:34:55 -0500 (0:00:00.050) 0:01:49.877 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 06:34:55 -0500 (0:00:00.051) 0:01:49.929 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 06:34:55 -0500 (0:00:00.050) 0:01:49.979 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 06:34:55 -0500 (0:00:00.051) 0:01:50.030 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 06:34:55 -0500 (0:00:00.052) 0:01:50.083 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 06:34:55 -0500 (0:00:00.062) 0:01:50.146 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Monday 11 November 2024 06:34:56 -0500 (0:00:00.102) 0:01:50.248 ******* ok: [managed-node1] => { "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95 Monday 11 November 2024 06:34:56 -0500 (0:00:00.080) 0:01:50.329 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 11 November 2024 06:34:56 -0500 (0:00:00.070) 0:01:50.399 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 11 November 2024 06:34:56 -0500 (0:00:00.044) 0:01:50.443 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98 Monday 11 November 2024 06:34:56 -0500 (0:00:00.037) 0:01:50.481 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 11 November 2024 06:34:56 -0500 (0:00:00.061) 0:01:50.542 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 11 November 2024 06:34:56 -0500 (0:00:00.034) 0:01:50.576 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101 Monday 11 November 2024 06:34:56 -0500 (0:00:00.040) 0:01:50.617 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Monday 11 November 2024 06:34:56 -0500 (0:00:00.084) 0:01:50.701 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Monday 11 November 2024 06:34:56 -0500 (0:00:00.075) 0:01:50.776 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Monday 11 November 2024 06:34:56 -0500 (0:00:00.067) 0:01:50.844 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Monday 11 November 2024 06:34:56 -0500 (0:00:00.128) 0:01:50.973 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Monday 11 November 2024 06:34:56 -0500 (0:00:00.073) 0:01:51.047 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Monday 11 November 2024 06:34:56 -0500 (0:00:00.051) 0:01:51.098 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Monday 11 November 2024 06:34:57 -0500 (0:00:00.132) 0:01:51.231 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Monday 11 November 2024 06:34:57 -0500 (0:00:00.061) 0:01:51.292 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117 Monday 11 November 2024 06:34:57 -0500 (0:00:00.057) 0:01:51.349 ******* skipping: [managed-node1] => { "changed": false, "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Monday 11 November 2024 06:34:57 -0500 (0:00:00.052) 0:01:51.401 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128 Monday 11 November 2024 06:34:57 -0500 (0:00:00.052) 0:01:51.454 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137 Monday 11 November 2024 06:34:57 -0500 (0:00:00.061) 0:01:51.515 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Monday 11 November 2024 06:34:57 -0500 (0:00:00.058) 0:01:51.573 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Monday 11 November 2024 06:34:57 -0500 (0:00:00.038) 0:01:51.612 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Monday 11 November 2024 06:34:57 -0500 (0:00:00.108) 0:01:51.721 ******* ok: [managed-node1] => { "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: auth_test_1_kube\nspec:\n containers:\n - image: localhost:5000/libpod/testimage:20210610\n name: auth_test_1_kube\n" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Monday 11 November 2024 06:34:57 -0500 (0:00:00.088) 0:01:51.810 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "auth_test_1_kube" }, "spec": { "containers": [ { "image": "localhost:5000/libpod/testimage:20210610", "name": "auth_test_1_kube" } ] } }, "__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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Monday 11 November 2024 06:34:57 -0500 (0:00:00.068) 0:01:51.879 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_kube_name": "auth_test_1_kube", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Monday 11 November 2024 06:34:57 -0500 (0:00:00.057) 0:01:51.937 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 06:34:57 -0500 (0:00:00.087) 0:01:52.024 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 06:34:57 -0500 (0:00:00.069) 0:01:52.093 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 06:34:58 -0500 (0:00:00.068) 0:01:52.162 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 06:34:58 -0500 (0:00:00.070) 0:01:52.232 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731324858.040806, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731324829.5436878, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 06:34:58 -0500 (0:00:00.586) 0:01:52.818 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 06:34:58 -0500 (0:00:00.059) 0:01:52.878 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 06:34:58 -0500 (0:00:00.060) 0:01:52.938 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 06:34:58 -0500 (0:00:00.063) 0:01:53.002 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 06:34:58 -0500 (0:00:00.061) 0:01:53.064 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 06:34:58 -0500 (0:00:00.050) 0:01:53.114 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 06:34:59 -0500 (0:00:00.055) 0:01:53.169 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 06:34:59 -0500 (0:00:00.051) 0:01:53.220 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Monday 11 November 2024 06:34:59 -0500 (0:00:00.058) 0:01:53.279 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Monday 11 November 2024 06:34:59 -0500 (0:00:00.038) 0:01:53.317 ******* ok: [managed-node1] => { "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Monday 11 November 2024 06:34:59 -0500 (0:00:00.077) 0:01:53.394 ******* ok: [managed-node1] => { "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Monday 11 November 2024 06:34:59 -0500 (0:00:00.058) 0:01:53.452 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Monday 11 November 2024 06:34:59 -0500 (0:00:00.062) 0:01:53.515 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Monday 11 November 2024 06:34:59 -0500 (0:00:00.069) 0:01:53.585 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "delta": "0:00:00.005529", "end": "2024-11-11 06:34:59.777580", "rc": 0, "start": "2024-11-11 06:34:59.772051" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-auth_test_1_kube.yml.service TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Monday 11 November 2024 06:34:59 -0500 (0:00:00.455) 0:01:54.040 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Monday 11 November 2024 06:34:59 -0500 (0:00:00.068) 0:01:54.108 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Monday 11 November 2024 06:35:00 -0500 (0:00:00.178) 0:01:54.286 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 11 November 2024 06:35:00 -0500 (0:00:00.094) 0:01:54.381 ******* skipping: [managed-node1] => { "changed": false, "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 11 November 2024 06:35:00 -0500 (0:00:00.059) 0:01:54.441 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 11 November 2024 06:35:00 -0500 (0:00:00.056) 0:01:54.498 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the host mount volumes] *********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Monday 11 November 2024 06:35:00 -0500 (0:00:00.061) 0:01:54.560 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Monday 11 November 2024 06:35:00 -0500 (0:00:00.071) 0:01:54.632 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Monday 11 November 2024 06:35:00 -0500 (0:00:00.090) 0:01:54.722 ******* failed: [managed-node1] (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 } fatal: [managed-node1]: FAILED! => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Check error] ************************************************************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:73 Monday 11 November 2024 06:35:01 -0500 (0:00:00.919) 0:01:55.642 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run the role with credentials and cert checking] ************************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:84 Monday 11 November 2024 06:35:01 -0500 (0:00:00.067) 0:01:55.709 ******* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 11 November 2024 06:35:01 -0500 (0:00:00.198) 0:01:55.907 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 11 November 2024 06:35:01 -0500 (0:00:00.141) 0:01:56.049 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Monday 11 November 2024 06:35:01 -0500 (0:00:00.066) 0:01:56.116 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Monday 11 November 2024 06:35:01 -0500 (0:00:00.045) 0:01:56.161 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Monday 11 November 2024 06:35:02 -0500 (0:00:00.042) 0:01:56.203 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Monday 11 November 2024 06:35:02 -0500 (0:00:00.094) 0:01:56.297 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Monday 11 November 2024 06:35:02 -0500 (0:00:00.039) 0:01:56.337 ******* ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 11 November 2024 06:35:02 -0500 (0:00:00.099) 0:01:56.436 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 11 November 2024 06:35:03 -0500 (0:00:01.501) 0:01:57.937 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 11 November 2024 06:35:03 -0500 (0:00:00.052) 0:01:57.990 ******* skipping: [managed-node1] => { "changed": false, "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Monday 11 November 2024 06:35:03 -0500 (0:00:00.052) 0:01:58.042 ******* skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Monday 11 November 2024 06:35:03 -0500 (0:00:00.040) 0:01:58.083 ******* skipping: [managed-node1] => { "changed": 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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 11 November 2024 06:35:03 -0500 (0:00:00.035) 0:01:58.119 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Monday 11 November 2024 06:35:03 -0500 (0:00:00.041) 0:01:58.161 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.027737", "end": "2024-11-11 06:35:04.320286", "rc": 0, "start": "2024-11-11 06:35:04.292549" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Monday 11 November 2024 06:35:04 -0500 (0:00:00.422) 0:01:58.583 ******* ok: [managed-node1] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Monday 11 November 2024 06:35:04 -0500 (0:00:00.059) 0:01:58.643 ******* skipping: [managed-node1] => { "changed": false, "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Monday 11 November 2024 06:35:04 -0500 (0:00:00.041) 0:01:58.684 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Monday 11 November 2024 06:35:04 -0500 (0:00:00.132) 0:01:58.817 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 06:35:04 -0500 (0:00:00.098) 0:01:58.916 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 06:35:04 -0500 (0:00:00.086) 0:01:59.002 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 06:35:04 -0500 (0:00:00.076) 0:01:59.078 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 06:35:05 -0500 (0:00:00.103) 0:01:59.182 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731324858.040806, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731324829.5436878, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 06:35:05 -0500 (0:00:00.434) 0:01:59.616 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 06:35:05 -0500 (0:00:00.035) 0:01:59.652 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 06:35:05 -0500 (0:00:00.034) 0:01:59.686 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 06:35:05 -0500 (0:00:00.036) 0:01:59.722 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 06:35:05 -0500 (0:00:00.039) 0:01:59.762 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 06:35:05 -0500 (0:00:00.044) 0:01:59.806 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 06:35:05 -0500 (0:00:00.050) 0:01:59.857 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 06:35:05 -0500 (0:00:00.108) 0:01:59.966 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Monday 11 November 2024 06:35:05 -0500 (0:00:00.059) 0:02:00.026 ******* ok: [managed-node1] => { "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95 Monday 11 November 2024 06:35:05 -0500 (0:00:00.053) 0:02:00.079 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 11 November 2024 06:35:05 -0500 (0:00:00.069) 0:02:00.149 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 11 November 2024 06:35:06 -0500 (0:00:00.040) 0:02:00.190 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98 Monday 11 November 2024 06:35:06 -0500 (0:00:00.051) 0:02:00.241 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 11 November 2024 06:35:06 -0500 (0:00:00.107) 0:02:00.349 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 11 November 2024 06:35:06 -0500 (0:00:00.054) 0:02:00.403 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101 Monday 11 November 2024 06:35:06 -0500 (0:00:00.098) 0:02:00.501 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Monday 11 November 2024 06:35:06 -0500 (0:00:00.136) 0:02:00.638 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Monday 11 November 2024 06:35:06 -0500 (0:00:00.127) 0:02:00.765 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Monday 11 November 2024 06:35:06 -0500 (0:00:00.092) 0:02:00.858 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Monday 11 November 2024 06:35:06 -0500 (0:00:00.161) 0:02:01.019 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Monday 11 November 2024 06:35:06 -0500 (0:00:00.057) 0:02:01.077 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Monday 11 November 2024 06:35:07 -0500 (0:00:00.100) 0:02:01.177 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Monday 11 November 2024 06:35:07 -0500 (0:00:00.040) 0:02:01.218 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Monday 11 November 2024 06:35:07 -0500 (0:00:00.034) 0:02:01.252 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117 Monday 11 November 2024 06:35:07 -0500 (0:00:00.033) 0:02:01.286 ******* skipping: [managed-node1] => { "changed": false, "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Monday 11 November 2024 06:35:07 -0500 (0:00:00.034) 0:02:01.321 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128 Monday 11 November 2024 06:35:07 -0500 (0:00:00.037) 0:02:01.358 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137 Monday 11 November 2024 06:35:07 -0500 (0:00:00.034) 0:02:01.393 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Monday 11 November 2024 06:35:07 -0500 (0:00:00.042) 0:02:01.435 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Monday 11 November 2024 06:35:07 -0500 (0:00:00.037) 0:02:01.473 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Monday 11 November 2024 06:35:07 -0500 (0:00:00.139) 0:02:01.613 ******* ok: [managed-node1] => { "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: auth_test_1_kube\nspec:\n containers:\n - image: localhost:5000/libpod/testimage:20210610\n name: auth_test_1_kube\n" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Monday 11 November 2024 06:35:07 -0500 (0:00:00.076) 0:02:01.689 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "auth_test_1_kube" }, "spec": { "containers": [ { "image": "localhost:5000/libpod/testimage:20210610", "name": "auth_test_1_kube" } ] } }, "__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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Monday 11 November 2024 06:35:07 -0500 (0:00:00.074) 0:02:01.764 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_kube_name": "auth_test_1_kube", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Monday 11 November 2024 06:35:07 -0500 (0:00:00.062) 0:02:01.826 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 06:35:07 -0500 (0:00:00.130) 0:02:01.957 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 06:35:07 -0500 (0:00:00.069) 0:02:02.026 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 06:35:07 -0500 (0:00:00.086) 0:02:02.113 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 06:35:08 -0500 (0:00:00.137) 0:02:02.250 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731324858.040806, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731324829.5436878, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 06:35:08 -0500 (0:00:00.438) 0:02:02.689 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 06:35:08 -0500 (0:00:00.061) 0:02:02.751 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 06:35:08 -0500 (0:00:00.059) 0:02:02.810 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 06:35:08 -0500 (0:00:00.054) 0:02:02.864 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 06:35:08 -0500 (0:00:00.056) 0:02:02.921 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 06:35:08 -0500 (0:00:00.071) 0:02:02.992 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 06:35:08 -0500 (0:00:00.060) 0:02:03.053 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 06:35:08 -0500 (0:00:00.076) 0:02:03.129 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Monday 11 November 2024 06:35:09 -0500 (0:00:00.077) 0:02:03.206 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Monday 11 November 2024 06:35:09 -0500 (0:00:00.099) 0:02:03.306 ******* ok: [managed-node1] => { "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Monday 11 November 2024 06:35:09 -0500 (0:00:00.127) 0:02:03.433 ******* ok: [managed-node1] => { "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Monday 11 November 2024 06:35:09 -0500 (0:00:00.064) 0:02:03.498 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Monday 11 November 2024 06:35:09 -0500 (0:00:00.076) 0:02:03.575 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Monday 11 November 2024 06:35:09 -0500 (0:00:00.067) 0:02:03.643 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "delta": "0:00:00.005449", "end": "2024-11-11 06:35:09.825681", "rc": 0, "start": "2024-11-11 06:35:09.820232" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-auth_test_1_kube.yml.service TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Monday 11 November 2024 06:35:09 -0500 (0:00:00.410) 0:02:04.053 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Monday 11 November 2024 06:35:09 -0500 (0:00:00.032) 0:02:04.086 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Monday 11 November 2024 06:35:10 -0500 (0:00:00.122) 0:02:04.208 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 11 November 2024 06:35:10 -0500 (0:00:00.058) 0:02:04.267 ******* skipping: [managed-node1] => { "changed": false, "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 11 November 2024 06:35:10 -0500 (0:00:00.032) 0:02:04.300 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 11 November 2024 06:35:10 -0500 (0:00:00.034) 0:02:04.334 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the host mount volumes] *********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Monday 11 November 2024 06:35:10 -0500 (0:00:00.032) 0:02:04.366 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Monday 11 November 2024 06:35:10 -0500 (0:00:00.032) 0:02:04.399 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Monday 11 November 2024 06:35:10 -0500 (0:00:00.036) 0:02:04.435 ******* failed: [managed-node1] (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 } fatal: [managed-node1]: FAILED! => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Check error] ************************************************************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:99 Monday 11 November 2024 06:35:10 -0500 (0:00:00.590) 0:02:05.026 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create a local tmpdir] *************************************************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:110 Monday 11 November 2024 06:35:10 -0500 (0:00:00.033) 0:02:05.060 ******* changed: [managed-node1 -> localhost] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_yk9svdwf_podman", "size": 6, "state": "directory", "uid": 0 } TASK [Run the role with credentials in spec and CA cert] *********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:118 Monday 11 November 2024 06:35:11 -0500 (0:00:00.332) 0:02:05.393 ******* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 11 November 2024 06:35:11 -0500 (0:00:00.127) 0:02:05.520 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 11 November 2024 06:35:11 -0500 (0:00:00.131) 0:02:05.651 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Monday 11 November 2024 06:35:11 -0500 (0:00:00.049) 0:02:05.700 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Monday 11 November 2024 06:35:11 -0500 (0:00:00.040) 0:02:05.741 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Monday 11 November 2024 06:35:11 -0500 (0:00:00.038) 0:02:05.780 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Monday 11 November 2024 06:35:11 -0500 (0:00:00.032) 0:02:05.812 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Monday 11 November 2024 06:35:11 -0500 (0:00:00.035) 0:02:05.848 ******* ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 11 November 2024 06:35:11 -0500 (0:00:00.086) 0:02:05.934 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 11 November 2024 06:35:13 -0500 (0:00:01.501) 0:02:07.436 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 11 November 2024 06:35:13 -0500 (0:00:00.032) 0:02:07.469 ******* skipping: [managed-node1] => { "changed": false, "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Monday 11 November 2024 06:35:13 -0500 (0:00:00.042) 0:02:07.511 ******* skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Monday 11 November 2024 06:35:13 -0500 (0:00:00.075) 0:02:07.586 ******* skipping: [managed-node1] => { "changed": 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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 11 November 2024 06:35:13 -0500 (0:00:00.052) 0:02:07.638 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Monday 11 November 2024 06:35:13 -0500 (0:00:00.041) 0:02:07.680 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.027192", "end": "2024-11-11 06:35:13.841613", "rc": 0, "start": "2024-11-11 06:35:13.814421" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Monday 11 November 2024 06:35:13 -0500 (0:00:00.397) 0:02:08.078 ******* ok: [managed-node1] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Monday 11 November 2024 06:35:13 -0500 (0:00:00.036) 0:02:08.115 ******* skipping: [managed-node1] => { "changed": false, "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Monday 11 November 2024 06:35:13 -0500 (0:00:00.033) 0:02:08.148 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Monday 11 November 2024 06:35:14 -0500 (0:00:00.114) 0:02:08.263 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 06:35:14 -0500 (0:00:00.097) 0:02:08.360 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 06:35:14 -0500 (0:00:00.073) 0:02:08.434 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 06:35:14 -0500 (0:00:00.059) 0:02:08.494 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 06:35:14 -0500 (0:00:00.055) 0:02:08.549 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731324858.040806, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731324829.5436878, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 06:35:14 -0500 (0:00:00.381) 0:02:08.930 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 06:35:14 -0500 (0:00:00.042) 0:02:08.973 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 06:35:14 -0500 (0:00:00.037) 0:02:09.011 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 06:35:14 -0500 (0:00:00.071) 0:02:09.082 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 06:35:14 -0500 (0:00:00.033) 0:02:09.116 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 06:35:14 -0500 (0:00:00.035) 0:02:09.151 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 06:35:15 -0500 (0:00:00.039) 0:02:09.191 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 06:35:15 -0500 (0:00:00.043) 0:02:09.234 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Monday 11 November 2024 06:35:15 -0500 (0:00:00.044) 0:02:09.279 ******* ok: [managed-node1] => { "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95 Monday 11 November 2024 06:35:15 -0500 (0:00:00.060) 0:02:09.340 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 11 November 2024 06:35:15 -0500 (0:00:00.097) 0:02:09.437 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 11 November 2024 06:35:15 -0500 (0:00:00.056) 0:02:09.493 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98 Monday 11 November 2024 06:35:15 -0500 (0:00:00.128) 0:02:09.622 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 11 November 2024 06:35:15 -0500 (0:00:00.105) 0:02:09.728 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 11 November 2024 06:35:15 -0500 (0:00:00.050) 0:02:09.778 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101 Monday 11 November 2024 06:35:15 -0500 (0:00:00.054) 0:02:09.833 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Monday 11 November 2024 06:35:15 -0500 (0:00:00.078) 0:02:09.912 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Monday 11 November 2024 06:35:15 -0500 (0:00:00.036) 0:02:09.948 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Monday 11 November 2024 06:35:15 -0500 (0:00:00.033) 0:02:09.982 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Monday 11 November 2024 06:35:15 -0500 (0:00:00.105) 0:02:10.087 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Monday 11 November 2024 06:35:15 -0500 (0:00:00.037) 0:02:10.125 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Monday 11 November 2024 06:35:16 -0500 (0:00:00.050) 0:02:10.175 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Monday 11 November 2024 06:35:16 -0500 (0:00:00.046) 0:02:10.221 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Monday 11 November 2024 06:35:16 -0500 (0:00:00.041) 0:02:10.263 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117 Monday 11 November 2024 06:35:16 -0500 (0:00:00.065) 0:02:10.328 ******* skipping: [managed-node1] => { "changed": false, "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Monday 11 November 2024 06:35:16 -0500 (0:00:00.055) 0:02:10.384 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128 Monday 11 November 2024 06:35:16 -0500 (0:00:00.071) 0:02:10.456 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Check given registry_host] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Monday 11 November 2024 06:35:16 -0500 (0:00:00.137) 0:02:10.594 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 0] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Monday 11 November 2024 06:35:16 -0500 (0:00:00.054) 0:02:10.648 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 1] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Monday 11 November 2024 06:35:16 -0500 (0:00:00.067) 0:02:10.715 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Monday 11 November 2024 06:35:16 -0500 (0:00:00.068) 0:02:10.784 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 06:35:16 -0500 (0:00:00.105) 0:02:10.890 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 06:35:16 -0500 (0:00:00.062) 0:02:10.952 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 06:35:16 -0500 (0:00:00.061) 0:02:11.014 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 06:35:17 -0500 (0:00:00.151) 0:02:11.165 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731324858.040806, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731324829.5436878, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 06:35:17 -0500 (0:00:00.498) 0:02:11.664 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 06:35:17 -0500 (0:00:00.048) 0:02:11.713 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 06:35:17 -0500 (0:00:00.053) 0:02:11.767 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 06:35:17 -0500 (0:00:00.046) 0:02:11.814 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 06:35:17 -0500 (0:00:00.038) 0:02:11.852 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 06:35:17 -0500 (0:00:00.042) 0:02:11.895 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 06:35:17 -0500 (0:00:00.042) 0:02:11.938 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 06:35:17 -0500 (0:00:00.038) 0:02:11.976 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 2] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Monday 11 November 2024 06:35:17 -0500 (0:00:00.035) 0:02:12.011 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_user_home_dir": "/root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 3] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Monday 11 November 2024 06:35:17 -0500 (0:00:00.043) 0:02:12.054 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_certs_d_path": "/etc/containers/certs.d/localhost:5000" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 4] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Monday 11 November 2024 06:35:17 -0500 (0:00:00.038) 0:02:12.093 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure certs.d directory] ************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Monday 11 November 2024 06:35:17 -0500 (0:00:00.052) 0:02:12.146 ******* changed: [managed-node1] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/containers/certs.d/localhost:5000", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure certs.d files] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Monday 11 November 2024 06:35:18 -0500 (0:00:00.418) 0:02:12.564 ******* skipping: [managed-node1] => (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-node1] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } changed: [managed-node1] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } changed: [managed-node1] => { "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 : Remove certs.d files] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Monday 11 November 2024 06:35:19 -0500 (0:00:00.842) 0:02:13.407 ******* skipping: [managed-node1] => (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-node1] => (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-node1] => (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-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Find files in certs.d directory] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Monday 11 November 2024 06:35:19 -0500 (0:00:00.052) 0:02:13.459 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the certs.d directory is absent if empty] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Monday 11 November 2024 06:35:19 -0500 (0:00:00.044) 0:02:13.503 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137 Monday 11 November 2024 06:35:19 -0500 (0:00:00.037) 0:02:13.541 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Monday 11 November 2024 06:35:19 -0500 (0:00:00.035) 0:02:13.576 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Monday 11 November 2024 06:35:19 -0500 (0:00:00.040) 0:02:13.617 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Monday 11 November 2024 06:35:19 -0500 (0:00:00.145) 0:02:13.763 ******* ok: [managed-node1] => { "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: auth_test_1_kube\nspec:\n containers:\n - image: localhost:5000/libpod/testimage:20210610\n name: auth_test_1_kube\n" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Monday 11 November 2024 06:35:19 -0500 (0:00:00.046) 0:02:13.809 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "auth_test_1_kube" }, "spec": { "containers": [ { "image": "localhost:5000/libpod/testimage:20210610", "name": "auth_test_1_kube" } ] } }, "__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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Monday 11 November 2024 06:35:19 -0500 (0:00:00.057) 0:02:13.867 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_kube_name": "auth_test_1_kube", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Monday 11 November 2024 06:35:19 -0500 (0:00:00.043) 0:02:13.910 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 06:35:19 -0500 (0:00:00.076) 0:02:13.987 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 06:35:19 -0500 (0:00:00.045) 0:02:14.033 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 06:35:19 -0500 (0:00:00.038) 0:02:14.072 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 06:35:19 -0500 (0:00:00.046) 0:02:14.118 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731324858.040806, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731324829.5436878, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 06:35:20 -0500 (0:00:00.366) 0:02:14.485 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 06:35:20 -0500 (0:00:00.079) 0:02:14.565 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 06:35:20 -0500 (0:00:00.053) 0:02:14.618 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 06:35:20 -0500 (0:00:00.050) 0:02:14.669 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 06:35:20 -0500 (0:00:00.052) 0:02:14.722 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 06:35:20 -0500 (0:00:00.073) 0:02:14.796 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 06:35:20 -0500 (0:00:00.051) 0:02:14.847 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 06:35:20 -0500 (0:00:00.039) 0:02:14.886 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Monday 11 November 2024 06:35:20 -0500 (0:00:00.041) 0:02:14.927 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Monday 11 November 2024 06:35:20 -0500 (0:00:00.045) 0:02:14.973 ******* ok: [managed-node1] => { "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Monday 11 November 2024 06:35:20 -0500 (0:00:00.057) 0:02:15.030 ******* ok: [managed-node1] => { "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Monday 11 November 2024 06:35:20 -0500 (0:00:00.037) 0:02:15.067 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Monday 11 November 2024 06:35:20 -0500 (0:00:00.036) 0:02:15.104 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Monday 11 November 2024 06:35:20 -0500 (0:00:00.038) 0:02:15.142 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "delta": "0:00:00.005552", "end": "2024-11-11 06:35:21.319318", "rc": 0, "start": "2024-11-11 06:35:21.313766" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-auth_test_1_kube.yml.service TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Monday 11 November 2024 06:35:21 -0500 (0:00:00.403) 0:02:15.546 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Monday 11 November 2024 06:35:21 -0500 (0:00:00.034) 0:02:15.580 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Monday 11 November 2024 06:35:21 -0500 (0:00:00.092) 0:02:15.672 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 11 November 2024 06:35:21 -0500 (0:00:00.251) 0:02:15.924 ******* skipping: [managed-node1] => { "changed": false, "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 11 November 2024 06:35:21 -0500 (0:00:00.067) 0:02:15.991 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 11 November 2024 06:35:21 -0500 (0:00:00.057) 0:02:16.049 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the host mount volumes] *********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Monday 11 November 2024 06:35:21 -0500 (0:00:00.059) 0:02:16.108 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Monday 11 November 2024 06:35:22 -0500 (0:00:00.061) 0:02:16.170 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Monday 11 November 2024 06:35:22 -0500 (0:00:00.054) 0:02:16.224 ******* changed: [managed-node1] => (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-node1] => { "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53 Monday 11 November 2024 06:35:22 -0500 (0:00:00.758) 0:02:16.983 ******* ok: [managed-node1] => { "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61 Monday 11 November 2024 06:35:23 -0500 (0:00:00.541) 0:02:17.525 ******* changed: [managed-node1] => { "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70 Monday 11 November 2024 06:35:23 -0500 (0:00:00.451) 0:02:17.977 ******* changed: [managed-node1] => { "changed": true, "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "dest": "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml", "gid": 0, "group": "root", "md5sum": "8db65ab83723a021adc90b4f543fdca0", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 244, "src": "/root/.ansible/tmp/ansible-tmp-1731324923.8812401-12208-12498991387418/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 Monday 11 November 2024 06:35:24 -0500 (0:00:00.957) 0:02:18.935 ******* [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-node1] => { "actions": [ "/usr/bin/podman play kube --start=true /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "changed": true } STDOUT: Pod: 3fd28c62814eac6ec8381366145bec8591f70ada6d459ba0859311649b07b49a Container: 201bdc3a562272c06848241fbbdf27e5bd1c4a93f9d526caee6c5736256aef12 TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:88 Monday 11 November 2024 06:35:26 -0500 (0:00:01.514) 0:02:20.449 ******* ok: [managed-node1] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:100 Monday 11 November 2024 06:35:27 -0500 (0:00:00.873) 0:02:21.323 ******* changed: [managed-node1] => { "changed": true, "enabled": true, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target network-online.target system-podman\\x2dkube.slice basic.target systemd-journald.socket -.mount", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "man:podman-kube-play(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "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/auth_test_1_kube.yml ; ignore_errors=no ; 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/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.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": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system-podman\\x2dkube.slice -.mount sysinit.target", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-online.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Monday 11 November 2024 06:35:28 -0500 (0:00:00.865) 0:02:22.189 ******* changed: [managed-node1] => { "changed": true, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "-.mount sysinit.target basic.target systemd-journald.socket system-podman\\x2dkube.slice network-online.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "man:podman-kube-play(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "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/auth_test_1_kube.yml ; ignore_errors=no ; 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/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.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": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system-podman\\x2dkube.slice sysinit.target -.mount", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "Wants": "network-online.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.podman : Restart service] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:127 Monday 11 November 2024 06:35:29 -0500 (0:00:01.601) 0:02:23.791 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160 Monday 11 November 2024 06:35:29 -0500 (0:00:00.061) 0:02:23.852 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Monday 11 November 2024 06:35:29 -0500 (0:00:00.215) 0:02:24.068 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Container": { "ContainerName": "auth_test_1_quadlet", "Image": "localhost:5000/libpod/testimage:20210610" }, "Install": { "WantedBy": "default.target" } }, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Monday 11 November 2024 06:35:29 -0500 (0:00:00.072) 0:02:24.140 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Monday 11 November 2024 06:35:30 -0500 (0:00:00.082) 0:02:24.222 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Monday 11 November 2024 06:35:30 -0500 (0:00:00.054) 0:02:24.277 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_quadlet_name": "auth_test_1_quadlet", "__podman_quadlet_type": "container", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Monday 11 November 2024 06:35:30 -0500 (0:00:00.104) 0:02:24.382 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 06:35:30 -0500 (0:00:00.089) 0:02:24.472 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 06:35:30 -0500 (0:00:00.051) 0:02:24.523 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 06:35:30 -0500 (0:00:00.054) 0:02:24.577 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 06:35:30 -0500 (0:00:00.072) 0:02:24.649 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731324858.040806, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731324829.5436878, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 06:35:31 -0500 (0:00:00.583) 0:02:25.232 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 06:35:31 -0500 (0:00:00.046) 0:02:25.279 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 06:35:31 -0500 (0:00:00.049) 0:02:25.328 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 06:35:31 -0500 (0:00:00.043) 0:02:25.372 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 06:35:31 -0500 (0:00:00.037) 0:02:25.409 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 06:35:31 -0500 (0:00:00.037) 0:02:25.447 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 06:35:31 -0500 (0:00:00.103) 0:02:25.551 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 06:35:31 -0500 (0:00:00.057) 0:02:25.608 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Monday 11 November 2024 06:35:31 -0500 (0:00:00.060) 0:02:25.669 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_activate_systemd_unit": false, "__podman_images_found": [ "localhost:5000/libpod/testimage:20210610" ], "__podman_kube_yamls_raw": "", "__podman_service_name": "auth_test_1_quadlet.service", "__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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Monday 11 November 2024 06:35:31 -0500 (0:00:00.107) 0:02:25.776 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Monday 11 November 2024 06:35:31 -0500 (0:00:00.059) 0:02:25.835 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Monday 11 November 2024 06:35:31 -0500 (0:00:00.062) 0:02:25.898 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_images": [ "localhost:5000/libpod/testimage:20210610" ], "__podman_quadlet_file": "/etc/containers/systemd/auth_test_1_quadlet.container", "__podman_volumes": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Monday 11 November 2024 06:35:31 -0500 (0:00:00.124) 0:02:26.022 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Cleanup quadlets] ********************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Monday 11 November 2024 06:35:31 -0500 (0:00:00.058) 0:02:26.081 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Monday 11 November 2024 06:35:31 -0500 (0:00:00.051) 0:02:26.132 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Monday 11 November 2024 06:35:32 -0500 (0:00:00.164) 0:02:26.296 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 11 November 2024 06:35:32 -0500 (0:00:00.179) 0:02:26.476 ******* skipping: [managed-node1] => { "changed": false, "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 11 November 2024 06:35:32 -0500 (0:00:00.055) 0:02:26.531 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 11 November 2024 06:35:32 -0500 (0:00:00.049) 0:02:26.580 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Monday 11 November 2024 06:35:32 -0500 (0:00:00.061) 0:02:26.642 ******* TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:18 Monday 11 November 2024 06:35:32 -0500 (0:00:00.055) 0:02:26.697 ******* ok: [managed-node1] => (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-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the quadlet directory is present] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:39 Monday 11 November 2024 06:35:33 -0500 (0:00:01.103) 0:02:27.801 ******* ok: [managed-node1] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/systemd", "secontext": "system_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is copied] ******** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:48 Monday 11 November 2024 06:35:34 -0500 (0:00:00.623) 0:02:28.424 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure quadlet file content is present] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:58 Monday 11 November 2024 06:35:34 -0500 (0:00:00.058) 0:02:28.483 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is present] ******* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:70 Monday 11 November 2024 06:35:34 -0500 (0:00:00.064) 0:02:28.548 ******* changed: [managed-node1] => { "changed": true, "checksum": "1127036af0ba22b83d33a5a35ab54db2c5855175", "dest": "/etc/containers/systemd/auth_test_1_quadlet.container", "gid": 0, "group": "root", "md5sum": "ce647a260371eff050752697c0d6523b", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 171, "src": "/root/.ansible/tmp/ansible-tmp-1731324934.5109067-12908-22614562297655/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:82 Monday 11 November 2024 06:35:35 -0500 (0:00:01.207) 0:02:29.755 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:110 Monday 11 November 2024 06:35:35 -0500 (0:00:00.043) 0:02:29.799 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Restart service] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:125 Monday 11 November 2024 06:35:35 -0500 (0:00:00.056) 0:02:29.856 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167 Monday 11 November 2024 06:35:35 -0500 (0:00:00.064) 0:02:29.921 ******* TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173 Monday 11 November 2024 06:35:35 -0500 (0:00:00.049) 0:02:29.970 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Monday 11 November 2024 06:35:35 -0500 (0:00:00.034) 0:02:30.004 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Check given registry_host] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Monday 11 November 2024 06:35:35 -0500 (0:00:00.117) 0:02:30.121 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 0] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Monday 11 November 2024 06:35:35 -0500 (0:00:00.034) 0:02:30.156 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 1] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Monday 11 November 2024 06:35:36 -0500 (0:00:00.089) 0:02:30.246 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Monday 11 November 2024 06:35:36 -0500 (0:00:00.058) 0:02:30.304 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 06:35:36 -0500 (0:00:00.101) 0:02:30.405 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 06:35:36 -0500 (0:00:00.053) 0:02:30.459 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 06:35:36 -0500 (0:00:00.047) 0:02:30.507 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 06:35:36 -0500 (0:00:00.059) 0:02:30.567 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731324858.040806, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731324829.5436878, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 06:35:36 -0500 (0:00:00.531) 0:02:31.098 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 06:35:36 -0500 (0:00:00.052) 0:02:31.150 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 06:35:37 -0500 (0:00:00.052) 0:02:31.203 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 06:35:37 -0500 (0:00:00.057) 0:02:31.260 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 06:35:37 -0500 (0:00:00.053) 0:02:31.314 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 06:35:37 -0500 (0:00:00.054) 0:02:31.368 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 06:35:37 -0500 (0:00:00.052) 0:02:31.421 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 06:35:37 -0500 (0:00:00.053) 0:02:31.474 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 2] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Monday 11 November 2024 06:35:37 -0500 (0:00:00.054) 0:02:31.529 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_user_home_dir": "/root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 3] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Monday 11 November 2024 06:35:37 -0500 (0:00:00.068) 0:02:31.598 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_certs_d_path": "/etc/containers/certs.d/localhost:5000" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 4] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Monday 11 November 2024 06:35:37 -0500 (0:00:00.058) 0:02:31.657 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure certs.d directory] ************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Monday 11 November 2024 06:35:37 -0500 (0:00:00.215) 0:02:31.872 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure certs.d files] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Monday 11 November 2024 06:35:37 -0500 (0:00:00.056) 0:02:31.928 ******* skipping: [managed-node1] => (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-node1] => (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-node1] => (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-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Remove certs.d files] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Monday 11 November 2024 06:35:37 -0500 (0:00:00.078) 0:02:32.007 ******* skipping: [managed-node1] => (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-node1] => (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-node1] => (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-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Find files in certs.d directory] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Monday 11 November 2024 06:35:37 -0500 (0:00:00.076) 0:02:32.083 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the certs.d directory is absent if empty] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Monday 11 November 2024 06:35:37 -0500 (0:00:00.061) 0:02:32.145 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Run the role with credentials in global vars] **************************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:132 Monday 11 November 2024 06:35:38 -0500 (0:00:00.053) 0:02:32.198 ******* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 11 November 2024 06:35:38 -0500 (0:00:00.222) 0:02:32.421 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 11 November 2024 06:35:38 -0500 (0:00:00.112) 0:02:32.534 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Monday 11 November 2024 06:35:38 -0500 (0:00:00.064) 0:02:32.599 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Monday 11 November 2024 06:35:38 -0500 (0:00:00.051) 0:02:32.650 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Monday 11 November 2024 06:35:38 -0500 (0:00:00.076) 0:02:32.727 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Monday 11 November 2024 06:35:38 -0500 (0:00:00.125) 0:02:32.853 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Monday 11 November 2024 06:35:38 -0500 (0:00:00.051) 0:02:32.905 ******* ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 11 November 2024 06:35:38 -0500 (0:00:00.130) 0:02:33.035 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 11 November 2024 06:35:40 -0500 (0:00:02.088) 0:02:35.124 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 11 November 2024 06:35:41 -0500 (0:00:00.053) 0:02:35.178 ******* skipping: [managed-node1] => { "changed": false, "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Monday 11 November 2024 06:35:41 -0500 (0:00:00.062) 0:02:35.240 ******* skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Monday 11 November 2024 06:35:41 -0500 (0:00:00.050) 0:02:35.290 ******* skipping: [managed-node1] => { "changed": 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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 11 November 2024 06:35:41 -0500 (0:00:00.052) 0:02:35.343 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Monday 11 November 2024 06:35:41 -0500 (0:00:00.056) 0:02:35.399 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.047887", "end": "2024-11-11 06:35:41.825028", "rc": 0, "start": "2024-11-11 06:35:41.777141" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Monday 11 November 2024 06:35:42 -0500 (0:00:00.769) 0:02:36.169 ******* ok: [managed-node1] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Monday 11 November 2024 06:35:42 -0500 (0:00:00.120) 0:02:36.289 ******* skipping: [managed-node1] => { "changed": false, "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Monday 11 November 2024 06:35:42 -0500 (0:00:00.098) 0:02:36.387 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Monday 11 November 2024 06:35:42 -0500 (0:00:00.121) 0:02:36.509 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 06:35:42 -0500 (0:00:00.242) 0:02:36.751 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 06:35:42 -0500 (0:00:00.072) 0:02:36.823 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 06:35:42 -0500 (0:00:00.084) 0:02:36.907 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 06:35:42 -0500 (0:00:00.073) 0:02:36.981 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731324858.040806, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731324829.5436878, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 06:35:43 -0500 (0:00:00.584) 0:02:37.566 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 06:35:43 -0500 (0:00:00.055) 0:02:37.621 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 06:35:43 -0500 (0:00:00.056) 0:02:37.678 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 06:35:43 -0500 (0:00:00.065) 0:02:37.743 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 06:35:43 -0500 (0:00:00.062) 0:02:37.805 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 06:35:43 -0500 (0:00:00.055) 0:02:37.861 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 06:35:43 -0500 (0:00:00.049) 0:02:37.911 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 06:35:43 -0500 (0:00:00.049) 0:02:37.960 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Monday 11 November 2024 06:35:43 -0500 (0:00:00.052) 0:02:38.013 ******* ok: [managed-node1] => { "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95 Monday 11 November 2024 06:35:43 -0500 (0:00:00.080) 0:02:38.093 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 11 November 2024 06:35:44 -0500 (0:00:00.111) 0:02:38.205 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 11 November 2024 06:35:44 -0500 (0:00:00.110) 0:02:38.315 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98 Monday 11 November 2024 06:35:44 -0500 (0:00:00.058) 0:02:38.374 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 11 November 2024 06:35:44 -0500 (0:00:00.110) 0:02:38.485 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 11 November 2024 06:35:44 -0500 (0:00:00.051) 0:02:38.536 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101 Monday 11 November 2024 06:35:44 -0500 (0:00:00.051) 0:02:38.588 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Monday 11 November 2024 06:35:44 -0500 (0:00:00.106) 0:02:38.695 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Monday 11 November 2024 06:35:44 -0500 (0:00:00.053) 0:02:38.748 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Monday 11 November 2024 06:35:44 -0500 (0:00:00.052) 0:02:38.800 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Monday 11 November 2024 06:35:44 -0500 (0:00:00.078) 0:02:38.879 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Monday 11 November 2024 06:35:44 -0500 (0:00:00.040) 0:02:38.919 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Monday 11 November 2024 06:35:44 -0500 (0:00:00.041) 0:02:38.960 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Monday 11 November 2024 06:35:44 -0500 (0:00:00.035) 0:02:38.995 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Monday 11 November 2024 06:35:44 -0500 (0:00:00.035) 0:02:39.031 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117 Monday 11 November 2024 06:35:44 -0500 (0:00:00.034) 0:02:39.065 ******* skipping: [managed-node1] => { "changed": false, "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Monday 11 November 2024 06:35:44 -0500 (0:00:00.045) 0:02:39.111 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128 Monday 11 November 2024 06:35:45 -0500 (0:00:00.101) 0:02:39.213 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137 Monday 11 November 2024 06:35:45 -0500 (0:00:00.038) 0:02:39.251 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Monday 11 November 2024 06:35:45 -0500 (0:00:00.036) 0:02:39.287 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Monday 11 November 2024 06:35:45 -0500 (0:00:00.037) 0:02:39.325 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Monday 11 November 2024 06:35:45 -0500 (0:00:00.093) 0:02:39.418 ******* ok: [managed-node1] => { "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: auth_test_1_kube\nspec:\n containers:\n - image: localhost:5000/libpod/testimage:20210610\n name: auth_test_1_kube\n" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Monday 11 November 2024 06:35:45 -0500 (0:00:00.042) 0:02:39.460 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "auth_test_1_kube" }, "spec": { "containers": [ { "image": "localhost:5000/libpod/testimage:20210610", "name": "auth_test_1_kube" } ] } }, "__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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Monday 11 November 2024 06:35:45 -0500 (0:00:00.046) 0:02:39.507 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_kube_name": "auth_test_1_kube", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Monday 11 November 2024 06:35:45 -0500 (0:00:00.036) 0:02:39.544 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 06:35:45 -0500 (0:00:00.081) 0:02:39.625 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 06:35:45 -0500 (0:00:00.089) 0:02:39.714 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 06:35:45 -0500 (0:00:00.071) 0:02:39.786 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 06:35:45 -0500 (0:00:00.075) 0:02:39.862 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731324858.040806, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731324829.5436878, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 06:35:46 -0500 (0:00:00.624) 0:02:40.487 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 06:35:46 -0500 (0:00:00.035) 0:02:40.522 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 06:35:46 -0500 (0:00:00.035) 0:02:40.557 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 06:35:46 -0500 (0:00:00.076) 0:02:40.634 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 06:35:46 -0500 (0:00:00.034) 0:02:40.669 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 06:35:46 -0500 (0:00:00.036) 0:02:40.705 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 06:35:46 -0500 (0:00:00.035) 0:02:40.740 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 06:35:46 -0500 (0:00:00.034) 0:02:40.775 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Monday 11 November 2024 06:35:46 -0500 (0:00:00.035) 0:02:40.810 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Monday 11 November 2024 06:35:46 -0500 (0:00:00.033) 0:02:40.844 ******* ok: [managed-node1] => { "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Monday 11 November 2024 06:35:46 -0500 (0:00:00.055) 0:02:40.899 ******* ok: [managed-node1] => { "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Monday 11 November 2024 06:35:46 -0500 (0:00:00.036) 0:02:40.936 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Monday 11 November 2024 06:35:46 -0500 (0:00:00.039) 0:02:40.975 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Monday 11 November 2024 06:35:46 -0500 (0:00:00.061) 0:02:41.037 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "delta": "0:00:00.012184", "end": "2024-11-11 06:35:47.312641", "rc": 0, "start": "2024-11-11 06:35:47.300457" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-auth_test_1_kube.yml.service TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Monday 11 November 2024 06:35:47 -0500 (0:00:00.550) 0:02:41.587 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Monday 11 November 2024 06:35:47 -0500 (0:00:00.052) 0:02:41.640 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Monday 11 November 2024 06:35:47 -0500 (0:00:00.112) 0:02:41.753 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 11 November 2024 06:35:47 -0500 (0:00:00.138) 0:02:41.891 ******* skipping: [managed-node1] => { "changed": false, "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 11 November 2024 06:35:47 -0500 (0:00:00.053) 0:02:41.945 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 11 November 2024 06:35:47 -0500 (0:00:00.054) 0:02:41.999 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the host mount volumes] *********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Monday 11 November 2024 06:35:47 -0500 (0:00:00.037) 0:02:42.037 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Monday 11 November 2024 06:35:47 -0500 (0:00:00.043) 0:02:42.080 ******* TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Monday 11 November 2024 06:35:47 -0500 (0:00:00.040) 0:02:42.120 ******* ok: [managed-node1] => (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-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Check the kubernetes yaml file] ******* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53 Monday 11 November 2024 06:35:49 -0500 (0:00:01.113) 0:02:43.234 ******* ok: [managed-node1] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1731324925.493099, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1731324924.6770954, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 117440776, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1731324924.3140938, "nlink": 1, "path": "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 244, "uid": 0, "version": "2909242320", "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61 Monday 11 November 2024 06:35:49 -0500 (0:00:00.564) 0:02:43.799 ******* ok: [managed-node1] => { "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": 34, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure kubernetes yaml files are present] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70 Monday 11 November 2024 06:35:50 -0500 (0:00:00.733) 0:02:44.532 ******* ok: [managed-node1] => { "changed": false, "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "dest": "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml", "secontext": "system_u:object_r:etc_t:s0", "size": 244, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 Monday 11 November 2024 06:35:51 -0500 (0:00:01.031) 0:02:45.563 ******* [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) ok: [managed-node1] => { "actions": [ "/usr/bin/podman play kube --start=true /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "changed": false } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:88 Monday 11 November 2024 06:35:52 -0500 (0:00:00.742) 0:02:46.306 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:100 Monday 11 November 2024 06:35:52 -0500 (0:00:00.089) 0:02:46.395 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Monday 11 November 2024 06:35:52 -0500 (0:00:00.060) 0:02:46.456 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Restart service] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:127 Monday 11 November 2024 06:35:52 -0500 (0:00:00.071) 0:02:46.527 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160 Monday 11 November 2024 06:35:52 -0500 (0:00:00.056) 0:02:46.584 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Monday 11 November 2024 06:35:52 -0500 (0:00:00.134) 0:02:46.718 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Container": { "ContainerName": "auth_test_1_quadlet", "Image": "localhost:5000/libpod/testimage:20210610" }, "Install": { "WantedBy": "default.target" } }, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Monday 11 November 2024 06:35:52 -0500 (0:00:00.064) 0:02:46.782 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Monday 11 November 2024 06:35:52 -0500 (0:00:00.065) 0:02:46.848 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Monday 11 November 2024 06:35:52 -0500 (0:00:00.055) 0:02:46.904 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_quadlet_name": "auth_test_1_quadlet", "__podman_quadlet_type": "container", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Monday 11 November 2024 06:35:52 -0500 (0:00:00.074) 0:02:46.978 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 06:35:52 -0500 (0:00:00.103) 0:02:47.082 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 06:35:52 -0500 (0:00:00.057) 0:02:47.140 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 06:35:53 -0500 (0:00:00.065) 0:02:47.205 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 06:35:53 -0500 (0:00:00.068) 0:02:47.274 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731324858.040806, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731324829.5436878, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 06:35:53 -0500 (0:00:00.590) 0:02:47.865 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 06:35:53 -0500 (0:00:00.054) 0:02:47.920 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 06:35:53 -0500 (0:00:00.051) 0:02:47.971 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 06:35:53 -0500 (0:00:00.056) 0:02:48.028 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 06:35:53 -0500 (0:00:00.055) 0:02:48.083 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 06:35:53 -0500 (0:00:00.045) 0:02:48.129 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 06:35:54 -0500 (0:00:00.053) 0:02:48.183 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 06:35:54 -0500 (0:00:00.071) 0:02:48.254 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Monday 11 November 2024 06:35:54 -0500 (0:00:00.054) 0:02:48.308 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_activate_systemd_unit": false, "__podman_images_found": [ "localhost:5000/libpod/testimage:20210610" ], "__podman_kube_yamls_raw": "", "__podman_service_name": "auth_test_1_quadlet.service", "__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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Monday 11 November 2024 06:35:54 -0500 (0:00:00.109) 0:02:48.418 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Monday 11 November 2024 06:35:54 -0500 (0:00:00.049) 0:02:48.467 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Monday 11 November 2024 06:35:54 -0500 (0:00:00.042) 0:02:48.510 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_images": [ "localhost:5000/libpod/testimage:20210610" ], "__podman_quadlet_file": "/etc/containers/systemd/auth_test_1_quadlet.container", "__podman_volumes": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Monday 11 November 2024 06:35:54 -0500 (0:00:00.096) 0:02:48.606 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Cleanup quadlets] ********************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Monday 11 November 2024 06:35:54 -0500 (0:00:00.088) 0:02:48.695 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Monday 11 November 2024 06:35:54 -0500 (0:00:00.034) 0:02:48.729 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Monday 11 November 2024 06:35:54 -0500 (0:00:00.073) 0:02:48.802 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 11 November 2024 06:35:54 -0500 (0:00:00.105) 0:02:48.908 ******* skipping: [managed-node1] => { "changed": false, "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 11 November 2024 06:35:54 -0500 (0:00:00.034) 0:02:48.942 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 11 November 2024 06:35:54 -0500 (0:00:00.035) 0:02:48.978 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Monday 11 November 2024 06:35:54 -0500 (0:00:00.036) 0:02:49.014 ******* TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:18 Monday 11 November 2024 06:35:54 -0500 (0:00:00.033) 0:02:49.048 ******* ok: [managed-node1] => (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-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the quadlet directory is present] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:39 Monday 11 November 2024 06:35:56 -0500 (0:00:01.255) 0:02:50.303 ******* ok: [managed-node1] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/systemd", "secontext": "system_u:object_r:etc_t:s0", "size": 43, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is copied] ******** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:48 Monday 11 November 2024 06:35:56 -0500 (0:00:00.597) 0:02:50.900 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure quadlet file content is present] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:58 Monday 11 November 2024 06:35:56 -0500 (0:00:00.054) 0:02:50.955 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is present] ******* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:70 Monday 11 November 2024 06:35:56 -0500 (0:00:00.055) 0:02:51.011 ******* ok: [managed-node1] => { "changed": false, "checksum": "1127036af0ba22b83d33a5a35ab54db2c5855175", "dest": "/etc/containers/systemd/auth_test_1_quadlet.container", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/containers/systemd/auth_test_1_quadlet.container", "secontext": "system_u:object_r:etc_t:s0", "size": 171, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:82 Monday 11 November 2024 06:35:57 -0500 (0:00:00.960) 0:02:51.971 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:110 Monday 11 November 2024 06:35:57 -0500 (0:00:00.039) 0:02:52.011 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Restart service] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:125 Monday 11 November 2024 06:35:57 -0500 (0:00:00.037) 0:02:52.048 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167 Monday 11 November 2024 06:35:57 -0500 (0:00:00.106) 0:02:52.155 ******* TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173 Monday 11 November 2024 06:35:58 -0500 (0:00:00.053) 0:02:52.209 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Monday 11 November 2024 06:35:58 -0500 (0:00:00.060) 0:02:52.270 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Get authfile locally] **************************************************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:143 Monday 11 November 2024 06:35:58 -0500 (0:00:00.060) 0:02:52.330 ******* changed: [managed-node1] => { "changed": true, "checksum": "b819d75ccfa3c80e53a58ff6bf6cebaa53935c90", "dest": "/tmp/lsr_yk9svdwf_podman/auth.json", "md5sum": "f15cd4419e7120618eaac8d321813d3d", "remote_checksum": "b819d75ccfa3c80e53a58ff6bf6cebaa53935c90", "remote_md5sum": null } TASK [Provide a credentials file - root] *************************************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:149 Monday 11 November 2024 06:35:58 -0500 (0:00:00.702) 0:02:53.032 ******* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 11 November 2024 06:35:59 -0500 (0:00:00.146) 0:02:53.179 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 11 November 2024 06:35:59 -0500 (0:00:00.098) 0:02:53.277 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Monday 11 November 2024 06:35:59 -0500 (0:00:00.078) 0:02:53.356 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Monday 11 November 2024 06:35:59 -0500 (0:00:00.071) 0:02:53.427 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Monday 11 November 2024 06:35:59 -0500 (0:00:00.058) 0:02:53.485 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Monday 11 November 2024 06:35:59 -0500 (0:00:00.056) 0:02:53.542 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Monday 11 November 2024 06:35:59 -0500 (0:00:00.053) 0:02:53.596 ******* ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 11 November 2024 06:35:59 -0500 (0:00:00.172) 0:02:53.769 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 11 November 2024 06:36:01 -0500 (0:00:02.301) 0:02:56.070 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 11 November 2024 06:36:02 -0500 (0:00:00.106) 0:02:56.177 ******* skipping: [managed-node1] => { "changed": false, "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Monday 11 November 2024 06:36:02 -0500 (0:00:00.108) 0:02:56.286 ******* skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Monday 11 November 2024 06:36:02 -0500 (0:00:00.079) 0:02:56.365 ******* skipping: [managed-node1] => { "changed": 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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 11 November 2024 06:36:02 -0500 (0:00:00.092) 0:02:56.458 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Monday 11 November 2024 06:36:02 -0500 (0:00:00.050) 0:02:56.509 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.031081", "end": "2024-11-11 06:36:02.986058", "rc": 0, "start": "2024-11-11 06:36:02.954977" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Monday 11 November 2024 06:36:03 -0500 (0:00:00.749) 0:02:57.258 ******* ok: [managed-node1] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Monday 11 November 2024 06:36:03 -0500 (0:00:00.070) 0:02:57.328 ******* skipping: [managed-node1] => { "changed": false, "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Monday 11 November 2024 06:36:03 -0500 (0:00:00.053) 0:02:57.382 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Monday 11 November 2024 06:36:03 -0500 (0:00:00.081) 0:02:57.463 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 06:36:03 -0500 (0:00:00.117) 0:02:57.580 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 06:36:03 -0500 (0:00:00.046) 0:02:57.627 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 06:36:03 -0500 (0:00:00.043) 0:02:57.671 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 06:36:03 -0500 (0:00:00.046) 0:02:57.717 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731324858.040806, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731324829.5436878, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 06:36:04 -0500 (0:00:00.532) 0:02:58.250 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 06:36:04 -0500 (0:00:00.055) 0:02:58.305 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 06:36:04 -0500 (0:00:00.052) 0:02:58.358 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 06:36:04 -0500 (0:00:00.059) 0:02:58.418 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 06:36:04 -0500 (0:00:00.061) 0:02:58.480 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 06:36:04 -0500 (0:00:00.089) 0:02:58.570 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 06:36:04 -0500 (0:00:00.092) 0:02:58.662 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 06:36:04 -0500 (0:00:00.088) 0:02:58.750 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Monday 11 November 2024 06:36:04 -0500 (0:00:00.092) 0:02:58.843 ******* ok: [managed-node1] => { "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95 Monday 11 November 2024 06:36:04 -0500 (0:00:00.135) 0:02:58.978 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 11 November 2024 06:36:04 -0500 (0:00:00.106) 0:02:59.085 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 11 November 2024 06:36:05 -0500 (0:00:00.131) 0:02:59.217 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98 Monday 11 November 2024 06:36:05 -0500 (0:00:00.053) 0:02:59.270 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 11 November 2024 06:36:05 -0500 (0:00:00.113) 0:02:59.384 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 11 November 2024 06:36:05 -0500 (0:00:00.056) 0:02:59.441 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101 Monday 11 November 2024 06:36:05 -0500 (0:00:00.046) 0:02:59.487 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Monday 11 November 2024 06:36:05 -0500 (0:00:00.105) 0:02:59.593 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Monday 11 November 2024 06:36:05 -0500 (0:00:00.062) 0:02:59.656 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Monday 11 November 2024 06:36:05 -0500 (0:00:00.059) 0:02:59.716 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Monday 11 November 2024 06:36:05 -0500 (0:00:00.082) 0:02:59.798 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Monday 11 November 2024 06:36:05 -0500 (0:00:00.052) 0:02:59.851 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Monday 11 November 2024 06:36:05 -0500 (0:00:00.053) 0:02:59.905 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Monday 11 November 2024 06:36:05 -0500 (0:00:00.052) 0:02:59.958 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Monday 11 November 2024 06:36:05 -0500 (0:00:00.068) 0:03:00.026 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117 Monday 11 November 2024 06:36:05 -0500 (0:00:00.097) 0:03:00.123 ******* skipping: [managed-node1] => { "changed": false, "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Monday 11 November 2024 06:36:06 -0500 (0:00:00.112) 0:03:00.236 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128 Monday 11 November 2024 06:36:06 -0500 (0:00:00.154) 0:03:00.390 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137 Monday 11 November 2024 06:36:06 -0500 (0:00:00.058) 0:03:00.449 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Set user and group] ******************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Monday 11 November 2024 06:36:06 -0500 (0:00:00.128) 0:03:00.577 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_credential_group": "", "__podman_credential_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Monday 11 November 2024 06:36:06 -0500 (0:00:00.058) 0:03:00.636 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 06:36:06 -0500 (0:00:00.105) 0:03:00.741 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 06:36:06 -0500 (0:00:00.055) 0:03:00.796 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 06:36:06 -0500 (0:00:00.056) 0:03:00.852 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 06:36:06 -0500 (0:00:00.052) 0:03:00.905 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731324858.040806, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731324829.5436878, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 06:36:07 -0500 (0:00:00.568) 0:03:01.474 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 06:36:07 -0500 (0:00:00.079) 0:03:01.554 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 06:36:07 -0500 (0:00:00.080) 0:03:01.634 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 06:36:07 -0500 (0:00:00.060) 0:03:01.695 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 06:36:07 -0500 (0:00:00.106) 0:03:01.801 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 06:36:07 -0500 (0:00:00.069) 0:03:01.871 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 06:36:07 -0500 (0:00:00.057) 0:03:01.928 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 06:36:07 -0500 (0:00:00.137) 0:03:02.065 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Monday 11 November 2024 06:36:07 -0500 (0:00:00.055) 0:03:02.121 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is present] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Monday 11 November 2024 06:36:08 -0500 (0:00:00.080) 0:03:02.201 ******* changed: [managed-node1] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/root/.config/containers", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure credential file is copied] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Monday 11 November 2024 06:36:08 -0500 (0:00:00.831) 0:03:03.032 ******* changed: [managed-node1] => { "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 : Ensure credential file content is present] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Monday 11 November 2024 06:36:09 -0500 (0:00:01.008) 0:03:04.041 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file is absent] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Monday 11 November 2024 06:36:09 -0500 (0:00:00.038) 0:03:04.080 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Find files in credentials directory] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Monday 11 November 2024 06:36:09 -0500 (0:00:00.035) 0:03:04.115 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is absent if empty] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Monday 11 November 2024 06:36:09 -0500 (0:00:00.034) 0:03:04.150 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Monday 11 November 2024 06:36:10 -0500 (0:00:00.034) 0:03:04.185 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Monday 11 November 2024 06:36:10 -0500 (0:00:00.031) 0:03:04.217 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Monday 11 November 2024 06:36:10 -0500 (0:00:00.109) 0:03:04.326 ******* ok: [managed-node1] => { "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: auth_test_1_kube\nspec:\n containers:\n - image: localhost:5000/libpod/testimage:20210610\n name: auth_test_1_kube\n" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Monday 11 November 2024 06:36:10 -0500 (0:00:00.053) 0:03:04.379 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "auth_test_1_kube" }, "spec": { "containers": [ { "image": "localhost:5000/libpod/testimage:20210610", "name": "auth_test_1_kube" } ] } }, "__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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Monday 11 November 2024 06:36:10 -0500 (0:00:00.072) 0:03:04.452 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_kube_name": "auth_test_1_kube", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Monday 11 November 2024 06:36:10 -0500 (0:00:00.057) 0:03:04.510 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 06:36:10 -0500 (0:00:00.150) 0:03:04.660 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 06:36:10 -0500 (0:00:00.058) 0:03:04.718 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 06:36:10 -0500 (0:00:00.061) 0:03:04.780 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 06:36:10 -0500 (0:00:00.073) 0:03:04.854 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731324858.040806, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731324829.5436878, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 06:36:11 -0500 (0:00:00.516) 0:03:05.370 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 06:36:11 -0500 (0:00:00.055) 0:03:05.426 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 06:36:11 -0500 (0:00:00.069) 0:03:05.495 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 06:36:11 -0500 (0:00:00.054) 0:03:05.550 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 06:36:11 -0500 (0:00:00.060) 0:03:05.611 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 06:36:11 -0500 (0:00:00.055) 0:03:05.666 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 06:36:11 -0500 (0:00:00.069) 0:03:05.736 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 06:36:11 -0500 (0:00:00.048) 0:03:05.785 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Monday 11 November 2024 06:36:11 -0500 (0:00:00.045) 0:03:05.830 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Monday 11 November 2024 06:36:11 -0500 (0:00:00.039) 0:03:05.869 ******* ok: [managed-node1] => { "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Monday 11 November 2024 06:36:11 -0500 (0:00:00.069) 0:03:05.939 ******* ok: [managed-node1] => { "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Monday 11 November 2024 06:36:11 -0500 (0:00:00.036) 0:03:05.975 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Monday 11 November 2024 06:36:11 -0500 (0:00:00.102) 0:03:06.078 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Monday 11 November 2024 06:36:11 -0500 (0:00:00.046) 0:03:06.124 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "delta": "0:00:00.007731", "end": "2024-11-11 06:36:12.428513", "rc": 0, "start": "2024-11-11 06:36:12.420782" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-auth_test_1_kube.yml.service TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Monday 11 November 2024 06:36:12 -0500 (0:00:00.589) 0:03:06.714 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Monday 11 November 2024 06:36:12 -0500 (0:00:00.121) 0:03:06.836 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Monday 11 November 2024 06:36:12 -0500 (0:00:00.172) 0:03:07.008 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 11 November 2024 06:36:13 -0500 (0:00:00.193) 0:03:07.202 ******* skipping: [managed-node1] => { "changed": false, "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 11 November 2024 06:36:13 -0500 (0:00:00.069) 0:03:07.271 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 11 November 2024 06:36:13 -0500 (0:00:00.073) 0:03:07.345 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the host mount volumes] *********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Monday 11 November 2024 06:36:13 -0500 (0:00:00.075) 0:03:07.420 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Monday 11 November 2024 06:36:13 -0500 (0:00:00.055) 0:03:07.476 ******* TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Monday 11 November 2024 06:36:13 -0500 (0:00:00.066) 0:03:07.543 ******* ok: [managed-node1] => (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-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Check the kubernetes yaml file] ******* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53 Monday 11 November 2024 06:36:14 -0500 (0:00:01.126) 0:03:08.669 ******* ok: [managed-node1] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1731324925.493099, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1731324924.6770954, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 117440776, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1731324924.3140938, "nlink": 1, "path": "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 244, "uid": 0, "version": "2909242320", "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61 Monday 11 November 2024 06:36:15 -0500 (0:00:00.603) 0:03:09.272 ******* ok: [managed-node1] => { "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": 34, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure kubernetes yaml files are present] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70 Monday 11 November 2024 06:36:15 -0500 (0:00:00.640) 0:03:09.912 ******* ok: [managed-node1] => { "changed": false, "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "dest": "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml", "secontext": "system_u:object_r:etc_t:s0", "size": 244, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 Monday 11 November 2024 06:36:16 -0500 (0:00:01.144) 0:03:11.057 ******* [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) ok: [managed-node1] => { "actions": [ "/usr/bin/podman play kube --start=true /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "changed": false } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:88 Monday 11 November 2024 06:36:17 -0500 (0:00:00.660) 0:03:11.717 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:100 Monday 11 November 2024 06:36:17 -0500 (0:00:00.037) 0:03:11.754 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Monday 11 November 2024 06:36:17 -0500 (0:00:00.037) 0:03:11.792 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Restart service] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:127 Monday 11 November 2024 06:36:17 -0500 (0:00:00.046) 0:03:11.838 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160 Monday 11 November 2024 06:36:17 -0500 (0:00:00.056) 0:03:11.895 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Monday 11 November 2024 06:36:17 -0500 (0:00:00.088) 0:03:11.984 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Container": { "ContainerName": "auth_test_1_quadlet", "Image": "localhost:5000/libpod/testimage:20210610" }, "Install": { "WantedBy": "default.target" } }, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Monday 11 November 2024 06:36:17 -0500 (0:00:00.043) 0:03:12.027 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Monday 11 November 2024 06:36:17 -0500 (0:00:00.041) 0:03:12.069 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Monday 11 November 2024 06:36:17 -0500 (0:00:00.078) 0:03:12.147 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_quadlet_name": "auth_test_1_quadlet", "__podman_quadlet_type": "container", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Monday 11 November 2024 06:36:18 -0500 (0:00:00.047) 0:03:12.195 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 06:36:18 -0500 (0:00:00.063) 0:03:12.258 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 06:36:18 -0500 (0:00:00.041) 0:03:12.300 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 06:36:18 -0500 (0:00:00.044) 0:03:12.344 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 06:36:18 -0500 (0:00:00.047) 0:03:12.391 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731324858.040806, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731324829.5436878, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 06:36:18 -0500 (0:00:00.481) 0:03:12.873 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 06:36:18 -0500 (0:00:00.054) 0:03:12.927 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 06:36:18 -0500 (0:00:00.038) 0:03:12.965 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 06:36:18 -0500 (0:00:00.041) 0:03:13.007 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 06:36:18 -0500 (0:00:00.042) 0:03:13.050 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 06:36:18 -0500 (0:00:00.035) 0:03:13.085 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 06:36:18 -0500 (0:00:00.037) 0:03:13.123 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 06:36:18 -0500 (0:00:00.031) 0:03:13.155 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Monday 11 November 2024 06:36:19 -0500 (0:00:00.034) 0:03:13.189 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_activate_systemd_unit": false, "__podman_images_found": [ "localhost:5000/libpod/testimage:20210610" ], "__podman_kube_yamls_raw": "", "__podman_service_name": "auth_test_1_quadlet.service", "__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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Monday 11 November 2024 06:36:19 -0500 (0:00:00.059) 0:03:13.249 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Monday 11 November 2024 06:36:19 -0500 (0:00:00.099) 0:03:13.348 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Monday 11 November 2024 06:36:19 -0500 (0:00:00.053) 0:03:13.402 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_images": [ "localhost:5000/libpod/testimage:20210610" ], "__podman_quadlet_file": "/etc/containers/systemd/auth_test_1_quadlet.container", "__podman_volumes": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Monday 11 November 2024 06:36:19 -0500 (0:00:00.091) 0:03:13.493 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Cleanup quadlets] ********************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Monday 11 November 2024 06:36:19 -0500 (0:00:00.045) 0:03:13.538 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Monday 11 November 2024 06:36:19 -0500 (0:00:00.048) 0:03:13.587 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Monday 11 November 2024 06:36:19 -0500 (0:00:00.085) 0:03:13.673 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 11 November 2024 06:36:19 -0500 (0:00:00.056) 0:03:13.729 ******* skipping: [managed-node1] => { "changed": false, "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 11 November 2024 06:36:19 -0500 (0:00:00.034) 0:03:13.763 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 11 November 2024 06:36:19 -0500 (0:00:00.033) 0:03:13.797 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Monday 11 November 2024 06:36:19 -0500 (0:00:00.045) 0:03:13.843 ******* TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:18 Monday 11 November 2024 06:36:19 -0500 (0:00:00.039) 0:03:13.882 ******* ok: [managed-node1] => (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-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the quadlet directory is present] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:39 Monday 11 November 2024 06:36:20 -0500 (0:00:01.151) 0:03:15.033 ******* ok: [managed-node1] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/systemd", "secontext": "system_u:object_r:etc_t:s0", "size": 43, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is copied] ******** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:48 Monday 11 November 2024 06:36:21 -0500 (0:00:00.525) 0:03:15.559 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure quadlet file content is present] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:58 Monday 11 November 2024 06:36:21 -0500 (0:00:00.032) 0:03:15.591 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is present] ******* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:70 Monday 11 November 2024 06:36:21 -0500 (0:00:00.034) 0:03:15.626 ******* ok: [managed-node1] => { "changed": false, "checksum": "1127036af0ba22b83d33a5a35ab54db2c5855175", "dest": "/etc/containers/systemd/auth_test_1_quadlet.container", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/containers/systemd/auth_test_1_quadlet.container", "secontext": "system_u:object_r:etc_t:s0", "size": 171, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:82 Monday 11 November 2024 06:36:22 -0500 (0:00:00.860) 0:03:16.486 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:110 Monday 11 November 2024 06:36:22 -0500 (0:00:00.052) 0:03:16.539 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Restart service] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:125 Monday 11 November 2024 06:36:22 -0500 (0:00:00.057) 0:03:16.596 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167 Monday 11 November 2024 06:36:22 -0500 (0:00:00.057) 0:03:16.654 ******* TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173 Monday 11 November 2024 06:36:22 -0500 (0:00:00.049) 0:03:16.703 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Set user and group] ******************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Monday 11 November 2024 06:36:22 -0500 (0:00:00.133) 0:03:16.837 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_credential_group": "", "__podman_credential_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Monday 11 November 2024 06:36:22 -0500 (0:00:00.059) 0:03:16.896 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 06:36:22 -0500 (0:00:00.094) 0:03:16.990 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 06:36:22 -0500 (0:00:00.145) 0:03:17.135 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 06:36:23 -0500 (0:00:00.064) 0:03:17.200 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 06:36:23 -0500 (0:00:00.073) 0:03:17.274 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731324858.040806, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731324829.5436878, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 06:36:23 -0500 (0:00:00.546) 0:03:17.820 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 06:36:23 -0500 (0:00:00.037) 0:03:17.858 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 06:36:23 -0500 (0:00:00.042) 0:03:17.900 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 06:36:23 -0500 (0:00:00.056) 0:03:17.957 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 06:36:23 -0500 (0:00:00.061) 0:03:18.018 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 06:36:23 -0500 (0:00:00.054) 0:03:18.073 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 06:36:24 -0500 (0:00:00.145) 0:03:18.218 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 06:36:24 -0500 (0:00:00.063) 0:03:18.282 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Monday 11 November 2024 06:36:24 -0500 (0:00:00.110) 0:03:18.393 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is present] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Monday 11 November 2024 06:36:24 -0500 (0:00:00.084) 0:03:18.477 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure credential file is copied] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Monday 11 November 2024 06:36:24 -0500 (0:00:00.087) 0:03:18.565 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file content is present] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Monday 11 November 2024 06:36:24 -0500 (0:00:00.098) 0:03:18.664 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file is absent] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Monday 11 November 2024 06:36:24 -0500 (0:00:00.097) 0:03:18.761 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Find files in credentials directory] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Monday 11 November 2024 06:36:24 -0500 (0:00:00.060) 0:03:18.822 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is absent if empty] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Monday 11 November 2024 06:36:24 -0500 (0:00:00.114) 0:03:18.937 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Monday 11 November 2024 06:36:24 -0500 (0:00:00.091) 0:03:19.028 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Remove all container resources - root] *********************************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:161 Monday 11 November 2024 06:36:24 -0500 (0:00:00.089) 0:03:19.117 ******* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 11 November 2024 06:36:25 -0500 (0:00:00.239) 0:03:19.357 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 11 November 2024 06:36:25 -0500 (0:00:00.088) 0:03:19.446 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Monday 11 November 2024 06:36:25 -0500 (0:00:00.072) 0:03:19.518 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Monday 11 November 2024 06:36:25 -0500 (0:00:00.058) 0:03:19.576 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Monday 11 November 2024 06:36:25 -0500 (0:00:00.068) 0:03:19.645 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Monday 11 November 2024 06:36:25 -0500 (0:00:00.073) 0:03:19.719 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Monday 11 November 2024 06:36:25 -0500 (0:00:00.048) 0:03:19.768 ******* ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 11 November 2024 06:36:25 -0500 (0:00:00.129) 0:03:19.897 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 11 November 2024 06:36:27 -0500 (0:00:02.010) 0:03:21.908 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 11 November 2024 06:36:27 -0500 (0:00:00.050) 0:03:21.959 ******* skipping: [managed-node1] => { "changed": false, "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Monday 11 November 2024 06:36:27 -0500 (0:00:00.060) 0:03:22.019 ******* skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Monday 11 November 2024 06:36:27 -0500 (0:00:00.038) 0:03:22.058 ******* skipping: [managed-node1] => { "changed": 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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 11 November 2024 06:36:27 -0500 (0:00:00.042) 0:03:22.100 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Monday 11 November 2024 06:36:27 -0500 (0:00:00.058) 0:03:22.159 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.038469", "end": "2024-11-11 06:36:28.489593", "rc": 0, "start": "2024-11-11 06:36:28.451124" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Monday 11 November 2024 06:36:28 -0500 (0:00:00.592) 0:03:22.751 ******* ok: [managed-node1] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Monday 11 November 2024 06:36:28 -0500 (0:00:00.051) 0:03:22.802 ******* skipping: [managed-node1] => { "changed": false, "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Monday 11 November 2024 06:36:28 -0500 (0:00:00.041) 0:03:22.843 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Monday 11 November 2024 06:36:28 -0500 (0:00:00.076) 0:03:22.919 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 06:36:28 -0500 (0:00:00.115) 0:03:23.035 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 06:36:28 -0500 (0:00:00.043) 0:03:23.078 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 06:36:28 -0500 (0:00:00.042) 0:03:23.121 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 06:36:29 -0500 (0:00:00.047) 0:03:23.168 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731324858.040806, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731324829.5436878, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 06:36:29 -0500 (0:00:00.536) 0:03:23.704 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 06:36:29 -0500 (0:00:00.039) 0:03:23.744 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 06:36:29 -0500 (0:00:00.042) 0:03:23.787 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 06:36:29 -0500 (0:00:00.057) 0:03:23.845 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 06:36:29 -0500 (0:00:00.052) 0:03:23.897 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 06:36:29 -0500 (0:00:00.094) 0:03:23.991 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 06:36:29 -0500 (0:00:00.112) 0:03:24.104 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 06:36:30 -0500 (0:00:00.079) 0:03:24.184 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Monday 11 November 2024 06:36:30 -0500 (0:00:00.075) 0:03:24.259 ******* ok: [managed-node1] => { "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95 Monday 11 November 2024 06:36:30 -0500 (0:00:00.068) 0:03:24.328 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 11 November 2024 06:36:30 -0500 (0:00:00.115) 0:03:24.444 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 11 November 2024 06:36:30 -0500 (0:00:00.052) 0:03:24.496 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98 Monday 11 November 2024 06:36:30 -0500 (0:00:00.153) 0:03:24.649 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 11 November 2024 06:36:30 -0500 (0:00:00.136) 0:03:24.786 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 11 November 2024 06:36:30 -0500 (0:00:00.069) 0:03:24.855 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101 Monday 11 November 2024 06:36:30 -0500 (0:00:00.081) 0:03:24.936 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Monday 11 November 2024 06:36:30 -0500 (0:00:00.127) 0:03:25.064 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Monday 11 November 2024 06:36:30 -0500 (0:00:00.067) 0:03:25.132 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Monday 11 November 2024 06:36:31 -0500 (0:00:00.055) 0:03:25.187 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Monday 11 November 2024 06:36:31 -0500 (0:00:00.102) 0:03:25.290 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Monday 11 November 2024 06:36:31 -0500 (0:00:00.054) 0:03:25.345 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Monday 11 November 2024 06:36:31 -0500 (0:00:00.052) 0:03:25.397 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Monday 11 November 2024 06:36:31 -0500 (0:00:00.055) 0:03:25.452 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Monday 11 November 2024 06:36:31 -0500 (0:00:00.053) 0:03:25.506 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117 Monday 11 November 2024 06:36:31 -0500 (0:00:00.049) 0:03:25.555 ******* skipping: [managed-node1] => { "changed": false, "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Monday 11 November 2024 06:36:31 -0500 (0:00:00.061) 0:03:25.617 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128 Monday 11 November 2024 06:36:31 -0500 (0:00:00.068) 0:03:25.686 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Check given registry_host] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Monday 11 November 2024 06:36:31 -0500 (0:00:00.157) 0:03:25.843 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 0] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Monday 11 November 2024 06:36:31 -0500 (0:00:00.038) 0:03:25.882 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 1] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Monday 11 November 2024 06:36:31 -0500 (0:00:00.036) 0:03:25.918 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Monday 11 November 2024 06:36:31 -0500 (0:00:00.041) 0:03:25.959 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 06:36:31 -0500 (0:00:00.090) 0:03:26.050 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 06:36:32 -0500 (0:00:00.119) 0:03:26.170 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 06:36:32 -0500 (0:00:00.073) 0:03:26.243 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 06:36:32 -0500 (0:00:00.117) 0:03:26.361 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731324858.040806, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731324829.5436878, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 06:36:32 -0500 (0:00:00.756) 0:03:27.117 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 06:36:33 -0500 (0:00:00.116) 0:03:27.234 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 06:36:33 -0500 (0:00:00.060) 0:03:27.294 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 06:36:33 -0500 (0:00:00.052) 0:03:27.347 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 06:36:33 -0500 (0:00:00.059) 0:03:27.406 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 06:36:33 -0500 (0:00:00.057) 0:03:27.464 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 06:36:33 -0500 (0:00:00.054) 0:03:27.518 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 06:36:33 -0500 (0:00:00.061) 0:03:27.579 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 2] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Monday 11 November 2024 06:36:33 -0500 (0:00:00.130) 0:03:27.710 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_user_home_dir": "/root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 3] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Monday 11 November 2024 06:36:33 -0500 (0:00:00.068) 0:03:27.778 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_certs_d_path": "/etc/containers/certs.d/localhost:5000" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 4] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Monday 11 November 2024 06:36:33 -0500 (0:00:00.087) 0:03:27.865 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure certs.d directory] ************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Monday 11 November 2024 06:36:33 -0500 (0:00:00.089) 0:03:27.955 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure certs.d files] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Monday 11 November 2024 06:36:33 -0500 (0:00:00.089) 0:03:28.044 ******* skipping: [managed-node1] => (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-node1] => (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-node1] => (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-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Remove certs.d files] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Monday 11 November 2024 06:36:33 -0500 (0:00:00.092) 0:03:28.136 ******* skipping: [managed-node1] => (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-node1] => (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-node1] => (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-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Find files in certs.d directory] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Monday 11 November 2024 06:36:34 -0500 (0:00:00.085) 0:03:28.222 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the certs.d directory is absent if empty] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Monday 11 November 2024 06:36:34 -0500 (0:00:00.066) 0:03:28.289 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137 Monday 11 November 2024 06:36:34 -0500 (0:00:00.049) 0:03:28.338 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Set user and group] ******************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Monday 11 November 2024 06:36:34 -0500 (0:00:00.124) 0:03:28.463 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_credential_group": "", "__podman_credential_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Monday 11 November 2024 06:36:34 -0500 (0:00:00.045) 0:03:28.508 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 06:36:34 -0500 (0:00:00.060) 0:03:28.569 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 06:36:34 -0500 (0:00:00.045) 0:03:28.614 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 06:36:34 -0500 (0:00:00.043) 0:03:28.657 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 06:36:34 -0500 (0:00:00.049) 0:03:28.707 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731324858.040806, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731324829.5436878, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 06:36:35 -0500 (0:00:00.617) 0:03:29.324 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 06:36:35 -0500 (0:00:00.041) 0:03:29.366 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 06:36:35 -0500 (0:00:00.044) 0:03:29.411 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 06:36:35 -0500 (0:00:00.043) 0:03:29.454 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 06:36:35 -0500 (0:00:00.033) 0:03:29.488 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 06:36:35 -0500 (0:00:00.035) 0:03:29.524 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 06:36:35 -0500 (0:00:00.035) 0:03:29.559 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 06:36:35 -0500 (0:00:00.046) 0:03:29.605 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Monday 11 November 2024 06:36:35 -0500 (0:00:00.044) 0:03:29.650 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is present] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Monday 11 November 2024 06:36:35 -0500 (0:00:00.078) 0:03:29.729 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure credential file is copied] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Monday 11 November 2024 06:36:35 -0500 (0:00:00.065) 0:03:29.794 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file content is present] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Monday 11 November 2024 06:36:35 -0500 (0:00:00.054) 0:03:29.849 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file is absent] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Monday 11 November 2024 06:36:35 -0500 (0:00:00.112) 0:03:29.961 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Find files in credentials directory] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Monday 11 November 2024 06:36:35 -0500 (0:00:00.059) 0:03:30.021 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is absent if empty] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Monday 11 November 2024 06:36:35 -0500 (0:00:00.060) 0:03:30.081 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Monday 11 November 2024 06:36:35 -0500 (0:00:00.056) 0:03:30.138 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Monday 11 November 2024 06:36:36 -0500 (0:00:00.051) 0:03:30.190 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Monday 11 November 2024 06:36:36 -0500 (0:00:00.106) 0:03:30.296 ******* ok: [managed-node1] => { "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: auth_test_1_kube\nspec:\n containers:\n - image: localhost:5000/libpod/testimage:20210610\n name: auth_test_1_kube\n" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Monday 11 November 2024 06:36:36 -0500 (0:00:00.145) 0:03:30.441 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "auth_test_1_kube" }, "spec": { "containers": [ { "image": "localhost:5000/libpod/testimage:20210610", "name": "auth_test_1_kube" } ] } }, "__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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Monday 11 November 2024 06:36:36 -0500 (0:00:00.073) 0:03:30.515 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_kube_name": "auth_test_1_kube", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Monday 11 November 2024 06:36:36 -0500 (0:00:00.062) 0:03:30.577 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 06:36:36 -0500 (0:00:00.094) 0:03:30.672 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 06:36:36 -0500 (0:00:00.067) 0:03:30.740 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 06:36:36 -0500 (0:00:00.065) 0:03:30.805 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 06:36:36 -0500 (0:00:00.079) 0:03:30.885 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731324858.040806, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731324829.5436878, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 06:36:37 -0500 (0:00:00.680) 0:03:31.565 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 06:36:37 -0500 (0:00:00.084) 0:03:31.650 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 06:36:37 -0500 (0:00:00.094) 0:03:31.744 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 06:36:37 -0500 (0:00:00.109) 0:03:31.853 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 06:36:37 -0500 (0:00:00.131) 0:03:31.985 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 06:36:37 -0500 (0:00:00.132) 0:03:32.117 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 06:36:38 -0500 (0:00:00.058) 0:03:32.176 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 06:36:38 -0500 (0:00:00.086) 0:03:32.263 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Monday 11 November 2024 06:36:38 -0500 (0:00:00.097) 0:03:32.361 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Monday 11 November 2024 06:36:38 -0500 (0:00:00.176) 0:03:32.537 ******* ok: [managed-node1] => { "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Monday 11 November 2024 06:36:38 -0500 (0:00:00.141) 0:03:32.679 ******* ok: [managed-node1] => { "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Monday 11 November 2024 06:36:38 -0500 (0:00:00.105) 0:03:32.784 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Monday 11 November 2024 06:36:38 -0500 (0:00:00.064) 0:03:32.848 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Monday 11 November 2024 06:36:38 -0500 (0:00:00.067) 0:03:32.916 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "delta": "0:00:00.007989", "end": "2024-11-11 06:36:39.298863", "rc": 0, "start": "2024-11-11 06:36:39.290874" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-auth_test_1_kube.yml.service TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Monday 11 November 2024 06:36:39 -0500 (0:00:00.647) 0:03:33.564 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Monday 11 November 2024 06:36:39 -0500 (0:00:00.110) 0:03:33.674 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Monday 11 November 2024 06:36:39 -0500 (0:00:00.054) 0:03:33.728 ******* changed: [managed-node1] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "state": "stopped", "status": { "ActiveEnterTimestamp": "Mon 2024-11-11 06:35:29 EST", "ActiveEnterTimestampMonotonic": "497237500", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target systemd-journald.socket system-podman\\x2dkube.slice network-online.target sysinit.target -.mount", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Mon 2024-11-11 06:35:28 EST", "AssertTimestampMonotonic": "496358321", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2024-11-11 06:35:28 EST", "ConditionTimestampMonotonic": "496358319", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/system-podman\\x2dkube.slice/podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "man:podman-kube-play(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "20049", "ExecMainStartTimestamp": "Mon 2024-11-11 06:35:29 EST", "ExecMainStartTimestampMonotonic": "497237478", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[Mon 2024-11-11 06:35:28 EST] ; stop_time=[n/a] ; pid=19942 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2024-11-11 06:35:28 EST", "InactiveExitTimestampMonotonic": "496359300", "InvocationID": "3d787086f83c45e193eb13efa2db17de", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "20049", "MemoryAccounting": "yes", "MemoryCurrent": "15462400", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target -.mount system-podman\\x2dkube.slice", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Mon 2024-11-11 06:35:29 EST", "StateChangeTimestampMonotonic": "497237500", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "9", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "Wants": "network-online.target", "WatchdogTimestamp": "Mon 2024-11-11 06:35:29 EST", "WatchdogTimestampMonotonic": "497237497", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.podman : Check if kube file exists] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:28 Monday 11 November 2024 06:36:40 -0500 (0:00:01.371) 0:03:35.100 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731324925.493099, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1731324924.6770954, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 117440776, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1731324924.3140938, "nlink": 1, "path": "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 244, "uid": 0, "version": "2909242320", "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:38 Monday 11 November 2024 06:36:41 -0500 (0:00:00.693) 0:03:35.793 ******* [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) ok: [managed-node1] => { "actions": [ "/usr/bin/podman kube play --down /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "changed": false, "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:56 Monday 11 November 2024 06:36:42 -0500 (0:00:00.709) 0:03:36.503 ******* changed: [managed-node1] => { "changed": true, "path": "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml", "state": "absent" } TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ******** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:61 Monday 11 November 2024 06:36:42 -0500 (0:00:00.480) 0:03:36.983 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Monday 11 November 2024 06:36:42 -0500 (0:00:00.061) 0:03:37.045 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 11 November 2024 06:36:43 -0500 (0:00:00.127) 0:03:37.172 ******* skipping: [managed-node1] => { "changed": false, "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 11 November 2024 06:36:43 -0500 (0:00:00.124) 0:03:37.297 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 11 November 2024 06:36:43 -0500 (0:00:00.084) 0:03:37.381 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Monday 11 November 2024 06:36:43 -0500 (0:00:00.066) 0:03:37.448 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160 Monday 11 November 2024 06:36:43 -0500 (0:00:00.060) 0:03:37.509 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Monday 11 November 2024 06:36:43 -0500 (0:00:00.168) 0:03:37.677 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Container": { "ContainerName": "auth_test_1_quadlet", "Image": "localhost:5000/libpod/testimage:20210610" }, "Install": { "WantedBy": "default.target" } }, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Monday 11 November 2024 06:36:43 -0500 (0:00:00.068) 0:03:37.745 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Monday 11 November 2024 06:36:43 -0500 (0:00:00.069) 0:03:37.815 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Monday 11 November 2024 06:36:43 -0500 (0:00:00.056) 0:03:37.871 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_quadlet_name": "auth_test_1_quadlet", "__podman_quadlet_type": "container", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Monday 11 November 2024 06:36:43 -0500 (0:00:00.084) 0:03:37.955 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 06:36:43 -0500 (0:00:00.160) 0:03:38.116 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 06:36:44 -0500 (0:00:00.214) 0:03:38.330 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 06:36:44 -0500 (0:00:00.097) 0:03:38.428 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 06:36:44 -0500 (0:00:00.100) 0:03:38.528 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731324858.040806, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731324829.5436878, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 06:36:44 -0500 (0:00:00.470) 0:03:38.998 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 06:36:44 -0500 (0:00:00.056) 0:03:39.055 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 06:36:44 -0500 (0:00:00.060) 0:03:39.115 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 06:36:45 -0500 (0:00:00.056) 0:03:39.172 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 06:36:45 -0500 (0:00:00.055) 0:03:39.227 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 06:36:45 -0500 (0:00:00.055) 0:03:39.282 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 06:36:45 -0500 (0:00:00.040) 0:03:39.323 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 06:36:45 -0500 (0:00:00.041) 0:03:39.365 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Monday 11 November 2024 06:36:45 -0500 (0:00:00.043) 0:03:39.408 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_activate_systemd_unit": false, "__podman_images_found": [ "localhost:5000/libpod/testimage:20210610" ], "__podman_kube_yamls_raw": "", "__podman_service_name": "auth_test_1_quadlet.service", "__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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Monday 11 November 2024 06:36:45 -0500 (0:00:00.068) 0:03:39.477 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Monday 11 November 2024 06:36:45 -0500 (0:00:00.056) 0:03:39.533 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Monday 11 November 2024 06:36:45 -0500 (0:00:00.045) 0:03:39.579 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_images": [ "localhost:5000/libpod/testimage:20210610" ], "__podman_quadlet_file": "/etc/containers/systemd/auth_test_1_quadlet.container", "__podman_volumes": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Monday 11 November 2024 06:36:45 -0500 (0:00:00.089) 0:03:39.669 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Cleanup quadlets] ********************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Monday 11 November 2024 06:36:45 -0500 (0:00:00.047) 0:03:39.716 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Monday 11 November 2024 06:36:45 -0500 (0:00:00.149) 0:03:39.865 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 Monday 11 November 2024 06:36:45 -0500 (0:00:00.036) 0:03:39.902 ******* changed: [managed-node1] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "auth_test_1_quadlet.service", "state": "stopped", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target systemd-journald.socket system.slice sysinit.target -.mount", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "yes", "DelegateControllers": "cpu cpuacct cpuset io blkio memory devices pids", "Description": "auth_test_1_quadlet.service", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PODMAN_SYSTEMD_UNIT=auth_test_1_quadlet.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman run --name=auth_test_1_quadlet --cidfile=/run/auth_test_1_quadlet.cid --replace --rm --cgroups=split --sdnotify=conmon -d localhost:5000/libpod/testimage:20210610 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/auth_test_1_quadlet.cid ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopPost": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/auth_test_1_quadlet.cid ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/run/systemd/generator/auth_test_1_quadlet.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "auth_test_1_quadlet.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": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "auth_test_1_quadlet.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target -.mount", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "SourcePath": "/etc/containers/systemd/auth_test_1_quadlet.container", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogIdentifier": "auth_test_1_quadlet", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "generated", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.podman : See if quadlet file exists] *********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:33 Monday 11 November 2024 06:36:46 -0500 (0:00:00.717) 0:03:40.619 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731324957.3292394, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "1127036af0ba22b83d33a5a35ab54db2c5855175", "ctime": 1731324935.483143, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 274727121, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1731324935.0721412, "nlink": 1, "path": "/etc/containers/systemd/auth_test_1_quadlet.container", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 171, "uid": 0, "version": "111464476", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.podman : Parse quadlet file] ******************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:38 Monday 11 November 2024 06:36:46 -0500 (0:00:00.446) 0:03:41.066 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_quadlet_file.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Slurp quadlet file] ******************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_quadlet_file.yml:6 Monday 11 November 2024 06:36:46 -0500 (0:00:00.079) 0:03:41.145 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Parse quadlet file] ******************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_quadlet_file.yml:12 Monday 11 November 2024 06:36:47 -0500 (0:00:00.390) 0:03:41.536 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Parse quadlet yaml file] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_quadlet_file.yml:44 Monday 11 November 2024 06:36:47 -0500 (0:00:00.094) 0:03:41.631 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Reset raw variable] ******************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_quadlet_file.yml:52 Monday 11 November 2024 06:36:47 -0500 (0:00:00.058) 0:03:41.689 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_quadlet_raw": null }, "changed": false } TASK [fedora.linux_system_roles.podman : Remove quadlet file] ****************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:42 Monday 11 November 2024 06:36:47 -0500 (0:00:00.054) 0:03:41.744 ******* changed: [managed-node1] => { "changed": true, "path": "/etc/containers/systemd/auth_test_1_quadlet.container", "state": "absent" } TASK [fedora.linux_system_roles.podman : Refresh systemd] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:48 Monday 11 November 2024 06:36:48 -0500 (0:00:00.425) 0:03:42.169 ******* ok: [managed-node1] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Remove managed resource] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:58 Monday 11 November 2024 06:36:48 -0500 (0:00:00.704) 0:03:42.873 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Remove volumes] *********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:95 Monday 11 November 2024 06:36:49 -0500 (0:00:00.501) 0:03:43.374 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Clear parsed podman variable] ********* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:112 Monday 11 November 2024 06:36:49 -0500 (0:00:00.050) 0:03:43.425 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_quadlet_parsed": null }, "changed": false } TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ******** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:116 Monday 11 November 2024 06:36:49 -0500 (0:00:00.034) 0:03:43.459 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:127 Monday 11 November 2024 06:36:49 -0500 (0:00:00.041) 0:03:43.501 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 11 November 2024 06:36:49 -0500 (0:00:00.141) 0:03:43.643 ******* skipping: [managed-node1] => { "changed": false, "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 11 November 2024 06:36:49 -0500 (0:00:00.094) 0:03:43.737 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 11 November 2024 06:36:49 -0500 (0:00:00.060) 0:03:43.797 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : For testing and debugging - images] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:137 Monday 11 November 2024 06:36:49 -0500 (0:00:00.074) 0:03:43.872 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : For testing and debugging - volumes] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:146 Monday 11 November 2024 06:36:49 -0500 (0:00:00.069) 0:03:43.942 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : For testing and debugging - containers] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:155 Monday 11 November 2024 06:36:49 -0500 (0:00:00.042) 0:03:43.985 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : For testing and debugging - networks] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:164 Monday 11 November 2024 06:36:49 -0500 (0:00:00.039) 0:03:44.024 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : For testing and debugging - secrets] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:173 Monday 11 November 2024 06:36:49 -0500 (0:00:00.041) 0:03:44.066 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : For testing and debugging - services] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:183 Monday 11 November 2024 06:36:49 -0500 (0:00:00.043) 0:03:44.110 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Monday 11 November 2024 06:36:49 -0500 (0:00:00.045) 0:03:44.155 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167 Monday 11 November 2024 06:36:50 -0500 (0:00:00.040) 0:03:44.195 ******* TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173 Monday 11 November 2024 06:36:50 -0500 (0:00:00.081) 0:03:44.277 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Set user and group] ******************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Monday 11 November 2024 06:36:50 -0500 (0:00:00.093) 0:03:44.370 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_credential_group": "", "__podman_credential_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Monday 11 November 2024 06:36:50 -0500 (0:00:00.039) 0:03:44.409 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 06:36:50 -0500 (0:00:00.063) 0:03:44.473 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 06:36:50 -0500 (0:00:00.057) 0:03:44.530 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 06:36:50 -0500 (0:00:00.064) 0:03:44.594 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 06:36:50 -0500 (0:00:00.073) 0:03:44.668 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731324858.040806, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731324829.5436878, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 06:36:50 -0500 (0:00:00.440) 0:03:45.109 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 06:36:51 -0500 (0:00:00.055) 0:03:45.165 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 06:36:51 -0500 (0:00:00.055) 0:03:45.221 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 06:36:51 -0500 (0:00:00.057) 0:03:45.278 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 06:36:51 -0500 (0:00:00.061) 0:03:45.340 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 06:36:51 -0500 (0:00:00.061) 0:03:45.402 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 06:36:51 -0500 (0:00:00.054) 0:03:45.456 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 06:36:51 -0500 (0:00:00.056) 0:03:45.513 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Monday 11 November 2024 06:36:51 -0500 (0:00:00.122) 0:03:45.636 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is present] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Monday 11 November 2024 06:36:51 -0500 (0:00:00.078) 0:03:45.715 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure credential file is copied] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Monday 11 November 2024 06:36:51 -0500 (0:00:00.057) 0:03:45.772 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file content is present] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Monday 11 November 2024 06:36:51 -0500 (0:00:00.074) 0:03:45.847 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file is absent] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Monday 11 November 2024 06:36:51 -0500 (0:00:00.051) 0:03:45.899 ******* changed: [managed-node1] => { "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 : Find files in credentials directory] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Monday 11 November 2024 06:36:52 -0500 (0:00:00.406) 0:03:46.305 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is absent if empty] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Monday 11 November 2024 06:36:52 -0500 (0:00:00.470) 0:03:46.775 ******* changed: [managed-node1] => { "changed": true, "path": "/root/.config/containers", "state": "absent" } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Monday 11 November 2024 06:36:52 -0500 (0:00:00.378) 0:03:47.154 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Check given registry_host] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Monday 11 November 2024 06:36:53 -0500 (0:00:00.097) 0:03:47.251 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 0] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Monday 11 November 2024 06:36:53 -0500 (0:00:00.035) 0:03:47.286 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 1] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Monday 11 November 2024 06:36:53 -0500 (0:00:00.035) 0:03:47.322 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Monday 11 November 2024 06:36:53 -0500 (0:00:00.036) 0:03:47.359 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 06:36:53 -0500 (0:00:00.109) 0:03:47.468 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 06:36:53 -0500 (0:00:00.042) 0:03:47.511 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 06:36:53 -0500 (0:00:00.041) 0:03:47.553 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 06:36:53 -0500 (0:00:00.050) 0:03:47.603 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731324858.040806, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731324829.5436878, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 06:36:53 -0500 (0:00:00.364) 0:03:47.967 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 06:36:53 -0500 (0:00:00.035) 0:03:48.002 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 06:36:53 -0500 (0:00:00.035) 0:03:48.038 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 06:36:53 -0500 (0:00:00.033) 0:03:48.071 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 06:36:53 -0500 (0:00:00.036) 0:03:48.107 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 06:36:53 -0500 (0:00:00.033) 0:03:48.141 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 06:36:54 -0500 (0:00:00.034) 0:03:48.176 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 06:36:54 -0500 (0:00:00.035) 0:03:48.211 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 2] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Monday 11 November 2024 06:36:54 -0500 (0:00:00.033) 0:03:48.245 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_user_home_dir": "/root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 3] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Monday 11 November 2024 06:36:54 -0500 (0:00:00.042) 0:03:48.287 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_certs_d_path": "/etc/containers/certs.d/localhost:5000" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 4] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Monday 11 November 2024 06:36:54 -0500 (0:00:00.036) 0:03:48.323 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure certs.d directory] ************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Monday 11 November 2024 06:36:54 -0500 (0:00:00.048) 0:03:48.372 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure certs.d files] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Monday 11 November 2024 06:36:54 -0500 (0:00:00.034) 0:03:48.407 ******* skipping: [managed-node1] => (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-node1] => (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-node1] => (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-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Remove certs.d files] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Monday 11 November 2024 06:36:54 -0500 (0:00:00.101) 0:03:48.509 ******* ok: [managed-node1] => (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-node1] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } changed: [managed-node1] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } changed: [managed-node1] => { "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 : Find files in certs.d directory] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Monday 11 November 2024 06:36:55 -0500 (0:00:01.078) 0:03:49.587 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the certs.d directory is absent if empty] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Monday 11 November 2024 06:36:55 -0500 (0:00:00.367) 0:03:49.954 ******* changed: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [Create a user for rootless] ********************************************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:175 Monday 11 November 2024 06:36:56 -0500 (0:00:00.373) 0:03:50.328 ******* changed: [managed-node1] => { "changed": true, "comment": "", "create_home": true, "group": 2001, "home": "/home/auth_test_user1", "name": "auth_test_user1", "shell": "/bin/bash", "state": "present", "system": false, "uid": 2001 } TASK [Provide a credentials file - rootless] *********************************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:180 Monday 11 November 2024 06:36:56 -0500 (0:00:00.641) 0:03:50.970 ******* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 11 November 2024 06:36:56 -0500 (0:00:00.182) 0:03:51.152 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 11 November 2024 06:36:57 -0500 (0:00:00.056) 0:03:51.209 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Monday 11 November 2024 06:36:57 -0500 (0:00:00.042) 0:03:51.251 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Monday 11 November 2024 06:36:57 -0500 (0:00:00.034) 0:03:51.286 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Monday 11 November 2024 06:36:57 -0500 (0:00:00.039) 0:03:51.325 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Monday 11 November 2024 06:36:57 -0500 (0:00:00.034) 0:03:51.359 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Monday 11 November 2024 06:36:57 -0500 (0:00:00.034) 0:03:51.394 ******* ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 11 November 2024 06:36:57 -0500 (0:00:00.088) 0:03:51.483 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 11 November 2024 06:36:58 -0500 (0:00:01.544) 0:03:53.027 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 11 November 2024 06:36:58 -0500 (0:00:00.114) 0:03:53.142 ******* skipping: [managed-node1] => { "changed": false, "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Monday 11 November 2024 06:36:59 -0500 (0:00:00.047) 0:03:53.190 ******* skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Monday 11 November 2024 06:36:59 -0500 (0:00:00.039) 0:03:53.230 ******* skipping: [managed-node1] => { "changed": 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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 11 November 2024 06:36:59 -0500 (0:00:00.042) 0:03:53.273 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Monday 11 November 2024 06:36:59 -0500 (0:00:00.041) 0:03:53.314 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.028237", "end": "2024-11-11 06:36:59.474707", "rc": 0, "start": "2024-11-11 06:36:59.446470" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Monday 11 November 2024 06:36:59 -0500 (0:00:00.389) 0:03:53.703 ******* ok: [managed-node1] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Monday 11 November 2024 06:36:59 -0500 (0:00:00.036) 0:03:53.740 ******* skipping: [managed-node1] => { "changed": false, "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Monday 11 November 2024 06:36:59 -0500 (0:00:00.035) 0:03:53.775 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Monday 11 November 2024 06:36:59 -0500 (0:00:00.066) 0:03:53.842 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 06:36:59 -0500 (0:00:00.063) 0:03:53.905 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 06:36:59 -0500 (0:00:00.043) 0:03:53.949 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 06:36:59 -0500 (0:00:00.049) 0:03:53.998 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 06:36:59 -0500 (0:00:00.051) 0:03:54.049 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731324858.040806, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731324829.5436878, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 06:37:00 -0500 (0:00:00.388) 0:03:54.438 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 06:37:00 -0500 (0:00:00.083) 0:03:54.521 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 06:37:00 -0500 (0:00:00.035) 0:03:54.556 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 06:37:00 -0500 (0:00:00.036) 0:03:54.592 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 06:37:00 -0500 (0:00:00.034) 0:03:54.626 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 06:37:00 -0500 (0:00:00.035) 0:03:54.662 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 06:37:00 -0500 (0:00:00.034) 0:03:54.697 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 06:37:00 -0500 (0:00:00.042) 0:03:54.740 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Monday 11 November 2024 06:37:00 -0500 (0:00:00.052) 0:03:54.792 ******* ok: [managed-node1] => { "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95 Monday 11 November 2024 06:37:00 -0500 (0:00:00.044) 0:03:54.837 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 11 November 2024 06:37:00 -0500 (0:00:00.062) 0:03:54.899 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 11 November 2024 06:37:00 -0500 (0:00:00.034) 0:03:54.934 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98 Monday 11 November 2024 06:37:00 -0500 (0:00:00.035) 0:03:54.969 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 11 November 2024 06:37:00 -0500 (0:00:00.072) 0:03:55.042 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 11 November 2024 06:37:00 -0500 (0:00:00.035) 0:03:55.077 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101 Monday 11 November 2024 06:37:00 -0500 (0:00:00.033) 0:03:55.111 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Monday 11 November 2024 06:37:01 -0500 (0:00:00.063) 0:03:55.174 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Monday 11 November 2024 06:37:01 -0500 (0:00:00.084) 0:03:55.258 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Monday 11 November 2024 06:37:01 -0500 (0:00:00.035) 0:03:55.294 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Monday 11 November 2024 06:37:01 -0500 (0:00:00.064) 0:03:55.358 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Monday 11 November 2024 06:37:01 -0500 (0:00:00.034) 0:03:55.393 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Monday 11 November 2024 06:37:01 -0500 (0:00:00.034) 0:03:55.428 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Monday 11 November 2024 06:37:01 -0500 (0:00:00.035) 0:03:55.463 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Monday 11 November 2024 06:37:01 -0500 (0:00:00.034) 0:03:55.498 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117 Monday 11 November 2024 06:37:01 -0500 (0:00:00.035) 0:03:55.533 ******* skipping: [managed-node1] => { "changed": false, "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Monday 11 November 2024 06:37:01 -0500 (0:00:00.033) 0:03:55.566 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128 Monday 11 November 2024 06:37:01 -0500 (0:00:00.033) 0:03:55.600 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Check given registry_host] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Monday 11 November 2024 06:37:01 -0500 (0:00:00.078) 0:03:55.678 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 0] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Monday 11 November 2024 06:37:01 -0500 (0:00:00.036) 0:03:55.715 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_user": "auth_test_user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 1] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Monday 11 November 2024 06:37:01 -0500 (0:00:00.037) 0:03:55.753 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_rootless": true }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Monday 11 November 2024 06:37:01 -0500 (0:00:00.036) 0:03:55.789 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 06:37:01 -0500 (0:00:00.061) 0:03:55.851 ******* ok: [managed-node1] => { "ansible_facts": { "getent_passwd": { "auth_test_user1": [ "x", "2001", "2001", "", "/home/auth_test_user1", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 06:37:02 -0500 (0:00:00.443) 0:03:56.294 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 06:37:02 -0500 (0:00:00.041) 0:03:56.335 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 06:37:02 -0500 (0:00:00.050) 0:03:56.386 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731324858.040806, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731324829.5436878, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 06:37:02 -0500 (0:00:00.371) 0:03:56.757 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003562", "end": "2024-11-11 06:37:02.901326", "rc": 0, "start": "2024-11-11 06:37:02.897764" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 06:37:02 -0500 (0:00:00.377) 0:03:57.134 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003440", "end": "2024-11-11 06:37:03.273526", "rc": 0, "start": "2024-11-11 06:37:03.270086" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 06:37:03 -0500 (0:00:00.388) 0:03:57.522 ******* ok: [managed-node1] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 06:37:03 -0500 (0:00:00.073) 0:03:57.596 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 06:37:03 -0500 (0:00:00.056) 0:03:57.653 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 06:37:03 -0500 (0:00:00.052) 0:03:57.706 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 06:37:03 -0500 (0:00:00.054) 0:03:57.760 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 06:37:03 -0500 (0:00:00.052) 0:03:57.813 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 2] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Monday 11 November 2024 06:37:03 -0500 (0:00:00.054) 0:03:57.867 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_user_home_dir": "/home/auth_test_user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 3] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Monday 11 November 2024 06:37:03 -0500 (0:00:00.065) 0:03:57.933 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_certs_d_path": "/home/auth_test_user1/.config/containers/certs.d/localhost:5000" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 4] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Monday 11 November 2024 06:37:03 -0500 (0:00:00.114) 0:03:58.047 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure certs.d directory] ************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Monday 11 November 2024 06:37:03 -0500 (0:00:00.079) 0:03:58.127 ******* changed: [managed-node1] => { "changed": true, "gid": 2001, "group": "auth_test_user1", "mode": "0700", "owner": "auth_test_user1", "path": "/home/auth_test_user1/.config/containers/certs.d/localhost:5000", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 6, "state": "directory", "uid": 2001 } TASK [fedora.linux_system_roles.podman : Ensure certs.d files] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Monday 11 November 2024 06:37:04 -0500 (0:00:00.451) 0:03:58.578 ******* skipping: [managed-node1] => (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-node1] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } changed: [managed-node1] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } changed: [managed-node1] => { "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 : Remove certs.d files] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Monday 11 November 2024 06:37:05 -0500 (0:00:00.758) 0:03:59.337 ******* skipping: [managed-node1] => (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-node1] => (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-node1] => (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-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Find files in certs.d directory] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Monday 11 November 2024 06:37:05 -0500 (0:00:00.062) 0:03:59.399 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the certs.d directory is absent if empty] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Monday 11 November 2024 06:37:05 -0500 (0:00:00.057) 0:03:59.457 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137 Monday 11 November 2024 06:37:05 -0500 (0:00:00.042) 0:03:59.499 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Set user and group] ******************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Monday 11 November 2024 06:37:05 -0500 (0:00:00.098) 0:03:59.597 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_credential_group": "", "__podman_credential_user": "auth_test_user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Monday 11 November 2024 06:37:05 -0500 (0:00:00.045) 0:03:59.642 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 06:37:05 -0500 (0:00:00.057) 0:03:59.700 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 06:37:05 -0500 (0:00:00.042) 0:03:59.743 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 06:37:05 -0500 (0:00:00.044) 0:03:59.787 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 06:37:05 -0500 (0:00:00.127) 0:03:59.915 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731324858.040806, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731324829.5436878, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 06:37:06 -0500 (0:00:00.404) 0:04:00.320 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003991", "end": "2024-11-11 06:37:06.516423", "rc": 0, "start": "2024-11-11 06:37:06.512432" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 06:37:06 -0500 (0:00:00.446) 0:04:00.766 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003907", "end": "2024-11-11 06:37:06.949899", "rc": 0, "start": "2024-11-11 06:37:06.945992" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 06:37:07 -0500 (0:00:00.410) 0:04:01.177 ******* ok: [managed-node1] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 06:37:07 -0500 (0:00:00.056) 0:04:01.233 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 06:37:07 -0500 (0:00:00.044) 0:04:01.278 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 06:37:07 -0500 (0:00:00.045) 0:04:01.324 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 06:37:07 -0500 (0:00:00.055) 0:04:01.379 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 06:37:07 -0500 (0:00:00.053) 0:04:01.432 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Monday 11 November 2024 06:37:07 -0500 (0:00:00.052) 0:04:01.485 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is present] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Monday 11 November 2024 06:37:07 -0500 (0:00:00.174) 0:04:01.659 ******* ok: [managed-node1] => { "changed": false, "gid": 2001, "group": "auth_test_user1", "mode": "0700", "owner": "auth_test_user1", "path": "/home/auth_test_user1/.config/containers", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 21, "state": "directory", "uid": 2001 } TASK [fedora.linux_system_roles.podman : Ensure credential file is copied] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Monday 11 November 2024 06:37:07 -0500 (0:00:00.403) 0:04:02.062 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file content is present] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Monday 11 November 2024 06:37:07 -0500 (0:00:00.042) 0:04:02.104 ******* changed: [managed-node1] => { "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 : Ensure credential file is absent] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Monday 11 November 2024 06:37:08 -0500 (0:00:00.755) 0:04:02.860 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Find files in credentials directory] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Monday 11 November 2024 06:37:08 -0500 (0:00:00.038) 0:04:02.899 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is absent if empty] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Monday 11 November 2024 06:37:08 -0500 (0:00:00.033) 0:04:02.932 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Monday 11 November 2024 06:37:08 -0500 (0:00:00.033) 0:04:02.966 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Monday 11 November 2024 06:37:08 -0500 (0:00:00.033) 0:04:02.999 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Monday 11 November 2024 06:37:08 -0500 (0:00:00.118) 0:04:03.117 ******* ok: [managed-node1] => { "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: auth_test_1_kube\nspec:\n containers:\n - image: localhost:5000/libpod/testimage:20210610\n name: auth_test_1_kube\n" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Monday 11 November 2024 06:37:09 -0500 (0:00:00.068) 0:04:03.185 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "auth_test_1_kube" }, "spec": { "containers": [ { "image": "localhost:5000/libpod/testimage:20210610", "name": "auth_test_1_kube" } ] } }, "__podman_kube_file": "", "__podman_pull_image": true, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "auth_test_user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Monday 11 November 2024 06:37:09 -0500 (0:00:00.061) 0:04:03.247 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_kube_name": "auth_test_1_kube", "__podman_rootless": true }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Monday 11 November 2024 06:37:09 -0500 (0:00:00.040) 0:04:03.287 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 06:37:09 -0500 (0:00:00.088) 0:04:03.376 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 06:37:09 -0500 (0:00:00.048) 0:04:03.424 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 06:37:09 -0500 (0:00:00.041) 0:04:03.466 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 06:37:09 -0500 (0:00:00.045) 0:04:03.512 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731324858.040806, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731324829.5436878, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 06:37:09 -0500 (0:00:00.413) 0:04:03.925 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003595", "end": "2024-11-11 06:37:10.066000", "rc": 0, "start": "2024-11-11 06:37:10.062405" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 06:37:10 -0500 (0:00:00.369) 0:04:04.295 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003464", "end": "2024-11-11 06:37:10.435699", "rc": 0, "start": "2024-11-11 06:37:10.432235" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 06:37:10 -0500 (0:00:00.369) 0:04:04.664 ******* ok: [managed-node1] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 06:37:10 -0500 (0:00:00.051) 0:04:04.715 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 06:37:10 -0500 (0:00:00.034) 0:04:04.750 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 06:37:10 -0500 (0:00:00.033) 0:04:04.783 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 06:37:10 -0500 (0:00:00.033) 0:04:04.817 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 06:37:10 -0500 (0:00:00.035) 0:04:04.852 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Monday 11 November 2024 06:37:10 -0500 (0:00:00.034) 0:04:04.887 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Monday 11 November 2024 06:37:10 -0500 (0:00:00.034) 0:04:04.922 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "user", "__podman_user_home_dir": "/home/auth_test_user1", "__podman_xdg_runtime_dir": "/run/user/2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Monday 11 November 2024 06:37:10 -0500 (0:00:00.053) 0:04:04.975 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_kube_path": "/home/auth_test_user1/.config/containers/ansible-kubernetes.d" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Monday 11 November 2024 06:37:10 -0500 (0:00:00.039) 0:04:05.014 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_kube_file": "/home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Monday 11 November 2024 06:37:10 -0500 (0:00:00.041) 0:04:05.055 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Monday 11 November 2024 06:37:10 -0500 (0:00:00.057) 0:04:05.113 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "delta": "0:00:00.005503", "end": "2024-11-11 06:37:11.259755", "rc": 0, "start": "2024-11-11 06:37:11.254252" } STDOUT: podman-kube@-home-auth_test_user1-.config-containers-ansible\x2dkubernetes.d-auth_test_1_kube.yml.service TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Monday 11 November 2024 06:37:11 -0500 (0:00:00.384) 0:04:05.498 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Monday 11 November 2024 06:37:11 -0500 (0:00:00.111) 0:04:05.609 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Monday 11 November 2024 06:37:11 -0500 (0:00:00.089) 0:04:05.699 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 11 November 2024 06:37:11 -0500 (0:00:00.064) 0:04:05.763 ******* changed: [managed-node1] => { "changed": true, "cmd": [ "loginctl", "enable-linger", "auth_test_user1" ], "delta": "0:00:00.018401", "end": "2024-11-11 06:37:11.927483", "rc": 0, "start": "2024-11-11 06:37:11.909082" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 11 November 2024 06:37:12 -0500 (0:00:00.422) 0:04:06.186 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 11 November 2024 06:37:12 -0500 (0:00:00.044) 0:04:06.230 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the host mount volumes] *********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Monday 11 November 2024 06:37:12 -0500 (0:00:00.038) 0:04:06.268 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Monday 11 November 2024 06:37:12 -0500 (0:00:00.042) 0:04:06.311 ******* TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Monday 11 November 2024 06:37:12 -0500 (0:00:00.038) 0:04:06.350 ******* changed: [managed-node1] => (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-node1] => { "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53 Monday 11 November 2024 06:37:13 -0500 (0:00:01.102) 0:04:07.452 ******* ok: [managed-node1] => { "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61 Monday 11 November 2024 06:37:13 -0500 (0:00:00.367) 0:04:07.819 ******* changed: [managed-node1] => { "changed": true, "gid": 2001, "group": "auth_test_user1", "mode": "0755", "owner": "auth_test_user1", "path": "/home/auth_test_user1/.config/containers/ansible-kubernetes.d", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 6, "state": "directory", "uid": 2001 } TASK [fedora.linux_system_roles.podman : Ensure kubernetes yaml files are present] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70 Monday 11 November 2024 06:37:14 -0500 (0:00:00.393) 0:04:08.213 ******* changed: [managed-node1] => { "changed": true, "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "dest": "/home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml", "gid": 2001, "group": "auth_test_user1", "md5sum": "8db65ab83723a021adc90b4f543fdca0", "mode": "0644", "owner": "auth_test_user1", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 244, "src": "/root/.ansible/tmp/ansible-tmp-1731325034.1047049-18756-122744277685396/source", "state": "file", "uid": 2001 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 Monday 11 November 2024 06:37:14 -0500 (0:00:00.730) 0:04:08.944 ******* [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-node1] => { "actions": [ "/bin/podman play kube --start=true /home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "changed": true } STDOUT: Pod: 81f6745a0088a4f4d8c9283b5c6a103bba49e5f5ba04bbdf7e3b96ed71031845 Container: d2c8f086681165294d49ad80778ba898ccbc93ef89599e8d8ef14f68d84c8a9d TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:88 Monday 11 November 2024 06:37:16 -0500 (0:00:01.228) 0:04:10.172 ******* ok: [managed-node1] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:100 Monday 11 November 2024 06:37:16 -0500 (0:00:00.701) 0:04:10.873 ******* changed: [managed-node1] => { "changed": true, "enabled": true, "name": "podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "run-user-2001.mount basic.target -.mount network-online.target podman\\x2dkube.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "man:podman-kube-play(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PODMAN_SYSTEMD_UNIT=podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; 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/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/user/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.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": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "podman\\x2dkube.slice basic.target", "RequiresMountsFor": "/run/user/2001/containers /home/auth_test_user1", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-online.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0", "WorkingDirectory": "!/home/auth_test_user1" } } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Monday 11 November 2024 06:37:17 -0500 (0:00:00.628) 0:04:11.501 ******* changed: [managed-node1] => { "changed": true, "name": "podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "podman\\x2dkube.slice basic.target run-user-2001.mount -.mount network-online.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target default.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "man:podman-kube-play(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PODMAN_SYSTEMD_UNIT=podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; 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/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/user/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.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": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "basic.target podman\\x2dkube.slice", "RequiresMountsFor": "/run/user/2001/containers /home/auth_test_user1", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "default.target", "Wants": "network-online.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0", "WorkingDirectory": "!/home/auth_test_user1" } } TASK [fedora.linux_system_roles.podman : Restart service] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:127 Monday 11 November 2024 06:37:18 -0500 (0:00:01.455) 0:04:12.957 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160 Monday 11 November 2024 06:37:19 -0500 (0:00:00.217) 0:04:13.175 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Monday 11 November 2024 06:37:19 -0500 (0:00:00.168) 0:04:13.343 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Container": { "ContainerName": "auth_test_1_quadlet", "Image": "localhost:5000/libpod/testimage:20210610" }, "Install": { "WantedBy": "default.target" } }, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Monday 11 November 2024 06:37:19 -0500 (0:00:00.065) 0:04:13.409 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "auth_test_user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Monday 11 November 2024 06:37:19 -0500 (0:00:00.098) 0:04:13.507 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Monday 11 November 2024 06:37:19 -0500 (0:00:00.055) 0:04:13.563 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_quadlet_name": "auth_test_1_quadlet", "__podman_quadlet_type": "container", "__podman_rootless": true }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Monday 11 November 2024 06:37:19 -0500 (0:00:00.075) 0:04:13.639 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 06:37:19 -0500 (0:00:00.116) 0:04:13.755 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 06:37:19 -0500 (0:00:00.069) 0:04:13.824 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 06:37:19 -0500 (0:00:00.086) 0:04:13.911 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 06:37:19 -0500 (0:00:00.076) 0:04:13.987 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731324858.040806, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731324829.5436878, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 06:37:20 -0500 (0:00:00.593) 0:04:14.581 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003545", "end": "2024-11-11 06:37:20.964619", "rc": 0, "start": "2024-11-11 06:37:20.961074" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 06:37:21 -0500 (0:00:00.653) 0:04:15.235 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.005026", "end": "2024-11-11 06:37:21.531492", "rc": 0, "start": "2024-11-11 06:37:21.526466" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 06:37:21 -0500 (0:00:00.561) 0:04:15.796 ******* ok: [managed-node1] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 06:37:21 -0500 (0:00:00.064) 0:04:15.861 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 06:37:21 -0500 (0:00:00.035) 0:04:15.897 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 06:37:21 -0500 (0:00:00.035) 0:04:15.932 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 06:37:21 -0500 (0:00:00.033) 0:04:15.966 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 06:37:21 -0500 (0:00:00.034) 0:04:16.000 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Monday 11 November 2024 06:37:21 -0500 (0:00:00.041) 0:04:16.041 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_activate_systemd_unit": false, "__podman_images_found": [ "localhost:5000/libpod/testimage:20210610" ], "__podman_kube_yamls_raw": "", "__podman_service_name": "auth_test_1_quadlet.service", "__podman_systemd_scope": "user", "__podman_user_home_dir": "/home/auth_test_user1", "__podman_xdg_runtime_dir": "/run/user/2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Monday 11 November 2024 06:37:21 -0500 (0:00:00.091) 0:04:16.133 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_quadlet_path": "/home/auth_test_user1/.config/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Monday 11 November 2024 06:37:22 -0500 (0:00:00.056) 0:04:16.190 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Monday 11 November 2024 06:37:22 -0500 (0:00:00.056) 0:04:16.246 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_images": [ "localhost:5000/libpod/testimage:20210610" ], "__podman_quadlet_file": "/home/auth_test_user1/.config/containers/systemd/auth_test_1_quadlet.container", "__podman_volumes": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Monday 11 November 2024 06:37:22 -0500 (0:00:00.100) 0:04:16.346 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Cleanup quadlets] ********************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Monday 11 November 2024 06:37:22 -0500 (0:00:00.045) 0:04:16.391 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Monday 11 November 2024 06:37:22 -0500 (0:00:00.039) 0:04:16.430 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Monday 11 November 2024 06:37:22 -0500 (0:00:00.083) 0:04:16.514 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 11 November 2024 06:37:22 -0500 (0:00:00.058) 0:04:16.573 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "loginctl", "enable-linger", "auth_test_user1" ], "rc": 0 } STDOUT: skipped, since /var/lib/systemd/linger/auth_test_user1 exists TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 11 November 2024 06:37:22 -0500 (0:00:00.553) 0:04:17.126 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 11 November 2024 06:37:23 -0500 (0:00:00.047) 0:04:17.173 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Monday 11 November 2024 06:37:23 -0500 (0:00:00.071) 0:04:17.245 ******* TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:18 Monday 11 November 2024 06:37:23 -0500 (0:00:00.085) 0:04:17.330 ******* ok: [managed-node1] => (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-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the quadlet directory is present] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:39 Monday 11 November 2024 06:37:24 -0500 (0:00:01.242) 0:04:18.573 ******* changed: [managed-node1] => { "changed": true, "gid": 2001, "group": "auth_test_user1", "mode": "0755", "owner": "auth_test_user1", "path": "/home/auth_test_user1/.config/containers/systemd", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 6, "state": "directory", "uid": 2001 } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is copied] ******** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:48 Monday 11 November 2024 06:37:24 -0500 (0:00:00.527) 0:04:19.101 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure quadlet file content is present] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:58 Monday 11 November 2024 06:37:24 -0500 (0:00:00.040) 0:04:19.142 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is present] ******* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:70 Monday 11 November 2024 06:37:25 -0500 (0:00:00.042) 0:04:19.184 ******* changed: [managed-node1] => { "changed": true, "checksum": "1127036af0ba22b83d33a5a35ab54db2c5855175", "dest": "/home/auth_test_user1/.config/containers/systemd/auth_test_1_quadlet.container", "gid": 2001, "group": "auth_test_user1", "md5sum": "ce647a260371eff050752697c0d6523b", "mode": "0644", "owner": "auth_test_user1", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 171, "src": "/root/.ansible/tmp/ansible-tmp-1731325045.0784252-19398-179598390566027/source", "state": "file", "uid": 2001 } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:82 Monday 11 November 2024 06:37:25 -0500 (0:00:00.974) 0:04:20.158 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:110 Monday 11 November 2024 06:37:26 -0500 (0:00:00.061) 0:04:20.220 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Restart service] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:125 Monday 11 November 2024 06:37:26 -0500 (0:00:00.179) 0:04:20.400 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167 Monday 11 November 2024 06:37:26 -0500 (0:00:00.069) 0:04:20.469 ******* TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173 Monday 11 November 2024 06:37:26 -0500 (0:00:00.052) 0:04:20.522 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Set user and group] ******************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Monday 11 November 2024 06:37:26 -0500 (0:00:00.157) 0:04:20.680 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_credential_group": "", "__podman_credential_user": "auth_test_user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Monday 11 November 2024 06:37:26 -0500 (0:00:00.063) 0:04:20.743 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 06:37:26 -0500 (0:00:00.094) 0:04:20.838 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 06:37:26 -0500 (0:00:00.055) 0:04:20.894 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 06:37:26 -0500 (0:00:00.049) 0:04:20.944 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 06:37:26 -0500 (0:00:00.059) 0:04:21.004 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731324858.040806, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731324829.5436878, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 06:37:27 -0500 (0:00:00.524) 0:04:21.529 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.004099", "end": "2024-11-11 06:37:27.800528", "rc": 0, "start": "2024-11-11 06:37:27.796429" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 06:37:27 -0500 (0:00:00.516) 0:04:22.045 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.004732", "end": "2024-11-11 06:37:28.287074", "rc": 0, "start": "2024-11-11 06:37:28.282342" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 06:37:28 -0500 (0:00:00.542) 0:04:22.588 ******* ok: [managed-node1] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 06:37:28 -0500 (0:00:00.070) 0:04:22.658 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 06:37:28 -0500 (0:00:00.060) 0:04:22.719 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 06:37:28 -0500 (0:00:00.043) 0:04:22.762 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 06:37:28 -0500 (0:00:00.038) 0:04:22.800 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 06:37:28 -0500 (0:00:00.051) 0:04:22.852 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Monday 11 November 2024 06:37:28 -0500 (0:00:00.047) 0:04:22.899 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is present] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Monday 11 November 2024 06:37:28 -0500 (0:00:00.173) 0:04:23.073 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure credential file is copied] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Monday 11 November 2024 06:37:28 -0500 (0:00:00.062) 0:04:23.136 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file content is present] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Monday 11 November 2024 06:37:29 -0500 (0:00:00.065) 0:04:23.202 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file is absent] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Monday 11 November 2024 06:37:29 -0500 (0:00:00.060) 0:04:23.262 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Find files in credentials directory] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Monday 11 November 2024 06:37:29 -0500 (0:00:00.063) 0:04:23.326 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is absent if empty] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Monday 11 November 2024 06:37:29 -0500 (0:00:00.053) 0:04:23.380 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Monday 11 November 2024 06:37:29 -0500 (0:00:00.055) 0:04:23.435 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Check given registry_host] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Monday 11 November 2024 06:37:29 -0500 (0:00:00.176) 0:04:23.612 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 0] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Monday 11 November 2024 06:37:29 -0500 (0:00:00.060) 0:04:23.672 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_user": "auth_test_user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 1] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Monday 11 November 2024 06:37:29 -0500 (0:00:00.067) 0:04:23.740 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_rootless": true }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Monday 11 November 2024 06:37:29 -0500 (0:00:00.148) 0:04:23.889 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 06:37:29 -0500 (0:00:00.072) 0:04:23.961 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 06:37:29 -0500 (0:00:00.050) 0:04:24.011 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 06:37:29 -0500 (0:00:00.048) 0:04:24.059 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 06:37:29 -0500 (0:00:00.054) 0:04:24.114 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731324858.040806, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731324829.5436878, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 06:37:30 -0500 (0:00:00.754) 0:04:24.868 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.007524", "end": "2024-11-11 06:37:31.189660", "rc": 0, "start": "2024-11-11 06:37:31.182136" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 06:37:31 -0500 (0:00:00.571) 0:04:25.440 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.006827", "end": "2024-11-11 06:37:31.714812", "rc": 0, "start": "2024-11-11 06:37:31.707985" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 06:37:31 -0500 (0:00:00.568) 0:04:26.008 ******* ok: [managed-node1] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 06:37:31 -0500 (0:00:00.080) 0:04:26.089 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 06:37:31 -0500 (0:00:00.054) 0:04:26.143 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 06:37:32 -0500 (0:00:00.064) 0:04:26.208 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 06:37:32 -0500 (0:00:00.058) 0:04:26.266 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 06:37:32 -0500 (0:00:00.130) 0:04:26.397 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 2] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Monday 11 November 2024 06:37:32 -0500 (0:00:00.085) 0:04:26.483 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_user_home_dir": "/home/auth_test_user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 3] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Monday 11 November 2024 06:37:32 -0500 (0:00:00.153) 0:04:26.637 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_certs_d_path": "/home/auth_test_user1/.config/containers/certs.d/localhost:5000" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 4] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Monday 11 November 2024 06:37:32 -0500 (0:00:00.063) 0:04:26.700 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure certs.d directory] ************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Monday 11 November 2024 06:37:32 -0500 (0:00:00.084) 0:04:26.785 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure certs.d files] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Monday 11 November 2024 06:37:32 -0500 (0:00:00.062) 0:04:26.847 ******* skipping: [managed-node1] => (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-node1] => (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-node1] => (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-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Remove certs.d files] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Monday 11 November 2024 06:37:32 -0500 (0:00:00.089) 0:04:26.936 ******* skipping: [managed-node1] => (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-node1] => (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-node1] => (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-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Find files in certs.d directory] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Monday 11 November 2024 06:37:32 -0500 (0:00:00.077) 0:04:27.014 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the certs.d directory is absent if empty] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Monday 11 November 2024 06:37:32 -0500 (0:00:00.056) 0:04:27.070 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Remove all container resources - root] *********************************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:208 Monday 11 November 2024 06:37:32 -0500 (0:00:00.073) 0:04:27.143 ******* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 11 November 2024 06:37:33 -0500 (0:00:00.111) 0:04:27.254 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 11 November 2024 06:37:33 -0500 (0:00:00.107) 0:04:27.362 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Monday 11 November 2024 06:37:33 -0500 (0:00:00.072) 0:04:27.434 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Monday 11 November 2024 06:37:33 -0500 (0:00:00.076) 0:04:27.511 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Monday 11 November 2024 06:37:33 -0500 (0:00:00.061) 0:04:27.572 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Monday 11 November 2024 06:37:33 -0500 (0:00:00.042) 0:04:27.615 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Monday 11 November 2024 06:37:33 -0500 (0:00:00.041) 0:04:27.657 ******* ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 11 November 2024 06:37:33 -0500 (0:00:00.111) 0:04:27.768 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 11 November 2024 06:37:35 -0500 (0:00:02.001) 0:04:29.770 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 11 November 2024 06:37:35 -0500 (0:00:00.043) 0:04:29.814 ******* skipping: [managed-node1] => { "changed": false, "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Monday 11 November 2024 06:37:35 -0500 (0:00:00.052) 0:04:29.867 ******* skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Monday 11 November 2024 06:37:35 -0500 (0:00:00.066) 0:04:29.934 ******* skipping: [managed-node1] => { "changed": 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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 11 November 2024 06:37:35 -0500 (0:00:00.050) 0:04:29.984 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Monday 11 November 2024 06:37:35 -0500 (0:00:00.042) 0:04:30.026 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.036419", "end": "2024-11-11 06:37:36.314673", "rc": 0, "start": "2024-11-11 06:37:36.278254" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Monday 11 November 2024 06:37:36 -0500 (0:00:00.560) 0:04:30.587 ******* ok: [managed-node1] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Monday 11 November 2024 06:37:36 -0500 (0:00:00.065) 0:04:30.653 ******* skipping: [managed-node1] => { "changed": false, "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Monday 11 November 2024 06:37:36 -0500 (0:00:00.118) 0:04:30.771 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Monday 11 November 2024 06:37:36 -0500 (0:00:00.124) 0:04:30.895 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 06:37:36 -0500 (0:00:00.121) 0:04:31.017 ******* ok: [managed-node1] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "root", "/root", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 06:37:37 -0500 (0:00:00.628) 0:04:31.646 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 06:37:37 -0500 (0:00:00.061) 0:04:31.707 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 06:37:37 -0500 (0:00:00.052) 0:04:31.760 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731324858.040806, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731324829.5436878, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 06:37:38 -0500 (0:00:00.497) 0:04:32.257 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 06:37:38 -0500 (0:00:00.051) 0:04:32.308 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 06:37:38 -0500 (0:00:00.041) 0:04:32.349 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 06:37:38 -0500 (0:00:00.034) 0:04:32.384 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 06:37:38 -0500 (0:00:00.040) 0:04:32.425 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 06:37:38 -0500 (0:00:00.043) 0:04:32.468 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 06:37:38 -0500 (0:00:00.058) 0:04:32.527 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 06:37:38 -0500 (0:00:00.144) 0:04:32.671 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Monday 11 November 2024 06:37:38 -0500 (0:00:00.056) 0:04:32.728 ******* ok: [managed-node1] => { "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95 Monday 11 November 2024 06:37:38 -0500 (0:00:00.066) 0:04:32.794 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 11 November 2024 06:37:38 -0500 (0:00:00.171) 0:04:32.966 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 11 November 2024 06:37:38 -0500 (0:00:00.078) 0:04:33.045 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98 Monday 11 November 2024 06:37:38 -0500 (0:00:00.053) 0:04:33.098 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 11 November 2024 06:37:39 -0500 (0:00:00.106) 0:04:33.205 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 11 November 2024 06:37:39 -0500 (0:00:00.054) 0:04:33.259 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101 Monday 11 November 2024 06:37:39 -0500 (0:00:00.057) 0:04:33.317 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Monday 11 November 2024 06:37:39 -0500 (0:00:00.111) 0:04:33.429 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Monday 11 November 2024 06:37:39 -0500 (0:00:00.052) 0:04:33.481 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Monday 11 November 2024 06:37:39 -0500 (0:00:00.051) 0:04:33.533 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Monday 11 November 2024 06:37:39 -0500 (0:00:00.110) 0:04:33.643 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Monday 11 November 2024 06:37:39 -0500 (0:00:00.060) 0:04:33.704 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Monday 11 November 2024 06:37:39 -0500 (0:00:00.044) 0:04:33.748 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Monday 11 November 2024 06:37:39 -0500 (0:00:00.138) 0:04:33.886 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Monday 11 November 2024 06:37:39 -0500 (0:00:00.048) 0:04:33.934 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117 Monday 11 November 2024 06:37:39 -0500 (0:00:00.045) 0:04:33.980 ******* skipping: [managed-node1] => { "changed": false, "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Monday 11 November 2024 06:37:39 -0500 (0:00:00.040) 0:04:34.021 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128 Monday 11 November 2024 06:37:39 -0500 (0:00:00.035) 0:04:34.056 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Check given registry_host] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Monday 11 November 2024 06:37:40 -0500 (0:00:00.114) 0:04:34.171 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 0] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Monday 11 November 2024 06:37:40 -0500 (0:00:00.096) 0:04:34.267 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 1] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Monday 11 November 2024 06:37:40 -0500 (0:00:00.061) 0:04:34.329 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Monday 11 November 2024 06:37:40 -0500 (0:00:00.064) 0:04:34.393 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 06:37:40 -0500 (0:00:00.102) 0:04:34.496 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 06:37:40 -0500 (0:00:00.046) 0:04:34.542 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 06:37:40 -0500 (0:00:00.050) 0:04:34.593 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 06:37:40 -0500 (0:00:00.060) 0:04:34.653 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731324858.040806, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731324829.5436878, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 06:37:40 -0500 (0:00:00.492) 0:04:35.146 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 06:37:41 -0500 (0:00:00.086) 0:04:35.233 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 06:37:41 -0500 (0:00:00.035) 0:04:35.269 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 06:37:41 -0500 (0:00:00.050) 0:04:35.319 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 06:37:41 -0500 (0:00:00.067) 0:04:35.386 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 06:37:41 -0500 (0:00:00.051) 0:04:35.438 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 06:37:41 -0500 (0:00:00.061) 0:04:35.500 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 06:37:41 -0500 (0:00:00.066) 0:04:35.566 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 2] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Monday 11 November 2024 06:37:41 -0500 (0:00:00.052) 0:04:35.619 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_user_home_dir": "/root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 3] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Monday 11 November 2024 06:37:41 -0500 (0:00:00.072) 0:04:35.691 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_certs_d_path": "/etc/containers/certs.d/localhost:5000" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 4] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Monday 11 November 2024 06:37:41 -0500 (0:00:00.065) 0:04:35.756 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure certs.d directory] ************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Monday 11 November 2024 06:37:41 -0500 (0:00:00.084) 0:04:35.841 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure certs.d files] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Monday 11 November 2024 06:37:41 -0500 (0:00:00.043) 0:04:35.884 ******* skipping: [managed-node1] => (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-node1] => (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-node1] => (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-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Remove certs.d files] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Monday 11 November 2024 06:37:41 -0500 (0:00:00.082) 0:04:35.967 ******* skipping: [managed-node1] => (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-node1] => (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-node1] => (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-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Find files in certs.d directory] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Monday 11 November 2024 06:37:41 -0500 (0:00:00.068) 0:04:36.036 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the certs.d directory is absent if empty] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Monday 11 November 2024 06:37:41 -0500 (0:00:00.054) 0:04:36.090 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137 Monday 11 November 2024 06:37:41 -0500 (0:00:00.046) 0:04:36.136 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Set user and group] ******************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Monday 11 November 2024 06:37:42 -0500 (0:00:00.091) 0:04:36.228 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_credential_group": "", "__podman_credential_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Monday 11 November 2024 06:37:42 -0500 (0:00:00.092) 0:04:36.320 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 06:37:42 -0500 (0:00:00.080) 0:04:36.400 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 06:37:42 -0500 (0:00:00.052) 0:04:36.452 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 06:37:42 -0500 (0:00:00.062) 0:04:36.515 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 06:37:42 -0500 (0:00:00.081) 0:04:36.597 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731324858.040806, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731324829.5436878, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 06:37:42 -0500 (0:00:00.512) 0:04:37.110 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 06:37:43 -0500 (0:00:00.053) 0:04:37.163 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 06:37:43 -0500 (0:00:00.050) 0:04:37.213 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 06:37:43 -0500 (0:00:00.064) 0:04:37.278 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 06:37:43 -0500 (0:00:00.085) 0:04:37.363 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 06:37:43 -0500 (0:00:00.089) 0:04:37.453 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 06:37:43 -0500 (0:00:00.055) 0:04:37.508 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 06:37:43 -0500 (0:00:00.064) 0:04:37.572 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Monday 11 November 2024 06:37:43 -0500 (0:00:00.076) 0:04:37.649 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is present] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Monday 11 November 2024 06:37:43 -0500 (0:00:00.101) 0:04:37.750 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure credential file is copied] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Monday 11 November 2024 06:37:43 -0500 (0:00:00.054) 0:04:37.805 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file content is present] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Monday 11 November 2024 06:37:43 -0500 (0:00:00.146) 0:04:37.951 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file is absent] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Monday 11 November 2024 06:37:43 -0500 (0:00:00.066) 0:04:38.018 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Find files in credentials directory] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Monday 11 November 2024 06:37:43 -0500 (0:00:00.055) 0:04:38.074 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is absent if empty] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Monday 11 November 2024 06:37:43 -0500 (0:00:00.053) 0:04:38.127 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Monday 11 November 2024 06:37:44 -0500 (0:00:00.054) 0:04:38.182 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Monday 11 November 2024 06:37:44 -0500 (0:00:00.048) 0:04:38.230 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Monday 11 November 2024 06:37:44 -0500 (0:00:00.096) 0:04:38.327 ******* ok: [managed-node1] => { "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: auth_test_1_kube\nspec:\n containers:\n - image: localhost:5000/libpod/testimage:20210610\n name: auth_test_1_kube\n" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Monday 11 November 2024 06:37:44 -0500 (0:00:00.047) 0:04:38.374 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "auth_test_1_kube" }, "spec": { "containers": [ { "image": "localhost:5000/libpod/testimage:20210610", "name": "auth_test_1_kube" } ] } }, "__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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Monday 11 November 2024 06:37:44 -0500 (0:00:00.065) 0:04:38.439 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_kube_name": "auth_test_1_kube", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Monday 11 November 2024 06:37:44 -0500 (0:00:00.078) 0:04:38.518 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 06:37:44 -0500 (0:00:00.095) 0:04:38.613 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 06:37:44 -0500 (0:00:00.056) 0:04:38.670 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 06:37:44 -0500 (0:00:00.052) 0:04:38.722 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 06:37:44 -0500 (0:00:00.047) 0:04:38.769 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731324858.040806, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731324829.5436878, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 06:37:45 -0500 (0:00:00.570) 0:04:39.340 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 06:37:45 -0500 (0:00:00.128) 0:04:39.469 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 06:37:45 -0500 (0:00:00.071) 0:04:39.541 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 06:37:45 -0500 (0:00:00.080) 0:04:39.621 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 06:37:45 -0500 (0:00:00.063) 0:04:39.684 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 06:37:45 -0500 (0:00:00.063) 0:04:39.748 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 06:37:45 -0500 (0:00:00.060) 0:04:39.809 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 06:37:45 -0500 (0:00:00.053) 0:04:39.862 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Monday 11 November 2024 06:37:45 -0500 (0:00:00.064) 0:04:39.927 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Monday 11 November 2024 06:37:45 -0500 (0:00:00.066) 0:04:39.993 ******* ok: [managed-node1] => { "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Monday 11 November 2024 06:37:45 -0500 (0:00:00.112) 0:04:40.106 ******* ok: [managed-node1] => { "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Monday 11 November 2024 06:37:46 -0500 (0:00:00.059) 0:04:40.165 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Monday 11 November 2024 06:37:46 -0500 (0:00:00.058) 0:04:40.223 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Monday 11 November 2024 06:37:46 -0500 (0:00:00.077) 0:04:40.301 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "delta": "0:00:00.007984", "end": "2024-11-11 06:37:46.607927", "rc": 0, "start": "2024-11-11 06:37:46.599943" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-auth_test_1_kube.yml.service TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Monday 11 November 2024 06:37:46 -0500 (0:00:00.580) 0:04:40.882 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Monday 11 November 2024 06:37:46 -0500 (0:00:00.126) 0:04:41.009 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Monday 11 November 2024 06:37:46 -0500 (0:00:00.056) 0:04:41.065 ******* ok: [managed-node1] => { "changed": false, "enabled": false, "failed_when_result": false, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "state": "stopped", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target system-podman\\x2dkube.slice basic.target -.mount systemd-journald.socket network-online.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "man:podman-kube-play(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "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/auth_test_1_kube.yml ; ignore_errors=no ; 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/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.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": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system-podman\\x2dkube.slice sysinit.target -.mount", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-online.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.podman : Check if kube file exists] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:28 Monday 11 November 2024 06:37:47 -0500 (0:00:00.755) 0:04:41.821 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Remove pod/containers] **************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:38 Monday 11 November 2024 06:37:48 -0500 (0:00:00.560) 0:04:42.381 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] ********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:56 Monday 11 November 2024 06:37:48 -0500 (0:00:00.062) 0:04:42.443 ******* ok: [managed-node1] => { "changed": false, "path": "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml", "state": "absent" } TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ******** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:61 Monday 11 November 2024 06:37:48 -0500 (0:00:00.498) 0:04:42.942 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Monday 11 November 2024 06:37:48 -0500 (0:00:00.036) 0:04:42.978 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 11 November 2024 06:37:48 -0500 (0:00:00.070) 0:04:43.049 ******* skipping: [managed-node1] => { "changed": false, "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 11 November 2024 06:37:48 -0500 (0:00:00.055) 0:04:43.105 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 11 November 2024 06:37:48 -0500 (0:00:00.039) 0:04:43.144 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Monday 11 November 2024 06:37:49 -0500 (0:00:00.050) 0:04:43.195 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160 Monday 11 November 2024 06:37:49 -0500 (0:00:00.039) 0:04:43.235 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Monday 11 November 2024 06:37:49 -0500 (0:00:00.112) 0:04:43.347 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Container": { "ContainerName": "auth_test_1_quadlet", "Image": "localhost:5000/libpod/testimage:20210610" }, "Install": { "WantedBy": "default.target" } }, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Monday 11 November 2024 06:37:49 -0500 (0:00:00.096) 0:04:43.443 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Monday 11 November 2024 06:37:49 -0500 (0:00:00.044) 0:04:43.488 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Monday 11 November 2024 06:37:49 -0500 (0:00:00.036) 0:04:43.525 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_quadlet_name": "auth_test_1_quadlet", "__podman_quadlet_type": "container", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Monday 11 November 2024 06:37:49 -0500 (0:00:00.049) 0:04:43.575 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 06:37:49 -0500 (0:00:00.071) 0:04:43.646 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 06:37:49 -0500 (0:00:00.056) 0:04:43.702 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 06:37:49 -0500 (0:00:00.067) 0:04:43.770 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 06:37:49 -0500 (0:00:00.109) 0:04:43.879 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731324858.040806, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731324829.5436878, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 06:37:50 -0500 (0:00:00.715) 0:04:44.595 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 06:37:50 -0500 (0:00:00.050) 0:04:44.646 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 06:37:50 -0500 (0:00:00.042) 0:04:44.688 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 06:37:50 -0500 (0:00:00.039) 0:04:44.727 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 06:37:50 -0500 (0:00:00.036) 0:04:44.763 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 06:37:50 -0500 (0:00:00.039) 0:04:44.802 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 06:37:50 -0500 (0:00:00.050) 0:04:44.853 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 06:37:50 -0500 (0:00:00.051) 0:04:44.904 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Monday 11 November 2024 06:37:50 -0500 (0:00:00.043) 0:04:44.948 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_activate_systemd_unit": false, "__podman_images_found": [ "localhost:5000/libpod/testimage:20210610" ], "__podman_kube_yamls_raw": "", "__podman_service_name": "auth_test_1_quadlet.service", "__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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Monday 11 November 2024 06:37:50 -0500 (0:00:00.186) 0:04:45.134 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Monday 11 November 2024 06:37:51 -0500 (0:00:00.063) 0:04:45.198 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Monday 11 November 2024 06:37:51 -0500 (0:00:00.056) 0:04:45.254 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_images": [ "localhost:5000/libpod/testimage:20210610" ], "__podman_quadlet_file": "/etc/containers/systemd/auth_test_1_quadlet.container", "__podman_volumes": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Monday 11 November 2024 06:37:51 -0500 (0:00:00.130) 0:04:45.384 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Cleanup quadlets] ********************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Monday 11 November 2024 06:37:51 -0500 (0:00:00.063) 0:04:45.448 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Monday 11 November 2024 06:37:51 -0500 (0:00:00.158) 0:04:45.606 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 Monday 11 November 2024 06:37:51 -0500 (0:00:00.060) 0:04:45.667 ******* ok: [managed-node1] => { "changed": false, "failed_when_result": false } MSG: Could not find the requested service auth_test_1_quadlet.service: host TASK [fedora.linux_system_roles.podman : See if quadlet file exists] *********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:33 Monday 11 November 2024 06:37:52 -0500 (0:00:00.800) 0:04:46.467 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Parse quadlet file] ******************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:38 Monday 11 November 2024 06:37:53 -0500 (0:00:00.804) 0:04:47.272 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Remove quadlet file] ****************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:42 Monday 11 November 2024 06:37:53 -0500 (0:00:00.054) 0:04:47.326 ******* ok: [managed-node1] => { "changed": false, "path": "/etc/containers/systemd/auth_test_1_quadlet.container", "state": "absent" } TASK [fedora.linux_system_roles.podman : Refresh systemd] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:48 Monday 11 November 2024 06:37:53 -0500 (0:00:00.591) 0:04:47.918 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Remove managed resource] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:58 Monday 11 November 2024 06:37:53 -0500 (0:00:00.058) 0:04:47.977 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Remove volumes] *********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:95 Monday 11 November 2024 06:37:53 -0500 (0:00:00.059) 0:04:48.036 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Clear parsed podman variable] ********* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:112 Monday 11 November 2024 06:37:53 -0500 (0:00:00.077) 0:04:48.114 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_quadlet_parsed": null }, "changed": false } TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ******** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:116 Monday 11 November 2024 06:37:54 -0500 (0:00:00.052) 0:04:48.166 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:127 Monday 11 November 2024 06:37:54 -0500 (0:00:00.125) 0:04:48.292 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 11 November 2024 06:37:54 -0500 (0:00:00.095) 0:04:48.387 ******* skipping: [managed-node1] => { "changed": false, "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 11 November 2024 06:37:54 -0500 (0:00:00.054) 0:04:48.441 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 11 November 2024 06:37:54 -0500 (0:00:00.051) 0:04:48.493 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : For testing and debugging - images] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:137 Monday 11 November 2024 06:37:54 -0500 (0:00:00.053) 0:04:48.546 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : For testing and debugging - volumes] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:146 Monday 11 November 2024 06:37:54 -0500 (0:00:00.058) 0:04:48.604 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : For testing and debugging - containers] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:155 Monday 11 November 2024 06:37:54 -0500 (0:00:00.070) 0:04:48.675 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : For testing and debugging - networks] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:164 Monday 11 November 2024 06:37:54 -0500 (0:00:00.057) 0:04:48.732 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : For testing and debugging - secrets] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:173 Monday 11 November 2024 06:37:54 -0500 (0:00:00.060) 0:04:48.792 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : For testing and debugging - services] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:183 Monday 11 November 2024 06:37:54 -0500 (0:00:00.058) 0:04:48.851 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Monday 11 November 2024 06:37:54 -0500 (0:00:00.055) 0:04:48.907 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167 Monday 11 November 2024 06:37:54 -0500 (0:00:00.055) 0:04:48.962 ******* TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173 Monday 11 November 2024 06:37:54 -0500 (0:00:00.055) 0:04:49.017 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Set user and group] ******************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Monday 11 November 2024 06:37:54 -0500 (0:00:00.133) 0:04:49.151 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_credential_group": "", "__podman_credential_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Monday 11 November 2024 06:37:55 -0500 (0:00:00.049) 0:04:49.201 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 06:37:55 -0500 (0:00:00.126) 0:04:49.327 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 06:37:55 -0500 (0:00:00.044) 0:04:49.372 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 06:37:55 -0500 (0:00:00.043) 0:04:49.415 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 06:37:55 -0500 (0:00:00.048) 0:04:49.464 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731324858.040806, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731324829.5436878, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 06:37:55 -0500 (0:00:00.475) 0:04:49.940 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 06:37:55 -0500 (0:00:00.034) 0:04:49.975 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 06:37:55 -0500 (0:00:00.036) 0:04:50.011 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 06:37:55 -0500 (0:00:00.034) 0:04:50.045 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 06:37:55 -0500 (0:00:00.035) 0:04:50.081 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 06:37:55 -0500 (0:00:00.034) 0:04:50.115 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 06:37:55 -0500 (0:00:00.036) 0:04:50.151 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 06:37:56 -0500 (0:00:00.033) 0:04:50.184 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Monday 11 November 2024 06:37:56 -0500 (0:00:00.035) 0:04:50.220 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is present] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Monday 11 November 2024 06:37:56 -0500 (0:00:00.050) 0:04:50.271 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure credential file is copied] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Monday 11 November 2024 06:37:56 -0500 (0:00:00.033) 0:04:50.305 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file content is present] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Monday 11 November 2024 06:37:56 -0500 (0:00:00.035) 0:04:50.340 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file is absent] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Monday 11 November 2024 06:37:56 -0500 (0:00:00.034) 0:04:50.374 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Find files in credentials directory] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Monday 11 November 2024 06:37:56 -0500 (0:00:00.467) 0:04:50.842 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is absent if empty] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Monday 11 November 2024 06:37:57 -0500 (0:00:00.484) 0:04:51.326 ******* ok: [managed-node1] => { "changed": false, "path": "/root/.config/containers", "state": "absent" } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Monday 11 November 2024 06:37:57 -0500 (0:00:00.478) 0:04:51.805 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Check given registry_host] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Monday 11 November 2024 06:37:57 -0500 (0:00:00.159) 0:04:51.964 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 0] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Monday 11 November 2024 06:37:57 -0500 (0:00:00.058) 0:04:52.022 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 1] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Monday 11 November 2024 06:37:57 -0500 (0:00:00.058) 0:04:52.080 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Monday 11 November 2024 06:37:57 -0500 (0:00:00.057) 0:04:52.138 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 06:37:58 -0500 (0:00:00.103) 0:04:52.242 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 06:37:58 -0500 (0:00:00.069) 0:04:52.311 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 06:37:58 -0500 (0:00:00.057) 0:04:52.369 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 06:37:58 -0500 (0:00:00.121) 0:04:52.491 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731324858.040806, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731324829.5436878, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 06:37:58 -0500 (0:00:00.475) 0:04:52.966 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 06:37:58 -0500 (0:00:00.040) 0:04:53.006 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 06:37:58 -0500 (0:00:00.044) 0:04:53.051 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 06:37:58 -0500 (0:00:00.038) 0:04:53.090 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 06:37:58 -0500 (0:00:00.035) 0:04:53.125 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 06:37:58 -0500 (0:00:00.034) 0:04:53.160 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 06:37:59 -0500 (0:00:00.035) 0:04:53.196 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 06:37:59 -0500 (0:00:00.034) 0:04:53.230 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 2] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Monday 11 November 2024 06:37:59 -0500 (0:00:00.036) 0:04:53.266 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_user_home_dir": "/root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 3] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Monday 11 November 2024 06:37:59 -0500 (0:00:00.044) 0:04:53.311 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_certs_d_path": "/etc/containers/certs.d/localhost:5000" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 4] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Monday 11 November 2024 06:37:59 -0500 (0:00:00.043) 0:04:53.354 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure certs.d directory] ************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Monday 11 November 2024 06:37:59 -0500 (0:00:00.065) 0:04:53.420 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure certs.d files] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Monday 11 November 2024 06:37:59 -0500 (0:00:00.052) 0:04:53.472 ******* skipping: [managed-node1] => (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-node1] => (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-node1] => (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-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Remove certs.d files] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Monday 11 November 2024 06:37:59 -0500 (0:00:00.080) 0:04:53.552 ******* ok: [managed-node1] => (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-node1] => (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-node1] => (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-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Find files in certs.d directory] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Monday 11 November 2024 06:38:00 -0500 (0:00:01.574) 0:04:55.127 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the certs.d directory is absent if empty] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Monday 11 November 2024 06:38:01 -0500 (0:00:00.493) 0:04:55.621 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Remove all container resources - rootless] ******************************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:228 Monday 11 November 2024 06:38:01 -0500 (0:00:00.483) 0:04:56.104 ******* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 11 November 2024 06:38:02 -0500 (0:00:00.076) 0:04:56.181 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 11 November 2024 06:38:02 -0500 (0:00:00.060) 0:04:56.241 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Monday 11 November 2024 06:38:02 -0500 (0:00:00.043) 0:04:56.285 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Monday 11 November 2024 06:38:02 -0500 (0:00:00.036) 0:04:56.322 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Monday 11 November 2024 06:38:02 -0500 (0:00:00.033) 0:04:56.355 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Monday 11 November 2024 06:38:02 -0500 (0:00:00.034) 0:04:56.390 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Monday 11 November 2024 06:38:02 -0500 (0:00:00.035) 0:04:56.426 ******* ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 11 November 2024 06:38:02 -0500 (0:00:00.178) 0:04:56.604 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 11 November 2024 06:38:04 -0500 (0:00:01.876) 0:04:58.480 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 11 November 2024 06:38:04 -0500 (0:00:00.034) 0:04:58.514 ******* skipping: [managed-node1] => { "changed": false, "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Monday 11 November 2024 06:38:04 -0500 (0:00:00.044) 0:04:58.559 ******* skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Monday 11 November 2024 06:38:04 -0500 (0:00:00.034) 0:04:58.593 ******* skipping: [managed-node1] => { "changed": 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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 11 November 2024 06:38:04 -0500 (0:00:00.033) 0:04:58.627 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Monday 11 November 2024 06:38:04 -0500 (0:00:00.039) 0:04:58.666 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.033636", "end": "2024-11-11 06:38:04.935223", "rc": 0, "start": "2024-11-11 06:38:04.901587" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Monday 11 November 2024 06:38:05 -0500 (0:00:00.513) 0:04:59.180 ******* ok: [managed-node1] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Monday 11 November 2024 06:38:05 -0500 (0:00:00.037) 0:04:59.217 ******* skipping: [managed-node1] => { "changed": false, "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Monday 11 November 2024 06:38:05 -0500 (0:00:00.035) 0:04:59.252 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Monday 11 November 2024 06:38:05 -0500 (0:00:00.067) 0:04:59.320 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 06:38:05 -0500 (0:00:00.065) 0:04:59.385 ******* ok: [managed-node1] => { "ansible_facts": { "getent_passwd": { "auth_test_user1": [ "x", "2001", "2001", "", "/home/auth_test_user1", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 06:38:05 -0500 (0:00:00.521) 0:04:59.907 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 06:38:05 -0500 (0:00:00.077) 0:04:59.984 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 06:38:05 -0500 (0:00:00.061) 0:05:00.045 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731324858.040806, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731324829.5436878, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 06:38:06 -0500 (0:00:00.486) 0:05:00.532 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.004947", "end": "2024-11-11 06:38:06.760084", "rc": 0, "start": "2024-11-11 06:38:06.755137" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 06:38:06 -0500 (0:00:00.474) 0:05:01.006 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.005552", "end": "2024-11-11 06:38:07.310515", "rc": 0, "start": "2024-11-11 06:38:07.304963" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 06:38:07 -0500 (0:00:00.551) 0:05:01.558 ******* ok: [managed-node1] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 06:38:07 -0500 (0:00:00.077) 0:05:01.636 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 06:38:07 -0500 (0:00:00.054) 0:05:01.690 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 06:38:07 -0500 (0:00:00.056) 0:05:01.747 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 06:38:07 -0500 (0:00:00.054) 0:05:01.801 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 06:38:07 -0500 (0:00:00.053) 0:05:01.855 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Monday 11 November 2024 06:38:07 -0500 (0:00:00.053) 0:05:01.908 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_container_conf_file": "/root/.config/containers/containers.conf.d/50-systemroles.conf", "__podman_policy_json_file": "/root/.config/containers/policy.json", "__podman_registries_conf_file": "/root/.config/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/root/.config/containers/storage.conf" }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle container.conf.d] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95 Monday 11 November 2024 06:38:07 -0500 (0:00:00.074) 0:05:01.983 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 11 November 2024 06:38:07 -0500 (0:00:00.139) 0:05:02.123 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 11 November 2024 06:38:08 -0500 (0:00:00.055) 0:05:02.178 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98 Monday 11 November 2024 06:38:08 -0500 (0:00:00.060) 0:05:02.239 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 11 November 2024 06:38:08 -0500 (0:00:00.210) 0:05:02.450 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 11 November 2024 06:38:08 -0500 (0:00:00.054) 0:05:02.504 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101 Monday 11 November 2024 06:38:08 -0500 (0:00:00.062) 0:05:02.566 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Monday 11 November 2024 06:38:08 -0500 (0:00:00.116) 0:05:02.683 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Monday 11 November 2024 06:38:08 -0500 (0:00:00.111) 0:05:02.794 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Monday 11 November 2024 06:38:08 -0500 (0:00:00.071) 0:05:02.866 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Monday 11 November 2024 06:38:08 -0500 (0:00:00.113) 0:05:02.980 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Monday 11 November 2024 06:38:08 -0500 (0:00:00.060) 0:05:03.040 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Monday 11 November 2024 06:38:08 -0500 (0:00:00.062) 0:05:03.102 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Monday 11 November 2024 06:38:09 -0500 (0:00:00.067) 0:05:03.170 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Monday 11 November 2024 06:38:09 -0500 (0:00:00.054) 0:05:03.224 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117 Monday 11 November 2024 06:38:09 -0500 (0:00:00.043) 0:05:03.267 ******* skipping: [managed-node1] => { "changed": false, "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Monday 11 November 2024 06:38:09 -0500 (0:00:00.041) 0:05:03.309 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128 Monday 11 November 2024 06:38:09 -0500 (0:00:00.041) 0:05:03.350 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Check given registry_host] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Monday 11 November 2024 06:38:09 -0500 (0:00:00.085) 0:05:03.435 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 0] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Monday 11 November 2024 06:38:09 -0500 (0:00:00.035) 0:05:03.471 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_user": "auth_test_user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 1] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Monday 11 November 2024 06:38:09 -0500 (0:00:00.037) 0:05:03.508 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_rootless": true }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Monday 11 November 2024 06:38:09 -0500 (0:00:00.036) 0:05:03.544 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 06:38:09 -0500 (0:00:00.063) 0:05:03.608 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 06:38:09 -0500 (0:00:00.119) 0:05:03.727 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 06:38:09 -0500 (0:00:00.042) 0:05:03.770 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 06:38:09 -0500 (0:00:00.048) 0:05:03.818 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731324858.040806, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731324829.5436878, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 06:38:10 -0500 (0:00:00.589) 0:05:04.408 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.005394", "end": "2024-11-11 06:38:10.703431", "rc": 0, "start": "2024-11-11 06:38:10.698037" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 06:38:10 -0500 (0:00:00.550) 0:05:04.958 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.004465", "end": "2024-11-11 06:38:11.250300", "rc": 0, "start": "2024-11-11 06:38:11.245835" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 06:38:11 -0500 (0:00:00.533) 0:05:05.491 ******* ok: [managed-node1] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 06:38:11 -0500 (0:00:00.060) 0:05:05.552 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 06:38:11 -0500 (0:00:00.037) 0:05:05.590 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 06:38:11 -0500 (0:00:00.035) 0:05:05.626 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 06:38:11 -0500 (0:00:00.034) 0:05:05.660 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 06:38:11 -0500 (0:00:00.035) 0:05:05.696 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 2] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Monday 11 November 2024 06:38:11 -0500 (0:00:00.034) 0:05:05.731 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_user_home_dir": "/home/auth_test_user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 3] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Monday 11 November 2024 06:38:11 -0500 (0:00:00.055) 0:05:05.787 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_certs_d_path": "/home/auth_test_user1/.config/containers/certs.d/localhost:5000" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 4] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Monday 11 November 2024 06:38:11 -0500 (0:00:00.145) 0:05:05.932 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure certs.d directory] ************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Monday 11 November 2024 06:38:11 -0500 (0:00:00.052) 0:05:05.984 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure certs.d files] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Monday 11 November 2024 06:38:11 -0500 (0:00:00.043) 0:05:06.028 ******* skipping: [managed-node1] => (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-node1] => (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-node1] => (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-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Remove certs.d files] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Monday 11 November 2024 06:38:11 -0500 (0:00:00.056) 0:05:06.085 ******* skipping: [managed-node1] => (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-node1] => (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-node1] => (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-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Find files in certs.d directory] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Monday 11 November 2024 06:38:11 -0500 (0:00:00.062) 0:05:06.147 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the certs.d directory is absent if empty] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Monday 11 November 2024 06:38:12 -0500 (0:00:00.038) 0:05:06.185 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137 Monday 11 November 2024 06:38:12 -0500 (0:00:00.043) 0:05:06.228 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Set user and group] ******************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Monday 11 November 2024 06:38:12 -0500 (0:00:00.094) 0:05:06.323 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_credential_group": "", "__podman_credential_user": "auth_test_user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Monday 11 November 2024 06:38:12 -0500 (0:00:00.038) 0:05:06.362 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 06:38:12 -0500 (0:00:00.070) 0:05:06.433 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 06:38:12 -0500 (0:00:00.064) 0:05:06.497 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 06:38:12 -0500 (0:00:00.051) 0:05:06.549 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 06:38:12 -0500 (0:00:00.053) 0:05:06.602 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731324858.040806, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731324829.5436878, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 06:38:12 -0500 (0:00:00.522) 0:05:07.125 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003799", "end": "2024-11-11 06:38:13.415968", "rc": 0, "start": "2024-11-11 06:38:13.412169" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 06:38:13 -0500 (0:00:00.566) 0:05:07.692 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003647", "end": "2024-11-11 06:38:14.234361", "rc": 0, "start": "2024-11-11 06:38:14.230714" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 06:38:14 -0500 (0:00:00.876) 0:05:08.569 ******* ok: [managed-node1] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 06:38:14 -0500 (0:00:00.114) 0:05:08.683 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 06:38:14 -0500 (0:00:00.086) 0:05:08.769 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 06:38:14 -0500 (0:00:00.082) 0:05:08.851 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 06:38:14 -0500 (0:00:00.084) 0:05:08.936 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 06:38:14 -0500 (0:00:00.056) 0:05:08.992 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Monday 11 November 2024 06:38:14 -0500 (0:00:00.060) 0:05:09.052 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is present] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Monday 11 November 2024 06:38:14 -0500 (0:00:00.089) 0:05:09.142 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure credential file is copied] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Monday 11 November 2024 06:38:15 -0500 (0:00:00.068) 0:05:09.210 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file content is present] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Monday 11 November 2024 06:38:15 -0500 (0:00:00.076) 0:05:09.287 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file is absent] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Monday 11 November 2024 06:38:15 -0500 (0:00:00.071) 0:05:09.359 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Find files in credentials directory] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Monday 11 November 2024 06:38:15 -0500 (0:00:00.094) 0:05:09.454 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is absent if empty] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Monday 11 November 2024 06:38:15 -0500 (0:00:00.068) 0:05:09.522 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Monday 11 November 2024 06:38:15 -0500 (0:00:00.055) 0:05:09.577 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Monday 11 November 2024 06:38:15 -0500 (0:00:00.059) 0:05:09.637 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Monday 11 November 2024 06:38:15 -0500 (0:00:00.192) 0:05:09.829 ******* ok: [managed-node1] => { "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: auth_test_1_kube\nspec:\n containers:\n - image: localhost:5000/libpod/testimage:20210610\n name: auth_test_1_kube\n" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Monday 11 November 2024 06:38:15 -0500 (0:00:00.050) 0:05:09.880 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "auth_test_1_kube" }, "spec": { "containers": [ { "image": "localhost:5000/libpod/testimage:20210610", "name": "auth_test_1_kube" } ] } }, "__podman_kube_file": "", "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "auth_test_user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Monday 11 November 2024 06:38:15 -0500 (0:00:00.068) 0:05:09.948 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_kube_name": "auth_test_1_kube", "__podman_rootless": true }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Monday 11 November 2024 06:38:15 -0500 (0:00:00.073) 0:05:10.022 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 06:38:16 -0500 (0:00:00.179) 0:05:10.202 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 06:38:16 -0500 (0:00:00.090) 0:05:10.292 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 06:38:16 -0500 (0:00:00.082) 0:05:10.374 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 06:38:16 -0500 (0:00:00.064) 0:05:10.438 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731324858.040806, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731324829.5436878, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 06:38:16 -0500 (0:00:00.530) 0:05:10.969 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.006256", "end": "2024-11-11 06:38:17.240187", "rc": 0, "start": "2024-11-11 06:38:17.233931" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 06:38:17 -0500 (0:00:00.521) 0:05:11.491 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.004654", "end": "2024-11-11 06:38:17.785921", "rc": 0, "start": "2024-11-11 06:38:17.781267" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 06:38:17 -0500 (0:00:00.645) 0:05:12.137 ******* ok: [managed-node1] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 06:38:18 -0500 (0:00:00.190) 0:05:12.328 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 06:38:18 -0500 (0:00:00.082) 0:05:12.410 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 06:38:18 -0500 (0:00:00.199) 0:05:12.610 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 06:38:18 -0500 (0:00:00.064) 0:05:12.675 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 06:38:18 -0500 (0:00:00.077) 0:05:12.752 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Monday 11 November 2024 06:38:18 -0500 (0:00:00.073) 0:05:12.825 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Monday 11 November 2024 06:38:18 -0500 (0:00:00.054) 0:05:12.880 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "user", "__podman_user_home_dir": "/home/auth_test_user1", "__podman_xdg_runtime_dir": "/run/user/2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Monday 11 November 2024 06:38:18 -0500 (0:00:00.085) 0:05:12.966 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_kube_path": "/home/auth_test_user1/.config/containers/ansible-kubernetes.d" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Monday 11 November 2024 06:38:18 -0500 (0:00:00.062) 0:05:13.029 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_kube_file": "/home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Monday 11 November 2024 06:38:18 -0500 (0:00:00.068) 0:05:13.098 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Monday 11 November 2024 06:38:18 -0500 (0:00:00.061) 0:05:13.160 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "delta": "0:00:00.007854", "end": "2024-11-11 06:38:19.400981", "rc": 0, "start": "2024-11-11 06:38:19.393127" } STDOUT: podman-kube@-home-auth_test_user1-.config-containers-ansible\x2dkubernetes.d-auth_test_1_kube.yml.service TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Monday 11 November 2024 06:38:19 -0500 (0:00:00.543) 0:05:13.704 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Monday 11 November 2024 06:38:19 -0500 (0:00:00.115) 0:05:13.819 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731325031.9375598, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1731325035.6885753, "dev": 61, "device_type": 0, "executable": true, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 158138, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1731325035.6885753, "nlink": 8, "path": "/run/user/2001", "pw_name": "auth_test_user1", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 180, "uid": 2001, "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Monday 11 November 2024 06:38:20 -0500 (0:00:00.502) 0:05:14.321 ******* changed: [managed-node1] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "state": "stopped", "status": { "ActiveEnterTimestamp": "Mon 2024-11-11 06:37:18 EST", "ActiveEnterTimestampMonotonic": "606324149", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "podman\\x2dkube.slice basic.target run-user-2001.mount -.mount network-online.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Mon 2024-11-11 06:37:17 EST", "AssertTimestampMonotonic": "605660841", "Before": "shutdown.target default.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2024-11-11 06:37:17 EST", "ConditionTimestampMonotonic": "605660840", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/user.slice/user-2001.slice/user@2001.service/podman\\x2dkube.slice/podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "man:podman-kube-play(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PODMAN_SYSTEMD_UNIT=podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "45363", "ExecMainStartTimestamp": "Mon 2024-11-11 06:37:18 EST", "ExecMainStartTimestampMonotonic": "606324123", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[Mon 2024-11-11 06:37:17 EST] ; stop_time=[n/a] ; pid=45328 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/user/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2024-11-11 06:37:17 EST", "InactiveExitTimestampMonotonic": "605661556", "InvocationID": "677413178d33494ba203f1dce79a4233", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "inherit", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "45363", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "basic.target podman\\x2dkube.slice", "RequiresMountsFor": "/run/user/2001/containers /home/auth_test_user1", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Mon 2024-11-11 06:37:18 EST", "StateChangeTimestampMonotonic": "606324149", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "default.target", "Wants": "network-online.target", "WatchdogTimestamp": "Mon 2024-11-11 06:37:18 EST", "WatchdogTimestampMonotonic": "606324145", "WatchdogUSec": "0", "WorkingDirectory": "!/home/auth_test_user1" } } TASK [fedora.linux_system_roles.podman : Check if kube file exists] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:28 Monday 11 November 2024 06:38:21 -0500 (0:00:01.281) 0:05:15.602 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731325035.2435734, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1731325034.6925712, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 150995215, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1731325034.4075701, "nlink": 1, "path": "/home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml", "pw_name": "auth_test_user1", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 244, "uid": 2001, "version": "1566118336", "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:38 Monday 11 November 2024 06:38:21 -0500 (0:00:00.413) 0:05:16.016 ******* [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) ok: [managed-node1] => { "actions": [ "/bin/podman kube play --down /home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "changed": false, "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:56 Monday 11 November 2024 06:38:22 -0500 (0:00:00.504) 0:05:16.520 ******* changed: [managed-node1] => { "changed": true, "path": "/home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml", "state": "absent" } TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ******** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:61 Monday 11 November 2024 06:38:22 -0500 (0:00:00.366) 0:05:16.887 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Monday 11 November 2024 06:38:22 -0500 (0:00:00.037) 0:05:16.924 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 11 November 2024 06:38:22 -0500 (0:00:00.055) 0:05:16.980 ******* skipping: [managed-node1] => { "changed": false, "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 11 November 2024 06:38:22 -0500 (0:00:00.036) 0:05:17.016 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 11 November 2024 06:38:22 -0500 (0:00:00.037) 0:05:17.054 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_cancel_user_linger": [ "auth_test_user1" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Monday 11 November 2024 06:38:22 -0500 (0:00:00.043) 0:05:17.097 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160 Monday 11 November 2024 06:38:22 -0500 (0:00:00.034) 0:05:17.132 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Monday 11 November 2024 06:38:23 -0500 (0:00:00.157) 0:05:17.290 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Container": { "ContainerName": "auth_test_1_quadlet", "Image": "localhost:5000/libpod/testimage:20210610" }, "Install": { "WantedBy": "default.target" } }, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Monday 11 November 2024 06:38:23 -0500 (0:00:00.059) 0:05:17.350 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "auth_test_user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Monday 11 November 2024 06:38:23 -0500 (0:00:00.044) 0:05:17.394 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Monday 11 November 2024 06:38:23 -0500 (0:00:00.034) 0:05:17.429 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_quadlet_name": "auth_test_1_quadlet", "__podman_quadlet_type": "container", "__podman_rootless": true }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Monday 11 November 2024 06:38:23 -0500 (0:00:00.050) 0:05:17.479 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 06:38:23 -0500 (0:00:00.065) 0:05:17.544 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 06:38:23 -0500 (0:00:00.043) 0:05:17.587 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 06:38:23 -0500 (0:00:00.042) 0:05:17.630 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 06:38:23 -0500 (0:00:00.049) 0:05:17.680 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731324858.040806, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731324829.5436878, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 06:38:23 -0500 (0:00:00.403) 0:05:18.083 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003375", "end": "2024-11-11 06:38:24.255434", "rc": 0, "start": "2024-11-11 06:38:24.252059" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 06:38:24 -0500 (0:00:00.408) 0:05:18.491 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003432", "end": "2024-11-11 06:38:24.638962", "rc": 0, "start": "2024-11-11 06:38:24.635530" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 06:38:24 -0500 (0:00:00.411) 0:05:18.903 ******* ok: [managed-node1] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 06:38:24 -0500 (0:00:00.067) 0:05:18.971 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 06:38:24 -0500 (0:00:00.052) 0:05:19.024 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 06:38:24 -0500 (0:00:00.044) 0:05:19.068 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 06:38:24 -0500 (0:00:00.084) 0:05:19.153 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 06:38:25 -0500 (0:00:00.036) 0:05:19.190 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Monday 11 November 2024 06:38:25 -0500 (0:00:00.034) 0:05:19.224 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_activate_systemd_unit": false, "__podman_images_found": [ "localhost:5000/libpod/testimage:20210610" ], "__podman_kube_yamls_raw": "", "__podman_service_name": "auth_test_1_quadlet.service", "__podman_systemd_scope": "user", "__podman_user_home_dir": "/home/auth_test_user1", "__podman_xdg_runtime_dir": "/run/user/2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Monday 11 November 2024 06:38:25 -0500 (0:00:00.084) 0:05:19.308 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_quadlet_path": "/home/auth_test_user1/.config/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Monday 11 November 2024 06:38:25 -0500 (0:00:00.067) 0:05:19.375 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Monday 11 November 2024 06:38:25 -0500 (0:00:00.043) 0:05:19.419 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_images": [ "localhost:5000/libpod/testimage:20210610" ], "__podman_quadlet_file": "/home/auth_test_user1/.config/containers/systemd/auth_test_1_quadlet.container", "__podman_volumes": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Monday 11 November 2024 06:38:25 -0500 (0:00:00.085) 0:05:19.505 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Cleanup quadlets] ********************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Monday 11 November 2024 06:38:25 -0500 (0:00:00.046) 0:05:19.552 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Monday 11 November 2024 06:38:25 -0500 (0:00:00.108) 0:05:19.661 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731325031.9375598, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1731325035.6885753, "dev": 61, "device_type": 0, "executable": true, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 158138, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1731325035.6885753, "nlink": 8, "path": "/run/user/2001", "pw_name": "auth_test_user1", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 180, "uid": 2001, "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 Monday 11 November 2024 06:38:25 -0500 (0:00:00.411) 0:05:20.072 ******* changed: [managed-node1] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "auth_test_1_quadlet.service", "state": "stopped", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "run-user-2001.mount -.mount -.slice basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "default.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "yes", "DelegateControllers": "cpu cpuacct cpuset io blkio memory devices pids", "Description": "auth_test_1_quadlet.service", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PODMAN_SYSTEMD_UNIT=auth_test_1_quadlet.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman run --name=auth_test_1_quadlet --cidfile=/run/user/2001/auth_test_1_quadlet.cid --replace --rm --cgroups=split --sdnotify=conmon -d localhost:5000/libpod/testimage:20210610 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/user/2001/auth_test_1_quadlet.cid ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopPost": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/user/2001/auth_test_1_quadlet.cid ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/run/user/2001/systemd/generator/auth_test_1_quadlet.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "auth_test_1_quadlet.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "inherit", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "auth_test_1_quadlet.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "basic.target -.slice", "RequiresMountsFor": "/run/user/2001/containers /home/auth_test_user1", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "-.slice", "SourcePath": "/home/auth_test_user1/.config/containers/systemd/auth_test_1_quadlet.container", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogIdentifier": "auth_test_1_quadlet", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "generated", "UtmpMode": "init", "WantedBy": "default.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0", "WorkingDirectory": "!/home/auth_test_user1" } } TASK [fedora.linux_system_roles.podman : See if quadlet file exists] *********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:33 Monday 11 November 2024 06:38:26 -0500 (0:00:00.623) 0:05:20.696 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731325100.853837, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "1127036af0ba22b83d33a5a35ab54db2c5855175", "ctime": 1731325045.8916163, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 306184387, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1731325045.5056148, "nlink": 1, "path": "/home/auth_test_user1/.config/containers/systemd/auth_test_1_quadlet.container", "pw_name": "auth_test_user1", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 171, "uid": 2001, "version": "3905925332", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.podman : Parse quadlet file] ******************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:38 Monday 11 November 2024 06:38:26 -0500 (0:00:00.423) 0:05:21.120 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_quadlet_file.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Slurp quadlet file] ******************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_quadlet_file.yml:6 Monday 11 November 2024 06:38:27 -0500 (0:00:00.143) 0:05:21.263 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Parse quadlet file] ******************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_quadlet_file.yml:12 Monday 11 November 2024 06:38:27 -0500 (0:00:00.538) 0:05:21.802 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Parse quadlet yaml file] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_quadlet_file.yml:44 Monday 11 November 2024 06:38:27 -0500 (0:00:00.053) 0:05:21.855 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Reset raw variable] ******************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_quadlet_file.yml:52 Monday 11 November 2024 06:38:27 -0500 (0:00:00.037) 0:05:21.892 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_quadlet_raw": null }, "changed": false } TASK [fedora.linux_system_roles.podman : Remove quadlet file] ****************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:42 Monday 11 November 2024 06:38:27 -0500 (0:00:00.045) 0:05:21.938 ******* changed: [managed-node1] => { "changed": true, "path": "/home/auth_test_user1/.config/containers/systemd/auth_test_1_quadlet.container", "state": "absent" } TASK [fedora.linux_system_roles.podman : Refresh systemd] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:48 Monday 11 November 2024 06:38:28 -0500 (0:00:00.479) 0:05:22.418 ******* ok: [managed-node1] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Remove managed resource] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:58 Monday 11 November 2024 06:38:28 -0500 (0:00:00.639) 0:05:23.057 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Remove volumes] *********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:95 Monday 11 November 2024 06:38:29 -0500 (0:00:00.499) 0:05:23.557 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Clear parsed podman variable] ********* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:112 Monday 11 November 2024 06:38:29 -0500 (0:00:00.093) 0:05:23.650 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_quadlet_parsed": null }, "changed": false } TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ******** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:116 Monday 11 November 2024 06:38:29 -0500 (0:00:00.079) 0:05:23.730 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:127 Monday 11 November 2024 06:38:29 -0500 (0:00:00.068) 0:05:23.798 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 11 November 2024 06:38:29 -0500 (0:00:00.124) 0:05:23.923 ******* skipping: [managed-node1] => { "changed": false, "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 11 November 2024 06:38:29 -0500 (0:00:00.057) 0:05:23.981 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 11 November 2024 06:38:29 -0500 (0:00:00.155) 0:05:24.137 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_cancel_user_linger": [ "auth_test_user1" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : For testing and debugging - images] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:137 Monday 11 November 2024 06:38:30 -0500 (0:00:00.057) 0:05:24.194 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : For testing and debugging - volumes] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:146 Monday 11 November 2024 06:38:30 -0500 (0:00:00.039) 0:05:24.233 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : For testing and debugging - containers] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:155 Monday 11 November 2024 06:38:30 -0500 (0:00:00.035) 0:05:24.269 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : For testing and debugging - networks] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:164 Monday 11 November 2024 06:38:30 -0500 (0:00:00.042) 0:05:24.312 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : For testing and debugging - secrets] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:173 Monday 11 November 2024 06:38:30 -0500 (0:00:00.059) 0:05:24.371 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : For testing and debugging - services] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:183 Monday 11 November 2024 06:38:30 -0500 (0:00:00.063) 0:05:24.434 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Monday 11 November 2024 06:38:30 -0500 (0:00:00.063) 0:05:24.498 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167 Monday 11 November 2024 06:38:30 -0500 (0:00:00.058) 0:05:24.556 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:4 Monday 11 November 2024 06:38:30 -0500 (0:00:00.159) 0:05:24.716 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set cancel linger vars] *************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:11 Monday 11 November 2024 06:38:30 -0500 (0:00:00.044) 0:05:24.760 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_xdg_runtime_dir": "/run/user/2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:16 Monday 11 November 2024 06:38:30 -0500 (0:00:00.047) 0:05:24.808 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731325031.9375598, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1731325035.6885753, "dev": 61, "device_type": 0, "executable": true, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 158138, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1731325035.6885753, "nlink": 8, "path": "/run/user/2001", "pw_name": "auth_test_user1", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 180, "uid": 2001, "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:21 Monday 11 November 2024 06:38:31 -0500 (0:00:00.374) 0:05:25.182 ******* ok: [managed-node1] => { "changed": false, "containers": [] } TASK [fedora.linux_system_roles.podman : Gather facts for networks] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:30 Monday 11 November 2024 06:38:31 -0500 (0:00:00.576) 0:05:25.758 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "network", "ls", "-q" ], "delta": "0:00:00.053456", "end": "2024-11-11 06:38:31.979857", "rc": 0, "start": "2024-11-11 06:38:31.926401" } STDOUT: podman podman-default-kube-network TASK [fedora.linux_system_roles.podman : Gather secrets] *********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:40 Monday 11 November 2024 06:38:32 -0500 (0:00:00.465) 0:05:26.223 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "secret", "ls", "-n", "-q" ], "delta": "0:00:00.036472", "end": "2024-11-11 06:38:32.459929", "rc": 0, "start": "2024-11-11 06:38:32.423457" } TASK [fedora.linux_system_roles.podman : Cancel linger if no more resources are in use] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:50 Monday 11 November 2024 06:38:32 -0500 (0:00:00.492) 0:05:26.716 ******* changed: [managed-node1] => { "changed": true, "cmd": [ "loginctl", "disable-linger", "auth_test_user1" ], "delta": "0:00:00.007966", "end": "2024-11-11 06:38:32.905368", "rc": 0, "start": "2024-11-11 06:38:32.897402" } TASK [fedora.linux_system_roles.podman : Wait for user session to exit closing state] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:62 Monday 11 November 2024 06:38:33 -0500 (0:00:00.451) 0:05:27.168 ******* fatal: [managed-node1]: FAILED! => { "attempts": 1, "changed": false, "cmd": [ "loginctl", "show-user", "--value", "-p", "State", "auth_test_user1" ], "delta": "0:00:00.008202", "end": "2024-11-11 06:38:33.337737", "rc": 1, "start": "2024-11-11 06:38:33.329535" } STDERR: Failed to get user: User ID 2001 is not logged in or lingering MSG: non-zero return code ...ignoring TASK [fedora.linux_system_roles.podman : Stop logind] ************************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:76 Monday 11 November 2024 06:38:33 -0500 (0:00:00.405) 0:05:27.573 ******* changed: [managed-node1] => { "changed": true, "name": "systemd-logind", "state": "stopped", "status": { "ActiveEnterTimestamp": "Mon 2024-11-11 06:27:18 EST", "ActiveEnterTimestampMonotonic": "7286612", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.socket user.slice system.slice sysinit.target basic.target nss-user-lookup.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Mon 2024-11-11 06:27:18 EST", "AssertTimestampMonotonic": "7031493", "Before": "shutdown.target session-5.scope session-3.scope multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.freedesktop.login1", "CPUAccounting": "no", "CPUAffinity": "", "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_kill cap_sys_admin cap_sys_tty_config cap_audit_control cap_mac_admin", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2024-11-11 06:27:18 EST", "ConditionTimestampMonotonic": "7031488", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/systemd-logind.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Login Service", "DevicePolicy": "auto", "Documentation": "man:systemd-logind.service(8) man:logind.conf(5) https://www.freedesktop.org/wiki/Software/systemd/logind https://www.freedesktop.org/wiki/Software/systemd/multiseat", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "605", "ExecMainStartTimestamp": "Mon 2024-11-11 06:27:18 EST", "ExecMainStartTimestampMonotonic": "7032608", "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 }", "FailureAction": "none", "FileDescriptorStoreMax": "512", "FragmentPath": "/usr/lib/systemd/system/systemd-logind.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "systemd-logind.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2024-11-11 06:27:18 EST", "InactiveExitTimestampMonotonic": "7032651", "InvocationID": "48409dc27a9a41de9c67f6dddc1cae40", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "605", "MemoryAccounting": "yes", "MemoryCurrent": "3162112", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "systemd-logind.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target dbus.socket system.slice", "Restart": "always", "RestartUSec": "0", "RestrictNamespaces": "yes", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Mon 2024-11-11 06:27:18 EST", "StateChangeTimestampMonotonic": "7291241", "StateDirectoryMode": "0755", "StatusErrno": "0", "StatusText": "Processing requests...", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "1", "SystemCallFilter": "_llseek _newselect accept accept4 access add_key alarm arch_prctl bind brk capget capset chdir chmod chown chown32 clock_getres clock_gettime clock_nanosleep clone close connect copy_file_range creat dup dup2 dup3 epoll_create epoll_create1 epoll_ctl epoll_ctl_old epoll_pwait epoll_wait epoll_wait_old eventfd eventfd2 execve execveat exit exit_group faccessat 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 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_setup io_submit 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 mincore mkdir mkdirat mknod mknodat mlock mlock2 mlockall mmap mmap2 move_pages mprotect mq_getsetattr mq_notify mq_open mq_timedreceive mq_timedsend 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 pause personality pipe pipe2 poll ppoll prctl pread64 preadv preadv2 prlimit64 process_vm_readv process_vm_writev pselect6 pwrite64 pwritev pwritev2 read readahead readdir readlink readlinkat readv recv recvfrom recvmmsg recvmsg remap_file_pages removexattr rename renameat renameat2 request_key restart_syscall rmdir rt_sigaction rt_sigpending rt_sigprocmask rt_sigqueueinfo rt_sigreturn rt_sigsuspend rt_sigtimedwait rt_tgsigqueueinfo sched_get_priority_max sched_get_priority_min sched_getaffinity sched_getattr sched_getparam sched_getscheduler sched_rr_get_interval sched_setaffinity sched_setattr sched_setparam sched_setscheduler sched_yield select semctl semget semop semtimedop 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 symlink symlinkat sync sync_file_range syncfs sysinfo tee tgkill time timer_create timer_delete timer_getoverrun timer_gettime timer_settime timerfd_create timerfd_gettime timerfd_settime times tkill truncate truncate64 ugetrlimit umask uname unlink unlinkat unshare userfaultfd utime utimensat utimes vfork vmsplice wait4 waitid waitpid write writev", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "static", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "user.slice dbus.socket", "WatchdogTimestamp": "Mon 2024-11-11 06:38:01 EST", "WatchdogTimestampMonotonic": "649118092", "WatchdogUSec": "3min" } } TASK [fedora.linux_system_roles.podman : Wait for user session to exit closing state] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:81 Monday 11 November 2024 06:38:34 -0500 (0:00:00.592) 0:05:28.166 ******* ok: [managed-node1] => { "attempts": 1, "changed": false, "cmd": [ "loginctl", "show-user", "--value", "-p", "State", "auth_test_user1" ], "delta": "0:00:00.044243", "end": "2024-11-11 06:38:34.407437", "failed_when_result": false, "rc": 1, "start": "2024-11-11 06:38:34.363194" } STDERR: Failed to get user: User ID 2001 is not logged in or lingering MSG: non-zero return code TASK [fedora.linux_system_roles.podman : Restart logind] *********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:92 Monday 11 November 2024 06:38:34 -0500 (0:00:00.506) 0:05:28.673 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173 Monday 11 November 2024 06:38:34 -0500 (0:00:00.056) 0:05:28.729 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Set user and group] ******************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Monday 11 November 2024 06:38:34 -0500 (0:00:00.143) 0:05:28.873 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_credential_group": "", "__podman_credential_user": "auth_test_user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Monday 11 November 2024 06:38:34 -0500 (0:00:00.113) 0:05:28.986 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 06:38:34 -0500 (0:00:00.063) 0:05:29.049 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 06:38:34 -0500 (0:00:00.044) 0:05:29.093 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 06:38:34 -0500 (0:00:00.044) 0:05:29.138 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 06:38:35 -0500 (0:00:00.087) 0:05:29.225 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731324858.040806, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731324829.5436878, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 06:38:35 -0500 (0:00:00.384) 0:05:29.610 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003464", "end": "2024-11-11 06:38:35.768712", "rc": 0, "start": "2024-11-11 06:38:35.765248" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 06:38:35 -0500 (0:00:00.391) 0:05:30.002 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003608", "end": "2024-11-11 06:38:36.156745", "rc": 0, "start": "2024-11-11 06:38:36.153137" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 06:38:36 -0500 (0:00:00.392) 0:05:30.394 ******* ok: [managed-node1] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 06:38:36 -0500 (0:00:00.059) 0:05:30.454 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 06:38:36 -0500 (0:00:00.034) 0:05:30.488 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 06:38:36 -0500 (0:00:00.035) 0:05:30.524 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 06:38:36 -0500 (0:00:00.035) 0:05:30.559 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 06:38:36 -0500 (0:00:00.039) 0:05:30.599 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Monday 11 November 2024 06:38:36 -0500 (0:00:00.128) 0:05:30.728 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is present] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Monday 11 November 2024 06:38:36 -0500 (0:00:00.082) 0:05:30.810 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure credential file is copied] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Monday 11 November 2024 06:38:36 -0500 (0:00:00.056) 0:05:30.867 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file content is present] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Monday 11 November 2024 06:38:36 -0500 (0:00:00.053) 0:05:30.921 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file is absent] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Monday 11 November 2024 06:38:36 -0500 (0:00:00.048) 0:05:30.970 ******* changed: [managed-node1] => { "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 : Find files in credentials directory] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Monday 11 November 2024 06:38:37 -0500 (0:00:00.407) 0:05:31.377 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is absent if empty] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Monday 11 November 2024 06:38:37 -0500 (0:00:00.382) 0:05:31.759 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Monday 11 November 2024 06:38:37 -0500 (0:00:00.038) 0:05:31.798 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Check given registry_host] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Monday 11 November 2024 06:38:37 -0500 (0:00:00.149) 0:05:31.947 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 0] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Monday 11 November 2024 06:38:37 -0500 (0:00:00.044) 0:05:31.992 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_user": "auth_test_user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 1] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Monday 11 November 2024 06:38:37 -0500 (0:00:00.041) 0:05:32.033 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_rootless": true }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Monday 11 November 2024 06:38:37 -0500 (0:00:00.043) 0:05:32.077 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 06:38:37 -0500 (0:00:00.077) 0:05:32.154 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 06:38:38 -0500 (0:00:00.104) 0:05:32.259 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 06:38:38 -0500 (0:00:00.053) 0:05:32.313 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 06:38:38 -0500 (0:00:00.055) 0:05:32.368 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731324858.040806, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731324829.5436878, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "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-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 06:38:38 -0500 (0:00:00.419) 0:05:32.788 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003519", "end": "2024-11-11 06:38:38.931755", "rc": 0, "start": "2024-11-11 06:38:38.928236" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 06:38:39 -0500 (0:00:00.398) 0:05:33.186 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.004208", "end": "2024-11-11 06:38:39.359491", "rc": 0, "start": "2024-11-11 06:38:39.355283" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 06:38:39 -0500 (0:00:00.402) 0:05:33.589 ******* ok: [managed-node1] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 06:38:39 -0500 (0:00:00.056) 0:05:33.645 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 06:38:39 -0500 (0:00:00.046) 0:05:33.691 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 06:38:39 -0500 (0:00:00.063) 0:05:33.755 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 06:38:39 -0500 (0:00:00.041) 0:05:33.796 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 06:38:39 -0500 (0:00:00.043) 0:05:33.839 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 2] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Monday 11 November 2024 06:38:39 -0500 (0:00:00.044) 0:05:33.884 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_user_home_dir": "/home/auth_test_user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 3] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Monday 11 November 2024 06:38:39 -0500 (0:00:00.050) 0:05:33.934 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_certs_d_path": "/home/auth_test_user1/.config/containers/certs.d/localhost:5000" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 4] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Monday 11 November 2024 06:38:39 -0500 (0:00:00.037) 0:05:33.972 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure certs.d directory] ************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Monday 11 November 2024 06:38:39 -0500 (0:00:00.048) 0:05:34.020 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure certs.d files] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Monday 11 November 2024 06:38:39 -0500 (0:00:00.097) 0:05:34.117 ******* skipping: [managed-node1] => (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-node1] => (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-node1] => (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-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Remove certs.d files] ***************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Monday 11 November 2024 06:38:40 -0500 (0:00:00.052) 0:05:34.170 ******* ok: [managed-node1] => (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-node1] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } changed: [managed-node1] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } changed: [managed-node1] => { "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 : Find files in certs.d directory] ****** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Monday 11 November 2024 06:38:41 -0500 (0:00:01.145) 0:05:35.316 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the certs.d directory is absent if empty] *** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Monday 11 November 2024 06:38:41 -0500 (0:00:00.368) 0:05:35.684 ******* changed: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [Remove user] ************************************************************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:249 Monday 11 November 2024 06:38:41 -0500 (0:00:00.391) 0:05:36.076 ******* changed: [managed-node1] => { "changed": true, "force": false, "name": "auth_test_user1", "remove": false, "state": "absent" } TASK [Remove homedir] ********************************************************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:254 Monday 11 November 2024 06:38:42 -0500 (0:00:00.461) 0:05:36.538 ******* changed: [managed-node1] => { "changed": true, "path": "/home/auth_test_user1", "state": "absent" } TASK [Remove local tmpdir] ***************************************************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:272 Monday 11 November 2024 06:38:42 -0500 (0:00:00.400) 0:05:36.938 ******* changed: [managed-node1 -> localhost] => { "changed": true, "path": "/tmp/lsr_yk9svdwf_podman", "state": "absent" } TASK [Clean up registry] ******************************************************* task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:280 Monday 11 November 2024 06:38:43 -0500 (0:00:00.293) 0:05:37.231 ******* included: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/cleanup_registry.yml for managed-node1 TASK [Get volume for cleanup] ************************************************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/cleanup_registry.yml:3 Monday 11 November 2024 06:38:43 -0500 (0:00:00.147) 0:05:37.378 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "inspect", "podman_registry", "--format", "{{range .}}{{range .Mounts}}{{if eq .Type \"volume\"}}{{.Name}}{{end}}{{end}}{{end}}" ], "delta": "0:00:00.040613", "end": "2024-11-11 06:38:43.594152", "rc": 0, "start": "2024-11-11 06:38:43.553539" } STDOUT: 74752cff3b82af28c01394222039f374266f13531fbaac19cc5bf81223e13294 TASK [Destroy registry container] ********************************************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/cleanup_registry.yml:11 Monday 11 November 2024 06:38:43 -0500 (0:00:00.471) 0:05:37.850 ******* changed: [managed-node1] => { "changed": true, "cmd": [ "podman", "rm", "-f", "podman_registry" ], "delta": "0:00:00.247296", "end": "2024-11-11 06:38:44.252824", "rc": 0, "start": "2024-11-11 06:38:44.005528" } STDOUT: podman_registry TASK [Destroy volume] ********************************************************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/cleanup_registry.yml:15 Monday 11 November 2024 06:38:44 -0500 (0:00:00.648) 0:05:38.498 ******* changed: [managed-node1] => { "changed": true, "cmd": [ "podman", "volume", "rm", "74752cff3b82af28c01394222039f374266f13531fbaac19cc5bf81223e13294" ], "delta": "0:00:00.046102", "end": "2024-11-11 06:38:44.704142", "rc": 0, "start": "2024-11-11 06:38:44.658040" } STDOUT: 74752cff3b82af28c01394222039f374266f13531fbaac19cc5bf81223e13294 TASK [Cleanup paths] *********************************************************** task path: /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/cleanup_registry.yml:19 Monday 11 November 2024 06:38:44 -0500 (0:00:00.437) 0:05:38.935 ******* changed: [managed-node1] => (item=/tmp/lsr_u_2x1zmx_podman) => { "ansible_loop_var": "item", "changed": true, "item": "/tmp/lsr_u_2x1zmx_podman", "path": "/tmp/lsr_u_2x1zmx_podman", "state": "absent" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed-node1 : ok=714 changed=67 unreachable=0 failed=0 skipped=954 rescued=2 ignored=1 Monday 11 November 2024 06:38:45 -0500 (0:00:00.437) 0:05:39.372 ******* =============================================================================== fedora.linux_system_roles.podman : Ensure required packages are installed -- 66.23s /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Ensure test packages ---------------------------------------------------- 5.12s /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:64 fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 4.72s /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 3.54s /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Start registry ---------------------------------------------------------- 2.73s /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:102 Push test images into local registry ------------------------------------ 2.56s /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:127 fedora.linux_system_roles.podman : Gather the package facts ------------- 2.30s /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 2.09s /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 2.00s /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.88s /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.78s /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Start service ------------------------ 1.60s /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 fedora.linux_system_roles.podman : Remove certs.d files ----------------- 1.57s /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.54s /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Update containers/pods --------------- 1.51s /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.50s /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.50s /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.50s /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Start service ------------------------ 1.46s /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 fedora.linux_system_roles.podman : Stop and disable service ------------- 1.37s /tmp/collections-x4R/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10