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-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:5 Saturday 07 September 2024 12:28:31 -0400 (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-jgo/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-aAu/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:9 Saturday 07 September 2024 12:28:31 -0400 (0:00:00.017) 0:00:00.036 **** ok: [managed_node1] META: ran handlers TASK [Run the role with no config to install podman] *************************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:46 Saturday 07 September 2024 12:28:32 -0400 (0:00:01.314) 0:00:01.350 **** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 07 September 2024 12:28:33 -0400 (0:00:00.105) 0:00:01.456 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 07 September 2024 12:28:33 -0400 (0:00:00.022) 0:00:01.478 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 07 September 2024 12:28:33 -0400 (0:00:00.036) 0:00:01.515 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 07 September 2024 12:28:33 -0400 (0:00:00.489) 0:00:02.004 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 07 September 2024 12:28:33 -0400 (0:00:00.056) 0:00:02.061 **** ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 07 September 2024 12:28:34 -0400 (0:00:00.393) 0:00:02.454 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 07 September 2024 12:28:34 -0400 (0:00:00.059) 0:00:02.513 **** ok: [managed_node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-aAu/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-aAu/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-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 07 September 2024 12:28:34 -0400 (0:00:00.099) 0:00:02.612 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 07 September 2024 12:28:35 -0400 (0:00:01.672) 0:00:04.285 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 07 September 2024 12:28:35 -0400 (0:00:00.058) 0:00:04.343 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 07 September 2024 12:29:54 -0400 (0:01:18.329) 0:01:22.673 **** skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 07 September 2024 12:29:54 -0400 (0:00:00.069) 0:01:22.742 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 07 September 2024 12:29:54 -0400 (0:00:00.080) 0:01:22.822 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 07 September 2024 12:29:54 -0400 (0:00:00.083) 0:01:22.906 **** ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.030569", "end": "2024-09-07 12:29:55.053116", "rc": 0, "start": "2024-09-07 12:29:55.022547" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 07 September 2024 12:29:55 -0400 (0:00:00.577) 0:01:23.483 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 07 September 2024 12:29:55 -0400 (0:00:00.105) 0:01:23.588 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 07 September 2024 12:29:55 -0400 (0:00:00.074) 0:01:23.663 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 07 September 2024 12:29:55 -0400 (0:00:00.137) 0:01:23.800 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 September 2024 12:29:55 -0400 (0:00:00.095) 0:01:23.896 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 September 2024 12:29:56 -0400 (0:00:00.498) 0:01:24.394 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 September 2024 12:29:56 -0400 (0:00:00.043) 0:01:24.438 **** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 September 2024 12:29:56 -0400 (0:00:00.065) 0:01:24.503 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1700557386.0, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1725726564.9194663, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "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": "1360847937", "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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 September 2024 12:29:56 -0400 (0:00:00.396) 0:01:24.899 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 September 2024 12:29:56 -0400 (0:00:00.034) 0:01:24.934 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 September 2024 12:29:56 -0400 (0:00:00.049) 0:01:24.983 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 September 2024 12:29:56 -0400 (0:00:00.053) 0:01:25.036 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 September 2024 12:29:56 -0400 (0:00:00.051) 0:01:25.087 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 September 2024 12:29:56 -0400 (0:00:00.055) 0:01:25.143 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 September 2024 12:29:56 -0400 (0:00:00.052) 0:01:25.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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 September 2024 12:29:56 -0400 (0:00:00.046) 0:01:25.242 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Saturday 07 September 2024 12:29:56 -0400 (0:00:00.098) 0:01:25.340 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95 Saturday 07 September 2024 12:29:57 -0400 (0:00:00.097) 0:01:25.438 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 07 September 2024 12:29:57 -0400 (0:00:00.093) 0:01:25.531 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 07 September 2024 12:29:57 -0400 (0:00:00.049) 0:01:25.580 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98 Saturday 07 September 2024 12:29:57 -0400 (0:00:00.047) 0:01:25.628 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 07 September 2024 12:29:57 -0400 (0:00:00.093) 0:01:25.722 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 07 September 2024 12:29:57 -0400 (0:00:00.048) 0:01:25.770 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101 Saturday 07 September 2024 12:29:57 -0400 (0:00:00.050) 0:01:25.820 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Saturday 07 September 2024 12:29:57 -0400 (0:00:00.093) 0:01:25.914 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Saturday 07 September 2024 12:29:57 -0400 (0:00:00.048) 0:01:25.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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Saturday 07 September 2024 12:29:57 -0400 (0:00:00.051) 0:01:26.013 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Saturday 07 September 2024 12:29:57 -0400 (0:00:00.094) 0:01:26.108 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Saturday 07 September 2024 12:29:57 -0400 (0:00:00.047) 0:01:26.156 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Saturday 07 September 2024 12:29:57 -0400 (0:00:00.048) 0:01:26.205 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Saturday 07 September 2024 12:29:57 -0400 (0:00:00.048) 0:01:26.253 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Saturday 07 September 2024 12:29:57 -0400 (0:00:00.048) 0:01:26.302 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117 Saturday 07 September 2024 12:29:57 -0400 (0:00:00.047) 0:01:26.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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Saturday 07 September 2024 12:29:58 -0400 (0:00:00.104) 0:01:26.454 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128 Saturday 07 September 2024 12:29:58 -0400 (0:00:00.048) 0:01:26.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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137 Saturday 07 September 2024 12:29:58 -0400 (0:00:00.047) 0:01:26.550 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Saturday 07 September 2024 12:29:58 -0400 (0:00:00.049) 0:01:26.599 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Saturday 07 September 2024 12:29:58 -0400 (0:00:00.050) 0:01:26.650 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160 Saturday 07 September 2024 12:29:58 -0400 (0:00:00.047) 0:01:26.698 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167 Saturday 07 September 2024 12:29:58 -0400 (0:00:00.051) 0:01:26.749 **** TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173 Saturday 07 September 2024 12:29:58 -0400 (0:00:00.049) 0:01:26.799 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Saturday 07 September 2024 12:29:58 -0400 (0:00:00.046) 0:01:26.845 **** 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-aAu/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:50 Saturday 07 September 2024 12:29:58 -0400 (0:00:00.034) 0:01:26.880 **** included: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml for managed_node1 TASK [Create a temporary directory] ******************************************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:5 Saturday 07 September 2024 12:29:58 -0400 (0:00:00.084) 0:01:26.965 **** changed: [managed_node1] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_fzgw8bvv_podman", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Set authdir] ************************************************************* task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:12 Saturday 07 September 2024 12:29:59 -0400 (0:00:00.508) 0:01:27.473 **** ok: [managed_node1] => { "ansible_facts": { "__podman_registry_authdir": "/tmp/lsr_fzgw8bvv_podman/auth", "__podman_test_authfile": "/tmp/lsr_fzgw8bvv_podman/auth/auth.json" }, "changed": false } TASK [Create authdir] ********************************************************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:17 Saturday 07 September 2024 12:29:59 -0400 (0:00:00.033) 0:01:27.507 **** changed: [managed_node1] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_fzgw8bvv_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-aAu/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:23 Saturday 07 September 2024 12:29:59 -0400 (0:00:00.534) 0:01:28.041 **** TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Saturday 07 September 2024 12:29:59 -0400 (0:00:00.102) 0:01:28.143 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Saturday 07 September 2024 12:29:59 -0400 (0:00:00.053) 0:01:28.197 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Saturday 07 September 2024 12:29:59 -0400 (0:00:00.039) 0:01:28.236 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Saturday 07 September 2024 12:30:00 -0400 (0:00:00.368) 0:01:28.605 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19 Saturday 07 September 2024 12:30:00 -0400 (0:00:00.037) 0:01:28.642 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Saturday 07 September 2024 12:30:00 -0400 (0:00:00.068) 0:01:28.711 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Saturday 07 September 2024 12:30:03 -0400 (0:00:03.514) 0:01:32.225 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 Saturday 07 September 2024 12:30:08 -0400 (0:00:04.285) 0:01:36.510 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61 Saturday 07 September 2024 12:30:08 -0400 (0:00:00.395) 0:01:36.906 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 Saturday 07 September 2024 12:30:08 -0400 (0:00:00.388) 0:01:37.295 **** 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": "network.target system.slice sysinit.target dbus.socket dbus.service systemd-journald.socket syslog.target basic.target", "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-aAu/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 Saturday 07 September 2024 12:30:09 -0400 (0:00:00.949) 0:01:38.244 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152 Saturday 07 September 2024 12:30:10 -0400 (0:00:01.086) 0:01:39.331 **** ok: [managed_node1] => (item=['cert', {'name': 'podman_registry', 'dns': ['localhost', '127.0.0.1'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "content": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURqVENDQW5XZ0F3SUJBZ0lRYnIxQW1TVjRSSFNhekQyZUdjNm5sakFOQmdrcWhraUc5dzBCQVFzRkFEQlEKTVNBd0hnWURWUVFEREJkTWIyTmhiQ0JUYVdkdWFXNW5JRUYxZEdodmNtbDBlVEVzTUNvR0ExVUVBd3dqTm1WaQpaRFF3T1RrdE1qVTNPRFEwTnpRdE9XRmpZek5rT1dVdE1UbGpaV0UzT1RVd0hoY05NalF3T1RBM01UWXpNREV3CldoY05NalV3T1RBM01UWXpNREE1V2pBVU1SSXdFQVlEVlFRREV3bHNiMk5oYkdodmMzUXdnZ0VpTUEwR0NTcUcKU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLQW9JQkFRRGJ1eUFGa00yaldRWE1wWUYzei9VMmFOcDFOays5OGFYZwpmUURsNGRHdVQ0K2EzdTZJWkxPTWF5SGVlc0FOSUY5K3liR3dieUQ0ZEJ6QlRXbWtldkRCTU1CRU1zZVM3M1FvCkthUWlFZGFGSmRRWEo3WDF3S3FmRmJyNVYveUhEdWpvckMrN1F3eEpPZUt5d1pXUTkrVnVPazlWMVJwY0krcmUKaGVpeUM2WWdIdVJSTHRBWVFhZnY2M2Rsc2xWeVpWT1VMNDNyUVdwOGZLQ0dVcG9pQlRnaXh0dkp6eEpZKzJxNgpWaWlNVnBuNVdnM0pzU1ovNm5PU0x1dll2NjdjWUJIY1czQ2tXbFFjL0Z5ODNHMDNVa0R1cHdSV3o5UC9UM3p3CkdhZW5VUmJOcVFZcnJoN0h0aEdFb1V1YXBmaytWNStBbkVaejF3WEYwYW80MVphUHhmSUxBZ01CQUFHamdaNHcKZ1pzd0N3WURWUjBQQkFRREFnV2dNQjhHQTFVZEVRUVlNQmFDQ1d4dlkyRnNhRzl6ZElJSk1USTNMakF1TUM0eApNQjBHQTFVZEpRUVdNQlFHQ0NzR0FRVUZCd01CQmdnckJnRUZCUWNEQWpBTUJnTlZIUk1CQWY4RUFqQUFNQjBHCkExVWREZ1FXQkJUeGhiV0JLUmRvVE9DdXNWbzRjeElJZnlnQzZEQWZCZ05WSFNNRUdEQVdnQlF3Wkt4WHo0TDcKbDZlYVRqTFppM1FKRTZaZElqQU5CZ2txaGtpRzl3MEJBUXNGQUFPQ0FRRUFuWHBmR1NmMVR1LzlqV21rem50dwp2bVZKbmdHeWJ5QnBZeDJsbnFvOXZHZ2N3RXBBLys1aFRSVmVkU2lxN2FjZFJJL1UxTXFuSGx4c0JMVW1qZit4Ck1uK1J3L2tIMWkxcCs0b2JVZjZySjhhWmhZclpLVmZDK1IveDlNbjAxSWNJb3o3TDU0MzFBSGZPMWJLaWVtU1UKSUJ4MVlXMjliVUdPYzFHd2NmOXZFenZ1eXBCd2piSk1pMTJocVE1Q2srcU1CcTNRZWl3eWkzTjNZSDdSZ2tCUAorenlERU5SSnd4cmpmbUFqdW1Vb1JnWklaODlzZWF2WGpVVjlJa2lGeGF1cTlXNmNXVXFFRTZ3YkkzSDF1bk54ClFFUnBTbTdDWGJvclk0R2k2YjRQRjBlVXpCWmVYSFRZRzREWC9UY3ppZ0pZZFZaL0lPVDFSck5ZbnBVNHljaWIKYUE9PQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==", "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": "LS0tLS1CRUdJTiBQUklWQVRFIEtFWS0tLS0tCk1JSUV2Z0lCQURBTkJna3Foa2lHOXcwQkFRRUZBQVNDQktnd2dnU2tBZ0VBQW9JQkFRRGJ1eUFGa00yaldRWE0KcFlGM3ovVTJhTnAxTmsrOThhWGdmUURsNGRHdVQ0K2EzdTZJWkxPTWF5SGVlc0FOSUY5K3liR3dieUQ0ZEJ6QgpUV21rZXZEQk1NQkVNc2VTNzNRb0thUWlFZGFGSmRRWEo3WDF3S3FmRmJyNVYveUhEdWpvckMrN1F3eEpPZUt5CndaV1E5K1Z1T2s5VjFScGNJK3JlaGVpeUM2WWdIdVJSTHRBWVFhZnY2M2Rsc2xWeVpWT1VMNDNyUVdwOGZLQ0cKVXBvaUJUZ2l4dHZKenhKWSsycTZWaWlNVnBuNVdnM0pzU1ovNm5PU0x1dll2NjdjWUJIY1czQ2tXbFFjL0Z5OAozRzAzVWtEdXB3Uld6OVAvVDN6d0dhZW5VUmJOcVFZcnJoN0h0aEdFb1V1YXBmaytWNStBbkVaejF3WEYwYW80CjFaYVB4ZklMQWdNQkFBRUNnZ0VBTzJHTG10VnlMVlhPa21xYjNYUXUwWUJ1b1VTSE1rN094Q2NrQ2Z3SC9YSjAKM2FhbmtlYWMrektzbVlKVXluZFlOMXhzajhESWlUeGYxUUdGcmpTblFaNWFKMVFOeVRDN0ZHdUVkc3laUzZ4WQpiOVdFZ0NDTU82ZlV1clBEaEFCTWd5eWRUWjhsLzlnTDRzRWNHV3hVN1lBR2xxeWJqaEVLMVE0ZFA1aVVVWk5uCk5ITkhxK1pTYnBacTJ1WU9SenBrN3cyNysyR0hiZTZ2eXVCMk02a2xFWjBxVkErdlBDU2k4b0VnVGRSbFZMMWIKeG1pQkZydmZiUkNYNlpKV1R2WGgzckVyejVzUmloajBubWtmajlxT00wcitKcGNKeGJQaFJJb09SYnZFeWJ5Mgp5ZVBPUnU3bWJLRWg3bFhMU3MycEF6UmFDTzRjSy9yQllHbUxpWUZaVVFLQmdRRDhFNG4xZEtrL0FXOWY1V0I0CjcrMTZEQzNxd3BFdGx4NVBBT244M2xDOS84ejhCV1hMNFpXaWl2NHVtMjAyQUhTOG5vWENHeGFYY2lPSFJsQW8KUnJReEpWNWREdERuU0dmUElWUkd4YmZwZGRqVnQvbTgzR2NKc2VhQk90VSs1Z2dyaGVySTJkVWxQOEswRTByRQpyb0k3cm04T2pta28wSnUvdis4V2F2bXNnd0tCZ1FEZkpyS3ZYKzlWVGRBZlp6YkZmb3FVaFI3T095ZFVYUEoyCjUvOXFNaGc2NXc5RWJIVG9ISHRnR1Bla0o4eUpsSkt3V29EV3VWQkFUd3l4cnV2a1p6WnBBcTlrVUlpa2VoNC8KdFVPaklIZ2dxZFRoNnVSZHNRY1VTV0g4RnhaU3hnQVpySWlUbUZJeU1QVTRINmFUVFJXVmlBR2ltN0lac1lsaQpZZlpxWEVLOTJRS0JnUURWaUVlcFliV3M1YTVPOGFPVFRzdEFRK2p4b1BnU1FwMHVGM3dlOU1RNDd1UFo2VWllCk9PM2t6eEVhc2hjRlU4V1Bza2xrY0VYbTdJMGtIbS93YmxSZC9XVytOcnJIOFJIZTZFRFg0czAwT3R2L3p1VUQKRTBGRmVTbmw5c3lGaDU4TUgxa1A0MWNuUXFmUW16Y08vVFRkRVpxS0hpRCtyaGdCaXJraHFHVHZ1UUtCZ0hyKwpmMW8rVEZIK000bzdmMnJYVmxhS0VQS21sQVRodmhwZndOMnRnc0ZrZlh1L002aURtbFRiTGhOaWhGQUlmZG1KCjZKMXhRcFJQZmJXcHJnY1VCRjlZeFlkTEJDVnowWnhYc2xJRklYRVBhbkNpNFAvckJQWGZoSXhIeFZ3V0doUU0KanJLYk1DTE43VHJqNXhJbFdKSTBob0l6d3JSNnNEaHp1amZoWmoveEFvR0JBTElKc0FSbDloZ2hNZUlFZk9GVAphaFFocHFpS2d2bkw5STRYYUdxWlJudzQzdTVNblhRbmxkU2laZm1wR0RwUkhYU1JFcHE4SjBhMllmV1lXZENrCnE0Y091clo2ZXMvMElWZ0phWlF4SmgxYzlEWTRIdEx1L21KSnRQR2ZwVyszS3lVTjZ5UzB5UEl6MFFnc0Z4RWQKWVMvWVZ0TGJUVzdISjRrKzJpNithVys3Ci0tLS0tRU5EIFBSSVZBVEUgS0VZLS0tLS0K", "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": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURqVENDQW5XZ0F3SUJBZ0lRYnIxQW1TVjRSSFNhekQyZUdjNm5sakFOQmdrcWhraUc5dzBCQVFzRkFEQlEKTVNBd0hnWURWUVFEREJkTWIyTmhiQ0JUYVdkdWFXNW5JRUYxZEdodmNtbDBlVEVzTUNvR0ExVUVBd3dqTm1WaQpaRFF3T1RrdE1qVTNPRFEwTnpRdE9XRmpZek5rT1dVdE1UbGpaV0UzT1RVd0hoY05NalF3T1RBM01UWXpNREV3CldoY05NalV3T1RBM01UWXpNREE1V2pBVU1SSXdFQVlEVlFRREV3bHNiMk5oYkdodmMzUXdnZ0VpTUEwR0NTcUcKU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLQW9JQkFRRGJ1eUFGa00yaldRWE1wWUYzei9VMmFOcDFOays5OGFYZwpmUURsNGRHdVQ0K2EzdTZJWkxPTWF5SGVlc0FOSUY5K3liR3dieUQ0ZEJ6QlRXbWtldkRCTU1CRU1zZVM3M1FvCkthUWlFZGFGSmRRWEo3WDF3S3FmRmJyNVYveUhEdWpvckMrN1F3eEpPZUt5d1pXUTkrVnVPazlWMVJwY0krcmUKaGVpeUM2WWdIdVJSTHRBWVFhZnY2M2Rsc2xWeVpWT1VMNDNyUVdwOGZLQ0dVcG9pQlRnaXh0dkp6eEpZKzJxNgpWaWlNVnBuNVdnM0pzU1ovNm5PU0x1dll2NjdjWUJIY1czQ2tXbFFjL0Z5ODNHMDNVa0R1cHdSV3o5UC9UM3p3CkdhZW5VUmJOcVFZcnJoN0h0aEdFb1V1YXBmaytWNStBbkVaejF3WEYwYW80MVphUHhmSUxBZ01CQUFHamdaNHcKZ1pzd0N3WURWUjBQQkFRREFnV2dNQjhHQTFVZEVRUVlNQmFDQ1d4dlkyRnNhRzl6ZElJSk1USTNMakF1TUM0eApNQjBHQTFVZEpRUVdNQlFHQ0NzR0FRVUZCd01CQmdnckJnRUZCUWNEQWpBTUJnTlZIUk1CQWY4RUFqQUFNQjBHCkExVWREZ1FXQkJUeGhiV0JLUmRvVE9DdXNWbzRjeElJZnlnQzZEQWZCZ05WSFNNRUdEQVdnQlF3Wkt4WHo0TDcKbDZlYVRqTFppM1FKRTZaZElqQU5CZ2txaGtpRzl3MEJBUXNGQUFPQ0FRRUFuWHBmR1NmMVR1LzlqV21rem50dwp2bVZKbmdHeWJ5QnBZeDJsbnFvOXZHZ2N3RXBBLys1aFRSVmVkU2lxN2FjZFJJL1UxTXFuSGx4c0JMVW1qZit4Ck1uK1J3L2tIMWkxcCs0b2JVZjZySjhhWmhZclpLVmZDK1IveDlNbjAxSWNJb3o3TDU0MzFBSGZPMWJLaWVtU1UKSUJ4MVlXMjliVUdPYzFHd2NmOXZFenZ1eXBCd2piSk1pMTJocVE1Q2srcU1CcTNRZWl3eWkzTjNZSDdSZ2tCUAorenlERU5SSnd4cmpmbUFqdW1Vb1JnWklaODlzZWF2WGpVVjlJa2lGeGF1cTlXNmNXVXFFRTZ3YkkzSDF1bk54ClFFUnBTbTdDWGJvclk0R2k2YjRQRjBlVXpCWmVYSFRZRzREWC9UY3ppZ0pZZFZaL0lPVDFSck5ZbnBVNHljaWIKYUE9PQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==", "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-aAu/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160 Saturday 07 September 2024 12:30:12 -0400 (0:00:01.194) 0:01:40.525 **** ok: [managed_node1] => { "ansible_facts": { "certificate_test_certs": { "podman_registry": { "ca": "/etc/pki/tls/certs/podman_registry.crt", "ca_content": "-----BEGIN CERTIFICATE-----\nMIIDjTCCAnWgAwIBAgIQbr1AmSV4RHSazD2eGc6nljANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjNmVi\nZDQwOTktMjU3ODQ0NzQtOWFjYzNkOWUtMTljZWE3OTUwHhcNMjQwOTA3MTYzMDEw\nWhcNMjUwOTA3MTYzMDA5WjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDbuyAFkM2jWQXMpYF3z/U2aNp1Nk+98aXg\nfQDl4dGuT4+a3u6IZLOMayHeesANIF9+ybGwbyD4dBzBTWmkevDBMMBEMseS73Qo\nKaQiEdaFJdQXJ7X1wKqfFbr5V/yHDujorC+7QwxJOeKywZWQ9+VuOk9V1RpcI+re\nheiyC6YgHuRRLtAYQafv63dlslVyZVOUL43rQWp8fKCGUpoiBTgixtvJzxJY+2q6\nViiMVpn5Wg3JsSZ/6nOSLuvYv67cYBHcW3CkWlQc/Fy83G03UkDupwRWz9P/T3zw\nGaenURbNqQYrrh7HthGEoUuapfk+V5+AnEZz1wXF0ao41ZaPxfILAgMBAAGjgZ4w\ngZswCwYDVR0PBAQDAgWgMB8GA1UdEQQYMBaCCWxvY2FsaG9zdIIJMTI3LjAuMC4x\nMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMB0G\nA1UdDgQWBBTxhbWBKRdoTOCusVo4cxIIfygC6DAfBgNVHSMEGDAWgBQwZKxXz4L7\nl6eaTjLZi3QJE6ZdIjANBgkqhkiG9w0BAQsFAAOCAQEAnXpfGSf1Tu/9jWmkzntw\nvmVJngGybyBpYx2lnqo9vGgcwEpA/+5hTRVedSiq7acdRI/U1MqnHlxsBLUmjf+x\nMn+Rw/kH1i1p+4obUf6rJ8aZhYrZKVfC+R/x9Mn01IcIoz7L5431AHfO1bKiemSU\nIBx1YW29bUGOc1Gwcf9vEzvuypBwjbJMi12hqQ5Ck+qMBq3Qeiwyi3N3YH7RgkBP\n+zyDENRJwxrjfmAjumUoRgZIZ89seavXjUV9IkiFxauq9W6cWUqEE6wbI3H1unNx\nQERpSm7CXborY4Gi6b4PF0eUzBZeXHTYG4DX/TczigJYdVZ/IOT1RrNYnpU4ycib\naA==\n-----END CERTIFICATE-----\n", "cert": "/etc/pki/tls/certs/podman_registry.crt", "cert_content": "-----BEGIN CERTIFICATE-----\nMIIDjTCCAnWgAwIBAgIQbr1AmSV4RHSazD2eGc6nljANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjNmVi\nZDQwOTktMjU3ODQ0NzQtOWFjYzNkOWUtMTljZWE3OTUwHhcNMjQwOTA3MTYzMDEw\nWhcNMjUwOTA3MTYzMDA5WjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDbuyAFkM2jWQXMpYF3z/U2aNp1Nk+98aXg\nfQDl4dGuT4+a3u6IZLOMayHeesANIF9+ybGwbyD4dBzBTWmkevDBMMBEMseS73Qo\nKaQiEdaFJdQXJ7X1wKqfFbr5V/yHDujorC+7QwxJOeKywZWQ9+VuOk9V1RpcI+re\nheiyC6YgHuRRLtAYQafv63dlslVyZVOUL43rQWp8fKCGUpoiBTgixtvJzxJY+2q6\nViiMVpn5Wg3JsSZ/6nOSLuvYv67cYBHcW3CkWlQc/Fy83G03UkDupwRWz9P/T3zw\nGaenURbNqQYrrh7HthGEoUuapfk+V5+AnEZz1wXF0ao41ZaPxfILAgMBAAGjgZ4w\ngZswCwYDVR0PBAQDAgWgMB8GA1UdEQQYMBaCCWxvY2FsaG9zdIIJMTI3LjAuMC4x\nMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMB0G\nA1UdDgQWBBTxhbWBKRdoTOCusVo4cxIIfygC6DAfBgNVHSMEGDAWgBQwZKxXz4L7\nl6eaTjLZi3QJE6ZdIjANBgkqhkiG9w0BAQsFAAOCAQEAnXpfGSf1Tu/9jWmkzntw\nvmVJngGybyBpYx2lnqo9vGgcwEpA/+5hTRVedSiq7acdRI/U1MqnHlxsBLUmjf+x\nMn+Rw/kH1i1p+4obUf6rJ8aZhYrZKVfC+R/x9Mn01IcIoz7L5431AHfO1bKiemSU\nIBx1YW29bUGOc1Gwcf9vEzvuypBwjbJMi12hqQ5Ck+qMBq3Qeiwyi3N3YH7RgkBP\n+zyDENRJwxrjfmAjumUoRgZIZ89seavXjUV9IkiFxauq9W6cWUqEE6wbI3H1unNx\nQERpSm7CXborY4Gi6b4PF0eUzBZeXHTYG4DX/TczigJYdVZ/IOT1RrNYnpU4ycib\naA==\n-----END CERTIFICATE-----\n", "key": "/etc/pki/tls/private/podman_registry.key", "key_content": "-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDbuyAFkM2jWQXM\npYF3z/U2aNp1Nk+98aXgfQDl4dGuT4+a3u6IZLOMayHeesANIF9+ybGwbyD4dBzB\nTWmkevDBMMBEMseS73QoKaQiEdaFJdQXJ7X1wKqfFbr5V/yHDujorC+7QwxJOeKy\nwZWQ9+VuOk9V1RpcI+reheiyC6YgHuRRLtAYQafv63dlslVyZVOUL43rQWp8fKCG\nUpoiBTgixtvJzxJY+2q6ViiMVpn5Wg3JsSZ/6nOSLuvYv67cYBHcW3CkWlQc/Fy8\n3G03UkDupwRWz9P/T3zwGaenURbNqQYrrh7HthGEoUuapfk+V5+AnEZz1wXF0ao4\n1ZaPxfILAgMBAAECggEAO2GLmtVyLVXOkmqb3XQu0YBuoUSHMk7OxCckCfwH/XJ0\n3aankeac+zKsmYJUyndYN1xsj8DIiTxf1QGFrjSnQZ5aJ1QNyTC7FGuEdsyZS6xY\nb9WEgCCMO6fUurPDhABMgyydTZ8l/9gL4sEcGWxU7YAGlqybjhEK1Q4dP5iUUZNn\nNHNHq+ZSbpZq2uYORzpk7w27+2GHbe6vyuB2M6klEZ0qVA+vPCSi8oEgTdRlVL1b\nxmiBFrvfbRCX6ZJWTvXh3rErz5sRihj0nmkfj9qOM0r+JpcJxbPhRIoORbvEyby2\nyePORu7mbKEh7lXLSs2pAzRaCO4cK/rBYGmLiYFZUQKBgQD8E4n1dKk/AW9f5WB4\n7+16DC3qwpEtlx5PAOn83lC9/8z8BWXL4ZWiiv4um202AHS8noXCGxaXciOHRlAo\nRrQxJV5dDtDnSGfPIVRGxbfpddjVt/m83GcJseaBOtU+5ggrherI2dUlP8K0E0rE\nroI7rm8Ojmko0Ju/v+8WavmsgwKBgQDfJrKvX+9VTdAfZzbFfoqUhR7OOydUXPJ2\n5/9qMhg65w9EbHToHHtgGPekJ8yJlJKwWoDWuVBATwyxruvkZzZpAq9kUIikeh4/\ntUOjIHggqdTh6uRdsQcUSWH8FxZSxgAZrIiTmFIyMPU4H6aTTRWViAGim7IZsYli\nYfZqXEK92QKBgQDViEepYbWs5a5O8aOTTstAQ+jxoPgSQp0uF3we9MQ47uPZ6Uie\nOO3kzxEashcFU8WPsklkcEXm7I0kHm/wblRd/WW+NrrH8RHe6EDX4s00Otv/zuUD\nE0FFeSnl9syFh58MH1kP41cnQqfQmzcO/TTdEZqKHiD+rhgBirkhqGTvuQKBgHr+\nf1o+TFH+M4o7f2rXVlaKEPKmlAThvhpfwN2tgsFkfXu/M6iDmlTbLhNihFAIfdmJ\n6J1xQpRPfbWprgcUBF9YxYdLBCVz0ZxXslIFIXEPanCi4P/rBPXfhIxHxVwWGhQM\njrKbMCLN7Trj5xIlWJI0hoIzwrR6sDhzujfhZj/xAoGBALIJsARl9hghMeIEfOFT\nahQhpqiKgvnL9I4XaGqZRnw43u5MnXQnldSiZfmpGDpRHXSREpq8J0a2YfWYWdCk\nq4cOurZ6es/0IVgJaZQxJh1c9DY4HtLu/mJJtPGfpW+3KyUN6yS0yPIz0QgsFxEd\nYS/YVtLbTW7HJ4k+2i6+aW+7\n-----END PRIVATE KEY-----\n" } } }, "changed": false } TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176 Saturday 07 September 2024 12:30:12 -0400 (0:00:00.060) 0:01:40.586 **** ok: [managed_node1] => (item={'cert': '/etc/pki/tls/certs/podman_registry.crt', 'cert_content': '-----BEGIN CERTIFICATE-----\nMIIDjTCCAnWgAwIBAgIQbr1AmSV4RHSazD2eGc6nljANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjNmVi\nZDQwOTktMjU3ODQ0NzQtOWFjYzNkOWUtMTljZWE3OTUwHhcNMjQwOTA3MTYzMDEw\nWhcNMjUwOTA3MTYzMDA5WjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDbuyAFkM2jWQXMpYF3z/U2aNp1Nk+98aXg\nfQDl4dGuT4+a3u6IZLOMayHeesANIF9+ybGwbyD4dBzBTWmkevDBMMBEMseS73Qo\nKaQiEdaFJdQXJ7X1wKqfFbr5V/yHDujorC+7QwxJOeKywZWQ9+VuOk9V1RpcI+re\nheiyC6YgHuRRLtAYQafv63dlslVyZVOUL43rQWp8fKCGUpoiBTgixtvJzxJY+2q6\nViiMVpn5Wg3JsSZ/6nOSLuvYv67cYBHcW3CkWlQc/Fy83G03UkDupwRWz9P/T3zw\nGaenURbNqQYrrh7HthGEoUuapfk+V5+AnEZz1wXF0ao41ZaPxfILAgMBAAGjgZ4w\ngZswCwYDVR0PBAQDAgWgMB8GA1UdEQQYMBaCCWxvY2FsaG9zdIIJMTI3LjAuMC4x\nMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMB0G\nA1UdDgQWBBTxhbWBKRdoTOCusVo4cxIIfygC6DAfBgNVHSMEGDAWgBQwZKxXz4L7\nl6eaTjLZi3QJE6ZdIjANBgkqhkiG9w0BAQsFAAOCAQEAnXpfGSf1Tu/9jWmkzntw\nvmVJngGybyBpYx2lnqo9vGgcwEpA/+5hTRVedSiq7acdRI/U1MqnHlxsBLUmjf+x\nMn+Rw/kH1i1p+4obUf6rJ8aZhYrZKVfC+R/x9Mn01IcIoz7L5431AHfO1bKiemSU\nIBx1YW29bUGOc1Gwcf9vEzvuypBwjbJMi12hqQ5Ck+qMBq3Qeiwyi3N3YH7RgkBP\n+zyDENRJwxrjfmAjumUoRgZIZ89seavXjUV9IkiFxauq9W6cWUqEE6wbI3H1unNx\nQERpSm7CXborY4Gi6b4PF0eUzBZeXHTYG4DX/TczigJYdVZ/IOT1RrNYnpU4ycib\naA==\n-----END CERTIFICATE-----\n', 'key': '/etc/pki/tls/private/podman_registry.key', 'key_content': '-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDbuyAFkM2jWQXM\npYF3z/U2aNp1Nk+98aXgfQDl4dGuT4+a3u6IZLOMayHeesANIF9+ybGwbyD4dBzB\nTWmkevDBMMBEMseS73QoKaQiEdaFJdQXJ7X1wKqfFbr5V/yHDujorC+7QwxJOeKy\nwZWQ9+VuOk9V1RpcI+reheiyC6YgHuRRLtAYQafv63dlslVyZVOUL43rQWp8fKCG\nUpoiBTgixtvJzxJY+2q6ViiMVpn5Wg3JsSZ/6nOSLuvYv67cYBHcW3CkWlQc/Fy8\n3G03UkDupwRWz9P/T3zwGaenURbNqQYrrh7HthGEoUuapfk+V5+AnEZz1wXF0ao4\n1ZaPxfILAgMBAAECggEAO2GLmtVyLVXOkmqb3XQu0YBuoUSHMk7OxCckCfwH/XJ0\n3aankeac+zKsmYJUyndYN1xsj8DIiTxf1QGFrjSnQZ5aJ1QNyTC7FGuEdsyZS6xY\nb9WEgCCMO6fUurPDhABMgyydTZ8l/9gL4sEcGWxU7YAGlqybjhEK1Q4dP5iUUZNn\nNHNHq+ZSbpZq2uYORzpk7w27+2GHbe6vyuB2M6klEZ0qVA+vPCSi8oEgTdRlVL1b\nxmiBFrvfbRCX6ZJWTvXh3rErz5sRihj0nmkfj9qOM0r+JpcJxbPhRIoORbvEyby2\nyePORu7mbKEh7lXLSs2pAzRaCO4cK/rBYGmLiYFZUQKBgQD8E4n1dKk/AW9f5WB4\n7+16DC3qwpEtlx5PAOn83lC9/8z8BWXL4ZWiiv4um202AHS8noXCGxaXciOHRlAo\nRrQxJV5dDtDnSGfPIVRGxbfpddjVt/m83GcJseaBOtU+5ggrherI2dUlP8K0E0rE\nroI7rm8Ojmko0Ju/v+8WavmsgwKBgQDfJrKvX+9VTdAfZzbFfoqUhR7OOydUXPJ2\n5/9qMhg65w9EbHToHHtgGPekJ8yJlJKwWoDWuVBATwyxruvkZzZpAq9kUIikeh4/\ntUOjIHggqdTh6uRdsQcUSWH8FxZSxgAZrIiTmFIyMPU4H6aTTRWViAGim7IZsYli\nYfZqXEK92QKBgQDViEepYbWs5a5O8aOTTstAQ+jxoPgSQp0uF3we9MQ47uPZ6Uie\nOO3kzxEashcFU8WPsklkcEXm7I0kHm/wblRd/WW+NrrH8RHe6EDX4s00Otv/zuUD\nE0FFeSnl9syFh58MH1kP41cnQqfQmzcO/TTdEZqKHiD+rhgBirkhqGTvuQKBgHr+\nf1o+TFH+M4o7f2rXVlaKEPKmlAThvhpfwN2tgsFkfXu/M6iDmlTbLhNihFAIfdmJ\n6J1xQpRPfbWprgcUBF9YxYdLBCVz0ZxXslIFIXEPanCi4P/rBPXfhIxHxVwWGhQM\njrKbMCLN7Trj5xIlWJI0hoIzwrR6sDhzujfhZj/xAoGBALIJsARl9hghMeIEfOFT\nahQhpqiKgvnL9I4XaGqZRnw43u5MnXQnldSiZfmpGDpRHXSREpq8J0a2YfWYWdCk\nq4cOurZ6es/0IVgJaZQxJh1c9DY4HtLu/mJJtPGfpW+3KyUN6yS0yPIz0QgsFxEd\nYS/YVtLbTW7HJ4k+2i6+aW+7\n-----END PRIVATE KEY-----\n', 'ca': '/etc/pki/tls/certs/podman_registry.crt', 'ca_content': '-----BEGIN CERTIFICATE-----\nMIIDjTCCAnWgAwIBAgIQbr1AmSV4RHSazD2eGc6nljANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjNmVi\nZDQwOTktMjU3ODQ0NzQtOWFjYzNkOWUtMTljZWE3OTUwHhcNMjQwOTA3MTYzMDEw\nWhcNMjUwOTA3MTYzMDA5WjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDbuyAFkM2jWQXMpYF3z/U2aNp1Nk+98aXg\nfQDl4dGuT4+a3u6IZLOMayHeesANIF9+ybGwbyD4dBzBTWmkevDBMMBEMseS73Qo\nKaQiEdaFJdQXJ7X1wKqfFbr5V/yHDujorC+7QwxJOeKywZWQ9+VuOk9V1RpcI+re\nheiyC6YgHuRRLtAYQafv63dlslVyZVOUL43rQWp8fKCGUpoiBTgixtvJzxJY+2q6\nViiMVpn5Wg3JsSZ/6nOSLuvYv67cYBHcW3CkWlQc/Fy83G03UkDupwRWz9P/T3zw\nGaenURbNqQYrrh7HthGEoUuapfk+V5+AnEZz1wXF0ao41ZaPxfILAgMBAAGjgZ4w\ngZswCwYDVR0PBAQDAgWgMB8GA1UdEQQYMBaCCWxvY2FsaG9zdIIJMTI3LjAuMC4x\nMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMB0G\nA1UdDgQWBBTxhbWBKRdoTOCusVo4cxIIfygC6DAfBgNVHSMEGDAWgBQwZKxXz4L7\nl6eaTjLZi3QJE6ZdIjANBgkqhkiG9w0BAQsFAAOCAQEAnXpfGSf1Tu/9jWmkzntw\nvmVJngGybyBpYx2lnqo9vGgcwEpA/+5hTRVedSiq7acdRI/U1MqnHlxsBLUmjf+x\nMn+Rw/kH1i1p+4obUf6rJ8aZhYrZKVfC+R/x9Mn01IcIoz7L5431AHfO1bKiemSU\nIBx1YW29bUGOc1Gwcf9vEzvuypBwjbJMi12hqQ5Ck+qMBq3Qeiwyi3N3YH7RgkBP\n+zyDENRJwxrjfmAjumUoRgZIZ89seavXjUV9IkiFxauq9W6cWUqEE6wbI3H1unNx\nQERpSm7CXborY4Gi6b4PF0eUzBZeXHTYG4DX/TczigJYdVZ/IOT1RrNYnpU4ycib\naA==\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.031026", "end": "2024-09-07 12:30:12.589540", "item": { "ca": "/etc/pki/tls/certs/podman_registry.crt", "ca_content": "-----BEGIN CERTIFICATE-----\nMIIDjTCCAnWgAwIBAgIQbr1AmSV4RHSazD2eGc6nljANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjNmVi\nZDQwOTktMjU3ODQ0NzQtOWFjYzNkOWUtMTljZWE3OTUwHhcNMjQwOTA3MTYzMDEw\nWhcNMjUwOTA3MTYzMDA5WjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDbuyAFkM2jWQXMpYF3z/U2aNp1Nk+98aXg\nfQDl4dGuT4+a3u6IZLOMayHeesANIF9+ybGwbyD4dBzBTWmkevDBMMBEMseS73Qo\nKaQiEdaFJdQXJ7X1wKqfFbr5V/yHDujorC+7QwxJOeKywZWQ9+VuOk9V1RpcI+re\nheiyC6YgHuRRLtAYQafv63dlslVyZVOUL43rQWp8fKCGUpoiBTgixtvJzxJY+2q6\nViiMVpn5Wg3JsSZ/6nOSLuvYv67cYBHcW3CkWlQc/Fy83G03UkDupwRWz9P/T3zw\nGaenURbNqQYrrh7HthGEoUuapfk+V5+AnEZz1wXF0ao41ZaPxfILAgMBAAGjgZ4w\ngZswCwYDVR0PBAQDAgWgMB8GA1UdEQQYMBaCCWxvY2FsaG9zdIIJMTI3LjAuMC4x\nMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMB0G\nA1UdDgQWBBTxhbWBKRdoTOCusVo4cxIIfygC6DAfBgNVHSMEGDAWgBQwZKxXz4L7\nl6eaTjLZi3QJE6ZdIjANBgkqhkiG9w0BAQsFAAOCAQEAnXpfGSf1Tu/9jWmkzntw\nvmVJngGybyBpYx2lnqo9vGgcwEpA/+5hTRVedSiq7acdRI/U1MqnHlxsBLUmjf+x\nMn+Rw/kH1i1p+4obUf6rJ8aZhYrZKVfC+R/x9Mn01IcIoz7L5431AHfO1bKiemSU\nIBx1YW29bUGOc1Gwcf9vEzvuypBwjbJMi12hqQ5Ck+qMBq3Qeiwyi3N3YH7RgkBP\n+zyDENRJwxrjfmAjumUoRgZIZ89seavXjUV9IkiFxauq9W6cWUqEE6wbI3H1unNx\nQERpSm7CXborY4Gi6b4PF0eUzBZeXHTYG4DX/TczigJYdVZ/IOT1RrNYnpU4ycib\naA==\n-----END CERTIFICATE-----\n", "cert": "/etc/pki/tls/certs/podman_registry.crt", "cert_content": "-----BEGIN CERTIFICATE-----\nMIIDjTCCAnWgAwIBAgIQbr1AmSV4RHSazD2eGc6nljANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjNmVi\nZDQwOTktMjU3ODQ0NzQtOWFjYzNkOWUtMTljZWE3OTUwHhcNMjQwOTA3MTYzMDEw\nWhcNMjUwOTA3MTYzMDA5WjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDbuyAFkM2jWQXMpYF3z/U2aNp1Nk+98aXg\nfQDl4dGuT4+a3u6IZLOMayHeesANIF9+ybGwbyD4dBzBTWmkevDBMMBEMseS73Qo\nKaQiEdaFJdQXJ7X1wKqfFbr5V/yHDujorC+7QwxJOeKywZWQ9+VuOk9V1RpcI+re\nheiyC6YgHuRRLtAYQafv63dlslVyZVOUL43rQWp8fKCGUpoiBTgixtvJzxJY+2q6\nViiMVpn5Wg3JsSZ/6nOSLuvYv67cYBHcW3CkWlQc/Fy83G03UkDupwRWz9P/T3zw\nGaenURbNqQYrrh7HthGEoUuapfk+V5+AnEZz1wXF0ao41ZaPxfILAgMBAAGjgZ4w\ngZswCwYDVR0PBAQDAgWgMB8GA1UdEQQYMBaCCWxvY2FsaG9zdIIJMTI3LjAuMC4x\nMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMB0G\nA1UdDgQWBBTxhbWBKRdoTOCusVo4cxIIfygC6DAfBgNVHSMEGDAWgBQwZKxXz4L7\nl6eaTjLZi3QJE6ZdIjANBgkqhkiG9w0BAQsFAAOCAQEAnXpfGSf1Tu/9jWmkzntw\nvmVJngGybyBpYx2lnqo9vGgcwEpA/+5hTRVedSiq7acdRI/U1MqnHlxsBLUmjf+x\nMn+Rw/kH1i1p+4obUf6rJ8aZhYrZKVfC+R/x9Mn01IcIoz7L5431AHfO1bKiemSU\nIBx1YW29bUGOc1Gwcf9vEzvuypBwjbJMi12hqQ5Ck+qMBq3Qeiwyi3N3YH7RgkBP\n+zyDENRJwxrjfmAjumUoRgZIZ89seavXjUV9IkiFxauq9W6cWUqEE6wbI3H1unNx\nQERpSm7CXborY4Gi6b4PF0eUzBZeXHTYG4DX/TczigJYdVZ/IOT1RrNYnpU4ycib\naA==\n-----END CERTIFICATE-----\n", "key": "/etc/pki/tls/private/podman_registry.key", "key_content": "-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDbuyAFkM2jWQXM\npYF3z/U2aNp1Nk+98aXgfQDl4dGuT4+a3u6IZLOMayHeesANIF9+ybGwbyD4dBzB\nTWmkevDBMMBEMseS73QoKaQiEdaFJdQXJ7X1wKqfFbr5V/yHDujorC+7QwxJOeKy\nwZWQ9+VuOk9V1RpcI+reheiyC6YgHuRRLtAYQafv63dlslVyZVOUL43rQWp8fKCG\nUpoiBTgixtvJzxJY+2q6ViiMVpn5Wg3JsSZ/6nOSLuvYv67cYBHcW3CkWlQc/Fy8\n3G03UkDupwRWz9P/T3zwGaenURbNqQYrrh7HthGEoUuapfk+V5+AnEZz1wXF0ao4\n1ZaPxfILAgMBAAECggEAO2GLmtVyLVXOkmqb3XQu0YBuoUSHMk7OxCckCfwH/XJ0\n3aankeac+zKsmYJUyndYN1xsj8DIiTxf1QGFrjSnQZ5aJ1QNyTC7FGuEdsyZS6xY\nb9WEgCCMO6fUurPDhABMgyydTZ8l/9gL4sEcGWxU7YAGlqybjhEK1Q4dP5iUUZNn\nNHNHq+ZSbpZq2uYORzpk7w27+2GHbe6vyuB2M6klEZ0qVA+vPCSi8oEgTdRlVL1b\nxmiBFrvfbRCX6ZJWTvXh3rErz5sRihj0nmkfj9qOM0r+JpcJxbPhRIoORbvEyby2\nyePORu7mbKEh7lXLSs2pAzRaCO4cK/rBYGmLiYFZUQKBgQD8E4n1dKk/AW9f5WB4\n7+16DC3qwpEtlx5PAOn83lC9/8z8BWXL4ZWiiv4um202AHS8noXCGxaXciOHRlAo\nRrQxJV5dDtDnSGfPIVRGxbfpddjVt/m83GcJseaBOtU+5ggrherI2dUlP8K0E0rE\nroI7rm8Ojmko0Ju/v+8WavmsgwKBgQDfJrKvX+9VTdAfZzbFfoqUhR7OOydUXPJ2\n5/9qMhg65w9EbHToHHtgGPekJ8yJlJKwWoDWuVBATwyxruvkZzZpAq9kUIikeh4/\ntUOjIHggqdTh6uRdsQcUSWH8FxZSxgAZrIiTmFIyMPU4H6aTTRWViAGim7IZsYli\nYfZqXEK92QKBgQDViEepYbWs5a5O8aOTTstAQ+jxoPgSQp0uF3we9MQ47uPZ6Uie\nOO3kzxEashcFU8WPsklkcEXm7I0kHm/wblRd/WW+NrrH8RHe6EDX4s00Otv/zuUD\nE0FFeSnl9syFh58MH1kP41cnQqfQmzcO/TTdEZqKHiD+rhgBirkhqGTvuQKBgHr+\nf1o+TFH+M4o7f2rXVlaKEPKmlAThvhpfwN2tgsFkfXu/M6iDmlTbLhNihFAIfdmJ\n6J1xQpRPfbWprgcUBF9YxYdLBCVz0ZxXslIFIXEPanCi4P/rBPXfhIxHxVwWGhQM\njrKbMCLN7Trj5xIlWJI0hoIzwrR6sDhzujfhZj/xAoGBALIJsARl9hghMeIEfOFT\nahQhpqiKgvnL9I4XaGqZRnw43u5MnXQnldSiZfmpGDpRHXSREpq8J0a2YfWYWdCk\nq4cOurZ6es/0IVgJaZQxJh1c9DY4HtLu/mJJtPGfpW+3KyUN6yS0yPIz0QgsFxEd\nYS/YVtLbTW7HJ4k+2i6+aW+7\n-----END PRIVATE KEY-----\n" }, "rc": 0, "start": "2024-09-07 12:30:12.558514" } STDOUT: Request "20240907163010" removed. TASK [fedora.linux_system_roles.certificate : Remove files] ******************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181 Saturday 07 September 2024 12:30:12 -0400 (0:00:00.431) 0:01:41.017 **** 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-aAu/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:34 Saturday 07 September 2024 12:30:13 -0400 (0:00:01.213) 0:01:42.231 **** changed: [managed_node1] => { "changed": true, "checksum": "eed5b325bf7f23e6772eb1a38873552beedbd600", "dest": "/tmp/lsr_fzgw8bvv_podman/auth/registry_cert.crt", "gid": 0, "group": "root", "md5sum": "37b1457280eed9c27ed14c30c7860292", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 1294, "src": "/root/.ansible/tmp/ansible-tmp-1725726613.9249485-9814-127370937838751/source", "state": "file", "uid": 0 } TASK [Write key for registry] ************************************************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:40 Saturday 07 September 2024 12:30:15 -0400 (0:00:01.141) 0:01:43.373 **** changed: [managed_node1] => { "changed": true, "checksum": "04eccf865f33c7f09766fb70213df8bb2e0943de", "dest": "/tmp/lsr_fzgw8bvv_podman/auth/registry_key.pem", "gid": 0, "group": "root", "md5sum": "c0b6a4c04e7db76e886290b516ca13ad", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 1704, "src": "/root/.ansible/tmp/ansible-tmp-1725726615.0666165-9896-216640556776980/source", "state": "file", "uid": 0 } TASK [Write CA cert for registry] ********************************************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:46 Saturday 07 September 2024 12:30:15 -0400 (0:00:00.806) 0:01:44.180 **** changed: [managed_node1] => { "changed": true, "checksum": "eed5b325bf7f23e6772eb1a38873552beedbd600", "dest": "/tmp/lsr_fzgw8bvv_podman/auth/ca.crt", "gid": 0, "group": "root", "md5sum": "37b1457280eed9c27ed14c30c7860292", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 1294, "src": "/root/.ansible/tmp/ansible-tmp-1725726615.8700473-9956-146032894791519/source", "state": "file", "uid": 0 } TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:55 Saturday 07 September 2024 12:30:16 -0400 (0:00:00.753) 0:01:44.934 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:60 Saturday 07 September 2024 12:30:16 -0400 (0:00:00.043) 0:01:44.978 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure test packages] **************************************************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:64 Saturday 07 September 2024 12:30:16 -0400 (0:00:00.040) 0:01:45.018 **** 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-aAu/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:70 Saturday 07 September 2024 12:30:21 -0400 (0:00:05.067) 0:01:50.086 **** 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-aAu/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:78 Saturday 07 September 2024 12:30:22 -0400 (0:00:00.562) 0:01:50.648 **** 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-aAu/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:94 Saturday 07 September 2024 12:30:23 -0400 (0:00:01.047) 0:01:51.695 **** ok: [managed_node1] => { "ansible_facts": { "__podman_cleanup_paths": [ "/tmp/lsr_fzgw8bvv_podman" ] }, "changed": false } TASK [Start registry] ********************************************************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:102 Saturday 07 September 2024 12:30:23 -0400 (0:00:00.057) 0:01:51.753 **** changed: [managed_node1] => { "changed": true, "cmd": [ "podman", "run", "-d", "-p", "127.0.0.1:5000:5000", "--name", "podman_registry", "-v", "/tmp/lsr_fzgw8bvv_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:03.299459", "end": "2024-09-07 12:30:27.209616", "rc": 0, "start": "2024-09-07 12:30:23.910157" } STDOUT: 0c78c099eec2b9eb9ab24fb5aec59f7ccd8b421c98681d0ebfc200538cf46c28 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-aAu/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:113 Saturday 07 September 2024 12:30:27 -0400 (0:00:03.884) 0:01:55.638 **** 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-aAu/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:117 Saturday 07 September 2024 12:30:27 -0400 (0:00:00.562) 0:01:56.200 **** ok: [managed_node1] => { "attempts": 1, "changed": false, "cmd": [ "podman", "logs", "podman_registry" ], "delta": "0:00:00.035201", "end": "2024-09-07 12:30:28.230052", "rc": 0, "start": "2024-09-07 12:30:28.194851" } STDERR: time="2024-09-07T16:30:27.197355823Z" 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=51090bd2-c10b-4c2d-9185-1cf26826bd58 service=registry version=2.8.2 time="2024-09-07T16:30:27.197425266Z" level=info msg="redis not configured" go.version=go1.19.9 instance.id=51090bd2-c10b-4c2d-9185-1cf26826bd58 service=registry version=2.8.2 time="2024-09-07T16:30:27.19796584Z" level=info msg="using inmemory blob descriptor cache" go.version=go1.19.9 instance.id=51090bd2-c10b-4c2d-9185-1cf26826bd58 service=registry version=2.8.2 time="2024-09-07T16:30:27.198738761Z" level=info msg="Starting upload purge in 47m0s" go.version=go1.19.9 instance.id=51090bd2-c10b-4c2d-9185-1cf26826bd58 service=registry version=2.8.2 time="2024-09-07T16:30:27.198802854Z" level=info msg="restricting TLS version to tls1.2 or higher" go.version=go1.19.9 instance.id=51090bd2-c10b-4c2d-9185-1cf26826bd58 service=registry version=2.8.2 time="2024-09-07T16:30:27.198854296Z" 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=51090bd2-c10b-4c2d-9185-1cf26826bd58 service=registry version=2.8.2 time="2024-09-07T16:30:27.199087311Z" level=info msg="listening on [::]:5000, tls" go.version=go1.19.9 instance.id=51090bd2-c10b-4c2d-9185-1cf26826bd58 service=registry version=2.8.2 2024/09/07 16:30:27 http: TLS handshake error from 10.88.0.1:39142: EOF TASK [Convert test image names into local registry names] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:123 Saturday 07 September 2024 12:30:28 -0400 (0:00:00.494) 0:01:56.694 **** 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-aAu/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:127 Saturday 07 September 2024 12:30:28 -0400 (0:00:00.058) 0:01:56.753 **** 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_fzgw8bvv_podman/auth/auth.json\" --cert-dir=\"/tmp/lsr_fzgw8bvv_podman/auth\" quay.io/libpod/testimage:20210610 docker://localhost:5000/libpod/testimage:20210610", "delta": "0:00:01.125295", "end": "2024-09-07 12:30:29.914685", "item": { "key": "quay.io/libpod/testimage:20210610", "value": "localhost:5000/libpod/testimage:20210610" }, "rc": 0, "start": "2024-09-07 12:30:28.789390" } 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-aAu/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:136 Saturday 07 September 2024 12:30:30 -0400 (0:00:01.610) 0:01:58.364 **** ok: [managed_node1] => (item=localhost:5000/libpod/testimage:20210610) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "skopeo", "inspect", "--authfile=/tmp/lsr_fzgw8bvv_podman/auth/auth.json", "--cert-dir=/tmp/lsr_fzgw8bvv_podman/auth", "docker://localhost:5000/libpod/testimage:20210610" ], "delta": "0:00:00.155646", "end": "2024-09-07 12:30:30.522529", "item": "localhost:5000/libpod/testimage:20210610", "rc": 0, "start": "2024-09-07 12:30:30.366883" } 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-aAu/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:58 Saturday 07 September 2024 12:30:30 -0400 (0:00:00.648) 0:01:59.013 **** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 07 September 2024 12:30:30 -0400 (0:00:00.113) 0:01:59.127 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 07 September 2024 12:30:30 -0400 (0:00:00.086) 0:01:59.213 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 07 September 2024 12:30:30 -0400 (0:00:00.050) 0:01:59.264 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 07 September 2024 12:30:30 -0400 (0:00:00.036) 0:01:59.301 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 07 September 2024 12:30:30 -0400 (0:00:00.033) 0:01:59.334 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 07 September 2024 12:30:31 -0400 (0:00:00.034) 0:01:59.369 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 07 September 2024 12:30:31 -0400 (0:00:00.031) 0:01:59.401 **** ok: [managed_node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-aAu/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-aAu/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-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 07 September 2024 12:30:31 -0400 (0:00:00.100) 0:01:59.501 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 07 September 2024 12:30:32 -0400 (0:00:01.653) 0:02:01.155 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 07 September 2024 12:30:32 -0400 (0:00:00.119) 0:02:01.274 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 07 September 2024 12:30:32 -0400 (0:00:00.058) 0:02:01.333 **** skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 07 September 2024 12:30:33 -0400 (0:00:00.050) 0:02:01.383 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 07 September 2024 12:30:33 -0400 (0:00:00.070) 0:02:01.453 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 07 September 2024 12:30:33 -0400 (0:00:00.052) 0:02:01.506 **** ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.026651", "end": "2024-09-07 12:30:33.534287", "rc": 0, "start": "2024-09-07 12:30:33.507636" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 07 September 2024 12:30:33 -0400 (0:00:00.476) 0:02:01.983 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 07 September 2024 12:30:33 -0400 (0:00:00.054) 0:02:02.038 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 07 September 2024 12:30:33 -0400 (0:00:00.049) 0:02:02.087 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 07 September 2024 12:30:33 -0400 (0:00:00.099) 0:02:02.186 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 September 2024 12:30:33 -0400 (0:00:00.096) 0:02:02.283 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 September 2024 12:30:33 -0400 (0:00:00.062) 0:02:02.345 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 September 2024 12:30:34 -0400 (0:00:00.065) 0:02:02.411 **** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 September 2024 12:30:34 -0400 (0:00:00.069) 0:02:02.480 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1725726596.4646108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1725726564.9194663, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "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": "1360847937", "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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 September 2024 12:30:34 -0400 (0:00:00.455) 0:02:02.936 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 September 2024 12:30:34 -0400 (0:00:00.049) 0:02:02.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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 September 2024 12:30:34 -0400 (0:00:00.093) 0:02:03.079 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 September 2024 12:30:34 -0400 (0:00:00.085) 0:02:03.165 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 September 2024 12:30:34 -0400 (0:00:00.051) 0:02:03.216 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 September 2024 12:30:34 -0400 (0:00:00.077) 0:02:03.294 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 September 2024 12:30:34 -0400 (0:00:00.050) 0:02:03.345 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 September 2024 12:30:35 -0400 (0:00:00.068) 0:02:03.413 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Saturday 07 September 2024 12:30:35 -0400 (0:00:00.052) 0:02:03.466 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95 Saturday 07 September 2024 12:30:35 -0400 (0:00:00.093) 0:02:03.559 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 07 September 2024 12:30:35 -0400 (0:00:00.070) 0:02:03.630 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 07 September 2024 12:30:35 -0400 (0:00:00.053) 0:02:03.684 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98 Saturday 07 September 2024 12:30:35 -0400 (0:00:00.032) 0:02:03.717 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 07 September 2024 12:30:35 -0400 (0:00:00.059) 0:02:03.776 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 07 September 2024 12:30:35 -0400 (0:00:00.031) 0:02:03.807 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101 Saturday 07 September 2024 12:30:35 -0400 (0:00:00.032) 0:02:03.840 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Saturday 07 September 2024 12:30:35 -0400 (0:00:00.059) 0:02:03.899 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Saturday 07 September 2024 12:30:35 -0400 (0:00:00.082) 0:02:03.981 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Saturday 07 September 2024 12:30:35 -0400 (0:00:00.052) 0:02:04.034 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Saturday 07 September 2024 12:30:35 -0400 (0:00:00.100) 0:02:04.134 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Saturday 07 September 2024 12:30:35 -0400 (0:00:00.050) 0:02:04.184 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Saturday 07 September 2024 12:30:35 -0400 (0:00:00.051) 0:02:04.236 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Saturday 07 September 2024 12:30:35 -0400 (0:00:00.055) 0:02:04.291 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Saturday 07 September 2024 12:30:35 -0400 (0:00:00.051) 0:02:04.343 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117 Saturday 07 September 2024 12:30:36 -0400 (0:00:00.051) 0:02:04.394 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Saturday 07 September 2024 12:30:36 -0400 (0:00:00.052) 0:02:04.446 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128 Saturday 07 September 2024 12:30:36 -0400 (0:00:00.044) 0:02:04.491 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137 Saturday 07 September 2024 12:30:36 -0400 (0:00:00.036) 0:02:04.527 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Saturday 07 September 2024 12:30:36 -0400 (0:00:00.037) 0:02:04.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 : Handle Kubernetes specifications] ***** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Saturday 07 September 2024 12:30:36 -0400 (0:00:00.033) 0:02:04.599 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Saturday 07 September 2024 12:30:36 -0400 (0:00:00.094) 0:02:04.693 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Saturday 07 September 2024 12:30:36 -0400 (0:00:00.045) 0:02:04.739 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Saturday 07 September 2024 12:30:36 -0400 (0:00:00.043) 0:02:04.783 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Saturday 07 September 2024 12:30:36 -0400 (0:00:00.036) 0:02:04.819 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 September 2024 12:30:36 -0400 (0:00:00.121) 0:02:04.940 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 September 2024 12:30:36 -0400 (0:00:00.047) 0:02:04.988 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 September 2024 12:30:36 -0400 (0:00:00.044) 0:02:05.033 **** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 September 2024 12:30:36 -0400 (0:00:00.055) 0:02:05.088 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1725726596.4646108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1725726564.9194663, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "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": "1360847937", "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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 September 2024 12:30:37 -0400 (0:00:00.403) 0:02:05.491 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 September 2024 12:30:37 -0400 (0:00:00.038) 0:02:05.529 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 September 2024 12:30:37 -0400 (0:00:00.038) 0:02:05.568 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 September 2024 12:30:37 -0400 (0:00:00.034) 0:02:05.603 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 September 2024 12:30:37 -0400 (0:00:00.033) 0:02:05.636 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 September 2024 12:30:37 -0400 (0:00:00.033) 0:02:05.670 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 September 2024 12:30:37 -0400 (0:00:00.032) 0:02:05.703 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 September 2024 12:30:37 -0400 (0:00:00.046) 0:02:05.750 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Saturday 07 September 2024 12:30:37 -0400 (0:00:00.040) 0:02:05.790 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Saturday 07 September 2024 12:30:37 -0400 (0:00:00.049) 0:02:05.840 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Saturday 07 September 2024 12:30:37 -0400 (0:00:00.080) 0:02:05.920 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Saturday 07 September 2024 12:30:37 -0400 (0:00:00.052) 0:02:05.973 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Saturday 07 September 2024 12:30:37 -0400 (0:00:00.107) 0:02:06.080 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Saturday 07 September 2024 12:30:37 -0400 (0:00:00.071) 0:02:06.152 **** 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.005683", "end": "2024-09-07 12:30:38.290333", "rc": 0, "start": "2024-09-07 12:30:38.284650" } 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Saturday 07 September 2024 12:30:38 -0400 (0:00:00.583) 0:02:06.735 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Saturday 07 September 2024 12:30:38 -0400 (0:00:00.051) 0:02:06.787 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Saturday 07 September 2024 12:30:38 -0400 (0:00:00.101) 0:02:06.889 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Saturday 07 September 2024 12:30:38 -0400 (0:00:00.065) 0:02:06.954 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 07 September 2024 12:30:38 -0400 (0:00:00.047) 0:02:07.002 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 07 September 2024 12:30:38 -0400 (0:00:00.047) 0:02:07.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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Saturday 07 September 2024 12:30:38 -0400 (0:00:00.042) 0:02:07.092 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Saturday 07 September 2024 12:30:38 -0400 (0:00:00.049) 0:02:07.142 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Saturday 07 September 2024 12:30:38 -0400 (0:00:00.050) 0:02:07.192 **** 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-aAu/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:73 Saturday 07 September 2024 12:30:39 -0400 (0:00:00.842) 0:02:08.035 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run the role with credentials and cert checking] ************************* task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:84 Saturday 07 September 2024 12:30:39 -0400 (0:00:00.040) 0:02:08.076 **** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 07 September 2024 12:30:39 -0400 (0:00:00.129) 0:02:08.205 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 07 September 2024 12:30:39 -0400 (0:00:00.082) 0:02:08.287 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 07 September 2024 12:30:39 -0400 (0:00:00.045) 0:02:08.333 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 07 September 2024 12:30:40 -0400 (0:00:00.036) 0:02:08.370 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 07 September 2024 12:30:40 -0400 (0:00:00.047) 0:02:08.417 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 07 September 2024 12:30:40 -0400 (0:00:00.039) 0:02:08.457 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 07 September 2024 12:30:40 -0400 (0:00:00.037) 0:02:08.494 **** ok: [managed_node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-aAu/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-aAu/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-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 07 September 2024 12:30:40 -0400 (0:00:00.089) 0:02:08.584 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 07 September 2024 12:30:41 -0400 (0:00:01.466) 0:02:10.050 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 07 September 2024 12:30:41 -0400 (0:00:00.081) 0:02:10.131 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 07 September 2024 12:30:41 -0400 (0:00:00.047) 0:02:10.179 **** skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 07 September 2024 12:30:41 -0400 (0:00:00.038) 0:02:10.218 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 07 September 2024 12:30:41 -0400 (0:00:00.032) 0:02:10.250 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 07 September 2024 12:30:41 -0400 (0:00:00.033) 0:02:10.284 **** ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.025948", "end": "2024-09-07 12:30:42.255041", "rc": 0, "start": "2024-09-07 12:30:42.229093" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 07 September 2024 12:30:42 -0400 (0:00:00.405) 0:02:10.689 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 07 September 2024 12:30:42 -0400 (0:00:00.035) 0:02:10.724 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 07 September 2024 12:30:42 -0400 (0:00:00.033) 0:02:10.757 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 07 September 2024 12:30:42 -0400 (0:00:00.112) 0:02:10.869 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 September 2024 12:30:42 -0400 (0:00:00.091) 0:02:10.960 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 September 2024 12:30:42 -0400 (0:00:00.053) 0:02:11.014 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 September 2024 12:30:42 -0400 (0:00:00.044) 0:02:11.058 **** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 September 2024 12:30:42 -0400 (0:00:00.051) 0:02:11.110 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1725726596.4646108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1725726564.9194663, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "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": "1360847937", "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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 September 2024 12:30:43 -0400 (0:00:00.379) 0:02:11.489 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 September 2024 12:30:43 -0400 (0:00:00.101) 0:02:11.591 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 September 2024 12:30:43 -0400 (0:00:00.042) 0:02:11.633 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 September 2024 12:30:43 -0400 (0:00:00.042) 0:02:11.675 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 September 2024 12:30:43 -0400 (0:00:00.039) 0:02:11.715 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 September 2024 12:30:43 -0400 (0:00:00.032) 0:02:11.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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 September 2024 12:30:43 -0400 (0:00:00.034) 0:02:11.781 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 September 2024 12:30:43 -0400 (0:00:00.032) 0:02:11.813 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Saturday 07 September 2024 12:30:43 -0400 (0:00:00.033) 0:02:11.847 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95 Saturday 07 September 2024 12:30:43 -0400 (0:00:00.044) 0:02:11.891 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 07 September 2024 12:30:43 -0400 (0:00:00.079) 0:02:11.971 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 07 September 2024 12:30:43 -0400 (0:00:00.063) 0:02:12.035 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98 Saturday 07 September 2024 12:30:43 -0400 (0:00:00.052) 0:02:12.087 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 07 September 2024 12:30:43 -0400 (0:00:00.095) 0:02:12.183 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 07 September 2024 12:30:43 -0400 (0:00:00.051) 0:02:12.234 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101 Saturday 07 September 2024 12:30:43 -0400 (0:00:00.051) 0:02:12.285 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Saturday 07 September 2024 12:30:44 -0400 (0:00:00.095) 0:02:12.381 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Saturday 07 September 2024 12:30:44 -0400 (0:00:00.101) 0:02:12.483 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Saturday 07 September 2024 12:30:44 -0400 (0:00:00.050) 0:02:12.534 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Saturday 07 September 2024 12:30:44 -0400 (0:00:00.136) 0:02:12.670 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Saturday 07 September 2024 12:30:44 -0400 (0:00:00.055) 0:02:12.726 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Saturday 07 September 2024 12:30:44 -0400 (0:00:00.057) 0:02:12.784 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Saturday 07 September 2024 12:30:44 -0400 (0:00:00.047) 0:02:12.831 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Saturday 07 September 2024 12:30:44 -0400 (0:00:00.041) 0:02:12.873 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117 Saturday 07 September 2024 12:30:44 -0400 (0:00:00.049) 0:02:12.922 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Saturday 07 September 2024 12:30:44 -0400 (0:00:00.036) 0:02:12.959 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128 Saturday 07 September 2024 12:30:44 -0400 (0:00:00.031) 0:02:12.991 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137 Saturday 07 September 2024 12:30:44 -0400 (0:00:00.039) 0:02:13.030 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Saturday 07 September 2024 12:30:44 -0400 (0:00:00.035) 0:02:13.065 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Saturday 07 September 2024 12:30:44 -0400 (0:00:00.031) 0:02:13.096 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Saturday 07 September 2024 12:30:44 -0400 (0:00:00.117) 0:02:13.214 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Saturday 07 September 2024 12:30:44 -0400 (0:00:00.047) 0:02:13.261 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Saturday 07 September 2024 12:30:44 -0400 (0:00:00.054) 0:02:13.316 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Saturday 07 September 2024 12:30:45 -0400 (0:00:00.083) 0:02:13.399 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 September 2024 12:30:45 -0400 (0:00:00.060) 0:02:13.459 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 September 2024 12:30:45 -0400 (0:00:00.040) 0:02:13.500 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 September 2024 12:30:45 -0400 (0:00:00.043) 0:02:13.543 **** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 September 2024 12:30:45 -0400 (0:00:00.055) 0:02:13.599 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1725726596.4646108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1725726564.9194663, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "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": "1360847937", "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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 September 2024 12:30:45 -0400 (0:00:00.381) 0:02:13.980 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 September 2024 12:30:45 -0400 (0:00:00.037) 0:02:14.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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 September 2024 12:30:45 -0400 (0:00:00.054) 0:02:14.073 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 September 2024 12:30:45 -0400 (0:00:00.060) 0:02:14.133 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 September 2024 12:30:45 -0400 (0:00:00.043) 0:02:14.176 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 September 2024 12:30:45 -0400 (0:00:00.038) 0:02:14.214 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 September 2024 12:30:45 -0400 (0:00:00.034) 0:02:14.248 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 September 2024 12:30:45 -0400 (0:00:00.032) 0:02:14.281 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Saturday 07 September 2024 12:30:45 -0400 (0:00:00.032) 0:02:14.313 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Saturday 07 September 2024 12:30:45 -0400 (0:00:00.033) 0:02:14.347 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Saturday 07 September 2024 12:30:46 -0400 (0:00:00.050) 0:02:14.397 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Saturday 07 September 2024 12:30:46 -0400 (0:00:00.098) 0:02:14.496 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Saturday 07 September 2024 12:30:46 -0400 (0:00:00.059) 0:02:14.555 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Saturday 07 September 2024 12:30:46 -0400 (0:00:00.068) 0:02:14.623 **** 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.005613", "end": "2024-09-07 12:30:46.637637", "rc": 0, "start": "2024-09-07 12:30:46.632024" } 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Saturday 07 September 2024 12:30:46 -0400 (0:00:00.446) 0:02:15.069 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Saturday 07 September 2024 12:30:46 -0400 (0:00:00.036) 0:02:15.106 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Saturday 07 September 2024 12:30:46 -0400 (0:00:00.099) 0:02:15.206 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Saturday 07 September 2024 12:30:46 -0400 (0:00:00.056) 0:02:15.262 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 07 September 2024 12:30:46 -0400 (0:00:00.032) 0:02:15.295 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 07 September 2024 12:30:46 -0400 (0:00:00.034) 0:02:15.329 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Saturday 07 September 2024 12:30:47 -0400 (0:00:00.032) 0:02:15.362 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Saturday 07 September 2024 12:30:47 -0400 (0:00:00.033) 0:02:15.395 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Saturday 07 September 2024 12:30:47 -0400 (0:00:00.033) 0:02:15.429 **** 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-aAu/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:99 Saturday 07 September 2024 12:30:47 -0400 (0:00:00.657) 0:02:16.086 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create a local tmpdir] *************************************************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:110 Saturday 07 September 2024 12:30:47 -0400 (0:00:00.093) 0:02:16.180 **** changed: [managed_node1 -> localhost] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_ggq_40hf_podman", "size": 6, "state": "directory", "uid": 0 } TASK [Run the role with credentials in spec and CA cert] *********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:118 Saturday 07 September 2024 12:30:48 -0400 (0:00:00.332) 0:02:16.512 **** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 07 September 2024 12:30:48 -0400 (0:00:00.208) 0:02:16.721 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 07 September 2024 12:30:48 -0400 (0:00:00.157) 0:02:16.878 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 07 September 2024 12:30:48 -0400 (0:00:00.084) 0:02:16.963 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 07 September 2024 12:30:48 -0400 (0:00:00.112) 0:02:17.075 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 07 September 2024 12:30:48 -0400 (0:00:00.061) 0:02:17.137 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 07 September 2024 12:30:48 -0400 (0:00:00.067) 0:02:17.205 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 07 September 2024 12:30:48 -0400 (0:00:00.059) 0:02:17.264 **** ok: [managed_node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-aAu/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-aAu/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-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 07 September 2024 12:30:49 -0400 (0:00:00.137) 0:02:17.401 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 07 September 2024 12:30:50 -0400 (0:00:01.515) 0:02:18.917 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 07 September 2024 12:30:50 -0400 (0:00:00.054) 0:02:18.971 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 07 September 2024 12:30:50 -0400 (0:00:00.063) 0:02:19.034 **** skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 07 September 2024 12:30:50 -0400 (0:00:00.049) 0:02:19.084 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 07 September 2024 12:30:50 -0400 (0:00:00.055) 0:02:19.140 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 07 September 2024 12:30:50 -0400 (0:00:00.051) 0:02:19.191 **** ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.026576", "end": "2024-09-07 12:30:51.205131", "rc": 0, "start": "2024-09-07 12:30:51.178555" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 07 September 2024 12:30:51 -0400 (0:00:00.440) 0:02:19.632 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 07 September 2024 12:30:51 -0400 (0:00:00.038) 0:02:19.670 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 07 September 2024 12:30:51 -0400 (0:00:00.033) 0:02:19.703 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 07 September 2024 12:30:51 -0400 (0:00:00.106) 0:02:19.810 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 September 2024 12:30:51 -0400 (0:00:00.071) 0:02:19.882 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 September 2024 12:30:51 -0400 (0:00:00.064) 0:02:19.946 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 September 2024 12:30:51 -0400 (0:00:00.100) 0:02:20.046 **** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 September 2024 12:30:51 -0400 (0:00:00.057) 0:02:20.104 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1725726596.4646108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1725726564.9194663, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "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": "1360847937", "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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 September 2024 12:30:52 -0400 (0:00:00.381) 0:02:20.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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 September 2024 12:30:52 -0400 (0:00:00.039) 0:02:20.524 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 September 2024 12:30:52 -0400 (0:00:00.034) 0:02:20.559 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 September 2024 12:30:52 -0400 (0:00:00.033) 0:02:20.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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 September 2024 12:30:52 -0400 (0:00:00.032) 0:02:20.625 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 September 2024 12:30:52 -0400 (0:00:00.033) 0:02:20.658 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 September 2024 12:30:52 -0400 (0:00:00.031) 0:02:20.690 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 September 2024 12:30:52 -0400 (0:00:00.041) 0:02:20.732 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Saturday 07 September 2024 12:30:52 -0400 (0:00:00.051) 0:02:20.783 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95 Saturday 07 September 2024 12:30:52 -0400 (0:00:00.070) 0:02:20.854 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 07 September 2024 12:30:52 -0400 (0:00:00.082) 0:02:20.936 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 07 September 2024 12:30:52 -0400 (0:00:00.039) 0:02:20.976 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98 Saturday 07 September 2024 12:30:52 -0400 (0:00:00.037) 0:02:21.014 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 07 September 2024 12:30:52 -0400 (0:00:00.069) 0:02:21.083 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 07 September 2024 12:30:52 -0400 (0:00:00.073) 0:02:21.156 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101 Saturday 07 September 2024 12:30:52 -0400 (0:00:00.033) 0:02:21.189 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Saturday 07 September 2024 12:30:52 -0400 (0:00:00.060) 0:02:21.250 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Saturday 07 September 2024 12:30:52 -0400 (0:00:00.036) 0:02:21.286 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Saturday 07 September 2024 12:30:52 -0400 (0:00:00.052) 0:02:21.339 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Saturday 07 September 2024 12:30:53 -0400 (0:00:00.082) 0:02:21.422 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Saturday 07 September 2024 12:30:53 -0400 (0:00:00.057) 0:02:21.479 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Saturday 07 September 2024 12:30:53 -0400 (0:00:00.041) 0:02:21.521 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Saturday 07 September 2024 12:30:53 -0400 (0:00:00.037) 0:02:21.558 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Saturday 07 September 2024 12:30:53 -0400 (0:00:00.033) 0:02:21.591 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117 Saturday 07 September 2024 12:30:53 -0400 (0:00:00.033) 0:02:21.625 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Saturday 07 September 2024 12:30:53 -0400 (0:00:00.044) 0:02:21.669 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128 Saturday 07 September 2024 12:30:53 -0400 (0:00:00.041) 0:02:21.711 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Saturday 07 September 2024 12:30:53 -0400 (0:00:00.132) 0:02:21.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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Saturday 07 September 2024 12:30:53 -0400 (0:00:00.064) 0:02:21.908 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Saturday 07 September 2024 12:30:53 -0400 (0:00:00.120) 0:02:22.029 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Saturday 07 September 2024 12:30:53 -0400 (0:00:00.054) 0:02:22.083 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 September 2024 12:30:53 -0400 (0:00:00.102) 0:02:22.186 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 September 2024 12:30:53 -0400 (0:00:00.062) 0:02:22.249 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 September 2024 12:30:53 -0400 (0:00:00.064) 0:02:22.313 **** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 September 2024 12:30:54 -0400 (0:00:00.083) 0:02:22.397 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1725726596.4646108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1725726564.9194663, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "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": "1360847937", "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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 September 2024 12:30:54 -0400 (0:00:00.561) 0:02:22.958 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 September 2024 12:30:54 -0400 (0:00:00.063) 0:02:23.022 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 September 2024 12:30:54 -0400 (0:00:00.057) 0:02:23.079 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 September 2024 12:30:54 -0400 (0:00:00.085) 0:02:23.165 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 September 2024 12:30:54 -0400 (0:00:00.053) 0:02:23.218 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 September 2024 12:30:54 -0400 (0:00:00.053) 0:02:23.272 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 September 2024 12:30:54 -0400 (0:00:00.052) 0:02:23.325 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 September 2024 12:30:55 -0400 (0:00:00.052) 0:02:23.377 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Saturday 07 September 2024 12:30:55 -0400 (0:00:00.038) 0:02:23.416 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Saturday 07 September 2024 12:30:55 -0400 (0:00:00.052) 0:02:23.468 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Saturday 07 September 2024 12:30:55 -0400 (0:00:00.093) 0:02:23.562 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Saturday 07 September 2024 12:30:55 -0400 (0:00:00.047) 0:02:23.610 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Saturday 07 September 2024 12:30:55 -0400 (0:00:00.482) 0:02:24.093 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Saturday 07 September 2024 12:30:56 -0400 (0:00:01.064) 0:02:25.157 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Saturday 07 September 2024 12:30:56 -0400 (0:00:00.083) 0:02:25.241 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Saturday 07 September 2024 12:30:56 -0400 (0:00:00.092) 0:02:25.333 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137 Saturday 07 September 2024 12:30:57 -0400 (0:00:00.079) 0:02:25.412 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Saturday 07 September 2024 12:30:57 -0400 (0:00:00.045) 0:02:25.458 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Saturday 07 September 2024 12:30:57 -0400 (0:00:00.053) 0:02:25.512 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Saturday 07 September 2024 12:30:57 -0400 (0:00:00.192) 0:02:25.704 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Saturday 07 September 2024 12:30:57 -0400 (0:00:00.066) 0:02:25.771 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Saturday 07 September 2024 12:30:57 -0400 (0:00:00.052) 0:02:25.823 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Saturday 07 September 2024 12:30:57 -0400 (0:00:00.041) 0:02:25.865 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 September 2024 12:30:57 -0400 (0:00:00.140) 0:02:26.006 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 September 2024 12:30:57 -0400 (0:00:00.046) 0:02:26.052 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 September 2024 12:30:57 -0400 (0:00:00.046) 0:02:26.099 **** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 September 2024 12:30:57 -0400 (0:00:00.052) 0:02:26.151 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1725726596.4646108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1725726564.9194663, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "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": "1360847937", "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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 September 2024 12:30:58 -0400 (0:00:00.394) 0:02:26.546 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 September 2024 12:30:58 -0400 (0:00:00.037) 0:02:26.584 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 September 2024 12:30:58 -0400 (0:00:00.044) 0:02:26.628 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 September 2024 12:30:58 -0400 (0:00:00.039) 0:02:26.668 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 September 2024 12:30:58 -0400 (0:00:00.033) 0:02:26.701 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 September 2024 12:30:58 -0400 (0:00:00.054) 0:02:26.756 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 September 2024 12:30:58 -0400 (0:00:00.044) 0:02:26.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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 September 2024 12:30:58 -0400 (0:00:00.100) 0:02:26.901 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Saturday 07 September 2024 12:30:58 -0400 (0:00:00.076) 0:02:26.978 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Saturday 07 September 2024 12:30:58 -0400 (0:00:00.054) 0:02:27.032 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Saturday 07 September 2024 12:30:58 -0400 (0:00:00.102) 0:02:27.134 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Saturday 07 September 2024 12:30:58 -0400 (0:00:00.073) 0:02:27.208 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Saturday 07 September 2024 12:30:58 -0400 (0:00:00.061) 0:02:27.269 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Saturday 07 September 2024 12:30:58 -0400 (0:00:00.071) 0:02:27.341 **** 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.005589", "end": "2024-09-07 12:30:59.368937", "rc": 0, "start": "2024-09-07 12:30:59.363348" } 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Saturday 07 September 2024 12:30:59 -0400 (0:00:00.462) 0:02:27.804 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Saturday 07 September 2024 12:30:59 -0400 (0:00:00.036) 0:02:27.840 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Saturday 07 September 2024 12:30:59 -0400 (0:00:00.078) 0:02:27.918 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Saturday 07 September 2024 12:30:59 -0400 (0:00:00.082) 0:02:28.001 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 07 September 2024 12:30:59 -0400 (0:00:00.046) 0:02:28.048 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 07 September 2024 12:30:59 -0400 (0:00:00.046) 0:02:28.094 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Saturday 07 September 2024 12:30:59 -0400 (0:00:00.046) 0:02:28.141 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Saturday 07 September 2024 12:30:59 -0400 (0:00:00.044) 0:02:28.186 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Saturday 07 September 2024 12:30:59 -0400 (0:00:00.036) 0:02:28.222 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53 Saturday 07 September 2024 12:31:00 -0400 (0:00:00.719) 0:02:28.941 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61 Saturday 07 September 2024 12:31:01 -0400 (0:00:00.457) 0:02:29.399 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70 Saturday 07 September 2024 12:31:01 -0400 (0:00:00.773) 0:02:30.172 **** 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-1725726661.879171-12577-204583260973634/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 Saturday 07 September 2024 12:31:02 -0400 (0:00:00.766) 0:02:30.939 **** [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: 4545054518fa2749926eebf364a1f5c805372bf5a44a72afaa5af3fbfb2868a5 Container: 49bca1c8434f742cfe540f60e5b0018fa6976db06f569d066ca7fadae962e607 TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:88 Saturday 07 September 2024 12:31:03 -0400 (0:00:01.363) 0:02:32.302 **** ok: [managed_node1] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:100 Saturday 07 September 2024 12:31:04 -0400 (0:00:00.898) 0:02:33.200 **** 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": "basic.target sysinit.target systemd-journald.socket -.mount network-online.target system-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@-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": "-.mount sysinit.target 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]", "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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Saturday 07 September 2024 12:31:05 -0400 (0:00:01.056) 0:02:34.257 **** 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": "basic.target sysinit.target system-podman\\x2dkube.slice systemd-journald.socket -.mount 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": "-.mount sysinit.target 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]", "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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:127 Saturday 07 September 2024 12:31:07 -0400 (0:00:01.797) 0:02:36.054 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160 Saturday 07 September 2024 12:31:07 -0400 (0:00:00.054) 0:02:36.109 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Saturday 07 September 2024 12:31:07 -0400 (0:00:00.233) 0:02:36.342 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Saturday 07 September 2024 12:31:08 -0400 (0:00:00.066) 0:02:36.408 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Saturday 07 September 2024 12:31:08 -0400 (0:00:00.054) 0:02:36.462 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Saturday 07 September 2024 12:31:08 -0400 (0:00:00.038) 0:02:36.500 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Saturday 07 September 2024 12:31:08 -0400 (0:00:00.047) 0:02:36.548 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 September 2024 12:31:08 -0400 (0:00:00.061) 0:02:36.610 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 September 2024 12:31:08 -0400 (0:00:00.041) 0:02:36.651 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 September 2024 12:31:08 -0400 (0:00:00.042) 0:02:36.694 **** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 September 2024 12:31:08 -0400 (0:00:00.055) 0:02:36.750 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1725726596.4646108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1725726564.9194663, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "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": "1360847937", "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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 September 2024 12:31:08 -0400 (0:00:00.534) 0:02:37.284 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 September 2024 12:31:08 -0400 (0:00:00.045) 0:02:37.329 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 September 2024 12:31:09 -0400 (0:00:00.038) 0:02:37.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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 September 2024 12:31:09 -0400 (0:00:00.033) 0:02:37.400 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 September 2024 12:31:09 -0400 (0:00:00.032) 0:02:37.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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 September 2024 12:31:09 -0400 (0:00:00.085) 0:02:37.518 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 September 2024 12:31:09 -0400 (0:00:00.051) 0:02:37.570 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 September 2024 12:31:09 -0400 (0:00:00.041) 0:02:37.611 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Saturday 07 September 2024 12:31:09 -0400 (0:00:00.037) 0:02:37.649 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Saturday 07 September 2024 12:31:09 -0400 (0:00:00.073) 0:02:37.723 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Saturday 07 September 2024 12:31:09 -0400 (0:00:00.042) 0:02:37.765 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Saturday 07 September 2024 12:31:09 -0400 (0:00:00.040) 0:02:37.805 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Saturday 07 September 2024 12:31:09 -0400 (0:00:00.066) 0:02:37.871 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Saturday 07 September 2024 12:31:09 -0400 (0:00:00.036) 0:02:37.908 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Saturday 07 September 2024 12:31:09 -0400 (0:00:00.033) 0:02:37.942 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Saturday 07 September 2024 12:31:09 -0400 (0:00:00.079) 0:02:38.021 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Saturday 07 September 2024 12:31:09 -0400 (0:00:00.068) 0:02:38.089 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 07 September 2024 12:31:09 -0400 (0:00:00.035) 0:02:38.125 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 07 September 2024 12:31:09 -0400 (0:00:00.034) 0:02:38.159 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Saturday 07 September 2024 12:31:09 -0400 (0:00:00.032) 0:02:38.191 **** TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:18 Saturday 07 September 2024 12:31:09 -0400 (0:00:00.031) 0:02:38.223 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:39 Saturday 07 September 2024 12:31:10 -0400 (0:00:01.023) 0:02:39.247 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:48 Saturday 07 September 2024 12:31:11 -0400 (0:00:00.603) 0:02:39.850 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:58 Saturday 07 September 2024 12:31:11 -0400 (0:00:00.062) 0:02:39.913 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:70 Saturday 07 September 2024 12:31:11 -0400 (0:00:00.089) 0:02:40.002 **** 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-1725726671.7390044-13097-27392331346230/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:82 Saturday 07 September 2024 12:31:12 -0400 (0:00:01.076) 0:02:41.078 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:110 Saturday 07 September 2024 12:31:12 -0400 (0:00:00.037) 0:02:41.115 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Restart service] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:125 Saturday 07 September 2024 12:31:12 -0400 (0:00:00.040) 0:02:41.156 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167 Saturday 07 September 2024 12:31:12 -0400 (0:00:00.040) 0:02:41.197 **** TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173 Saturday 07 September 2024 12:31:12 -0400 (0:00:00.037) 0:02:41.234 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Saturday 07 September 2024 12:31:12 -0400 (0:00:00.044) 0:02:41.279 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Saturday 07 September 2024 12:31:13 -0400 (0:00:00.175) 0:02:41.455 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Saturday 07 September 2024 12:31:13 -0400 (0:00:00.083) 0:02:41.538 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Saturday 07 September 2024 12:31:13 -0400 (0:00:00.054) 0:02:41.592 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Saturday 07 September 2024 12:31:13 -0400 (0:00:00.055) 0:02:41.648 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 September 2024 12:31:13 -0400 (0:00:00.102) 0:02:41.750 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 September 2024 12:31:13 -0400 (0:00:00.087) 0:02:41.838 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 September 2024 12:31:13 -0400 (0:00:00.069) 0:02:41.908 **** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 September 2024 12:31:13 -0400 (0:00:00.083) 0:02:41.991 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1725726596.4646108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1725726564.9194663, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "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": "1360847937", "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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 September 2024 12:31:14 -0400 (0:00:00.617) 0:02:42.609 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 September 2024 12:31:14 -0400 (0:00:00.066) 0:02:42.675 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 September 2024 12:31:14 -0400 (0:00:00.059) 0:02:42.735 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 September 2024 12:31:14 -0400 (0:00:00.053) 0:02:42.789 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 September 2024 12:31:14 -0400 (0:00:00.057) 0:02:42.846 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 September 2024 12:31:14 -0400 (0:00:00.065) 0:02:42.911 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 September 2024 12:31:14 -0400 (0:00:00.052) 0:02:42.963 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 September 2024 12:31:14 -0400 (0:00:00.051) 0:02:43.015 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Saturday 07 September 2024 12:31:14 -0400 (0:00:00.111) 0:02:43.126 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Saturday 07 September 2024 12:31:14 -0400 (0:00:00.070) 0:02:43.196 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Saturday 07 September 2024 12:31:14 -0400 (0:00:00.054) 0:02:43.251 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Saturday 07 September 2024 12:31:14 -0400 (0:00:00.084) 0:02:43.335 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Saturday 07 September 2024 12:31:15 -0400 (0:00:00.064) 0:02:43.400 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Saturday 07 September 2024 12:31:15 -0400 (0:00:00.082) 0:02:43.483 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Saturday 07 September 2024 12:31:15 -0400 (0:00:00.055) 0:02:43.538 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Saturday 07 September 2024 12:31:15 -0400 (0:00:00.042) 0:02:43.580 **** 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-aAu/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:132 Saturday 07 September 2024 12:31:15 -0400 (0:00:00.043) 0:02:43.623 **** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 07 September 2024 12:31:15 -0400 (0:00:00.106) 0:02:43.730 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 07 September 2024 12:31:15 -0400 (0:00:00.055) 0:02:43.786 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 07 September 2024 12:31:15 -0400 (0:00:00.040) 0:02:43.826 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 07 September 2024 12:31:15 -0400 (0:00:00.039) 0:02:43.865 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 07 September 2024 12:31:15 -0400 (0:00:00.048) 0:02:43.914 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 07 September 2024 12:31:15 -0400 (0:00:00.053) 0:02:43.968 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 07 September 2024 12:31:15 -0400 (0:00:00.052) 0:02:44.020 **** ok: [managed_node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-aAu/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-aAu/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-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 07 September 2024 12:31:15 -0400 (0:00:00.198) 0:02:44.218 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 07 September 2024 12:31:17 -0400 (0:00:02.027) 0:02:46.246 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 07 September 2024 12:31:17 -0400 (0:00:00.058) 0:02:46.304 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 07 September 2024 12:31:18 -0400 (0:00:00.065) 0:02:46.370 **** skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 07 September 2024 12:31:18 -0400 (0:00:00.053) 0:02:46.423 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 07 September 2024 12:31:18 -0400 (0:00:00.041) 0:02:46.465 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 07 September 2024 12:31:18 -0400 (0:00:00.041) 0:02:46.507 **** ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.040848", "end": "2024-09-07 12:31:18.581523", "rc": 0, "start": "2024-09-07 12:31:18.540675" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 07 September 2024 12:31:18 -0400 (0:00:00.508) 0:02:47.016 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 07 September 2024 12:31:18 -0400 (0:00:00.036) 0:02:47.052 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 07 September 2024 12:31:18 -0400 (0:00:00.034) 0:02:47.087 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 07 September 2024 12:31:18 -0400 (0:00:00.074) 0:02:47.161 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 September 2024 12:31:18 -0400 (0:00:00.067) 0:02:47.228 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 September 2024 12:31:18 -0400 (0:00:00.048) 0:02:47.276 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 September 2024 12:31:18 -0400 (0:00:00.046) 0:02:47.323 **** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 September 2024 12:31:19 -0400 (0:00:00.048) 0:02:47.371 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1725726596.4646108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1725726564.9194663, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "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": "1360847937", "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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 September 2024 12:31:19 -0400 (0:00:00.509) 0:02:47.881 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 September 2024 12:31:19 -0400 (0:00:00.036) 0:02:47.918 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 September 2024 12:31:19 -0400 (0:00:00.044) 0:02:47.962 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 September 2024 12:31:19 -0400 (0:00:00.040) 0:02:48.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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 September 2024 12:31:19 -0400 (0:00:00.040) 0:02:48.043 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 September 2024 12:31:19 -0400 (0:00:00.043) 0:02:48.086 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 September 2024 12:31:19 -0400 (0:00:00.078) 0:02:48.164 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 September 2024 12:31:19 -0400 (0:00:00.034) 0:02:48.198 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Saturday 07 September 2024 12:31:19 -0400 (0:00:00.033) 0:02:48.232 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95 Saturday 07 September 2024 12:31:19 -0400 (0:00:00.044) 0:02:48.276 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 07 September 2024 12:31:19 -0400 (0:00:00.069) 0:02:48.346 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 07 September 2024 12:31:20 -0400 (0:00:00.036) 0:02:48.383 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98 Saturday 07 September 2024 12:31:20 -0400 (0:00:00.036) 0:02:48.419 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 07 September 2024 12:31:20 -0400 (0:00:00.077) 0:02:48.497 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 07 September 2024 12:31:20 -0400 (0:00:00.037) 0:02:48.535 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101 Saturday 07 September 2024 12:31:20 -0400 (0:00:00.033) 0:02:48.568 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Saturday 07 September 2024 12:31:20 -0400 (0:00:00.060) 0:02:48.629 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Saturday 07 September 2024 12:31:20 -0400 (0:00:00.032) 0:02:48.661 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Saturday 07 September 2024 12:31:20 -0400 (0:00:00.033) 0:02:48.695 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Saturday 07 September 2024 12:31:20 -0400 (0:00:00.079) 0:02:48.775 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Saturday 07 September 2024 12:31:20 -0400 (0:00:00.095) 0:02:48.871 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Saturday 07 September 2024 12:31:20 -0400 (0:00:00.041) 0:02:48.912 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Saturday 07 September 2024 12:31:20 -0400 (0:00:00.039) 0:02:48.951 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Saturday 07 September 2024 12:31:20 -0400 (0:00:00.042) 0:02:48.994 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117 Saturday 07 September 2024 12:31:20 -0400 (0:00:00.052) 0:02:49.046 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Saturday 07 September 2024 12:31:20 -0400 (0:00:00.054) 0:02:49.100 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128 Saturday 07 September 2024 12:31:20 -0400 (0:00:00.051) 0:02:49.151 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137 Saturday 07 September 2024 12:31:20 -0400 (0:00:00.050) 0:02:49.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 : Handle secrets] *********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Saturday 07 September 2024 12:31:20 -0400 (0:00:00.050) 0:02:49.253 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Saturday 07 September 2024 12:31:20 -0400 (0:00:00.051) 0:02:49.305 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Saturday 07 September 2024 12:31:21 -0400 (0:00:00.129) 0:02:49.435 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Saturday 07 September 2024 12:31:21 -0400 (0:00:00.069) 0:02:49.504 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Saturday 07 September 2024 12:31:21 -0400 (0:00:00.065) 0:02:49.570 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Saturday 07 September 2024 12:31:21 -0400 (0:00:00.046) 0:02:49.616 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 September 2024 12:31:21 -0400 (0:00:00.069) 0:02:49.686 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 September 2024 12:31:21 -0400 (0:00:00.047) 0:02:49.733 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 September 2024 12:31:21 -0400 (0:00:00.111) 0:02:49.845 **** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 September 2024 12:31:21 -0400 (0:00:00.061) 0:02:49.907 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1725726596.4646108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1725726564.9194663, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "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": "1360847937", "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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 September 2024 12:31:22 -0400 (0:00:00.565) 0:02:50.472 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 September 2024 12:31:22 -0400 (0:00:00.055) 0:02:50.527 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 September 2024 12:31:22 -0400 (0:00:00.057) 0:02:50.585 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 September 2024 12:31:22 -0400 (0:00:00.052) 0:02:50.638 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 September 2024 12:31:22 -0400 (0:00:00.052) 0:02:50.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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 September 2024 12:31:22 -0400 (0:00:00.067) 0:02:50.757 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 September 2024 12:31:22 -0400 (0:00:00.087) 0:02:50.845 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 September 2024 12:31:22 -0400 (0:00:00.105) 0:02:50.951 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Saturday 07 September 2024 12:31:22 -0400 (0:00:00.073) 0:02:51.024 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Saturday 07 September 2024 12:31:22 -0400 (0:00:00.059) 0:02:51.083 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Saturday 07 September 2024 12:31:22 -0400 (0:00:00.064) 0:02:51.148 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Saturday 07 September 2024 12:31:22 -0400 (0:00:00.044) 0:02:51.192 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Saturday 07 September 2024 12:31:22 -0400 (0:00:00.046) 0:02:51.238 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Saturday 07 September 2024 12:31:22 -0400 (0:00:00.060) 0:02:51.299 **** 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.006019", "end": "2024-09-07 12:31:23.362105", "rc": 0, "start": "2024-09-07 12:31:23.356086" } 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Saturday 07 September 2024 12:31:23 -0400 (0:00:00.544) 0:02:51.843 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Saturday 07 September 2024 12:31:23 -0400 (0:00:00.032) 0:02:51.876 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Saturday 07 September 2024 12:31:23 -0400 (0:00:00.069) 0:02:51.945 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Saturday 07 September 2024 12:31:23 -0400 (0:00:00.065) 0:02:52.011 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 07 September 2024 12:31:23 -0400 (0:00:00.058) 0:02:52.070 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 07 September 2024 12:31:23 -0400 (0:00:00.053) 0:02:52.124 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Saturday 07 September 2024 12:31:23 -0400 (0:00:00.053) 0:02:52.177 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Saturday 07 September 2024 12:31:23 -0400 (0:00:00.071) 0:02:52.249 **** TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Saturday 07 September 2024 12:31:23 -0400 (0:00:00.092) 0:02:52.342 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53 Saturday 07 September 2024 12:31:25 -0400 (0:00:01.029) 0:02:53.371 **** ok: [managed_node1] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1725726663.0769532, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1725726662.4979498, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 306184456, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1725726662.2259483, "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": "2371375607", "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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61 Saturday 07 September 2024 12:31:25 -0400 (0:00:00.507) 0:02:53.879 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70 Saturday 07 September 2024 12:31:26 -0400 (0:00:00.542) 0:02:54.421 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 Saturday 07 September 2024 12:31:26 -0400 (0:00:00.871) 0:02:55.293 **** [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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:88 Saturday 07 September 2024 12:31:27 -0400 (0:00:00.671) 0:02:55.964 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:100 Saturday 07 September 2024 12:31:27 -0400 (0:00:00.056) 0:02:56.021 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Saturday 07 September 2024 12:31:27 -0400 (0:00:00.056) 0:02:56.077 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Restart service] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:127 Saturday 07 September 2024 12:31:27 -0400 (0:00:00.064) 0:02:56.142 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160 Saturday 07 September 2024 12:31:27 -0400 (0:00:00.069) 0:02:56.212 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Saturday 07 September 2024 12:31:27 -0400 (0:00:00.134) 0:02:56.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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Saturday 07 September 2024 12:31:28 -0400 (0:00:00.095) 0:02:56.442 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Saturday 07 September 2024 12:31:28 -0400 (0:00:00.160) 0:02:56.603 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Saturday 07 September 2024 12:31:28 -0400 (0:00:00.065) 0:02:56.668 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Saturday 07 September 2024 12:31:28 -0400 (0:00:00.131) 0:02:56.800 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 September 2024 12:31:28 -0400 (0:00:00.180) 0:02:56.980 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 September 2024 12:31:28 -0400 (0:00:00.155) 0:02:57.136 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 September 2024 12:31:28 -0400 (0:00:00.068) 0:02:57.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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 September 2024 12:31:28 -0400 (0:00:00.060) 0:02:57.265 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1725726596.4646108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1725726564.9194663, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "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": "1360847937", "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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 September 2024 12:31:29 -0400 (0:00:00.561) 0:02:57.827 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 September 2024 12:31:29 -0400 (0:00:00.051) 0:02:57.879 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 September 2024 12:31:29 -0400 (0:00:00.051) 0:02:57.931 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 September 2024 12:31:29 -0400 (0:00:00.052) 0:02:57.983 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 September 2024 12:31:29 -0400 (0:00:00.051) 0:02:58.035 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 September 2024 12:31:29 -0400 (0:00:00.122) 0:02:58.157 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 September 2024 12:31:29 -0400 (0:00:00.152) 0:02:58.309 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 September 2024 12:31:30 -0400 (0:00:00.052) 0:02:58.362 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Saturday 07 September 2024 12:31:30 -0400 (0:00:00.103) 0:02:58.466 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Saturday 07 September 2024 12:31:30 -0400 (0:00:00.118) 0:02:58.585 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Saturday 07 September 2024 12:31:30 -0400 (0:00:00.167) 0:02:58.752 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Saturday 07 September 2024 12:31:30 -0400 (0:00:00.080) 0:02:58.833 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Saturday 07 September 2024 12:31:30 -0400 (0:00:00.111) 0:02:58.944 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Saturday 07 September 2024 12:31:30 -0400 (0:00:00.075) 0:02:59.020 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Saturday 07 September 2024 12:31:30 -0400 (0:00:00.039) 0:02:59.059 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Saturday 07 September 2024 12:31:30 -0400 (0:00:00.077) 0:02:59.136 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Saturday 07 September 2024 12:31:30 -0400 (0:00:00.070) 0:02:59.207 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 07 September 2024 12:31:30 -0400 (0:00:00.049) 0:02:59.256 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 07 September 2024 12:31:30 -0400 (0:00:00.065) 0:02:59.323 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Saturday 07 September 2024 12:31:31 -0400 (0:00:00.094) 0:02:59.417 **** TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:18 Saturday 07 September 2024 12:31:31 -0400 (0:00:00.051) 0:02:59.469 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:39 Saturday 07 September 2024 12:31:32 -0400 (0:00:01.026) 0:03:00.496 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:48 Saturday 07 September 2024 12:31:32 -0400 (0:00:00.717) 0:03:01.214 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:58 Saturday 07 September 2024 12:31:32 -0400 (0:00:00.054) 0:03:01.268 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:70 Saturday 07 September 2024 12:31:32 -0400 (0:00:00.050) 0:03:01.319 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:82 Saturday 07 September 2024 12:31:33 -0400 (0:00:00.936) 0:03:02.256 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:110 Saturday 07 September 2024 12:31:33 -0400 (0:00:00.055) 0:03:02.311 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Restart service] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:125 Saturday 07 September 2024 12:31:34 -0400 (0:00:00.056) 0:03:02.367 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167 Saturday 07 September 2024 12:31:34 -0400 (0:00:00.057) 0:03:02.425 **** TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173 Saturday 07 September 2024 12:31:34 -0400 (0:00:00.052) 0:03:02.477 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Saturday 07 September 2024 12:31:34 -0400 (0:00:00.058) 0:03:02.536 **** 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-aAu/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:143 Saturday 07 September 2024 12:31:34 -0400 (0:00:00.071) 0:03:02.607 **** changed: [managed_node1] => { "changed": true, "checksum": "b819d75ccfa3c80e53a58ff6bf6cebaa53935c90", "dest": "/tmp/lsr_ggq_40hf_podman/auth.json", "md5sum": "f15cd4419e7120618eaac8d321813d3d", "remote_checksum": "b819d75ccfa3c80e53a58ff6bf6cebaa53935c90", "remote_md5sum": null } TASK [Provide a credentials file - root] *************************************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:149 Saturday 07 September 2024 12:31:35 -0400 (0:00:00.913) 0:03:03.521 **** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 07 September 2024 12:31:35 -0400 (0:00:00.235) 0:03:03.757 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 07 September 2024 12:31:35 -0400 (0:00:00.161) 0:03:03.918 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 07 September 2024 12:31:35 -0400 (0:00:00.071) 0:03:03.990 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 07 September 2024 12:31:35 -0400 (0:00:00.053) 0:03:04.043 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 07 September 2024 12:31:35 -0400 (0:00:00.051) 0:03:04.094 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 07 September 2024 12:31:35 -0400 (0:00:00.046) 0:03:04.141 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 07 September 2024 12:31:35 -0400 (0:00:00.042) 0:03:04.184 **** ok: [managed_node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-aAu/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-aAu/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-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 07 September 2024 12:31:35 -0400 (0:00:00.094) 0:03:04.278 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 07 September 2024 12:31:37 -0400 (0:00:02.033) 0:03:06.312 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 07 September 2024 12:31:38 -0400 (0:00:00.051) 0:03:06.363 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 07 September 2024 12:31:38 -0400 (0:00:00.098) 0:03:06.461 **** skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 07 September 2024 12:31:38 -0400 (0:00:00.184) 0:03:06.646 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 07 September 2024 12:31:38 -0400 (0:00:00.083) 0:03:06.730 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 07 September 2024 12:31:38 -0400 (0:00:00.107) 0:03:06.837 **** ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.033882", "end": "2024-09-07 12:31:39.151074", "rc": 0, "start": "2024-09-07 12:31:39.117192" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 07 September 2024 12:31:39 -0400 (0:00:00.770) 0:03:07.608 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 07 September 2024 12:31:39 -0400 (0:00:00.041) 0:03:07.649 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 07 September 2024 12:31:39 -0400 (0:00:00.040) 0:03:07.690 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 07 September 2024 12:31:39 -0400 (0:00:00.092) 0:03:07.782 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 September 2024 12:31:39 -0400 (0:00:00.111) 0:03:07.894 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 September 2024 12:31:39 -0400 (0:00:00.064) 0:03:07.958 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 September 2024 12:31:39 -0400 (0:00:00.071) 0:03:08.030 **** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 September 2024 12:31:39 -0400 (0:00:00.112) 0:03:08.142 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1725726596.4646108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1725726564.9194663, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "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": "1360847937", "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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 September 2024 12:31:40 -0400 (0:00:00.596) 0:03:08.738 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 September 2024 12:31:40 -0400 (0:00:00.059) 0:03:08.798 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 September 2024 12:31:40 -0400 (0:00:00.071) 0:03:08.870 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 September 2024 12:31:40 -0400 (0:00:00.204) 0:03:09.075 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 September 2024 12:31:40 -0400 (0:00:00.084) 0:03:09.159 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 September 2024 12:31:40 -0400 (0:00:00.088) 0:03:09.248 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 September 2024 12:31:40 -0400 (0:00:00.051) 0:03:09.299 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 September 2024 12:31:41 -0400 (0:00:00.071) 0:03:09.370 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Saturday 07 September 2024 12:31:41 -0400 (0:00:00.060) 0:03:09.431 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95 Saturday 07 September 2024 12:31:41 -0400 (0:00:00.066) 0:03:09.498 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 07 September 2024 12:31:41 -0400 (0:00:00.093) 0:03:09.591 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 07 September 2024 12:31:41 -0400 (0:00:00.058) 0:03:09.649 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98 Saturday 07 September 2024 12:31:41 -0400 (0:00:00.059) 0:03:09.709 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 07 September 2024 12:31:41 -0400 (0:00:00.098) 0:03:09.808 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 07 September 2024 12:31:41 -0400 (0:00:00.053) 0:03:09.862 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101 Saturday 07 September 2024 12:31:41 -0400 (0:00:00.056) 0:03:09.918 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Saturday 07 September 2024 12:31:41 -0400 (0:00:00.127) 0:03:10.046 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Saturday 07 September 2024 12:31:41 -0400 (0:00:00.054) 0:03:10.101 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Saturday 07 September 2024 12:31:41 -0400 (0:00:00.051) 0:03:10.153 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Saturday 07 September 2024 12:31:41 -0400 (0:00:00.156) 0:03:10.309 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Saturday 07 September 2024 12:31:42 -0400 (0:00:00.058) 0:03:10.368 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Saturday 07 September 2024 12:31:42 -0400 (0:00:00.054) 0:03:10.422 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Saturday 07 September 2024 12:31:42 -0400 (0:00:00.053) 0:03:10.475 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Saturday 07 September 2024 12:31:42 -0400 (0:00:00.052) 0:03:10.527 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117 Saturday 07 September 2024 12:31:42 -0400 (0:00:00.050) 0:03:10.578 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Saturday 07 September 2024 12:31:42 -0400 (0:00:00.056) 0:03:10.635 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128 Saturday 07 September 2024 12:31:42 -0400 (0:00:00.051) 0:03:10.687 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137 Saturday 07 September 2024 12:31:42 -0400 (0:00:00.037) 0:03:10.725 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Saturday 07 September 2024 12:31:42 -0400 (0:00:00.101) 0:03:10.826 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Saturday 07 September 2024 12:31:42 -0400 (0:00:00.045) 0:03:10.871 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 September 2024 12:31:42 -0400 (0:00:00.103) 0:03:10.975 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 September 2024 12:31:42 -0400 (0:00:00.088) 0:03:11.063 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 September 2024 12:31:42 -0400 (0:00:00.064) 0:03:11.128 **** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 September 2024 12:31:42 -0400 (0:00:00.069) 0:03:11.197 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1725726596.4646108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1725726564.9194663, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "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": "1360847937", "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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 September 2024 12:31:43 -0400 (0:00:00.567) 0:03:11.765 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 September 2024 12:31:43 -0400 (0:00:00.043) 0:03:11.808 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 September 2024 12:31:43 -0400 (0:00:00.055) 0:03:11.863 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 September 2024 12:31:43 -0400 (0:00:00.056) 0:03:11.920 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 September 2024 12:31:43 -0400 (0:00:00.053) 0:03:11.974 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 September 2024 12:31:43 -0400 (0:00:00.054) 0:03:12.029 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 September 2024 12:31:43 -0400 (0:00:00.066) 0:03:12.095 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 September 2024 12:31:43 -0400 (0:00:00.051) 0:03:12.147 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Saturday 07 September 2024 12:31:43 -0400 (0:00:00.053) 0:03:12.200 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Saturday 07 September 2024 12:31:43 -0400 (0:00:00.058) 0:03:12.259 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Saturday 07 September 2024 12:31:44 -0400 (0:00:00.531) 0:03:12.790 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Saturday 07 September 2024 12:31:45 -0400 (0:00:01.052) 0:03:13.843 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Saturday 07 September 2024 12:31:45 -0400 (0:00:00.102) 0:03:13.946 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Saturday 07 September 2024 12:31:45 -0400 (0:00:00.120) 0:03:14.067 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Saturday 07 September 2024 12:31:45 -0400 (0:00:00.069) 0:03:14.136 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Saturday 07 September 2024 12:31:45 -0400 (0:00:00.062) 0:03:14.198 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Saturday 07 September 2024 12:31:45 -0400 (0:00:00.080) 0:03:14.279 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Saturday 07 September 2024 12:31:46 -0400 (0:00:00.155) 0:03:14.435 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Saturday 07 September 2024 12:31:46 -0400 (0:00:00.066) 0:03:14.501 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Saturday 07 September 2024 12:31:46 -0400 (0:00:00.067) 0:03:14.569 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Saturday 07 September 2024 12:31:46 -0400 (0:00:00.062) 0:03:14.632 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 September 2024 12:31:46 -0400 (0:00:00.117) 0:03:14.750 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 September 2024 12:31:46 -0400 (0:00:00.143) 0:03:14.893 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 September 2024 12:31:46 -0400 (0:00:00.080) 0:03:14.974 **** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 September 2024 12:31:46 -0400 (0:00:00.076) 0:03:15.051 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1725726596.4646108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1725726564.9194663, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "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": "1360847937", "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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 September 2024 12:31:47 -0400 (0:00:00.636) 0:03:15.688 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 September 2024 12:31:47 -0400 (0:00:00.096) 0:03:15.784 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 September 2024 12:31:47 -0400 (0:00:00.086) 0:03:15.871 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 September 2024 12:31:47 -0400 (0:00:00.132) 0:03:16.003 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 September 2024 12:31:47 -0400 (0:00:00.110) 0:03:16.113 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 September 2024 12:31:47 -0400 (0:00:00.059) 0:03:16.173 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 September 2024 12:31:47 -0400 (0:00:00.059) 0:03:16.232 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 September 2024 12:31:47 -0400 (0:00:00.058) 0:03:16.291 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Saturday 07 September 2024 12:31:47 -0400 (0:00:00.057) 0:03:16.349 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Saturday 07 September 2024 12:31:48 -0400 (0:00:00.053) 0:03:16.402 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Saturday 07 September 2024 12:31:48 -0400 (0:00:00.083) 0:03:16.485 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Saturday 07 September 2024 12:31:48 -0400 (0:00:00.055) 0:03:16.541 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Saturday 07 September 2024 12:31:48 -0400 (0:00:00.060) 0:03:16.602 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Saturday 07 September 2024 12:31:48 -0400 (0:00:00.061) 0:03:16.663 **** 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.008083", "end": "2024-09-07 12:31:48.938702", "rc": 0, "start": "2024-09-07 12:31:48.930619" } 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Saturday 07 September 2024 12:31:49 -0400 (0:00:00.794) 0:03:17.458 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Saturday 07 September 2024 12:31:49 -0400 (0:00:00.136) 0:03:17.594 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Saturday 07 September 2024 12:31:49 -0400 (0:00:00.208) 0:03:17.803 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Saturday 07 September 2024 12:31:49 -0400 (0:00:00.223) 0:03:18.026 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 07 September 2024 12:31:49 -0400 (0:00:00.195) 0:03:18.222 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 07 September 2024 12:31:49 -0400 (0:00:00.056) 0:03:18.278 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Saturday 07 September 2024 12:31:49 -0400 (0:00:00.052) 0:03:18.331 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Saturday 07 September 2024 12:31:50 -0400 (0:00:00.060) 0:03:18.391 **** TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Saturday 07 September 2024 12:31:50 -0400 (0:00:00.053) 0:03:18.444 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53 Saturday 07 September 2024 12:31:51 -0400 (0:00:01.203) 0:03:19.648 **** ok: [managed_node1] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1725726663.0769532, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1725726662.4979498, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 306184456, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1725726662.2259483, "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": "2371375607", "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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61 Saturday 07 September 2024 12:31:51 -0400 (0:00:00.562) 0:03:20.210 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70 Saturday 07 September 2024 12:31:52 -0400 (0:00:00.528) 0:03:20.739 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 Saturday 07 September 2024 12:31:53 -0400 (0:00:00.940) 0:03:21.680 **** [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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:88 Saturday 07 September 2024 12:31:54 -0400 (0:00:00.739) 0:03:22.419 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:100 Saturday 07 September 2024 12:31:54 -0400 (0:00:00.084) 0:03:22.504 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Saturday 07 September 2024 12:31:54 -0400 (0:00:00.055) 0:03:22.560 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Restart service] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:127 Saturday 07 September 2024 12:31:54 -0400 (0:00:00.063) 0:03:22.623 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160 Saturday 07 September 2024 12:31:54 -0400 (0:00:00.062) 0:03:22.685 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Saturday 07 September 2024 12:31:54 -0400 (0:00:00.124) 0:03:22.810 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Saturday 07 September 2024 12:31:54 -0400 (0:00:00.048) 0:03:22.859 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Saturday 07 September 2024 12:31:54 -0400 (0:00:00.064) 0:03:22.923 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Saturday 07 September 2024 12:31:54 -0400 (0:00:00.052) 0:03:22.976 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Saturday 07 September 2024 12:31:54 -0400 (0:00:00.058) 0:03:23.034 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 September 2024 12:31:54 -0400 (0:00:00.068) 0:03:23.102 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 September 2024 12:31:54 -0400 (0:00:00.041) 0:03:23.144 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 September 2024 12:31:54 -0400 (0:00:00.119) 0:03:23.264 **** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 September 2024 12:31:54 -0400 (0:00:00.052) 0:03:23.316 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1725726596.4646108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1725726564.9194663, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "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": "1360847937", "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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 September 2024 12:31:55 -0400 (0:00:00.542) 0:03:23.858 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 September 2024 12:31:55 -0400 (0:00:00.036) 0:03:23.895 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 September 2024 12:31:55 -0400 (0:00:00.033) 0:03:23.928 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 September 2024 12:31:55 -0400 (0:00:00.033) 0:03:23.962 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 September 2024 12:31:55 -0400 (0:00:00.034) 0:03:23.996 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 September 2024 12:31:55 -0400 (0:00:00.033) 0:03:24.029 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 September 2024 12:31:55 -0400 (0:00:00.038) 0:03:24.068 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 September 2024 12:31:55 -0400 (0:00:00.046) 0:03:24.115 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Saturday 07 September 2024 12:31:55 -0400 (0:00:00.057) 0:03:24.173 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Saturday 07 September 2024 12:31:55 -0400 (0:00:00.092) 0:03:24.266 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Saturday 07 September 2024 12:31:55 -0400 (0:00:00.041) 0:03:24.308 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Saturday 07 September 2024 12:31:55 -0400 (0:00:00.038) 0:03:24.346 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Saturday 07 September 2024 12:31:56 -0400 (0:00:00.083) 0:03:24.430 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Saturday 07 September 2024 12:31:56 -0400 (0:00:00.071) 0:03:24.501 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Saturday 07 September 2024 12:31:56 -0400 (0:00:00.072) 0:03:24.574 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Saturday 07 September 2024 12:31:56 -0400 (0:00:00.182) 0:03:24.757 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Saturday 07 September 2024 12:31:56 -0400 (0:00:00.106) 0:03:24.864 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 07 September 2024 12:31:56 -0400 (0:00:00.058) 0:03:24.922 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 07 September 2024 12:31:56 -0400 (0:00:00.052) 0:03:24.974 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Saturday 07 September 2024 12:31:56 -0400 (0:00:00.082) 0:03:25.057 **** TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:18 Saturday 07 September 2024 12:31:56 -0400 (0:00:00.065) 0:03:25.123 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:39 Saturday 07 September 2024 12:31:57 -0400 (0:00:01.044) 0:03:26.168 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:48 Saturday 07 September 2024 12:31:58 -0400 (0:00:00.786) 0:03:26.954 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:58 Saturday 07 September 2024 12:31:58 -0400 (0:00:00.057) 0:03:27.011 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:70 Saturday 07 September 2024 12:31:58 -0400 (0:00:00.062) 0:03:27.073 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:82 Saturday 07 September 2024 12:31:59 -0400 (0:00:01.002) 0:03:28.076 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:110 Saturday 07 September 2024 12:31:59 -0400 (0:00:00.115) 0:03:28.191 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Restart service] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:125 Saturday 07 September 2024 12:31:59 -0400 (0:00:00.056) 0:03:28.248 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167 Saturday 07 September 2024 12:31:59 -0400 (0:00:00.056) 0:03:28.305 **** TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173 Saturday 07 September 2024 12:31:59 -0400 (0:00:00.053) 0:03:28.359 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Saturday 07 September 2024 12:32:00 -0400 (0:00:00.142) 0:03:28.502 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Saturday 07 September 2024 12:32:00 -0400 (0:00:00.060) 0:03:28.563 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 September 2024 12:32:00 -0400 (0:00:00.093) 0:03:28.656 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 September 2024 12:32:00 -0400 (0:00:00.064) 0:03:28.721 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 September 2024 12:32:00 -0400 (0:00:00.063) 0:03:28.785 **** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 September 2024 12:32:00 -0400 (0:00:00.079) 0:03:28.865 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1725726596.4646108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1725726564.9194663, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "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": "1360847937", "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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 September 2024 12:32:01 -0400 (0:00:00.519) 0:03:29.385 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 September 2024 12:32:01 -0400 (0:00:00.036) 0:03:29.421 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 September 2024 12:32:01 -0400 (0:00:00.042) 0:03:29.463 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 September 2024 12:32:01 -0400 (0:00:00.054) 0:03:29.517 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 September 2024 12:32:01 -0400 (0:00:00.117) 0:03:29.635 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 September 2024 12:32:01 -0400 (0:00:00.038) 0:03:29.674 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 September 2024 12:32:01 -0400 (0:00:00.051) 0:03:29.726 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 September 2024 12:32:01 -0400 (0:00:00.039) 0:03:29.766 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Saturday 07 September 2024 12:32:01 -0400 (0:00:00.039) 0:03:29.805 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Saturday 07 September 2024 12:32:01 -0400 (0:00:00.067) 0:03:29.873 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Saturday 07 September 2024 12:32:01 -0400 (0:00:00.057) 0:03:29.930 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Saturday 07 September 2024 12:32:01 -0400 (0:00:00.037) 0:03:29.967 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Saturday 07 September 2024 12:32:01 -0400 (0:00:00.042) 0:03:30.009 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Saturday 07 September 2024 12:32:01 -0400 (0:00:00.039) 0:03:30.049 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Saturday 07 September 2024 12:32:01 -0400 (0:00:00.047) 0:03:30.097 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Saturday 07 September 2024 12:32:01 -0400 (0:00:00.064) 0:03:30.162 **** 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-aAu/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:161 Saturday 07 September 2024 12:32:01 -0400 (0:00:00.055) 0:03:30.217 **** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 07 September 2024 12:32:02 -0400 (0:00:00.144) 0:03:30.362 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 07 September 2024 12:32:02 -0400 (0:00:00.055) 0:03:30.417 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 07 September 2024 12:32:02 -0400 (0:00:00.099) 0:03:30.517 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 07 September 2024 12:32:02 -0400 (0:00:00.038) 0:03:30.555 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 07 September 2024 12:32:02 -0400 (0:00:00.043) 0:03:30.599 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 07 September 2024 12:32:02 -0400 (0:00:00.057) 0:03:30.656 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 07 September 2024 12:32:02 -0400 (0:00:00.054) 0:03:30.711 **** ok: [managed_node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-aAu/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-aAu/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-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 07 September 2024 12:32:02 -0400 (0:00:00.131) 0:03:30.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 : Enable copr if requested] ************* task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 07 September 2024 12:32:04 -0400 (0:00:02.175) 0:03:33.017 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 07 September 2024 12:32:04 -0400 (0:00:00.055) 0:03:33.073 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 07 September 2024 12:32:04 -0400 (0:00:00.083) 0:03:33.156 **** skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 07 September 2024 12:32:04 -0400 (0:00:00.055) 0:03:33.212 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 07 September 2024 12:32:04 -0400 (0:00:00.064) 0:03:33.276 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 07 September 2024 12:32:05 -0400 (0:00:00.138) 0:03:33.415 **** ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.034255", "end": "2024-09-07 12:32:05.641879", "rc": 0, "start": "2024-09-07 12:32:05.607624" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 07 September 2024 12:32:05 -0400 (0:00:00.698) 0:03:34.114 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 07 September 2024 12:32:05 -0400 (0:00:00.069) 0:03:34.184 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 07 September 2024 12:32:05 -0400 (0:00:00.067) 0:03:34.251 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 07 September 2024 12:32:06 -0400 (0:00:00.108) 0:03:34.360 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 September 2024 12:32:06 -0400 (0:00:00.099) 0:03:34.459 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 September 2024 12:32:06 -0400 (0:00:00.077) 0:03:34.536 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 September 2024 12:32:06 -0400 (0:00:00.071) 0:03:34.608 **** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 September 2024 12:32:06 -0400 (0:00:00.090) 0:03:34.698 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1725726596.4646108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1725726564.9194663, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "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": "1360847937", "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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 September 2024 12:32:06 -0400 (0:00:00.559) 0:03:35.258 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 September 2024 12:32:06 -0400 (0:00:00.052) 0:03:35.311 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 September 2024 12:32:07 -0400 (0:00:00.051) 0:03:35.363 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 September 2024 12:32:07 -0400 (0:00:00.067) 0:03:35.431 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 September 2024 12:32:07 -0400 (0:00:00.072) 0:03:35.503 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 September 2024 12:32:07 -0400 (0:00:00.189) 0:03:35.693 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 September 2024 12:32:07 -0400 (0:00:00.066) 0:03:35.759 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 September 2024 12:32:07 -0400 (0:00:00.051) 0:03:35.810 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Saturday 07 September 2024 12:32:07 -0400 (0:00:00.063) 0:03:35.874 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95 Saturday 07 September 2024 12:32:07 -0400 (0:00:00.077) 0:03:35.952 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 07 September 2024 12:32:07 -0400 (0:00:00.102) 0:03:36.055 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 07 September 2024 12:32:07 -0400 (0:00:00.051) 0:03:36.106 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98 Saturday 07 September 2024 12:32:07 -0400 (0:00:00.055) 0:03:36.161 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 07 September 2024 12:32:07 -0400 (0:00:00.099) 0:03:36.261 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 07 September 2024 12:32:07 -0400 (0:00:00.064) 0:03:36.325 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101 Saturday 07 September 2024 12:32:08 -0400 (0:00:00.064) 0:03:36.389 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Saturday 07 September 2024 12:32:08 -0400 (0:00:00.135) 0:03:36.524 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Saturday 07 September 2024 12:32:08 -0400 (0:00:00.077) 0:03:36.602 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Saturday 07 September 2024 12:32:08 -0400 (0:00:00.060) 0:03:36.662 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Saturday 07 September 2024 12:32:08 -0400 (0:00:00.181) 0:03:36.843 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Saturday 07 September 2024 12:32:08 -0400 (0:00:00.053) 0:03:36.897 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Saturday 07 September 2024 12:32:08 -0400 (0:00:00.063) 0:03:36.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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Saturday 07 September 2024 12:32:08 -0400 (0:00:00.057) 0:03:37.018 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Saturday 07 September 2024 12:32:08 -0400 (0:00:00.074) 0:03:37.092 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117 Saturday 07 September 2024 12:32:08 -0400 (0:00:00.093) 0:03:37.185 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Saturday 07 September 2024 12:32:08 -0400 (0:00:00.065) 0:03:37.251 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128 Saturday 07 September 2024 12:32:08 -0400 (0:00:00.053) 0:03:37.305 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Saturday 07 September 2024 12:32:09 -0400 (0:00:00.155) 0:03:37.460 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Saturday 07 September 2024 12:32:09 -0400 (0:00:00.062) 0:03:37.522 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Saturday 07 September 2024 12:32:09 -0400 (0:00:00.058) 0:03:37.581 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Saturday 07 September 2024 12:32:09 -0400 (0:00:00.058) 0:03:37.640 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 September 2024 12:32:09 -0400 (0:00:00.101) 0:03:37.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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 September 2024 12:32:09 -0400 (0:00:00.072) 0:03:37.814 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 September 2024 12:32:09 -0400 (0:00:00.084) 0:03:37.898 **** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 September 2024 12:32:09 -0400 (0:00:00.125) 0:03:38.023 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1725726596.4646108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1725726564.9194663, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "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": "1360847937", "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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 September 2024 12:32:10 -0400 (0:00:00.666) 0:03:38.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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 September 2024 12:32:10 -0400 (0:00:00.055) 0:03:38.745 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 September 2024 12:32:10 -0400 (0:00:00.081) 0:03:38.826 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 September 2024 12:32:10 -0400 (0:00:00.068) 0:03:38.895 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 September 2024 12:32:10 -0400 (0:00:00.068) 0:03:38.963 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 September 2024 12:32:10 -0400 (0:00:00.050) 0:03:39.014 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 September 2024 12:32:10 -0400 (0:00:00.051) 0:03:39.065 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 September 2024 12:32:10 -0400 (0:00:00.129) 0:03:39.194 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Saturday 07 September 2024 12:32:10 -0400 (0:00:00.093) 0:03:39.288 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Saturday 07 September 2024 12:32:10 -0400 (0:00:00.065) 0:03:39.353 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Saturday 07 September 2024 12:32:11 -0400 (0:00:00.090) 0:03:39.444 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Saturday 07 September 2024 12:32:11 -0400 (0:00:00.172) 0:03:39.617 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Saturday 07 September 2024 12:32:11 -0400 (0:00:00.084) 0:03:39.701 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Saturday 07 September 2024 12:32:11 -0400 (0:00:00.082) 0:03:39.784 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Saturday 07 September 2024 12:32:11 -0400 (0:00:00.079) 0:03:39.863 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Saturday 07 September 2024 12:32:11 -0400 (0:00:00.063) 0:03:39.927 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137 Saturday 07 September 2024 12:32:11 -0400 (0:00:00.076) 0:03:40.003 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Saturday 07 September 2024 12:32:11 -0400 (0:00:00.200) 0:03:40.204 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Saturday 07 September 2024 12:32:11 -0400 (0:00:00.073) 0:03:40.278 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 September 2024 12:32:12 -0400 (0:00:00.101) 0:03:40.379 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 September 2024 12:32:12 -0400 (0:00:00.071) 0:03:40.451 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 September 2024 12:32:12 -0400 (0:00:00.064) 0:03:40.516 **** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 September 2024 12:32:12 -0400 (0:00:00.078) 0:03:40.594 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1725726596.4646108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1725726564.9194663, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "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": "1360847937", "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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 September 2024 12:32:12 -0400 (0:00:00.524) 0:03:41.119 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 September 2024 12:32:12 -0400 (0:00:00.034) 0:03:41.154 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 September 2024 12:32:12 -0400 (0:00:00.034) 0:03:41.188 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 September 2024 12:32:12 -0400 (0:00:00.035) 0:03:41.223 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 September 2024 12:32:12 -0400 (0:00:00.034) 0:03:41.258 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 September 2024 12:32:12 -0400 (0:00:00.034) 0:03:41.292 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 September 2024 12:32:12 -0400 (0:00:00.035) 0:03:41.328 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 September 2024 12:32:13 -0400 (0:00:00.033) 0:03:41.362 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Saturday 07 September 2024 12:32:13 -0400 (0:00:00.035) 0:03:41.398 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Saturday 07 September 2024 12:32:13 -0400 (0:00:00.050) 0:03:41.448 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Saturday 07 September 2024 12:32:13 -0400 (0:00:00.109) 0:03:41.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 : Ensure credential file content is present] *** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Saturday 07 September 2024 12:32:13 -0400 (0:00:00.054) 0:03:41.611 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Saturday 07 September 2024 12:32:13 -0400 (0:00:00.055) 0:03:41.667 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Saturday 07 September 2024 12:32:13 -0400 (0:00:00.071) 0:03:41.739 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Saturday 07 September 2024 12:32:13 -0400 (0:00:00.054) 0:03:41.793 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Saturday 07 September 2024 12:32:13 -0400 (0:00:00.055) 0:03:41.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 : Handle Kubernetes specifications] ***** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Saturday 07 September 2024 12:32:13 -0400 (0:00:00.050) 0:03:41.900 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Saturday 07 September 2024 12:32:13 -0400 (0:00:00.133) 0:03:42.033 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Saturday 07 September 2024 12:32:13 -0400 (0:00:00.061) 0:03:42.095 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Saturday 07 September 2024 12:32:13 -0400 (0:00:00.070) 0:03:42.166 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Saturday 07 September 2024 12:32:13 -0400 (0:00:00.054) 0:03:42.220 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 September 2024 12:32:13 -0400 (0:00:00.077) 0:03:42.297 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 September 2024 12:32:13 -0400 (0:00:00.049) 0:03:42.346 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 September 2024 12:32:14 -0400 (0:00:00.040) 0:03:42.387 **** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 September 2024 12:32:14 -0400 (0:00:00.052) 0:03:42.439 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1725726596.4646108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1725726564.9194663, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "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": "1360847937", "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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 September 2024 12:32:14 -0400 (0:00:00.762) 0:03:43.202 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 September 2024 12:32:14 -0400 (0:00:00.043) 0:03:43.246 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 September 2024 12:32:14 -0400 (0:00:00.045) 0:03:43.291 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 September 2024 12:32:14 -0400 (0:00:00.051) 0:03:43.343 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 September 2024 12:32:15 -0400 (0:00:00.043) 0:03:43.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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 September 2024 12:32:15 -0400 (0:00:00.034) 0:03:43.421 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 September 2024 12:32:15 -0400 (0:00:00.035) 0:03:43.457 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 September 2024 12:32:15 -0400 (0:00:00.033) 0:03:43.490 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Saturday 07 September 2024 12:32:15 -0400 (0:00:00.035) 0:03:43.526 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Saturday 07 September 2024 12:32:15 -0400 (0:00:00.043) 0:03:43.569 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Saturday 07 September 2024 12:32:15 -0400 (0:00:00.088) 0:03:43.657 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Saturday 07 September 2024 12:32:15 -0400 (0:00:00.069) 0:03:43.727 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Saturday 07 September 2024 12:32:15 -0400 (0:00:00.104) 0:03:43.831 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Saturday 07 September 2024 12:32:15 -0400 (0:00:00.128) 0:03:43.960 **** 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.014920", "end": "2024-09-07 12:32:16.338464", "rc": 0, "start": "2024-09-07 12:32:16.323544" } 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Saturday 07 September 2024 12:32:16 -0400 (0:00:00.881) 0:03:44.841 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Saturday 07 September 2024 12:32:16 -0400 (0:00:00.151) 0:03:44.992 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Saturday 07 September 2024 12:32:16 -0400 (0:00:00.138) 0:03:45.131 **** 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": "Sat 2024-09-07 12:31:07 EDT", "ActiveEnterTimestampMonotonic": "373594965", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target systemd-journald.socket system-podman\\x2dkube.slice basic.target -.mount network-online.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-09-07 12:31:06 EDT", "AssertTimestampMonotonic": "372632468", "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": "Sat 2024-09-07 12:31:06 EDT", "ConditionTimestampMonotonic": "372632467", "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": "20067", "ExecMainStartTimestamp": "Sat 2024-09-07 12:31:07 EDT", "ExecMainStartTimestampMonotonic": "373594940", "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=[Sat 2024-09-07 12:31:06 EDT] ; stop_time=[n/a] ; pid=19939 ; 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": "Sat 2024-09-07 12:31:06 EDT", "InactiveExitTimestampMonotonic": "372633433", "InvocationID": "c8fd67a2a3c44f77b4ecf14e0dfd5367", "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": "20067", "MemoryAccounting": "yes", "MemoryCurrent": "30351360", "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]", "StateChangeTimestamp": "Sat 2024-09-07 12:31:07 EDT", "StateChangeTimestampMonotonic": "373594965", "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": "20", "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": "Sat 2024-09-07 12:31:07 EDT", "WatchdogTimestampMonotonic": "373594961", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.podman : Check if kube file exists] ************ task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:28 Saturday 07 September 2024 12:32:18 -0400 (0:00:01.579) 0:03:46.710 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1725726663.0769532, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1725726662.4979498, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 306184456, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1725726662.2259483, "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": "2371375607", "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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:33 Saturday 07 September 2024 12:32:18 -0400 (0:00:00.439) 0:03:47.150 **** [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 kube play --down /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "changed": true } STDOUT: Pods stopped: Pods removed: Secrets removed: Volumes removed: TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] ********** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:44 Saturday 07 September 2024 12:32:19 -0400 (0:00:00.514) 0:03:47.664 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:49 Saturday 07 September 2024 12:32:19 -0400 (0:00:00.448) 0:03:48.112 **** changed: [managed_node1] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.031123", "end": "2024-09-07 12:32:20.098568", "rc": 0, "start": "2024-09-07 12:32:20.067445" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:58 Saturday 07 September 2024 12:32:20 -0400 (0:00:00.449) 0:03:48.562 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Saturday 07 September 2024 12:32:20 -0400 (0:00:00.092) 0:03:48.655 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 07 September 2024 12:32:20 -0400 (0:00:00.111) 0:03:48.766 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 07 September 2024 12:32:20 -0400 (0:00:00.055) 0:03:48.822 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Saturday 07 September 2024 12:32:20 -0400 (0:00:00.053) 0:03:48.876 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160 Saturday 07 September 2024 12:32:20 -0400 (0:00:00.056) 0:03:48.933 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Saturday 07 September 2024 12:32:20 -0400 (0:00:00.160) 0:03:49.093 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Saturday 07 September 2024 12:32:20 -0400 (0:00:00.067) 0:03:49.161 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Saturday 07 September 2024 12:32:20 -0400 (0:00:00.076) 0:03:49.237 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Saturday 07 September 2024 12:32:20 -0400 (0:00:00.054) 0:03:49.292 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Saturday 07 September 2024 12:32:21 -0400 (0:00:00.095) 0:03:49.387 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 September 2024 12:32:21 -0400 (0:00:00.198) 0:03:49.586 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 September 2024 12:32:21 -0400 (0:00:00.115) 0:03:49.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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 September 2024 12:32:21 -0400 (0:00:00.092) 0:03:49.794 **** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 September 2024 12:32:21 -0400 (0:00:00.110) 0:03:49.905 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1725726596.4646108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1725726564.9194663, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "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": "1360847937", "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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 September 2024 12:32:22 -0400 (0:00:00.496) 0:03:50.401 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 September 2024 12:32:22 -0400 (0:00:00.059) 0:03:50.461 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 September 2024 12:32:22 -0400 (0:00:00.175) 0:03:50.637 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 September 2024 12:32:22 -0400 (0:00:00.067) 0:03:50.705 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 September 2024 12:32:22 -0400 (0:00:00.064) 0:03:50.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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 September 2024 12:32:22 -0400 (0:00:00.059) 0:03:50.828 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 September 2024 12:32:22 -0400 (0:00:00.062) 0:03:50.891 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 September 2024 12:32:22 -0400 (0:00:00.077) 0:03:50.968 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Saturday 07 September 2024 12:32:22 -0400 (0:00:00.050) 0:03:51.019 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Saturday 07 September 2024 12:32:22 -0400 (0:00:00.093) 0:03:51.113 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Saturday 07 September 2024 12:32:22 -0400 (0:00:00.054) 0:03:51.168 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Saturday 07 September 2024 12:32:22 -0400 (0:00:00.040) 0:03:51.208 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Saturday 07 September 2024 12:32:22 -0400 (0:00:00.102) 0:03:51.310 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Saturday 07 September 2024 12:32:23 -0400 (0:00:00.073) 0:03:51.384 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 07 September 2024 12:32:23 -0400 (0:00:00.133) 0:03:51.518 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 Saturday 07 September 2024 12:32:23 -0400 (0:00:00.053) 0:03:51.572 **** 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": "sysinit.target systemd-journald.socket basic.target system.slice -.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": "sysinit.target system.slice -.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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:33 Saturday 07 September 2024 12:32:24 -0400 (0:00:00.801) 0:03:52.374 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1725726693.4471247, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "1127036af0ba22b83d33a5a35ab54db2c5855175", "ctime": 1725726672.636007, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 425721988, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1725726672.2290049, "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": "2075474076", "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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:38 Saturday 07 September 2024 12:32:24 -0400 (0:00:00.724) 0:03:53.098 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_quadlet_file.yml:6 Saturday 07 September 2024 12:32:24 -0400 (0:00:00.103) 0:03:53.202 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_quadlet_file.yml:12 Saturday 07 September 2024 12:32:25 -0400 (0:00:00.447) 0:03:53.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 : Parse quadlet yaml file] ************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_quadlet_file.yml:44 Saturday 07 September 2024 12:32:25 -0400 (0:00:00.101) 0:03:53.751 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_quadlet_file.yml:52 Saturday 07 September 2024 12:32:25 -0400 (0:00:00.074) 0:03:53.826 **** ok: [managed_node1] => { "ansible_facts": { "__podman_quadlet_raw": null }, "changed": false } TASK [fedora.linux_system_roles.podman : Remove quadlet file] ****************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:42 Saturday 07 September 2024 12:32:25 -0400 (0:00:00.053) 0:03:53.879 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:48 Saturday 07 September 2024 12:32:25 -0400 (0:00:00.422) 0:03:54.301 **** ok: [managed_node1] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Remove managed resource] ************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:58 Saturday 07 September 2024 12:32:26 -0400 (0:00:00.678) 0:03:54.980 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:95 Saturday 07 September 2024 12:32:27 -0400 (0:00:00.457) 0:03:55.438 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:112 Saturday 07 September 2024 12:32:27 -0400 (0:00:00.073) 0:03:55.511 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:116 Saturday 07 September 2024 12:32:27 -0400 (0:00:00.055) 0:03:55.567 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:127 Saturday 07 September 2024 12:32:27 -0400 (0:00:00.096) 0:03:55.663 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Saturday 07 September 2024 12:32:27 -0400 (0:00:00.072) 0:03:55.736 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 07 September 2024 12:32:27 -0400 (0:00:00.039) 0:03:55.775 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 07 September 2024 12:32:27 -0400 (0:00:00.033) 0:03:55.809 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:137 Saturday 07 September 2024 12:32:27 -0400 (0:00:00.034) 0:03:55.844 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:146 Saturday 07 September 2024 12:32:27 -0400 (0:00:00.034) 0:03:55.879 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:155 Saturday 07 September 2024 12:32:27 -0400 (0:00:00.037) 0:03:55.916 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:164 Saturday 07 September 2024 12:32:27 -0400 (0:00:00.034) 0:03:55.951 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:173 Saturday 07 September 2024 12:32:27 -0400 (0:00:00.036) 0:03:55.987 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:183 Saturday 07 September 2024 12:32:27 -0400 (0:00:00.036) 0:03:56.024 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Saturday 07 September 2024 12:32:27 -0400 (0:00:00.035) 0:03:56.059 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167 Saturday 07 September 2024 12:32:27 -0400 (0:00:00.034) 0:03:56.093 **** TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173 Saturday 07 September 2024 12:32:27 -0400 (0:00:00.031) 0:03:56.124 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Saturday 07 September 2024 12:32:27 -0400 (0:00:00.097) 0:03:56.221 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Saturday 07 September 2024 12:32:27 -0400 (0:00:00.049) 0:03:56.271 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 September 2024 12:32:28 -0400 (0:00:00.146) 0:03:56.417 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 September 2024 12:32:28 -0400 (0:00:00.051) 0:03:56.469 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 September 2024 12:32:28 -0400 (0:00:00.059) 0:03:56.529 **** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 September 2024 12:32:28 -0400 (0:00:00.046) 0:03:56.576 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1725726596.4646108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1725726564.9194663, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "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": "1360847937", "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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 September 2024 12:32:28 -0400 (0:00:00.407) 0:03:56.983 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 September 2024 12:32:28 -0400 (0:00:00.055) 0:03:57.039 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 September 2024 12:32:28 -0400 (0:00:00.079) 0:03:57.119 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 September 2024 12:32:28 -0400 (0:00:00.055) 0:03:57.175 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 September 2024 12:32:28 -0400 (0:00:00.053) 0:03:57.228 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 September 2024 12:32:28 -0400 (0:00:00.052) 0:03:57.280 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 September 2024 12:32:28 -0400 (0:00:00.055) 0:03:57.336 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 September 2024 12:32:29 -0400 (0:00:00.054) 0:03:57.390 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Saturday 07 September 2024 12:32:29 -0400 (0:00:00.051) 0:03:57.442 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Saturday 07 September 2024 12:32:29 -0400 (0:00:00.076) 0:03:57.518 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Saturday 07 September 2024 12:32:29 -0400 (0:00:00.082) 0:03:57.600 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Saturday 07 September 2024 12:32:29 -0400 (0:00:00.059) 0:03:57.660 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Saturday 07 September 2024 12:32:29 -0400 (0:00:00.053) 0:03:57.713 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Saturday 07 September 2024 12:32:29 -0400 (0:00:00.518) 0:03:58.232 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Saturday 07 September 2024 12:32:30 -0400 (0:00:00.488) 0:03:58.720 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Saturday 07 September 2024 12:32:30 -0400 (0:00:00.385) 0:03:59.105 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Saturday 07 September 2024 12:32:30 -0400 (0:00:00.096) 0:03:59.202 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Saturday 07 September 2024 12:32:30 -0400 (0:00:00.035) 0:03:59.238 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Saturday 07 September 2024 12:32:30 -0400 (0:00:00.035) 0:03:59.273 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Saturday 07 September 2024 12:32:30 -0400 (0:00:00.036) 0:03:59.309 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 September 2024 12:32:31 -0400 (0:00:00.061) 0:03:59.371 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 September 2024 12:32:31 -0400 (0:00:00.041) 0:03:59.412 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 September 2024 12:32:31 -0400 (0:00:00.041) 0:03:59.453 **** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 September 2024 12:32:31 -0400 (0:00:00.045) 0:03:59.499 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1725726596.4646108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1725726564.9194663, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "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": "1360847937", "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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 September 2024 12:32:31 -0400 (0:00:00.441) 0:03:59.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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 September 2024 12:32:31 -0400 (0:00:00.146) 0:04:00.087 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 September 2024 12:32:31 -0400 (0:00:00.062) 0:04:00.149 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 September 2024 12:32:31 -0400 (0:00:00.054) 0:04:00.204 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 September 2024 12:32:31 -0400 (0:00:00.054) 0:04:00.259 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 September 2024 12:32:31 -0400 (0:00:00.053) 0:04:00.312 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 September 2024 12:32:31 -0400 (0:00:00.045) 0:04:00.358 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 September 2024 12:32:32 -0400 (0:00:00.044) 0:04:00.402 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Saturday 07 September 2024 12:32:32 -0400 (0:00:00.041) 0:04:00.443 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Saturday 07 September 2024 12:32:32 -0400 (0:00:00.053) 0:04:00.497 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Saturday 07 September 2024 12:32:32 -0400 (0:00:00.040) 0:04:00.538 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Saturday 07 September 2024 12:32:32 -0400 (0:00:00.047) 0:04:00.585 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Saturday 07 September 2024 12:32:32 -0400 (0:00:00.033) 0:04:00.619 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Saturday 07 September 2024 12:32:32 -0400 (0:00:00.056) 0:04:00.675 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Saturday 07 September 2024 12:32:33 -0400 (0:00:01.437) 0:04:02.112 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Saturday 07 September 2024 12:32:34 -0400 (0:00:00.423) 0:04:02.536 **** 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-aAu/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:175 Saturday 07 September 2024 12:32:34 -0400 (0:00:00.555) 0:04:03.091 **** 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-aAu/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:180 Saturday 07 September 2024 12:32:35 -0400 (0:00:00.872) 0:04:03.964 **** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 07 September 2024 12:32:35 -0400 (0:00:00.151) 0:04:04.116 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 07 September 2024 12:32:35 -0400 (0:00:00.062) 0:04:04.179 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 07 September 2024 12:32:35 -0400 (0:00:00.060) 0:04:04.239 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 07 September 2024 12:32:35 -0400 (0:00:00.034) 0:04:04.274 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 07 September 2024 12:32:35 -0400 (0:00:00.034) 0:04:04.309 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 07 September 2024 12:32:35 -0400 (0:00:00.037) 0:04:04.346 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 07 September 2024 12:32:36 -0400 (0:00:00.054) 0:04:04.401 **** ok: [managed_node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-aAu/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-aAu/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-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 07 September 2024 12:32:36 -0400 (0:00:00.126) 0:04:04.528 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 07 September 2024 12:32:37 -0400 (0:00:01.592) 0:04:06.120 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 07 September 2024 12:32:37 -0400 (0:00:00.040) 0:04:06.161 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 07 September 2024 12:32:37 -0400 (0:00:00.054) 0:04:06.216 **** skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 07 September 2024 12:32:37 -0400 (0:00:00.062) 0:04:06.279 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 07 September 2024 12:32:37 -0400 (0:00:00.072) 0:04:06.351 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 07 September 2024 12:32:38 -0400 (0:00:00.086) 0:04:06.438 **** ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.027763", "end": "2024-09-07 12:32:38.545762", "rc": 0, "start": "2024-09-07 12:32:38.517999" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 07 September 2024 12:32:38 -0400 (0:00:00.600) 0:04:07.038 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 07 September 2024 12:32:38 -0400 (0:00:00.102) 0:04:07.141 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 07 September 2024 12:32:38 -0400 (0:00:00.059) 0:04:07.201 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 07 September 2024 12:32:39 -0400 (0:00:00.164) 0:04:07.366 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 September 2024 12:32:39 -0400 (0:00:00.175) 0:04:07.541 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 September 2024 12:32:39 -0400 (0:00:00.060) 0:04:07.602 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 September 2024 12:32:39 -0400 (0:00:00.051) 0:04:07.654 **** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 September 2024 12:32:39 -0400 (0:00:00.052) 0:04:07.706 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1725726596.4646108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1725726564.9194663, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "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": "1360847937", "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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 September 2024 12:32:39 -0400 (0:00:00.449) 0:04:08.156 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 September 2024 12:32:39 -0400 (0:00:00.043) 0:04:08.199 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 September 2024 12:32:39 -0400 (0:00:00.040) 0:04:08.240 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 September 2024 12:32:39 -0400 (0:00:00.042) 0:04:08.282 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 September 2024 12:32:39 -0400 (0:00:00.042) 0:04:08.325 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 September 2024 12:32:40 -0400 (0:00:00.040) 0:04:08.365 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 September 2024 12:32:40 -0400 (0:00:00.033) 0:04:08.398 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 September 2024 12:32:40 -0400 (0:00:00.034) 0:04:08.433 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Saturday 07 September 2024 12:32:40 -0400 (0:00:00.033) 0:04:08.467 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95 Saturday 07 September 2024 12:32:40 -0400 (0:00:00.044) 0:04:08.512 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 07 September 2024 12:32:40 -0400 (0:00:00.083) 0:04:08.596 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 07 September 2024 12:32:40 -0400 (0:00:00.162) 0:04:08.758 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98 Saturday 07 September 2024 12:32:40 -0400 (0:00:00.039) 0:04:08.798 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 07 September 2024 12:32:40 -0400 (0:00:00.085) 0:04:08.883 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 07 September 2024 12:32:40 -0400 (0:00:00.040) 0:04:08.924 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101 Saturday 07 September 2024 12:32:40 -0400 (0:00:00.034) 0:04:08.959 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Saturday 07 September 2024 12:32:40 -0400 (0:00:00.073) 0:04:09.033 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Saturday 07 September 2024 12:32:40 -0400 (0:00:00.039) 0:04:09.072 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Saturday 07 September 2024 12:32:40 -0400 (0:00:00.044) 0:04:09.117 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Saturday 07 September 2024 12:32:40 -0400 (0:00:00.105) 0:04:09.223 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Saturday 07 September 2024 12:32:40 -0400 (0:00:00.054) 0:04:09.278 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Saturday 07 September 2024 12:32:40 -0400 (0:00:00.062) 0:04:09.340 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Saturday 07 September 2024 12:32:41 -0400 (0:00:00.054) 0:04:09.395 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Saturday 07 September 2024 12:32:41 -0400 (0:00:00.060) 0:04:09.456 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117 Saturday 07 September 2024 12:32:41 -0400 (0:00:00.073) 0:04:09.529 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Saturday 07 September 2024 12:32:41 -0400 (0:00:00.053) 0:04:09.582 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128 Saturday 07 September 2024 12:32:41 -0400 (0:00:00.050) 0:04:09.633 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Saturday 07 September 2024 12:32:41 -0400 (0:00:00.221) 0:04:09.855 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Saturday 07 September 2024 12:32:41 -0400 (0:00:00.122) 0:04:09.977 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Saturday 07 September 2024 12:32:41 -0400 (0:00:00.114) 0:04:10.091 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Saturday 07 September 2024 12:32:41 -0400 (0:00:00.141) 0:04:10.233 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 September 2024 12:32:42 -0400 (0:00:00.145) 0:04:10.378 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 September 2024 12:32:42 -0400 (0:00:00.592) 0:04:10.971 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 September 2024 12:32:42 -0400 (0:00:00.051) 0:04:11.022 **** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 September 2024 12:32:42 -0400 (0:00:00.054) 0:04:11.077 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1725726596.4646108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1725726564.9194663, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "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": "1360847937", "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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 September 2024 12:32:43 -0400 (0:00:00.424) 0:04:11.501 **** ok: [managed_node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003554", "end": "2024-09-07 12:32:43.743178", "rc": 0, "start": "2024-09-07 12:32:43.739624" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 September 2024 12:32:43 -0400 (0:00:00.673) 0:04:12.175 **** ok: [managed_node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003536", "end": "2024-09-07 12:32:44.138075", "rc": 0, "start": "2024-09-07 12:32:44.134539" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 September 2024 12:32:44 -0400 (0:00:00.445) 0:04:12.621 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 September 2024 12:32:44 -0400 (0:00:00.060) 0:04:12.681 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 September 2024 12:32:44 -0400 (0:00:00.118) 0:04:12.800 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 September 2024 12:32:44 -0400 (0:00:00.040) 0:04:12.841 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 September 2024 12:32:44 -0400 (0:00:00.034) 0:04:12.876 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 September 2024 12:32:44 -0400 (0:00:00.034) 0:04:12.910 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Saturday 07 September 2024 12:32:44 -0400 (0:00:00.035) 0:04:12.945 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Saturday 07 September 2024 12:32:44 -0400 (0:00:00.047) 0:04:12.992 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Saturday 07 September 2024 12:32:44 -0400 (0:00:00.046) 0:04:13.039 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Saturday 07 September 2024 12:32:44 -0400 (0:00:00.058) 0:04:13.097 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Saturday 07 September 2024 12:32:45 -0400 (0:00:00.442) 0:04:13.540 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Saturday 07 September 2024 12:32:45 -0400 (0:00:00.757) 0:04:14.297 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Saturday 07 September 2024 12:32:45 -0400 (0:00:00.046) 0:04:14.344 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Saturday 07 September 2024 12:32:46 -0400 (0:00:00.035) 0:04:14.380 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137 Saturday 07 September 2024 12:32:46 -0400 (0:00:00.034) 0:04:14.414 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Saturday 07 September 2024 12:32:46 -0400 (0:00:00.128) 0:04:14.543 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Saturday 07 September 2024 12:32:46 -0400 (0:00:00.037) 0:04:14.581 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 September 2024 12:32:46 -0400 (0:00:00.059) 0:04:14.640 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 September 2024 12:32:46 -0400 (0:00:00.043) 0:04:14.683 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 September 2024 12:32:46 -0400 (0:00:00.042) 0:04:14.726 **** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 September 2024 12:32:46 -0400 (0:00:00.072) 0:04:14.799 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1725726596.4646108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1725726564.9194663, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "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": "1360847937", "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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 September 2024 12:32:46 -0400 (0:00:00.404) 0:04:15.204 **** ok: [managed_node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003529", "end": "2024-09-07 12:32:47.184544", "rc": 0, "start": "2024-09-07 12:32:47.181015" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 September 2024 12:32:47 -0400 (0:00:00.426) 0:04:15.630 **** ok: [managed_node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003565", "end": "2024-09-07 12:32:47.601157", "rc": 0, "start": "2024-09-07 12:32:47.597592" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 September 2024 12:32:47 -0400 (0:00:00.418) 0:04:16.048 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 September 2024 12:32:47 -0400 (0:00:00.065) 0:04:16.114 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 September 2024 12:32:47 -0400 (0:00:00.041) 0:04:16.156 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 September 2024 12:32:47 -0400 (0:00:00.039) 0:04:16.195 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 September 2024 12:32:47 -0400 (0:00:00.043) 0:04:16.238 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 September 2024 12:32:47 -0400 (0:00:00.048) 0:04:16.287 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Saturday 07 September 2024 12:32:48 -0400 (0:00:00.082) 0:04:16.369 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Saturday 07 September 2024 12:32:48 -0400 (0:00:00.126) 0:04:16.495 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Saturday 07 September 2024 12:32:48 -0400 (0:00:00.405) 0:04:16.901 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Saturday 07 September 2024 12:32:48 -0400 (0:00:00.046) 0:04:16.948 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Saturday 07 September 2024 12:32:49 -0400 (0:00:00.725) 0:04:17.673 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Saturday 07 September 2024 12:32:49 -0400 (0:00:00.034) 0:04:17.708 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Saturday 07 September 2024 12:32:49 -0400 (0:00:00.034) 0:04:17.742 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Saturday 07 September 2024 12:32:49 -0400 (0:00:00.035) 0:04:17.778 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Saturday 07 September 2024 12:32:49 -0400 (0:00:00.031) 0:04:17.810 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Saturday 07 September 2024 12:32:49 -0400 (0:00:00.088) 0:04:17.898 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Saturday 07 September 2024 12:32:49 -0400 (0:00:00.042) 0:04:17.940 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Saturday 07 September 2024 12:32:49 -0400 (0:00:00.046) 0:04:17.987 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Saturday 07 September 2024 12:32:49 -0400 (0:00:00.089) 0:04:18.076 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 September 2024 12:32:49 -0400 (0:00:00.062) 0:04:18.139 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 September 2024 12:32:49 -0400 (0:00:00.040) 0:04:18.180 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 September 2024 12:32:49 -0400 (0:00:00.051) 0:04:18.231 **** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 September 2024 12:32:49 -0400 (0:00:00.061) 0:04:18.292 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1725726596.4646108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1725726564.9194663, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "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": "1360847937", "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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 September 2024 12:32:50 -0400 (0:00:00.418) 0:04:18.711 **** ok: [managed_node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003646", "end": "2024-09-07 12:32:50.671631", "rc": 0, "start": "2024-09-07 12:32:50.667985" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 September 2024 12:32:50 -0400 (0:00:00.401) 0:04:19.112 **** ok: [managed_node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003539", "end": "2024-09-07 12:32:51.070738", "rc": 0, "start": "2024-09-07 12:32:51.067199" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 September 2024 12:32:51 -0400 (0:00:00.406) 0:04:19.519 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 September 2024 12:32:51 -0400 (0:00:00.062) 0:04:19.582 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 September 2024 12:32:51 -0400 (0:00:00.041) 0:04:19.623 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 September 2024 12:32:51 -0400 (0:00:00.043) 0:04:19.667 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 September 2024 12:32:51 -0400 (0:00:00.039) 0:04:19.707 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 September 2024 12:32:51 -0400 (0:00:00.039) 0:04:19.746 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Saturday 07 September 2024 12:32:51 -0400 (0:00:00.035) 0:04:19.781 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Saturday 07 September 2024 12:32:51 -0400 (0:00:00.086) 0:04:19.868 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Saturday 07 September 2024 12:32:51 -0400 (0:00:00.053) 0:04:19.922 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Saturday 07 September 2024 12:32:51 -0400 (0:00:00.035) 0:04:19.957 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Saturday 07 September 2024 12:32:51 -0400 (0:00:00.037) 0:04:19.995 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Saturday 07 September 2024 12:32:51 -0400 (0:00:00.039) 0:04:20.035 **** 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.005630", "end": "2024-09-07 12:32:51.988554", "rc": 0, "start": "2024-09-07 12:32:51.982924" } 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Saturday 07 September 2024 12:32:52 -0400 (0:00:00.383) 0:04:20.418 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Saturday 07 September 2024 12:32:52 -0400 (0:00:00.035) 0:04:20.453 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Saturday 07 September 2024 12:32:52 -0400 (0:00:00.072) 0:04:20.526 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Saturday 07 September 2024 12:32:52 -0400 (0:00:00.058) 0:04:20.584 **** changed: [managed_node1] => { "changed": true, "cmd": [ "loginctl", "enable-linger", "auth_test_user1" ], "delta": "0:00:00.018834", "end": "2024-09-07 12:32:52.555599", "rc": 0, "start": "2024-09-07 12:32:52.536765" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 07 September 2024 12:32:52 -0400 (0:00:00.444) 0:04:21.028 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 07 September 2024 12:32:52 -0400 (0:00:00.064) 0:04:21.092 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Saturday 07 September 2024 12:32:52 -0400 (0:00:00.057) 0:04:21.150 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Saturday 07 September 2024 12:32:52 -0400 (0:00:00.049) 0:04:21.199 **** TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Saturday 07 September 2024 12:32:52 -0400 (0:00:00.119) 0:04:21.319 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53 Saturday 07 September 2024 12:32:54 -0400 (0:00:01.205) 0:04:22.524 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61 Saturday 07 September 2024 12:32:54 -0400 (0:00:00.473) 0:04:22.998 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70 Saturday 07 September 2024 12:32:55 -0400 (0:00:00.439) 0:04:23.437 **** 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-1725726775.1271033-19065-4433850934700/source", "state": "file", "uid": 2001 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 Saturday 07 September 2024 12:32:55 -0400 (0:00:00.738) 0:04:24.176 **** [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: 69a9fa0e0f4a2d788a55c5d742bf8e151c437333920ba81a93165a791c398008 Container: 44cb0b33d36852976ba58be1f74c525b1c27acb20aed6f71f3f5d3fd10204a00 TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:88 Saturday 07 September 2024 12:32:57 -0400 (0:00:01.189) 0:04:25.365 **** ok: [managed_node1] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:100 Saturday 07 September 2024 12:32:57 -0400 (0:00:00.615) 0:04:25.981 **** 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": "basic.target network-online.target podman\\x2dkube.slice -.mount run-user-2001.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@-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": "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": "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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Saturday 07 September 2024 12:32:58 -0400 (0:00:00.567) 0:04:26.548 **** 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": "basic.target run-user-2001.mount network-online.target podman\\x2dkube.slice -.mount", "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": "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": "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": "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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:127 Saturday 07 September 2024 12:32:59 -0400 (0:00:01.274) 0:04:27.823 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160 Saturday 07 September 2024 12:32:59 -0400 (0:00:00.036) 0:04:27.859 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Saturday 07 September 2024 12:32:59 -0400 (0:00:00.096) 0:04:27.956 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Saturday 07 September 2024 12:32:59 -0400 (0:00:00.043) 0:04:28.000 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Saturday 07 September 2024 12:32:59 -0400 (0:00:00.043) 0:04:28.043 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Saturday 07 September 2024 12:32:59 -0400 (0:00:00.034) 0:04:28.077 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Saturday 07 September 2024 12:32:59 -0400 (0:00:00.050) 0:04:28.128 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 September 2024 12:32:59 -0400 (0:00:00.063) 0:04:28.192 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 September 2024 12:32:59 -0400 (0:00:00.043) 0:04:28.236 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 September 2024 12:32:59 -0400 (0:00:00.041) 0:04:28.277 **** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 September 2024 12:32:59 -0400 (0:00:00.045) 0:04:28.323 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1725726596.4646108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1725726564.9194663, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "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": "1360847937", "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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 September 2024 12:33:00 -0400 (0:00:00.492) 0:04:28.815 **** ok: [managed_node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.005196", "end": "2024-09-07 12:33:00.886682", "rc": 0, "start": "2024-09-07 12:33:00.881486" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 September 2024 12:33:00 -0400 (0:00:00.505) 0:04:29.321 **** ok: [managed_node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.005225", "end": "2024-09-07 12:33:01.371217", "rc": 0, "start": "2024-09-07 12:33:01.365992" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 September 2024 12:33:01 -0400 (0:00:00.508) 0:04:29.829 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 September 2024 12:33:01 -0400 (0:00:00.061) 0:04:29.890 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 September 2024 12:33:01 -0400 (0:00:00.041) 0:04:29.931 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 September 2024 12:33:01 -0400 (0:00:00.041) 0:04:29.972 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 September 2024 12:33:01 -0400 (0:00:00.033) 0:04:30.006 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 September 2024 12:33:01 -0400 (0:00:00.034) 0:04:30.041 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Saturday 07 September 2024 12:33:01 -0400 (0:00:00.035) 0:04:30.077 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Saturday 07 September 2024 12:33:01 -0400 (0:00:00.059) 0:04:30.136 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Saturday 07 September 2024 12:33:01 -0400 (0:00:00.037) 0:04:30.173 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Saturday 07 September 2024 12:33:01 -0400 (0:00:00.049) 0:04:30.223 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Saturday 07 September 2024 12:33:01 -0400 (0:00:00.075) 0:04:30.298 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Saturday 07 September 2024 12:33:01 -0400 (0:00:00.040) 0:04:30.339 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Saturday 07 September 2024 12:33:02 -0400 (0:00:00.033) 0:04:30.373 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Saturday 07 September 2024 12:33:02 -0400 (0:00:00.071) 0:04:30.444 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Saturday 07 September 2024 12:33:02 -0400 (0:00:00.111) 0:04:30.556 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 07 September 2024 12:33:02 -0400 (0:00:00.485) 0:04:31.041 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 07 September 2024 12:33:02 -0400 (0:00:00.041) 0:04:31.083 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Saturday 07 September 2024 12:33:02 -0400 (0:00:00.037) 0:04:31.120 **** TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:18 Saturday 07 September 2024 12:33:02 -0400 (0:00:00.032) 0:04:31.152 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:39 Saturday 07 September 2024 12:33:03 -0400 (0:00:01.106) 0:04:32.259 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:48 Saturday 07 September 2024 12:33:04 -0400 (0:00:00.544) 0:04:32.803 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:58 Saturday 07 September 2024 12:33:04 -0400 (0:00:00.055) 0:04:32.858 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:70 Saturday 07 September 2024 12:33:04 -0400 (0:00:00.054) 0:04:32.913 **** 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-1725726784.6156616-19462-77761730179295/source", "state": "file", "uid": 2001 } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:82 Saturday 07 September 2024 12:33:05 -0400 (0:00:01.005) 0:04:33.918 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:110 Saturday 07 September 2024 12:33:05 -0400 (0:00:00.046) 0:04:33.964 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Restart service] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:125 Saturday 07 September 2024 12:33:05 -0400 (0:00:00.048) 0:04:34.012 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167 Saturday 07 September 2024 12:33:05 -0400 (0:00:00.053) 0:04:34.066 **** TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173 Saturday 07 September 2024 12:33:05 -0400 (0:00:00.039) 0:04:34.106 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Saturday 07 September 2024 12:33:05 -0400 (0:00:00.092) 0:04:34.198 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Saturday 07 September 2024 12:33:05 -0400 (0:00:00.038) 0:04:34.237 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 September 2024 12:33:05 -0400 (0:00:00.063) 0:04:34.300 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 September 2024 12:33:06 -0400 (0:00:00.061) 0:04:34.362 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 September 2024 12:33:06 -0400 (0:00:00.052) 0:04:34.414 **** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 September 2024 12:33:06 -0400 (0:00:00.055) 0:04:34.469 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1725726596.4646108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1725726564.9194663, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "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": "1360847937", "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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 September 2024 12:33:06 -0400 (0:00:00.479) 0:04:34.949 **** ok: [managed_node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.004446", "end": "2024-09-07 12:33:07.002855", "rc": 0, "start": "2024-09-07 12:33:06.998409" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 September 2024 12:33:07 -0400 (0:00:00.525) 0:04:35.474 **** ok: [managed_node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.005724", "end": "2024-09-07 12:33:07.550718", "rc": 0, "start": "2024-09-07 12:33:07.544994" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 September 2024 12:33:07 -0400 (0:00:00.528) 0:04:36.002 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 September 2024 12:33:07 -0400 (0:00:00.077) 0:04:36.079 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 September 2024 12:33:07 -0400 (0:00:00.041) 0:04:36.121 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 September 2024 12:33:07 -0400 (0:00:00.043) 0:04:36.165 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 September 2024 12:33:07 -0400 (0:00:00.041) 0:04:36.207 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 September 2024 12:33:07 -0400 (0:00:00.039) 0:04:36.246 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Saturday 07 September 2024 12:33:07 -0400 (0:00:00.036) 0:04:36.283 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Saturday 07 September 2024 12:33:08 -0400 (0:00:00.112) 0:04:36.395 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Saturday 07 September 2024 12:33:08 -0400 (0:00:00.039) 0:04:36.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 : Ensure credential file content is present] *** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Saturday 07 September 2024 12:33:08 -0400 (0:00:00.042) 0:04:36.478 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Saturday 07 September 2024 12:33:08 -0400 (0:00:00.055) 0:04:36.533 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Saturday 07 September 2024 12:33:08 -0400 (0:00:00.042) 0:04:36.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 : Ensure the credentials directory is absent if empty] *** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Saturday 07 September 2024 12:33:08 -0400 (0:00:00.039) 0:04:36.615 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Saturday 07 September 2024 12:33:08 -0400 (0:00:00.042) 0:04:36.658 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Saturday 07 September 2024 12:33:08 -0400 (0:00:00.164) 0:04:36.823 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Saturday 07 September 2024 12:33:08 -0400 (0:00:00.039) 0:04:36.862 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Saturday 07 September 2024 12:33:08 -0400 (0:00:00.048) 0:04:36.911 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Saturday 07 September 2024 12:33:08 -0400 (0:00:00.040) 0:04:36.952 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 September 2024 12:33:08 -0400 (0:00:00.071) 0:04:37.023 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 September 2024 12:33:08 -0400 (0:00:00.049) 0:04:37.072 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 September 2024 12:33:08 -0400 (0:00:00.046) 0:04:37.118 **** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 September 2024 12:33:08 -0400 (0:00:00.048) 0:04:37.166 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1725726596.4646108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1725726564.9194663, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "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": "1360847937", "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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 September 2024 12:33:09 -0400 (0:00:00.529) 0:04:37.696 **** ok: [managed_node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.004865", "end": "2024-09-07 12:33:09.734773", "rc": 0, "start": "2024-09-07 12:33:09.729908" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 September 2024 12:33:09 -0400 (0:00:00.481) 0:04:38.178 **** ok: [managed_node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.004111", "end": "2024-09-07 12:33:10.235505", "rc": 0, "start": "2024-09-07 12:33:10.231394" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 September 2024 12:33:10 -0400 (0:00:00.492) 0:04:38.671 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 September 2024 12:33:10 -0400 (0:00:00.105) 0:04:38.776 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 September 2024 12:33:10 -0400 (0:00:00.034) 0:04:38.811 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 September 2024 12:33:10 -0400 (0:00:00.035) 0:04:38.846 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 September 2024 12:33:10 -0400 (0:00:00.039) 0:04:38.886 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 September 2024 12:33:10 -0400 (0:00:00.051) 0:04:38.937 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Saturday 07 September 2024 12:33:10 -0400 (0:00:00.075) 0:04:39.012 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Saturday 07 September 2024 12:33:10 -0400 (0:00:00.060) 0:04:39.073 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Saturday 07 September 2024 12:33:10 -0400 (0:00:00.042) 0:04:39.116 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Saturday 07 September 2024 12:33:10 -0400 (0:00:00.054) 0:04:39.171 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Saturday 07 September 2024 12:33:10 -0400 (0:00:00.052) 0:04:39.223 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Saturday 07 September 2024 12:33:10 -0400 (0:00:00.057) 0:04:39.281 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Saturday 07 September 2024 12:33:10 -0400 (0:00:00.046) 0:04:39.327 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Saturday 07 September 2024 12:33:11 -0400 (0:00:00.034) 0:04:39.362 **** 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-aAu/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:208 Saturday 07 September 2024 12:33:11 -0400 (0:00:00.033) 0:04:39.396 **** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 07 September 2024 12:33:11 -0400 (0:00:00.055) 0:04:39.451 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 07 September 2024 12:33:11 -0400 (0:00:00.056) 0:04:39.508 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 07 September 2024 12:33:11 -0400 (0:00:00.041) 0:04:39.550 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 07 September 2024 12:33:11 -0400 (0:00:00.096) 0:04:39.646 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 07 September 2024 12:33:11 -0400 (0:00:00.040) 0:04:39.687 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 07 September 2024 12:33:11 -0400 (0:00:00.042) 0:04:39.729 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 07 September 2024 12:33:11 -0400 (0:00:00.057) 0:04:39.786 **** ok: [managed_node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-aAu/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-aAu/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-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 07 September 2024 12:33:11 -0400 (0:00:00.104) 0:04:39.890 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 07 September 2024 12:33:13 -0400 (0:00:01.892) 0:04:41.783 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 07 September 2024 12:33:13 -0400 (0:00:00.034) 0:04:41.818 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 07 September 2024 12:33:13 -0400 (0:00:00.091) 0:04:41.910 **** skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 07 September 2024 12:33:13 -0400 (0:00:00.040) 0:04:41.950 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 07 September 2024 12:33:13 -0400 (0:00:00.040) 0:04:41.991 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 07 September 2024 12:33:13 -0400 (0:00:00.039) 0:04:42.030 **** ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.039630", "end": "2024-09-07 12:33:14.115140", "rc": 0, "start": "2024-09-07 12:33:14.075510" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 07 September 2024 12:33:14 -0400 (0:00:00.533) 0:04:42.564 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 07 September 2024 12:33:14 -0400 (0:00:00.037) 0:04:42.602 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 07 September 2024 12:33:14 -0400 (0:00:00.033) 0:04:42.635 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 07 September 2024 12:33:14 -0400 (0:00:00.066) 0:04:42.702 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 September 2024 12:33:14 -0400 (0:00:00.077) 0:04:42.780 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 September 2024 12:33:14 -0400 (0:00:00.543) 0:04:43.323 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 September 2024 12:33:15 -0400 (0:00:00.051) 0:04:43.375 **** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 September 2024 12:33:15 -0400 (0:00:00.051) 0:04:43.426 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1725726596.4646108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1725726564.9194663, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "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": "1360847937", "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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 September 2024 12:33:15 -0400 (0:00:00.496) 0:04:43.923 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 September 2024 12:33:15 -0400 (0:00:00.041) 0:04:43.964 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 September 2024 12:33:15 -0400 (0:00:00.050) 0:04:44.014 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 September 2024 12:33:15 -0400 (0:00:00.051) 0:04:44.066 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 September 2024 12:33:15 -0400 (0:00:00.045) 0:04:44.112 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 September 2024 12:33:15 -0400 (0:00:00.047) 0:04:44.159 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 September 2024 12:33:15 -0400 (0:00:00.055) 0:04:44.214 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 September 2024 12:33:15 -0400 (0:00:00.056) 0:04:44.271 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Saturday 07 September 2024 12:33:15 -0400 (0:00:00.063) 0:04:44.335 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95 Saturday 07 September 2024 12:33:16 -0400 (0:00:00.057) 0:04:44.392 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 07 September 2024 12:33:16 -0400 (0:00:00.075) 0:04:44.468 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 07 September 2024 12:33:16 -0400 (0:00:00.034) 0:04:44.502 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98 Saturday 07 September 2024 12:33:16 -0400 (0:00:00.035) 0:04:44.537 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 07 September 2024 12:33:16 -0400 (0:00:00.064) 0:04:44.602 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 07 September 2024 12:33:16 -0400 (0:00:00.034) 0:04:44.637 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101 Saturday 07 September 2024 12:33:16 -0400 (0:00:00.033) 0:04:44.670 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Saturday 07 September 2024 12:33:16 -0400 (0:00:00.114) 0:04:44.785 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Saturday 07 September 2024 12:33:16 -0400 (0:00:00.037) 0:04:44.822 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Saturday 07 September 2024 12:33:16 -0400 (0:00:00.044) 0:04:44.867 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Saturday 07 September 2024 12:33:16 -0400 (0:00:00.080) 0:04:44.948 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Saturday 07 September 2024 12:33:16 -0400 (0:00:00.044) 0:04:44.992 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Saturday 07 September 2024 12:33:16 -0400 (0:00:00.038) 0:04:45.030 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Saturday 07 September 2024 12:33:16 -0400 (0:00:00.035) 0:04:45.065 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Saturday 07 September 2024 12:33:16 -0400 (0:00:00.033) 0:04:45.099 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117 Saturday 07 September 2024 12:33:16 -0400 (0:00:00.037) 0:04:45.136 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Saturday 07 September 2024 12:33:16 -0400 (0:00:00.044) 0:04:45.181 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128 Saturday 07 September 2024 12:33:16 -0400 (0:00:00.032) 0:04:45.214 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Saturday 07 September 2024 12:33:16 -0400 (0:00:00.097) 0:04:45.311 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Saturday 07 September 2024 12:33:17 -0400 (0:00:00.056) 0:04:45.368 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Saturday 07 September 2024 12:33:17 -0400 (0:00:00.045) 0:04:45.414 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Saturday 07 September 2024 12:33:17 -0400 (0:00:00.039) 0:04:45.453 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 September 2024 12:33:17 -0400 (0:00:00.136) 0:04:45.589 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 September 2024 12:33:17 -0400 (0:00:00.044) 0:04:45.634 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 September 2024 12:33:17 -0400 (0:00:00.064) 0:04:45.699 **** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 September 2024 12:33:17 -0400 (0:00:00.051) 0:04:45.750 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1725726596.4646108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1725726564.9194663, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "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": "1360847937", "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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 September 2024 12:33:17 -0400 (0:00:00.505) 0:04:46.255 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 September 2024 12:33:17 -0400 (0:00:00.040) 0:04:46.295 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 September 2024 12:33:17 -0400 (0:00:00.034) 0:04:46.330 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 September 2024 12:33:18 -0400 (0:00:00.036) 0:04:46.366 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 September 2024 12:33:18 -0400 (0:00:00.033) 0:04:46.400 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 September 2024 12:33:18 -0400 (0:00:00.036) 0:04:46.436 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 September 2024 12:33:18 -0400 (0:00:00.042) 0:04:46.478 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 September 2024 12:33:18 -0400 (0:00:00.052) 0:04:46.531 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Saturday 07 September 2024 12:33:18 -0400 (0:00:00.057) 0:04:46.588 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Saturday 07 September 2024 12:33:18 -0400 (0:00:00.069) 0:04:46.658 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Saturday 07 September 2024 12:33:18 -0400 (0:00:00.058) 0:04:46.717 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Saturday 07 September 2024 12:33:18 -0400 (0:00:00.069) 0:04:46.786 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Saturday 07 September 2024 12:33:18 -0400 (0:00:00.118) 0:04:46.905 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Saturday 07 September 2024 12:33:18 -0400 (0:00:00.073) 0:04:46.978 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Saturday 07 September 2024 12:33:18 -0400 (0:00:00.076) 0:04:47.055 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Saturday 07 September 2024 12:33:18 -0400 (0:00:00.057) 0:04:47.113 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137 Saturday 07 September 2024 12:33:18 -0400 (0:00:00.057) 0:04:47.170 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Saturday 07 September 2024 12:33:18 -0400 (0:00:00.150) 0:04:47.320 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Saturday 07 September 2024 12:33:19 -0400 (0:00:00.056) 0:04:47.377 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 September 2024 12:33:19 -0400 (0:00:00.095) 0:04:47.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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 September 2024 12:33:19 -0400 (0:00:00.048) 0:04:47.521 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 September 2024 12:33:19 -0400 (0:00:00.050) 0:04:47.571 **** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 September 2024 12:33:19 -0400 (0:00:00.059) 0:04:47.630 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1725726596.4646108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1725726564.9194663, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "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": "1360847937", "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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 September 2024 12:33:19 -0400 (0:00:00.494) 0:04:48.124 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 September 2024 12:33:19 -0400 (0:00:00.035) 0:04:48.160 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 September 2024 12:33:19 -0400 (0:00:00.034) 0:04:48.194 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 September 2024 12:33:19 -0400 (0:00:00.087) 0:04:48.282 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 September 2024 12:33:19 -0400 (0:00:00.038) 0:04:48.321 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 September 2024 12:33:19 -0400 (0:00:00.035) 0:04:48.356 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 September 2024 12:33:20 -0400 (0:00:00.033) 0:04:48.390 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 September 2024 12:33:20 -0400 (0:00:00.035) 0:04:48.425 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Saturday 07 September 2024 12:33:20 -0400 (0:00:00.035) 0:04:48.460 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Saturday 07 September 2024 12:33:20 -0400 (0:00:00.049) 0:04:48.509 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Saturday 07 September 2024 12:33:20 -0400 (0:00:00.035) 0:04:48.545 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Saturday 07 September 2024 12:33:20 -0400 (0:00:00.036) 0:04:48.581 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Saturday 07 September 2024 12:33:20 -0400 (0:00:00.035) 0:04:48.616 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Saturday 07 September 2024 12:33:20 -0400 (0:00:00.036) 0:04:48.653 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Saturday 07 September 2024 12:33:20 -0400 (0:00:00.035) 0:04:48.688 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Saturday 07 September 2024 12:33:20 -0400 (0:00:00.035) 0:04:48.724 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Saturday 07 September 2024 12:33:20 -0400 (0:00:00.031) 0:04:48.755 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Saturday 07 September 2024 12:33:20 -0400 (0:00:00.119) 0:04:48.874 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Saturday 07 September 2024 12:33:20 -0400 (0:00:00.070) 0:04:48.945 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Saturday 07 September 2024 12:33:20 -0400 (0:00:00.070) 0:04:49.015 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Saturday 07 September 2024 12:33:20 -0400 (0:00:00.061) 0:04:49.076 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 September 2024 12:33:20 -0400 (0:00:00.173) 0:04:49.249 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 September 2024 12:33:20 -0400 (0:00:00.068) 0:04:49.317 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 September 2024 12:33:21 -0400 (0:00:00.081) 0:04:49.399 **** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 September 2024 12:33:21 -0400 (0:00:00.061) 0:04:49.460 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1725726596.4646108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1725726564.9194663, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "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": "1360847937", "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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 September 2024 12:33:21 -0400 (0:00:00.531) 0:04:49.992 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 September 2024 12:33:21 -0400 (0:00:00.055) 0:04:50.047 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 September 2024 12:33:21 -0400 (0:00:00.053) 0:04:50.100 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 September 2024 12:33:21 -0400 (0:00:00.053) 0:04:50.154 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 September 2024 12:33:21 -0400 (0:00:00.052) 0:04:50.206 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 September 2024 12:33:21 -0400 (0:00:00.051) 0:04:50.257 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 September 2024 12:33:21 -0400 (0:00:00.053) 0:04:50.311 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 September 2024 12:33:22 -0400 (0:00:00.052) 0:04:50.363 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Saturday 07 September 2024 12:33:22 -0400 (0:00:00.053) 0:04:50.417 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Saturday 07 September 2024 12:33:22 -0400 (0:00:00.056) 0:04:50.473 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Saturday 07 September 2024 12:33:22 -0400 (0:00:00.079) 0:04:50.553 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Saturday 07 September 2024 12:33:22 -0400 (0:00:00.106) 0:04:50.659 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Saturday 07 September 2024 12:33:22 -0400 (0:00:00.046) 0:04:50.705 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Saturday 07 September 2024 12:33:22 -0400 (0:00:00.042) 0:04:50.748 **** 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.005902", "end": "2024-09-07 12:33:22.808012", "rc": 0, "start": "2024-09-07 12:33:22.802110" } 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Saturday 07 September 2024 12:33:22 -0400 (0:00:00.540) 0:04:51.288 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Saturday 07 September 2024 12:33:23 -0400 (0:00:00.125) 0:04:51.413 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Saturday 07 September 2024 12:33:23 -0400 (0:00:00.052) 0:04:51.466 **** 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": "-.mount systemd-journald.socket basic.target sysinit.target network-online.target system-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@-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": "-.mount sysinit.target 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]", "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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:28 Saturday 07 September 2024 12:33:24 -0400 (0:00:01.014) 0:04:52.480 **** ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Remove pod/containers] **************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:33 Saturday 07 September 2024 12:33:24 -0400 (0:00:00.547) 0:04:53.027 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:44 Saturday 07 September 2024 12:33:24 -0400 (0:00:00.057) 0:04:53.085 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:49 Saturday 07 September 2024 12:33:25 -0400 (0:00:00.534) 0:04:53.620 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:58 Saturday 07 September 2024 12:33:25 -0400 (0:00:00.036) 0:04:53.656 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Saturday 07 September 2024 12:33:25 -0400 (0:00:00.112) 0:04:53.769 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 07 September 2024 12:33:25 -0400 (0:00:00.035) 0:04:53.805 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 07 September 2024 12:33:25 -0400 (0:00:00.034) 0:04:53.839 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Saturday 07 September 2024 12:33:25 -0400 (0:00:00.035) 0:04:53.874 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160 Saturday 07 September 2024 12:33:25 -0400 (0:00:00.034) 0:04:53.908 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Saturday 07 September 2024 12:33:25 -0400 (0:00:00.118) 0:04:54.027 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Saturday 07 September 2024 12:33:25 -0400 (0:00:00.065) 0:04:54.092 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Saturday 07 September 2024 12:33:25 -0400 (0:00:00.071) 0:04:54.164 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Saturday 07 September 2024 12:33:25 -0400 (0:00:00.052) 0:04:54.216 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Saturday 07 September 2024 12:33:25 -0400 (0:00:00.071) 0:04:54.288 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 September 2024 12:33:26 -0400 (0:00:00.101) 0:04:54.390 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 September 2024 12:33:26 -0400 (0:00:00.062) 0:04:54.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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 September 2024 12:33:26 -0400 (0:00:00.055) 0:04:54.508 **** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 September 2024 12:33:26 -0400 (0:00:00.049) 0:04:54.558 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1725726596.4646108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1725726564.9194663, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "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": "1360847937", "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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 September 2024 12:33:26 -0400 (0:00:00.569) 0:04:55.127 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 September 2024 12:33:26 -0400 (0:00:00.054) 0:04:55.182 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 September 2024 12:33:26 -0400 (0:00:00.054) 0:04:55.236 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 September 2024 12:33:26 -0400 (0:00:00.053) 0:04:55.290 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 September 2024 12:33:26 -0400 (0:00:00.053) 0:04:55.343 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 September 2024 12:33:27 -0400 (0:00:00.054) 0:04:55.399 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 September 2024 12:33:27 -0400 (0:00:00.053) 0:04:55.452 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 September 2024 12:33:27 -0400 (0:00:00.037) 0:04:55.490 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Saturday 07 September 2024 12:33:27 -0400 (0:00:00.036) 0:04:55.527 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Saturday 07 September 2024 12:33:27 -0400 (0:00:00.077) 0:04:55.604 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Saturday 07 September 2024 12:33:27 -0400 (0:00:00.054) 0:04:55.659 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Saturday 07 September 2024 12:33:27 -0400 (0:00:00.034) 0:04:55.694 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Saturday 07 September 2024 12:33:27 -0400 (0:00:00.068) 0:04:55.762 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Saturday 07 September 2024 12:33:27 -0400 (0:00:00.040) 0:04:55.803 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 07 September 2024 12:33:27 -0400 (0:00:00.102) 0:04:55.906 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 Saturday 07 September 2024 12:33:27 -0400 (0:00:00.053) 0:04:55.959 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:33 Saturday 07 September 2024 12:33:28 -0400 (0:00:00.816) 0:04:56.775 **** ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Parse quadlet file] ******************* task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:38 Saturday 07 September 2024 12:33:28 -0400 (0:00:00.498) 0:04:57.274 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Remove quadlet file] ****************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:42 Saturday 07 September 2024 12:33:28 -0400 (0:00:00.033) 0:04:57.308 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:48 Saturday 07 September 2024 12:33:29 -0400 (0:00:00.578) 0:04:57.887 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Remove managed resource] ************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:58 Saturday 07 September 2024 12:33:29 -0400 (0:00:00.055) 0:04:57.943 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:95 Saturday 07 September 2024 12:33:29 -0400 (0:00:00.087) 0:04:58.030 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:112 Saturday 07 September 2024 12:33:29 -0400 (0:00:00.088) 0:04:58.118 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:116 Saturday 07 September 2024 12:33:29 -0400 (0:00:00.066) 0:04:58.184 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:127 Saturday 07 September 2024 12:33:29 -0400 (0:00:00.067) 0:04:58.251 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Saturday 07 September 2024 12:33:30 -0400 (0:00:00.125) 0:04:58.377 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 07 September 2024 12:33:30 -0400 (0:00:00.061) 0:04:58.439 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 07 September 2024 12:33:30 -0400 (0:00:00.056) 0:04:58.495 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:137 Saturday 07 September 2024 12:33:30 -0400 (0:00:00.058) 0:04:58.554 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:146 Saturday 07 September 2024 12:33:30 -0400 (0:00:00.059) 0:04:58.613 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:155 Saturday 07 September 2024 12:33:30 -0400 (0:00:00.059) 0:04:58.673 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:164 Saturday 07 September 2024 12:33:30 -0400 (0:00:00.141) 0:04:58.815 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:173 Saturday 07 September 2024 12:33:30 -0400 (0:00:00.103) 0:04:58.918 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:183 Saturday 07 September 2024 12:33:30 -0400 (0:00:00.095) 0:04:59.013 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Saturday 07 September 2024 12:33:30 -0400 (0:00:00.125) 0:04:59.138 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167 Saturday 07 September 2024 12:33:30 -0400 (0:00:00.092) 0:04:59.230 **** TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173 Saturday 07 September 2024 12:33:30 -0400 (0:00:00.056) 0:04:59.287 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Saturday 07 September 2024 12:33:31 -0400 (0:00:00.225) 0:04:59.512 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Saturday 07 September 2024 12:33:31 -0400 (0:00:00.134) 0:04:59.647 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 September 2024 12:33:31 -0400 (0:00:00.157) 0:04:59.804 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 September 2024 12:33:31 -0400 (0:00:00.114) 0:04:59.919 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 September 2024 12:33:31 -0400 (0:00:00.073) 0:04:59.993 **** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 September 2024 12:33:31 -0400 (0:00:00.129) 0:05:00.122 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1725726596.4646108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1725726564.9194663, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "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": "1360847937", "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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 September 2024 12:33:32 -0400 (0:00:00.609) 0:05:00.732 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 September 2024 12:33:32 -0400 (0:00:00.092) 0:05:00.824 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 September 2024 12:33:32 -0400 (0:00:00.073) 0:05:00.898 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 September 2024 12:33:32 -0400 (0:00:00.167) 0:05:01.066 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 September 2024 12:33:32 -0400 (0:00:00.047) 0:05:01.114 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 September 2024 12:33:32 -0400 (0:00:00.039) 0:05:01.153 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 September 2024 12:33:32 -0400 (0:00:00.037) 0:05:01.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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 September 2024 12:33:32 -0400 (0:00:00.034) 0:05:01.225 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Saturday 07 September 2024 12:33:32 -0400 (0:00:00.035) 0:05:01.261 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Saturday 07 September 2024 12:33:32 -0400 (0:00:00.051) 0:05:01.312 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Saturday 07 September 2024 12:33:32 -0400 (0:00:00.038) 0:05:01.351 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Saturday 07 September 2024 12:33:33 -0400 (0:00:00.041) 0:05:01.392 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Saturday 07 September 2024 12:33:33 -0400 (0:00:00.054) 0:05:01.447 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Saturday 07 September 2024 12:33:33 -0400 (0:00:00.512) 0:05:01.960 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Saturday 07 September 2024 12:33:34 -0400 (0:00:00.501) 0:05:02.461 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Saturday 07 September 2024 12:33:34 -0400 (0:00:00.572) 0:05:03.034 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Saturday 07 September 2024 12:33:34 -0400 (0:00:00.234) 0:05:03.268 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Saturday 07 September 2024 12:33:34 -0400 (0:00:00.044) 0:05:03.313 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Saturday 07 September 2024 12:33:34 -0400 (0:00:00.044) 0:05:03.358 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Saturday 07 September 2024 12:33:35 -0400 (0:00:00.044) 0:05:03.402 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 September 2024 12:33:35 -0400 (0:00:00.076) 0:05:03.478 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 September 2024 12:33:35 -0400 (0:00:00.042) 0:05:03.521 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 September 2024 12:33:35 -0400 (0:00:00.041) 0:05:03.562 **** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 September 2024 12:33:35 -0400 (0:00:00.050) 0:05:03.613 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1725726596.4646108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1725726564.9194663, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "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": "1360847937", "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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 September 2024 12:33:35 -0400 (0:00:00.563) 0:05:04.177 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 September 2024 12:33:35 -0400 (0:00:00.034) 0:05:04.211 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 September 2024 12:33:35 -0400 (0:00:00.034) 0:05:04.246 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 September 2024 12:33:35 -0400 (0:00:00.033) 0:05:04.280 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 September 2024 12:33:35 -0400 (0:00:00.034) 0:05:04.315 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 September 2024 12:33:35 -0400 (0:00:00.039) 0:05:04.354 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 September 2024 12:33:36 -0400 (0:00:00.118) 0:05:04.473 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 September 2024 12:33:36 -0400 (0:00:00.054) 0:05:04.528 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Saturday 07 September 2024 12:33:36 -0400 (0:00:00.059) 0:05:04.588 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Saturday 07 September 2024 12:33:36 -0400 (0:00:00.073) 0:05:04.661 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Saturday 07 September 2024 12:33:36 -0400 (0:00:00.059) 0:05:04.720 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Saturday 07 September 2024 12:33:36 -0400 (0:00:00.072) 0:05:04.793 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Saturday 07 September 2024 12:33:36 -0400 (0:00:00.057) 0:05:04.850 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Saturday 07 September 2024 12:33:36 -0400 (0:00:00.076) 0:05:04.927 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Saturday 07 September 2024 12:33:38 -0400 (0:00:01.589) 0:05:06.517 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Saturday 07 September 2024 12:33:38 -0400 (0:00:00.719) 0:05:07.236 **** 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-aAu/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:228 Saturday 07 September 2024 12:33:39 -0400 (0:00:00.617) 0:05:07.854 **** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 07 September 2024 12:33:39 -0400 (0:00:00.121) 0:05:07.975 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 07 September 2024 12:33:39 -0400 (0:00:00.089) 0:05:08.064 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 07 September 2024 12:33:39 -0400 (0:00:00.105) 0:05:08.170 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 07 September 2024 12:33:39 -0400 (0:00:00.134) 0:05:08.304 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 07 September 2024 12:33:40 -0400 (0:00:00.078) 0:05:08.383 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 07 September 2024 12:33:40 -0400 (0:00:00.100) 0:05:08.483 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 07 September 2024 12:33:40 -0400 (0:00:00.063) 0:05:08.547 **** ok: [managed_node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-aAu/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-aAu/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-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 07 September 2024 12:33:40 -0400 (0:00:00.144) 0:05:08.691 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 07 September 2024 12:33:42 -0400 (0:00:01.952) 0:05:10.644 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 07 September 2024 12:33:42 -0400 (0:00:00.039) 0:05:10.683 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 07 September 2024 12:33:42 -0400 (0:00:00.042) 0:05:10.726 **** skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 07 September 2024 12:33:42 -0400 (0:00:00.034) 0:05:10.760 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 07 September 2024 12:33:42 -0400 (0:00:00.035) 0:05:10.795 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 07 September 2024 12:33:42 -0400 (0:00:00.034) 0:05:10.830 **** ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.031880", "end": "2024-09-07 12:33:42.890534", "rc": 0, "start": "2024-09-07 12:33:42.858654" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 07 September 2024 12:33:42 -0400 (0:00:00.524) 0:05:11.354 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 07 September 2024 12:33:43 -0400 (0:00:00.056) 0:05:11.411 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 07 September 2024 12:33:43 -0400 (0:00:00.055) 0:05:11.467 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 07 September 2024 12:33:43 -0400 (0:00:00.109) 0:05:11.576 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 September 2024 12:33:43 -0400 (0:00:00.109) 0:05:11.685 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 September 2024 12:33:43 -0400 (0:00:00.499) 0:05:12.185 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 September 2024 12:33:43 -0400 (0:00:00.048) 0:05:12.233 **** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 September 2024 12:33:43 -0400 (0:00:00.053) 0:05:12.287 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1725726596.4646108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1725726564.9194663, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "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": "1360847937", "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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 September 2024 12:33:44 -0400 (0:00:00.483) 0:05:12.770 **** ok: [managed_node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.005591", "end": "2024-09-07 12:33:44.906856", "rc": 0, "start": "2024-09-07 12:33:44.901265" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 September 2024 12:33:45 -0400 (0:00:00.676) 0:05:13.447 **** ok: [managed_node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.004797", "end": "2024-09-07 12:33:45.720256", "rc": 0, "start": "2024-09-07 12:33:45.715459" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 September 2024 12:33:45 -0400 (0:00:00.763) 0:05:14.211 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 September 2024 12:33:45 -0400 (0:00:00.076) 0:05:14.288 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 September 2024 12:33:45 -0400 (0:00:00.051) 0:05:14.339 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 September 2024 12:33:46 -0400 (0:00:00.053) 0:05:14.393 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 September 2024 12:33:46 -0400 (0:00:00.045) 0:05:14.438 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 September 2024 12:33:46 -0400 (0:00:00.047) 0:05:14.486 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Saturday 07 September 2024 12:33:46 -0400 (0:00:00.052) 0:05:14.538 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95 Saturday 07 September 2024 12:33:46 -0400 (0:00:00.047) 0:05:14.585 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 07 September 2024 12:33:46 -0400 (0:00:00.077) 0:05:14.663 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 07 September 2024 12:33:46 -0400 (0:00:00.158) 0:05:14.821 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98 Saturday 07 September 2024 12:33:46 -0400 (0:00:00.057) 0:05:14.879 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 07 September 2024 12:33:46 -0400 (0:00:00.140) 0:05:15.019 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 07 September 2024 12:33:46 -0400 (0:00:00.052) 0:05:15.072 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101 Saturday 07 September 2024 12:33:46 -0400 (0:00:00.063) 0:05:15.136 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Saturday 07 September 2024 12:33:46 -0400 (0:00:00.103) 0:05:15.239 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Saturday 07 September 2024 12:33:46 -0400 (0:00:00.042) 0:05:15.282 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Saturday 07 September 2024 12:33:46 -0400 (0:00:00.039) 0:05:15.321 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Saturday 07 September 2024 12:33:47 -0400 (0:00:00.096) 0:05:15.418 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Saturday 07 September 2024 12:33:47 -0400 (0:00:00.035) 0:05:15.454 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Saturday 07 September 2024 12:33:47 -0400 (0:00:00.035) 0:05:15.489 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Saturday 07 September 2024 12:33:47 -0400 (0:00:00.042) 0:05:15.532 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Saturday 07 September 2024 12:33:47 -0400 (0:00:00.036) 0:05:15.569 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117 Saturday 07 September 2024 12:33:47 -0400 (0:00:00.044) 0:05:15.613 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Saturday 07 September 2024 12:33:47 -0400 (0:00:00.048) 0:05:15.662 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128 Saturday 07 September 2024 12:33:47 -0400 (0:00:00.152) 0:05:15.815 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Saturday 07 September 2024 12:33:47 -0400 (0:00:00.142) 0:05:15.957 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Saturday 07 September 2024 12:33:47 -0400 (0:00:00.048) 0:05:16.005 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Saturday 07 September 2024 12:33:47 -0400 (0:00:00.052) 0:05:16.058 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Saturday 07 September 2024 12:33:47 -0400 (0:00:00.044) 0:05:16.102 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 September 2024 12:33:47 -0400 (0:00:00.078) 0:05:16.180 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 September 2024 12:33:47 -0400 (0:00:00.047) 0:05:16.228 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 September 2024 12:33:47 -0400 (0:00:00.061) 0:05:16.289 **** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 September 2024 12:33:47 -0400 (0:00:00.067) 0:05:16.357 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1725726596.4646108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1725726564.9194663, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "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": "1360847937", "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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 September 2024 12:33:48 -0400 (0:00:00.584) 0:05:16.942 **** ok: [managed_node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.004660", "end": "2024-09-07 12:33:49.051445", "rc": 0, "start": "2024-09-07 12:33:49.046785" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 September 2024 12:33:49 -0400 (0:00:00.591) 0:05:17.534 **** ok: [managed_node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003550", "end": "2024-09-07 12:33:49.590749", "rc": 0, "start": "2024-09-07 12:33:49.587199" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 September 2024 12:33:49 -0400 (0:00:00.579) 0:05:18.113 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 September 2024 12:33:49 -0400 (0:00:00.075) 0:05:18.189 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 September 2024 12:33:49 -0400 (0:00:00.082) 0:05:18.271 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 September 2024 12:33:49 -0400 (0:00:00.067) 0:05:18.338 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 September 2024 12:33:50 -0400 (0:00:00.055) 0:05:18.394 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 September 2024 12:33:50 -0400 (0:00:00.055) 0:05:18.449 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Saturday 07 September 2024 12:33:50 -0400 (0:00:00.049) 0:05:18.499 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Saturday 07 September 2024 12:33:50 -0400 (0:00:00.073) 0:05:18.573 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Saturday 07 September 2024 12:33:50 -0400 (0:00:00.068) 0:05:18.641 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Saturday 07 September 2024 12:33:50 -0400 (0:00:00.079) 0:05:18.720 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Saturday 07 September 2024 12:33:50 -0400 (0:00:00.054) 0:05:18.775 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Saturday 07 September 2024 12:33:50 -0400 (0:00:00.082) 0:05:18.857 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Saturday 07 September 2024 12:33:50 -0400 (0:00:00.120) 0:05:18.978 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Saturday 07 September 2024 12:33:50 -0400 (0:00:00.079) 0:05:19.057 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137 Saturday 07 September 2024 12:33:50 -0400 (0:00:00.071) 0:05:19.128 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Saturday 07 September 2024 12:33:50 -0400 (0:00:00.146) 0:05:19.274 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Saturday 07 September 2024 12:33:50 -0400 (0:00:00.078) 0:05:19.352 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 September 2024 12:33:51 -0400 (0:00:00.156) 0:05:19.509 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 September 2024 12:33:51 -0400 (0:00:00.048) 0:05:19.557 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 September 2024 12:33:51 -0400 (0:00:00.041) 0:05:19.598 **** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 September 2024 12:33:51 -0400 (0:00:00.052) 0:05:19.651 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1725726596.4646108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1725726564.9194663, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "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": "1360847937", "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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 September 2024 12:33:51 -0400 (0:00:00.597) 0:05:20.248 **** ok: [managed_node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003576", "end": "2024-09-07 12:33:52.326092", "rc": 0, "start": "2024-09-07 12:33:52.322516" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 September 2024 12:33:52 -0400 (0:00:00.563) 0:05:20.811 **** ok: [managed_node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.005017", "end": "2024-09-07 12:33:52.871196", "rc": 0, "start": "2024-09-07 12:33:52.866179" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 September 2024 12:33:52 -0400 (0:00:00.524) 0:05:21.336 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 September 2024 12:33:53 -0400 (0:00:00.077) 0:05:21.413 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 September 2024 12:33:53 -0400 (0:00:00.047) 0:05:21.461 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 September 2024 12:33:53 -0400 (0:00:00.039) 0:05:21.500 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 September 2024 12:33:53 -0400 (0:00:00.048) 0:05:21.549 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 September 2024 12:33:53 -0400 (0:00:00.063) 0:05:21.612 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Saturday 07 September 2024 12:33:53 -0400 (0:00:00.061) 0:05:21.674 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Saturday 07 September 2024 12:33:53 -0400 (0:00:00.126) 0:05:21.800 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Saturday 07 September 2024 12:33:53 -0400 (0:00:00.039) 0:05:21.839 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Saturday 07 September 2024 12:33:53 -0400 (0:00:00.042) 0:05:21.882 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Saturday 07 September 2024 12:33:53 -0400 (0:00:00.047) 0:05:21.929 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Saturday 07 September 2024 12:33:53 -0400 (0:00:00.059) 0:05:21.988 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Saturday 07 September 2024 12:33:53 -0400 (0:00:00.062) 0:05:22.050 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Saturday 07 September 2024 12:33:53 -0400 (0:00:00.070) 0:05:22.121 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Saturday 07 September 2024 12:33:53 -0400 (0:00:00.088) 0:05:22.210 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Saturday 07 September 2024 12:33:53 -0400 (0:00:00.139) 0:05:22.349 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Saturday 07 September 2024 12:33:54 -0400 (0:00:00.072) 0:05:22.421 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Saturday 07 September 2024 12:33:54 -0400 (0:00:00.048) 0:05:22.470 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Saturday 07 September 2024 12:33:54 -0400 (0:00:00.039) 0:05:22.510 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 September 2024 12:33:54 -0400 (0:00:00.062) 0:05:22.572 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 September 2024 12:33:54 -0400 (0:00:00.048) 0:05:22.621 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 September 2024 12:33:54 -0400 (0:00:00.063) 0:05:22.684 **** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 September 2024 12:33:54 -0400 (0:00:00.105) 0:05:22.789 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1725726596.4646108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1725726564.9194663, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "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": "1360847937", "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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 September 2024 12:33:54 -0400 (0:00:00.537) 0:05:23.327 **** ok: [managed_node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.005562", "end": "2024-09-07 12:33:55.386824", "rc": 0, "start": "2024-09-07 12:33:55.381262" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 September 2024 12:33:55 -0400 (0:00:00.510) 0:05:23.838 **** ok: [managed_node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.004699", "end": "2024-09-07 12:33:55.948523", "rc": 0, "start": "2024-09-07 12:33:55.943824" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 September 2024 12:33:56 -0400 (0:00:00.626) 0:05:24.464 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 September 2024 12:33:56 -0400 (0:00:00.086) 0:05:24.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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 September 2024 12:33:56 -0400 (0:00:00.056) 0:05:24.607 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 September 2024 12:33:56 -0400 (0:00:00.053) 0:05:24.661 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 September 2024 12:33:56 -0400 (0:00:00.043) 0:05:24.704 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 September 2024 12:33:56 -0400 (0:00:00.041) 0:05:24.745 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Saturday 07 September 2024 12:33:56 -0400 (0:00:00.042) 0:05:24.788 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Saturday 07 September 2024 12:33:56 -0400 (0:00:00.040) 0:05:24.828 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Saturday 07 September 2024 12:33:56 -0400 (0:00:00.055) 0:05:24.883 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Saturday 07 September 2024 12:33:56 -0400 (0:00:00.048) 0:05:24.931 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Saturday 07 September 2024 12:33:56 -0400 (0:00:00.036) 0:05:24.968 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Saturday 07 September 2024 12:33:56 -0400 (0:00:00.046) 0:05:25.014 **** 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.008009", "end": "2024-09-07 12:33:57.187080", "rc": 0, "start": "2024-09-07 12:33:57.179071" } 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Saturday 07 September 2024 12:33:57 -0400 (0:00:00.687) 0:05:25.701 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Saturday 07 September 2024 12:33:57 -0400 (0:00:00.147) 0:05:25.849 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1725726772.5695596, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1725726776.6985788, "dev": 61, "device_type": 0, "executable": true, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 156837, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1725726776.6985788, "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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Saturday 07 September 2024 12:33:58 -0400 (0:00:00.615) 0:05:26.465 **** 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": "Sat 2024-09-07 12:32:59 EDT", "ActiveEnterTimestampMonotonic": "485331325", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target run-user-2001.mount network-online.target podman\\x2dkube.slice -.mount", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-09-07 12:32:58 EDT", "AssertTimestampMonotonic": "484684327", "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": "yes", "ConditionTimestamp": "Sat 2024-09-07 12:32:58 EDT", "ConditionTimestampMonotonic": "484684326", "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": "45225", "ExecMainStartTimestamp": "Sat 2024-09-07 12:32:59 EDT", "ExecMainStartTimestampMonotonic": "485331301", "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=[Sat 2024-09-07 12:32:58 EDT] ; stop_time=[n/a] ; pid=45190 ; 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": "Sat 2024-09-07 12:32:58 EDT", "InactiveExitTimestampMonotonic": "484685049", "InvocationID": "292e655a2d0d4b6b88cebbcf804890f8", "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": "45225", "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]", "StateChangeTimestamp": "Sat 2024-09-07 12:32:59 EDT", "StateChangeTimestampMonotonic": "485331325", "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": "Sat 2024-09-07 12:32:59 EDT", "WatchdogTimestampMonotonic": "485331322", "WatchdogUSec": "0", "WorkingDirectory": "!/home/auth_test_user1" } } TASK [fedora.linux_system_roles.podman : Check if kube file exists] ************ task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:28 Saturday 07 September 2024 12:33:59 -0400 (0:00:01.333) 0:05:27.798 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1725726776.2475767, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1725726775.7405744, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 281018635, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1725726775.449573, "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": "173134771", "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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:33 Saturday 07 September 2024 12:33:59 -0400 (0:00:00.552) 0:05:28.350 **** [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 kube play --down /home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "changed": true } STDOUT: Pods stopped: Pods removed: Secrets removed: Volumes removed: TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] ********** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:44 Saturday 07 September 2024 12:34:00 -0400 (0:00:00.557) 0:05:28.908 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:49 Saturday 07 September 2024 12:34:00 -0400 (0:00:00.404) 0:05:29.312 **** changed: [managed_node1] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.041300", "end": "2024-09-07 12:34:01.363844", "rc": 0, "start": "2024-09-07 12:34:01.322544" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:58 Saturday 07 September 2024 12:34:01 -0400 (0:00:00.539) 0:05:29.852 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Saturday 07 September 2024 12:34:01 -0400 (0:00:00.079) 0:05:29.931 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 07 September 2024 12:34:01 -0400 (0:00:00.066) 0:05:29.997 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 07 September 2024 12:34:01 -0400 (0:00:00.063) 0:05:30.060 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Saturday 07 September 2024 12:34:01 -0400 (0:00:00.050) 0:05:30.111 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160 Saturday 07 September 2024 12:34:01 -0400 (0:00:00.039) 0:05:30.150 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Saturday 07 September 2024 12:34:01 -0400 (0:00:00.138) 0:05:30.288 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Saturday 07 September 2024 12:34:01 -0400 (0:00:00.052) 0:05:30.341 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Saturday 07 September 2024 12:34:02 -0400 (0:00:00.061) 0:05:30.402 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Saturday 07 September 2024 12:34:02 -0400 (0:00:00.045) 0:05:30.448 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Saturday 07 September 2024 12:34:02 -0400 (0:00:00.092) 0:05:30.540 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 September 2024 12:34:02 -0400 (0:00:00.083) 0:05:30.623 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 September 2024 12:34:02 -0400 (0:00:00.049) 0:05:30.673 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 September 2024 12:34:02 -0400 (0:00:00.047) 0:05:30.721 **** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 September 2024 12:34:02 -0400 (0:00:00.045) 0:05:30.766 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1725726596.4646108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1725726564.9194663, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "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": "1360847937", "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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 September 2024 12:34:02 -0400 (0:00:00.432) 0:05:31.198 **** ok: [managed_node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003593", "end": "2024-09-07 12:34:03.169680", "rc": 0, "start": "2024-09-07 12:34:03.166087" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 September 2024 12:34:03 -0400 (0:00:00.399) 0:05:31.597 **** ok: [managed_node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003625", "end": "2024-09-07 12:34:03.626994", "rc": 0, "start": "2024-09-07 12:34:03.623369" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 September 2024 12:34:03 -0400 (0:00:00.495) 0:05:32.093 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 September 2024 12:34:03 -0400 (0:00:00.090) 0:05:32.183 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 September 2024 12:34:03 -0400 (0:00:00.058) 0:05:32.242 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 September 2024 12:34:03 -0400 (0:00:00.057) 0:05:32.300 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 September 2024 12:34:03 -0400 (0:00:00.047) 0:05:32.347 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 September 2024 12:34:04 -0400 (0:00:00.067) 0:05:32.415 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Saturday 07 September 2024 12:34:04 -0400 (0:00:00.057) 0:05:32.473 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Saturday 07 September 2024 12:34:04 -0400 (0:00:00.094) 0:05:32.568 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Saturday 07 September 2024 12:34:04 -0400 (0:00:00.057) 0:05:32.626 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Saturday 07 September 2024 12:34:04 -0400 (0:00:00.052) 0:05:32.678 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Saturday 07 September 2024 12:34:04 -0400 (0:00:00.103) 0:05:32.782 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Saturday 07 September 2024 12:34:04 -0400 (0:00:00.061) 0:05:32.843 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 07 September 2024 12:34:04 -0400 (0:00:00.232) 0:05:33.076 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1725726772.5695596, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1725726776.6985788, "dev": 61, "device_type": 0, "executable": true, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 156837, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1725726776.6985788, "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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 Saturday 07 September 2024 12:34:05 -0400 (0:00:00.477) 0:05:33.554 **** 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 -.slice -.mount 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:33 Saturday 07 September 2024 12:34:05 -0400 (0:00:00.647) 0:05:34.201 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1725726838.788868, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "1127036af0ba22b83d33a5a35ab54db2c5855175", "ctime": 1725726785.4516196, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 360710279, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1725726785.0436177, "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": "91945709", "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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:38 Saturday 07 September 2024 12:34:06 -0400 (0:00:00.706) 0:05:34.907 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_quadlet_file.yml:6 Saturday 07 September 2024 12:34:06 -0400 (0:00:00.142) 0:05:35.050 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_quadlet_file.yml:12 Saturday 07 September 2024 12:34:07 -0400 (0:00:00.429) 0:05:35.479 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_quadlet_file.yml:44 Saturday 07 September 2024 12:34:07 -0400 (0:00:00.078) 0:05:35.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 : Reset raw variable] ******************* task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_quadlet_file.yml:52 Saturday 07 September 2024 12:34:07 -0400 (0:00:00.058) 0:05:35.616 **** ok: [managed_node1] => { "ansible_facts": { "__podman_quadlet_raw": null }, "changed": false } TASK [fedora.linux_system_roles.podman : Remove quadlet file] ****************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:42 Saturday 07 September 2024 12:34:07 -0400 (0:00:00.111) 0:05:35.727 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:48 Saturday 07 September 2024 12:34:07 -0400 (0:00:00.581) 0:05:36.309 **** ok: [managed_node1] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Remove managed resource] ************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:58 Saturday 07 September 2024 12:34:08 -0400 (0:00:00.550) 0:05:36.860 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:95 Saturday 07 September 2024 12:34:09 -0400 (0:00:00.542) 0:05:37.402 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:112 Saturday 07 September 2024 12:34:09 -0400 (0:00:00.049) 0:05:37.452 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:116 Saturday 07 September 2024 12:34:09 -0400 (0:00:00.033) 0:05:37.485 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:127 Saturday 07 September 2024 12:34:09 -0400 (0:00:00.037) 0:05:37.522 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Saturday 07 September 2024 12:34:09 -0400 (0:00:00.059) 0:05:37.581 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 07 September 2024 12:34:09 -0400 (0:00:00.034) 0:05:37.616 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 07 September 2024 12:34:09 -0400 (0:00:00.034) 0:05:37.650 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:137 Saturday 07 September 2024 12:34:09 -0400 (0:00:00.039) 0:05:37.689 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:146 Saturday 07 September 2024 12:34:09 -0400 (0:00:00.033) 0:05:37.723 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:155 Saturday 07 September 2024 12:34:09 -0400 (0:00:00.035) 0:05:37.759 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:164 Saturday 07 September 2024 12:34:09 -0400 (0:00:00.032) 0:05:37.792 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:173 Saturday 07 September 2024 12:34:09 -0400 (0:00:00.033) 0:05:37.825 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:183 Saturday 07 September 2024 12:34:09 -0400 (0:00:00.033) 0:05:37.858 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Saturday 07 September 2024 12:34:09 -0400 (0:00:00.032) 0:05:37.890 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167 Saturday 07 September 2024 12:34:09 -0400 (0:00:00.034) 0:05:37.924 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:4 Saturday 07 September 2024 12:34:09 -0400 (0:00:00.185) 0:05:38.110 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:11 Saturday 07 September 2024 12:34:09 -0400 (0:00:00.045) 0:05:38.156 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:16 Saturday 07 September 2024 12:34:09 -0400 (0:00:00.044) 0:05:38.200 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1725726772.5695596, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1725726776.6985788, "dev": 61, "device_type": 0, "executable": true, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 156837, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1725726776.6985788, "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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:21 Saturday 07 September 2024 12:34:10 -0400 (0:00:00.366) 0:05:38.567 **** ok: [managed_node1] => { "changed": false, "containers": [] } TASK [fedora.linux_system_roles.podman : Gather facts for networks] ************ task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:30 Saturday 07 September 2024 12:34:10 -0400 (0:00:00.502) 0:05:39.069 **** ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "network", "ls", "-q" ], "delta": "0:00:00.053645", "end": "2024-09-07 12:34:11.077828", "rc": 0, "start": "2024-09-07 12:34:11.024183" } STDOUT: podman podman-default-kube-network TASK [fedora.linux_system_roles.podman : Gather secrets] *********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:40 Saturday 07 September 2024 12:34:11 -0400 (0:00:00.452) 0:05:39.522 **** ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "secret", "ls", "-n", "-q" ], "delta": "0:00:00.036576", "end": "2024-09-07 12:34:11.521698", "rc": 0, "start": "2024-09-07 12:34:11.485122" } TASK [fedora.linux_system_roles.podman : Cancel linger if no more resources are in use] *** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:50 Saturday 07 September 2024 12:34:11 -0400 (0:00:00.449) 0:05:39.971 **** changed: [managed_node1] => { "changed": true, "cmd": [ "loginctl", "disable-linger", "auth_test_user1" ], "delta": "0:00:00.007842", "end": "2024-09-07 12:34:11.985362", "rc": 0, "start": "2024-09-07 12:34:11.977520" } TASK [fedora.linux_system_roles.podman : Wait for user session to exit closing state] *** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:62 Saturday 07 September 2024 12:34:12 -0400 (0:00:00.472) 0:05:40.444 **** fatal: [managed_node1]: FAILED! => { "attempts": 1, "changed": false, "cmd": [ "loginctl", "show-user", "-P", "State", "auth_test_user1" ], "delta": "0:00:00.006796", "end": "2024-09-07 12:34:12.391471", "rc": 1, "start": "2024-09-07 12:34:12.384675" } STDERR: loginctl: invalid option -- 'P' MSG: non-zero return code ...ignoring TASK [fedora.linux_system_roles.podman : Stop logind] ************************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:76 Saturday 07 September 2024 12:34:12 -0400 (0:00:00.382) 0:05:40.826 **** changed: [managed_node1] => { "changed": true, "name": "systemd-logind", "state": "stopped", "status": { "ActiveEnterTimestamp": "Sat 2024-09-07 12:25:05 EDT", "ActiveEnterTimestampMonotonic": "11862176", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "user.slice dbus.socket system.slice systemd-journald.socket basic.target sysinit.target nss-user-lookup.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-09-07 12:25:05 EDT", "AssertTimestampMonotonic": "11479356", "Before": "session-3.scope shutdown.target multi-user.target session-5.scope", "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": "Sat 2024-09-07 12:25:05 EDT", "ConditionTimestampMonotonic": "11479355", "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": "620", "ExecMainStartTimestamp": "Sat 2024-09-07 12:25:05 EDT", "ExecMainStartTimestampMonotonic": "11480232", "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": "Sat 2024-09-07 12:25:05 EDT", "InactiveExitTimestampMonotonic": "11480263", "InvocationID": "f903de25f4a84fcb809001b35bde5ee1", "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": "620", "MemoryAccounting": "yes", "MemoryCurrent": "3158016", "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 system.slice dbus.socket", "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": "Sat 2024-09-07 12:25:05 EDT", "StateChangeTimestampMonotonic": "11865341", "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": "dbus.socket user.slice", "WatchdogTimestamp": "Sat 2024-09-07 12:33:56 EDT", "WatchdogTimestampMonotonic": "543009954", "WatchdogUSec": "3min" } } TASK [fedora.linux_system_roles.podman : Wait for user session to exit closing state] *** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:81 Saturday 07 September 2024 12:34:13 -0400 (0:00:00.638) 0:05:41.465 **** ok: [managed_node1] => { "attempts": 1, "changed": false, "cmd": [ "loginctl", "show-user", "-P", "State", "auth_test_user1" ], "delta": "0:00:00.005916", "end": "2024-09-07 12:34:13.450829", "failed_when_result": false, "rc": 1, "start": "2024-09-07 12:34:13.444913" } STDERR: loginctl: invalid option -- 'P' MSG: non-zero return code TASK [fedora.linux_system_roles.podman : Restart logind] *********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:92 Saturday 07 September 2024 12:34:13 -0400 (0:00:00.421) 0:05:41.887 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173 Saturday 07 September 2024 12:34:13 -0400 (0:00:00.036) 0:05:41.923 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Saturday 07 September 2024 12:34:13 -0400 (0:00:00.110) 0:05:42.033 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Saturday 07 September 2024 12:34:13 -0400 (0:00:00.053) 0:05:42.086 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 September 2024 12:34:13 -0400 (0:00:00.072) 0:05:42.159 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 September 2024 12:34:13 -0400 (0:00:00.052) 0:05:42.211 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 September 2024 12:34:13 -0400 (0:00:00.052) 0:05:42.263 **** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 September 2024 12:34:13 -0400 (0:00:00.048) 0:05:42.312 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1725726596.4646108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1725726564.9194663, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "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": "1360847937", "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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 September 2024 12:34:14 -0400 (0:00:00.386) 0:05:42.698 **** ok: [managed_node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003497", "end": "2024-09-07 12:34:14.674682", "rc": 0, "start": "2024-09-07 12:34:14.671185" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 September 2024 12:34:14 -0400 (0:00:00.402) 0:05:43.101 **** ok: [managed_node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003611", "end": "2024-09-07 12:34:15.058484", "rc": 0, "start": "2024-09-07 12:34:15.054873" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 September 2024 12:34:15 -0400 (0:00:00.398) 0:05:43.499 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 September 2024 12:34:15 -0400 (0:00:00.051) 0:05:43.551 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 September 2024 12:34:15 -0400 (0:00:00.035) 0:05:43.586 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 September 2024 12:34:15 -0400 (0:00:00.035) 0:05:43.621 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 September 2024 12:34:15 -0400 (0:00:00.034) 0:05:43.655 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 September 2024 12:34:15 -0400 (0:00:00.041) 0:05:43.697 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Saturday 07 September 2024 12:34:15 -0400 (0:00:00.046) 0:05:43.744 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Saturday 07 September 2024 12:34:15 -0400 (0:00:00.062) 0:05:43.806 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Saturday 07 September 2024 12:34:15 -0400 (0:00:00.041) 0:05:43.848 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Saturday 07 September 2024 12:34:15 -0400 (0:00:00.038) 0:05:43.887 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Saturday 07 September 2024 12:34:15 -0400 (0:00:00.037) 0:05:43.925 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Saturday 07 September 2024 12:34:15 -0400 (0:00:00.400) 0:05:44.326 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Saturday 07 September 2024 12:34:16 -0400 (0:00:00.514) 0:05:44.840 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Saturday 07 September 2024 12:34:16 -0400 (0:00:00.136) 0:05:44.977 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Saturday 07 September 2024 12:34:16 -0400 (0:00:00.150) 0:05:45.127 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Saturday 07 September 2024 12:34:16 -0400 (0:00:00.041) 0:05:45.169 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Saturday 07 September 2024 12:34:16 -0400 (0:00:00.040) 0:05:45.210 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Saturday 07 September 2024 12:34:16 -0400 (0:00:00.036) 0:05:45.247 **** included: /tmp/collections-aAu/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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 September 2024 12:34:16 -0400 (0:00:00.078) 0:05:45.326 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 September 2024 12:34:17 -0400 (0:00:00.060) 0:05:45.387 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 September 2024 12:34:17 -0400 (0:00:00.067) 0:05:45.455 **** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 September 2024 12:34:17 -0400 (0:00:00.057) 0:05:45.512 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1725726596.4646108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1725726564.9194663, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "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": "1360847937", "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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 September 2024 12:34:17 -0400 (0:00:00.402) 0:05:45.915 **** ok: [managed_node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003623", "end": "2024-09-07 12:34:17.878763", "rc": 0, "start": "2024-09-07 12:34:17.875140" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 September 2024 12:34:17 -0400 (0:00:00.402) 0:05:46.317 **** ok: [managed_node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003491", "end": "2024-09-07 12:34:18.353963", "rc": 0, "start": "2024-09-07 12:34:18.350472" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 September 2024 12:34:18 -0400 (0:00:00.491) 0:05:46.809 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 September 2024 12:34:18 -0400 (0:00:00.149) 0:05:46.959 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 September 2024 12:34:18 -0400 (0:00:00.058) 0:05:47.017 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 September 2024 12:34:18 -0400 (0:00:00.058) 0:05:47.075 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 September 2024 12:34:18 -0400 (0:00:00.044) 0:05:47.120 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 September 2024 12:34:18 -0400 (0:00:00.041) 0:05:47.161 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Saturday 07 September 2024 12:34:18 -0400 (0:00:00.045) 0:05:47.207 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Saturday 07 September 2024 12:34:18 -0400 (0:00:00.051) 0:05:47.259 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Saturday 07 September 2024 12:34:18 -0400 (0:00:00.039) 0:05:47.298 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Saturday 07 September 2024 12:34:19 -0400 (0:00:00.061) 0:05:47.360 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Saturday 07 September 2024 12:34:19 -0400 (0:00:00.049) 0:05:47.410 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Saturday 07 September 2024 12:34:19 -0400 (0:00:00.071) 0:05:47.481 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Saturday 07 September 2024 12:34:20 -0400 (0:00:01.323) 0:05:48.804 **** 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-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Saturday 07 September 2024 12:34:20 -0400 (0:00:00.521) 0:05:49.326 **** 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-aAu/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:249 Saturday 07 September 2024 12:34:21 -0400 (0:00:00.581) 0:05:49.907 **** changed: [managed_node1] => { "changed": true, "force": false, "name": "auth_test_user1", "remove": false, "state": "absent" } TASK [Remove homedir] ********************************************************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:254 Saturday 07 September 2024 12:34:22 -0400 (0:00:00.598) 0:05:50.506 **** changed: [managed_node1] => { "changed": true, "path": "/home/auth_test_user1", "state": "absent" } TASK [Remove local tmpdir] ***************************************************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:272 Saturday 07 September 2024 12:34:22 -0400 (0:00:00.544) 0:05:51.050 **** changed: [managed_node1 -> localhost] => { "changed": true, "path": "/tmp/lsr_ggq_40hf_podman", "state": "absent" } TASK [Clean up registry] ******************************************************* task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:280 Saturday 07 September 2024 12:34:23 -0400 (0:00:00.451) 0:05:51.501 **** included: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/cleanup_registry.yml for managed_node1 TASK [Get volume for cleanup] ************************************************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/cleanup_registry.yml:3 Saturday 07 September 2024 12:34:23 -0400 (0:00:00.085) 0:05:51.587 **** 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.039799", "end": "2024-09-07 12:34:23.653993", "rc": 0, "start": "2024-09-07 12:34:23.614194" } STDOUT: 8ef26c79cc49bbb6ac0ef57ded9cbe3902fbadef77d5672088aa923e315c5259 TASK [Destroy registry container] ********************************************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/cleanup_registry.yml:11 Saturday 07 September 2024 12:34:23 -0400 (0:00:00.496) 0:05:52.083 **** changed: [managed_node1] => { "changed": true, "cmd": [ "podman", "rm", "-f", "podman_registry" ], "delta": "0:00:00.260274", "end": "2024-09-07 12:34:24.288688", "rc": 0, "start": "2024-09-07 12:34:24.028414" } STDOUT: podman_registry TASK [Destroy volume] ********************************************************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/cleanup_registry.yml:15 Saturday 07 September 2024 12:34:24 -0400 (0:00:00.647) 0:05:52.730 **** changed: [managed_node1] => { "changed": true, "cmd": [ "podman", "volume", "rm", "8ef26c79cc49bbb6ac0ef57ded9cbe3902fbadef77d5672088aa923e315c5259" ], "delta": "0:00:00.043971", "end": "2024-09-07 12:34:24.726820", "rc": 0, "start": "2024-09-07 12:34:24.682849" } STDOUT: 8ef26c79cc49bbb6ac0ef57ded9cbe3902fbadef77d5672088aa923e315c5259 TASK [Cleanup paths] *********************************************************** task path: /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/cleanup_registry.yml:19 Saturday 07 September 2024 12:34:24 -0400 (0:00:00.451) 0:05:53.182 **** changed: [managed_node1] => (item=/tmp/lsr_fzgw8bvv_podman) => { "ansible_loop_var": "item", "changed": true, "item": "/tmp/lsr_fzgw8bvv_podman", "path": "/tmp/lsr_fzgw8bvv_podman", "state": "absent" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed_node1 : ok=716 changed=71 unreachable=0 failed=0 skipped=952 rescued=2 ignored=1 Saturday 07 September 2024 12:34:25 -0400 (0:00:00.527) 0:05:53.709 **** =============================================================================== fedora.linux_system_roles.podman : Ensure required packages are installed -- 78.33s /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Ensure test packages ---------------------------------------------------- 5.07s /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:64 fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 4.29s /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Start registry ---------------------------------------------------------- 3.88s /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:102 fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 3.51s /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 fedora.linux_system_roles.podman : Gather the package facts ------------- 2.03s /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 2.03s /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.95s /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.89s /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Start service ------------------------ 1.80s /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.67s /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.65s /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Push test images into local registry ------------------------------------ 1.61s /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:127 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.59s /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Remove certs.d files ----------------- 1.59s /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 fedora.linux_system_roles.podman : Stop and disable service ------------- 1.58s /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.52s /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.47s /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Remove certs.d files ----------------- 1.44s /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 fedora.linux_system_roles.podman : Update containers/pods --------------- 1.36s /tmp/collections-aAu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80