ansible-playbook [core 2.16.13] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-ea9 executable location = /usr/local/bin/ansible-playbook python version = 3.12.1 (main, Feb 21 2024, 14:18:26) [GCC 8.5.0 20210514 (Red Hat 8.5.0-21)] (/usr/bin/python3.12) jinja version = 3.1.4 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_auth_and_security.yml ****************************************** 2 plays in /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml PLAY [all] ********************************************************************* TASK [Include vault variables] ************************************************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:5 Tuesday 05 November 2024 18:11:19 -0500 (0:00:00.008) 0:00:00.008 ****** 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-Qwn/tests/vars/vault-variables.yml" ], "changed": false } PLAY [Test various aspects of authentication and security settings] ************ TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:9 Tuesday 05 November 2024 18:11:19 -0500 (0:00:00.037) 0:00:00.045 ****** ok: [managed-node1] TASK [Run the role with no config to install podman] *************************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:46 Tuesday 05 November 2024 18:11:20 -0500 (0:00:01.347) 0:00:01.393 ****** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Tuesday 05 November 2024 18:11:20 -0500 (0:00:00.051) 0:00:01.444 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Tuesday 05 November 2024 18:11:20 -0500 (0:00:00.024) 0:00:01.468 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Tuesday 05 November 2024 18:11:20 -0500 (0:00:00.037) 0:00:01.505 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Tuesday 05 November 2024 18:11:21 -0500 (0:00:00.499) 0:00:02.005 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Tuesday 05 November 2024 18:11:21 -0500 (0:00:00.032) 0:00:02.038 ****** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Tuesday 05 November 2024 18:11:21 -0500 (0:00:00.369) 0:00:02.407 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Tuesday 05 November 2024 18:11:21 -0500 (0:00:00.036) 0:00:02.443 ****** ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-ea9/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, "false_condition": "__vars_file is file", "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-ea9/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-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Tuesday 05 November 2024 18:11:21 -0500 (0:00:00.067) 0:00:02.511 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Tuesday 05 November 2024 18:11:23 -0500 (0:00:01.800) 0:00:04.311 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Tuesday 05 November 2024 18:11:23 -0500 (0:00:00.065) 0:00:04.377 ****** 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" ] } TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Tuesday 05 November 2024 18:12:29 -0500 (0:01:05.834) 0:01:10.211 ****** skipping: [managed-node1] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Tuesday 05 November 2024 18:12:29 -0500 (0:00:00.053) 0:01:10.265 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Tuesday 05 November 2024 18:12:29 -0500 (0:00:00.049) 0:01:10.315 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Tuesday 05 November 2024 18:12:29 -0500 (0:00:00.053) 0:01:10.368 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.031633", "end": "2024-11-05 18:12:29.799973", "rc": 0, "start": "2024-11-05 18:12:29.768340" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Tuesday 05 November 2024 18:12:29 -0500 (0:00:00.482) 0:01:10.851 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Tuesday 05 November 2024 18:12:29 -0500 (0:00:00.047) 0:01:10.898 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Tuesday 05 November 2024 18:12:29 -0500 (0:00:00.034) 0:01:10.933 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "(podman_quadlet_specs | length > 0) or (podman_secrets | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Tuesday 05 November 2024 18:12:29 -0500 (0:00:00.054) 0:01:10.987 ****** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Tuesday 05 November 2024 18:12:30 -0500 (0:00:00.056) 0:01:11.044 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__has_type_pod or __has_pod_file_ext or __has_pod_file_src_ext or __has_pod_template_src_ext or __has_pod_template_src_ext_j2", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Tuesday 05 November 2024 18:12:30 -0500 (0:00:00.040) 0:01:11.084 ****** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Tuesday 05 November 2024 18:12:30 -0500 (0:00:00.076) 0:01:11.160 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 05 November 2024 18:12:30 -0500 (0:00:00.065) 0:01:11.226 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 05 November 2024 18:12:30 -0500 (0:00:00.457) 0:01:11.683 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 05 November 2024 18:12:30 -0500 (0:00:00.036) 0:01:11.720 ****** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 05 November 2024 18:12:30 -0500 (0:00:00.047) 0:01:11.768 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1700557386.0, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1730848322.2235026, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 05 November 2024 18:12:31 -0500 (0:00:00.354) 0:01:12.123 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Tuesday 05 November 2024 18:12:31 -0500 (0:00:00.033) 0:01:12.156 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 05 November 2024 18:12:31 -0500 (0:00:00.031) 0:01:12.188 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Tuesday 05 November 2024 18:12:31 -0500 (0:00:00.032) 0:01:12.221 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Tuesday 05 November 2024 18:12:31 -0500 (0:00:00.031) 0:01:12.252 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Tuesday 05 November 2024 18:12:31 -0500 (0:00:00.031) 0:01:12.284 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Tuesday 05 November 2024 18:12:31 -0500 (0:00:00.030) 0:01:12.314 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Tuesday 05 November 2024 18:12:31 -0500 (0:00:00.032) 0:01:12.346 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Tuesday 05 November 2024 18:12:31 -0500 (0:00:00.031) 0:01:12.378 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Tuesday 05 November 2024 18:12:31 -0500 (0:00:00.063) 0:01:12.441 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Tuesday 05 November 2024 18:12:31 -0500 (0:00:00.060) 0:01:12.502 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Tuesday 05 November 2024 18:12:31 -0500 (0:00:00.031) 0:01:12.534 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:127 Tuesday 05 November 2024 18:12:31 -0500 (0:00:00.032) 0:01:12.566 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Tuesday 05 November 2024 18:12:31 -0500 (0:00:00.092) 0:01:12.658 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Tuesday 05 November 2024 18:12:31 -0500 (0:00:00.032) 0:01:12.691 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:130 Tuesday 05 November 2024 18:12:31 -0500 (0:00:00.032) 0:01:12.723 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Tuesday 05 November 2024 18:12:31 -0500 (0:00:00.063) 0:01:12.787 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Tuesday 05 November 2024 18:12:31 -0500 (0:00:00.034) 0:01:12.821 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:133 Tuesday 05 November 2024 18:12:31 -0500 (0:00:00.032) 0:01:12.853 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Tuesday 05 November 2024 18:12:31 -0500 (0:00:00.078) 0:01:12.931 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Tuesday 05 November 2024 18:12:31 -0500 (0:00:00.034) 0:01:12.965 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Tuesday 05 November 2024 18:12:32 -0500 (0:00:00.032) 0:01:12.998 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Tuesday 05 November 2024 18:12:32 -0500 (0:00:00.034) 0:01:13.032 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:139 Tuesday 05 November 2024 18:12:32 -0500 (0:00:00.033) 0:01:13.066 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Tuesday 05 November 2024 18:12:32 -0500 (0:00:00.032) 0:01:13.099 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_selinux_ports | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Tuesday 05 November 2024 18:12:32 -0500 (0:00:00.031) 0:01:13.130 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:157 Tuesday 05 November 2024 18:12:32 -0500 (0:00:00.032) 0:01:13.163 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:166 Tuesday 05 November 2024 18:12:32 -0500 (0:00:00.028) 0:01:13.191 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:175 Tuesday 05 November 2024 18:12:32 -0500 (0:00:00.029) 0:01:13.220 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Tuesday 05 November 2024 18:12:32 -0500 (0:00:00.028) 0:01:13.249 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:189 Tuesday 05 November 2024 18:12:32 -0500 (0:00:00.029) 0:01:13.278 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:196 Tuesday 05 November 2024 18:12:32 -0500 (0:00:00.028) 0:01:13.307 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:202 Tuesday 05 November 2024 18:12:32 -0500 (0:00:00.063) 0:01:13.370 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:211 Tuesday 05 November 2024 18:12:32 -0500 (0:00:00.029) 0:01:13.399 ****** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Setup registry] ********************************************************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:50 Tuesday 05 November 2024 18:12:32 -0500 (0:00:00.047) 0:01:13.447 ****** included: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml for managed-node1 TASK [Create a temporary directory] ******************************************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:5 Tuesday 05 November 2024 18:12:32 -0500 (0:00:00.073) 0:01:13.520 ****** changed: [managed-node1] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_tsotjz_n_podman", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Set authdir] ************************************************************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:12 Tuesday 05 November 2024 18:12:32 -0500 (0:00:00.450) 0:01:13.971 ****** ok: [managed-node1] => { "ansible_facts": { "__podman_registry_authdir": "/tmp/lsr_tsotjz_n_podman/auth", "__podman_test_authfile": "/tmp/lsr_tsotjz_n_podman/auth/auth.json" }, "changed": false } TASK [Create authdir] ********************************************************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:17 Tuesday 05 November 2024 18:12:33 -0500 (0:00:00.035) 0:01:14.006 ****** changed: [managed-node1] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_tsotjz_n_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-ea9/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:23 Tuesday 05 November 2024 18:12:33 -0500 (0:00:00.470) 0:01:14.476 ****** TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Tuesday 05 November 2024 18:12:33 -0500 (0:00:00.074) 0:01:14.551 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Tuesday 05 November 2024 18:12:33 -0500 (0:00:00.055) 0:01:14.607 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__certificate_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Check if system is ostree] ******* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Tuesday 05 November 2024 18:12:33 -0500 (0:00:00.040) 0:01:14.647 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Tuesday 05 November 2024 18:12:34 -0500 (0:00:00.359) 0:01:15.007 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19 Tuesday 05 November 2024 18:12:34 -0500 (0:00:00.041) 0:01:15.048 ****** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Tuesday 05 November 2024 18:12:34 -0500 (0:00:00.068) 0:01:15.116 ****** changed: [managed-node1] => { "changed": true, "rc": 0, "results": [ "Installed: python3-pyasn1-0.3.7-6.el8.noarch" ] } TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Tuesday 05 November 2024 18:12:38 -0500 (0:00:04.006) 0:01:19.123 ****** 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" ] } TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 Tuesday 05 November 2024 18:12:42 -0500 (0:00:04.613) 0:01:23.737 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61 Tuesday 05 November 2024 18:12:43 -0500 (0:00:00.477) 0:01:24.215 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 Tuesday 05 November 2024 18:12:43 -0500 (0:00:00.478) 0:01:24.693 ****** 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": "sysinit.target system.slice dbus.service systemd-journald.socket syslog.target network.target dbus.socket 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": "system.slice sysinit.target 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-ea9/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 Tuesday 05 November 2024 18:12:44 -0500 (0:00:01.018) 0:01:25.712 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152 Tuesday 05 November 2024 18:12:45 -0500 (0:00:01.032) 0:01:26.744 ****** ok: [managed-node1] => (item=['cert', {'name': 'podman_registry', 'dns': ['localhost', '127.0.0.1'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "content": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURqVENDQW5XZ0F3SUJBZ0lRVEk2cHdVRWNUUldkeFFhRkdicVQ0akFOQmdrcWhraUc5dzBCQVFzRkFEQlEKTVNBd0hnWURWUVFEREJkTWIyTmhiQ0JUYVdkdWFXNW5JRUYxZEdodmNtbDBlVEVzTUNvR0ExVUVBd3dqTkdNNApaV0U1WXpFdE5ERXhZelJrTVRVdE9XUmpOVEEyT0RVdE1UbGlZVGt6WlRFd0hoY05NalF4TVRBMU1qTXhNalExCldoY05NalV4TVRBMU1qTXhNalEwV2pBVU1SSXdFQVlEVlFRREV3bHNiMk5oYkdodmMzUXdnZ0VpTUEwR0NTcUcKU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLQW9JQkFRRG9FdnV6dkp0eGEwK1hPZnI0Z2wxdEZmaGZwYm9nVno0cApycWhsQkswTnQ4UGt4VXM1cDJaVCs4YmNCaDhXejJXOWZuc21IbjdpbGRhaGx6ZFpwYjI3UThpOVBFMUJMQlJ2Ckg5Y3Y2ZXZzMitEMEgvY1NnTWdWK2tzblNjMmZEeXBZTnFpU1JLbEJzaFhrQXQ4Mys3a2h2Zm1wK3VkYnFmNHIKVklEZHZVRjdNQ1A4djFnVnptK1plT2NRYzJrQjJwc3lVL1hCa3hQRXppL2JuN0oxaW5COXQzbkxucWJ3V09xTQpIMDZmR05sWnRheW82MTh6ZjJvQ2drb1g2aUxyaXBCVnNKZGU2NkIrYXR3RFdlbTRCSVlNTC9QTGxnZHdJUUwrCkN1L2JzZ01jZWorVzdSU3NiUVk2YUNYV3RrYmwwNmdPeWV2OVBPd1BnZE10Z05xR1hJSy9BZ01CQUFHamdaNHcKZ1pzd0N3WURWUjBQQkFRREFnV2dNQjhHQTFVZEVRUVlNQmFDQ1d4dlkyRnNhRzl6ZElJSk1USTNMakF1TUM0eApNQjBHQTFVZEpRUVdNQlFHQ0NzR0FRVUZCd01CQmdnckJnRUZCUWNEQWpBTUJnTlZIUk1CQWY4RUFqQUFNQjBHCkExVWREZ1FXQkJUM0xPdm1HU3U5REVnOVI0MWYzRGx3RU0zMUt6QWZCZ05WSFNNRUdEQVdnQlRFTEdvSkdrNWYKbm40UnF3SXM2VU13ZTBHYzNEQU5CZ2txaGtpRzl3MEJBUXNGQUFPQ0FRRUFWL0Q1aUc3T2t2eFBmVHcwTlZOUQpQTjFOazdsV0RTRkdzQlJMOGlDSHBuQjBBYVN1WUtWWkp2TGRENi9RVlZBc0JMK0MxVGpuMllxc210TVVGalJvCkUrUUh3alRYTlFDcEdSQVdLS21rdEpFN044alRlaGRqTmhPK0VWTnFXN00vblh1Q3V5ZnB5cEJHcm14bTgzMzAKS2ltZWRpM1lFK3k1YU9ISUU4TVY1a3poc3Y5dFFJRlNzeTJYSkk2Ly82SldBblRkNWN6NGdlYU9veDhVQzhFRwprTGFOV3BuSUZWZXlReEp5b1JkclVkRFo0MjgzbzFpUnJOSDBiN3NJd0NkSGRTVEpERGFqR3F0Z3RqeTlOUWYwCmVRRjZLajhncWMvdURGTHNrcWdiNHZ5MmxVQlAzZ1JPSFJtTmswN1lxQVpIRmNJTGxER0kzQzh5YzhsdW01Y2gKZGc9PQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==", "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": "LS0tLS1CRUdJTiBQUklWQVRFIEtFWS0tLS0tCk1JSUV3QUlCQURBTkJna3Foa2lHOXcwQkFRRUZBQVNDQktvd2dnU21BZ0VBQW9JQkFRRG9FdnV6dkp0eGEwK1gKT2ZyNGdsMXRGZmhmcGJvZ1Z6NHBycWhsQkswTnQ4UGt4VXM1cDJaVCs4YmNCaDhXejJXOWZuc21IbjdpbGRhaApsemRacGIyN1E4aTlQRTFCTEJSdkg5Y3Y2ZXZzMitEMEgvY1NnTWdWK2tzblNjMmZEeXBZTnFpU1JLbEJzaFhrCkF0ODMrN2todmZtcCt1ZGJxZjRyVklEZHZVRjdNQ1A4djFnVnptK1plT2NRYzJrQjJwc3lVL1hCa3hQRXppL2IKbjdKMWluQjl0M25MbnFid1dPcU1IMDZmR05sWnRheW82MTh6ZjJvQ2drb1g2aUxyaXBCVnNKZGU2NkIrYXR3RApXZW00QklZTUwvUExsZ2R3SVFMK0N1L2JzZ01jZWorVzdSU3NiUVk2YUNYV3RrYmwwNmdPeWV2OVBPd1BnZE10CmdOcUdYSUsvQWdNQkFBRUNnZ0VCQUw4TnlidHBmVXE5UG5QUUhzWHhoUHBtU09odEpqS3p3QkJPb29FdmZVdzYKeWdHUFR1T3k1WElrWjgwQkdSME5Oc1B1MlhGRFQ5QTM3TTl4RHZjMWxHSVRacklyYjZwRW9MbnZLNWRkYTRXKwphbzV2dGxhOFFIeWZacmw4YjlRUGh4dkNPN3JXM2NTZzJKYXlxcE9MSHhraExlVjdFbmFMRngwUzMxZ3RFemhXCmt3TWIweUJoamFxQ0d5bFRkcWZla1A2cXp2cUhlRmF0U1loY2NRQ1pGMTF2c0xWbFJRcGN5OGlubFdUREZsWW0KRGh5TGZ6aXNwcEpqakRNWDgrekxIRFNPOHpJVjEvZXRocUIxNUNkU0VwUGtXMDlWYXhtL1BlWXUvKzFGZDBubgpyR0NDeHhxWmw4cDhXalRkRnBMVmZ1czJQSDZ1YlRXeXU2eFRzWnhxZGhrQ2dZRUEraTV5bkZ0alViZVNXNXJvCm94MU4xNnVZWlRhcGhFRlBTQzEzaTgyK1NXYzljeTRKSVRUMkdvK1BySVZIVUMwVTJCZ0NOTzVnTFRQMHBwWUoKNTltUkcxblg5Qmx5Q0dCcW9KMzBwdE53UjRLNFNWTE5Da0JGVjhxMGJLK1cwQVpzZGI4Mll2S2RWb3Y4V1o4LwpOY0JMaVdzamVaM2x2WWo2NUFoVTFSNWhoWjBDZ1lFQTdYaTZEZFBsS01rdEZwd2pmZE43USswWEIwYlRlVTZWCksvTi9uY0Jqd3M2azBIeFZCZmErdmwzaG9RdTgrZEVCOTFIRFg1SzB2Tng1WW9KUkF2Q0poQmZQMEVDcDJxSVEKQXhNVVBwVmkySTQrNzI0MGtVRXMzQ01aK2hBdmdVUC9wYnU1RVltR0w3VUJtK1lMNWJLOUhjYnVxM295WjU2egoxVWFnVlJtNlNRc0NnWUVBc2NUZlc0cjBmOVJaQXc2SHo1KzYrRXpOOU4xcWhyZUJobUFJV2liUDE0aXNlWE4wCnVVdlFzLzdlc0UvajVHeWtLd2lrU01nNVB1VjBLZ3JpN3dRQnY5V1BSYnZ1ODFUUGIySE52ZHp3STJBWFlzS2IKUDNWNzBHNFExa25PZC9LWWp2Slh5dWRxTlYweTZ0dmxKbVNGU0JnQkZTSEZaWEE0Rm1CMUp4cDNZV0VDZ1lFQQpxYUVaVmhOTW1Hdk1GMkNGUWJZMVVQb2svditxdy9aTVBFNzlrOVAvN3dIcFhUdlRDQ1dQYnpCa29jTmV4QngyCmlSSVF1MDV5YUk0Yzd5OGphelFqSndaVFhmRXk0NGZzWkNYV3lqV3ZtLzFRRzN2ZmRQclhicEJzVitJRDdSU0QKb3dHTFcybWZQcWpQYzJ0S2lGTzdIM0Fnd01EVERJMmk2L0E5UzB6TGNxMENnWUVBaGh4VUpiRGRvZURLYzVFagpPL1NqNHM3blhXNnY5TzBUdVdZbjhMK3RoNzRMUkUzaTd4N242dnlZV0g4dE1kVllqMzIzV05SenhWZ2FZUXlwCk01K0JrSEtHci9kRE90MVhKa1M5Vjg2cXVvbkNkaTVWdjFjSkJyVHo0MStIYWkyVUFrRGhlSDl4WUhYRWs3V1cKZ21ITzhVc0kzcjlhN2xvdENhVkZZWVJwalRBPQotLS0tLUVORCBQUklWQVRFIEtFWS0tLS0tCg==", "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": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURqVENDQW5XZ0F3SUJBZ0lRVEk2cHdVRWNUUldkeFFhRkdicVQ0akFOQmdrcWhraUc5dzBCQVFzRkFEQlEKTVNBd0hnWURWUVFEREJkTWIyTmhiQ0JUYVdkdWFXNW5JRUYxZEdodmNtbDBlVEVzTUNvR0ExVUVBd3dqTkdNNApaV0U1WXpFdE5ERXhZelJrTVRVdE9XUmpOVEEyT0RVdE1UbGlZVGt6WlRFd0hoY05NalF4TVRBMU1qTXhNalExCldoY05NalV4TVRBMU1qTXhNalEwV2pBVU1SSXdFQVlEVlFRREV3bHNiMk5oYkdodmMzUXdnZ0VpTUEwR0NTcUcKU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLQW9JQkFRRG9FdnV6dkp0eGEwK1hPZnI0Z2wxdEZmaGZwYm9nVno0cApycWhsQkswTnQ4UGt4VXM1cDJaVCs4YmNCaDhXejJXOWZuc21IbjdpbGRhaGx6ZFpwYjI3UThpOVBFMUJMQlJ2Ckg5Y3Y2ZXZzMitEMEgvY1NnTWdWK2tzblNjMmZEeXBZTnFpU1JLbEJzaFhrQXQ4Mys3a2h2Zm1wK3VkYnFmNHIKVklEZHZVRjdNQ1A4djFnVnptK1plT2NRYzJrQjJwc3lVL1hCa3hQRXppL2JuN0oxaW5COXQzbkxucWJ3V09xTQpIMDZmR05sWnRheW82MTh6ZjJvQ2drb1g2aUxyaXBCVnNKZGU2NkIrYXR3RFdlbTRCSVlNTC9QTGxnZHdJUUwrCkN1L2JzZ01jZWorVzdSU3NiUVk2YUNYV3RrYmwwNmdPeWV2OVBPd1BnZE10Z05xR1hJSy9BZ01CQUFHamdaNHcKZ1pzd0N3WURWUjBQQkFRREFnV2dNQjhHQTFVZEVRUVlNQmFDQ1d4dlkyRnNhRzl6ZElJSk1USTNMakF1TUM0eApNQjBHQTFVZEpRUVdNQlFHQ0NzR0FRVUZCd01CQmdnckJnRUZCUWNEQWpBTUJnTlZIUk1CQWY4RUFqQUFNQjBHCkExVWREZ1FXQkJUM0xPdm1HU3U5REVnOVI0MWYzRGx3RU0zMUt6QWZCZ05WSFNNRUdEQVdnQlRFTEdvSkdrNWYKbm40UnF3SXM2VU13ZTBHYzNEQU5CZ2txaGtpRzl3MEJBUXNGQUFPQ0FRRUFWL0Q1aUc3T2t2eFBmVHcwTlZOUQpQTjFOazdsV0RTRkdzQlJMOGlDSHBuQjBBYVN1WUtWWkp2TGRENi9RVlZBc0JMK0MxVGpuMllxc210TVVGalJvCkUrUUh3alRYTlFDcEdSQVdLS21rdEpFN044alRlaGRqTmhPK0VWTnFXN00vblh1Q3V5ZnB5cEJHcm14bTgzMzAKS2ltZWRpM1lFK3k1YU9ISUU4TVY1a3poc3Y5dFFJRlNzeTJYSkk2Ly82SldBblRkNWN6NGdlYU9veDhVQzhFRwprTGFOV3BuSUZWZXlReEp5b1JkclVkRFo0MjgzbzFpUnJOSDBiN3NJd0NkSGRTVEpERGFqR3F0Z3RqeTlOUWYwCmVRRjZLajhncWMvdURGTHNrcWdiNHZ5MmxVQlAzZ1JPSFJtTmswN1lxQVpIRmNJTGxER0kzQzh5YzhsdW01Y2gKZGc9PQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==", "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-ea9/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160 Tuesday 05 November 2024 18:12:47 -0500 (0:00:01.380) 0:01:28.125 ****** ok: [managed-node1] => { "ansible_facts": { "certificate_test_certs": { "podman_registry": { "ca": "/etc/pki/tls/certs/podman_registry.crt", "ca_content": "-----BEGIN CERTIFICATE-----\nMIIDjTCCAnWgAwIBAgIQTI6pwUEcTRWdxQaFGbqT4jANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjNGM4\nZWE5YzEtNDExYzRkMTUtOWRjNTA2ODUtMTliYTkzZTEwHhcNMjQxMTA1MjMxMjQ1\nWhcNMjUxMTA1MjMxMjQ0WjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDoEvuzvJtxa0+XOfr4gl1tFfhfpbogVz4p\nrqhlBK0Nt8PkxUs5p2ZT+8bcBh8Wz2W9fnsmHn7ildahlzdZpb27Q8i9PE1BLBRv\nH9cv6evs2+D0H/cSgMgV+ksnSc2fDypYNqiSRKlBshXkAt83+7khvfmp+udbqf4r\nVIDdvUF7MCP8v1gVzm+ZeOcQc2kB2psyU/XBkxPEzi/bn7J1inB9t3nLnqbwWOqM\nH06fGNlZtayo618zf2oCgkoX6iLripBVsJde66B+atwDWem4BIYML/PLlgdwIQL+\nCu/bsgMcej+W7RSsbQY6aCXWtkbl06gOyev9POwPgdMtgNqGXIK/AgMBAAGjgZ4w\ngZswCwYDVR0PBAQDAgWgMB8GA1UdEQQYMBaCCWxvY2FsaG9zdIIJMTI3LjAuMC4x\nMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMB0G\nA1UdDgQWBBT3LOvmGSu9DEg9R41f3DlwEM31KzAfBgNVHSMEGDAWgBTELGoJGk5f\nnn4RqwIs6UMwe0Gc3DANBgkqhkiG9w0BAQsFAAOCAQEAV/D5iG7OkvxPfTw0NVNQ\nPN1Nk7lWDSFGsBRL8iCHpnB0AaSuYKVZJvLdD6/QVVAsBL+C1Tjn2YqsmtMUFjRo\nE+QHwjTXNQCpGRAWKKmktJE7N8jTehdjNhO+EVNqW7M/nXuCuyfpypBGrmxm8330\nKimedi3YE+y5aOHIE8MV5kzhsv9tQIFSsy2XJI6//6JWAnTd5cz4geaOox8UC8EG\nkLaNWpnIFVeyQxJyoRdrUdDZ4283o1iRrNH0b7sIwCdHdSTJDDajGqtgtjy9NQf0\neQF6Kj8gqc/uDFLskqgb4vy2lUBP3gROHRmNk07YqAZHFcILlDGI3C8yc8lum5ch\ndg==\n-----END CERTIFICATE-----\n", "cert": "/etc/pki/tls/certs/podman_registry.crt", "cert_content": "-----BEGIN CERTIFICATE-----\nMIIDjTCCAnWgAwIBAgIQTI6pwUEcTRWdxQaFGbqT4jANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjNGM4\nZWE5YzEtNDExYzRkMTUtOWRjNTA2ODUtMTliYTkzZTEwHhcNMjQxMTA1MjMxMjQ1\nWhcNMjUxMTA1MjMxMjQ0WjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDoEvuzvJtxa0+XOfr4gl1tFfhfpbogVz4p\nrqhlBK0Nt8PkxUs5p2ZT+8bcBh8Wz2W9fnsmHn7ildahlzdZpb27Q8i9PE1BLBRv\nH9cv6evs2+D0H/cSgMgV+ksnSc2fDypYNqiSRKlBshXkAt83+7khvfmp+udbqf4r\nVIDdvUF7MCP8v1gVzm+ZeOcQc2kB2psyU/XBkxPEzi/bn7J1inB9t3nLnqbwWOqM\nH06fGNlZtayo618zf2oCgkoX6iLripBVsJde66B+atwDWem4BIYML/PLlgdwIQL+\nCu/bsgMcej+W7RSsbQY6aCXWtkbl06gOyev9POwPgdMtgNqGXIK/AgMBAAGjgZ4w\ngZswCwYDVR0PBAQDAgWgMB8GA1UdEQQYMBaCCWxvY2FsaG9zdIIJMTI3LjAuMC4x\nMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMB0G\nA1UdDgQWBBT3LOvmGSu9DEg9R41f3DlwEM31KzAfBgNVHSMEGDAWgBTELGoJGk5f\nnn4RqwIs6UMwe0Gc3DANBgkqhkiG9w0BAQsFAAOCAQEAV/D5iG7OkvxPfTw0NVNQ\nPN1Nk7lWDSFGsBRL8iCHpnB0AaSuYKVZJvLdD6/QVVAsBL+C1Tjn2YqsmtMUFjRo\nE+QHwjTXNQCpGRAWKKmktJE7N8jTehdjNhO+EVNqW7M/nXuCuyfpypBGrmxm8330\nKimedi3YE+y5aOHIE8MV5kzhsv9tQIFSsy2XJI6//6JWAnTd5cz4geaOox8UC8EG\nkLaNWpnIFVeyQxJyoRdrUdDZ4283o1iRrNH0b7sIwCdHdSTJDDajGqtgtjy9NQf0\neQF6Kj8gqc/uDFLskqgb4vy2lUBP3gROHRmNk07YqAZHFcILlDGI3C8yc8lum5ch\ndg==\n-----END CERTIFICATE-----\n", "key": "/etc/pki/tls/private/podman_registry.key", "key_content": "-----BEGIN PRIVATE KEY-----\nMIIEwAIBADANBgkqhkiG9w0BAQEFAASCBKowggSmAgEAAoIBAQDoEvuzvJtxa0+X\nOfr4gl1tFfhfpbogVz4prqhlBK0Nt8PkxUs5p2ZT+8bcBh8Wz2W9fnsmHn7ildah\nlzdZpb27Q8i9PE1BLBRvH9cv6evs2+D0H/cSgMgV+ksnSc2fDypYNqiSRKlBshXk\nAt83+7khvfmp+udbqf4rVIDdvUF7MCP8v1gVzm+ZeOcQc2kB2psyU/XBkxPEzi/b\nn7J1inB9t3nLnqbwWOqMH06fGNlZtayo618zf2oCgkoX6iLripBVsJde66B+atwD\nWem4BIYML/PLlgdwIQL+Cu/bsgMcej+W7RSsbQY6aCXWtkbl06gOyev9POwPgdMt\ngNqGXIK/AgMBAAECggEBAL8NybtpfUq9PnPQHsXxhPpmSOhtJjKzwBBOooEvfUw6\nygGPTuOy5XIkZ80BGR0NNsPu2XFDT9A37M9xDvc1lGITZrIrb6pEoLnvK5dda4W+\nao5vtla8QHyfZrl8b9QPhxvCO7rW3cSg2JayqpOLHxkhLeV7EnaLFx0S31gtEzhW\nkwMb0yBhjaqCGylTdqfekP6qzvqHeFatSYhccQCZF11vsLVlRQpcy8inlWTDFlYm\nDhyLfzisppJjjDMX8+zLHDSO8zIV1/ethqB15CdSEpPkW09Vaxm/PeYu/+1Fd0nn\nrGCCxxqZl8p8WjTdFpLVfus2PH6ubTWyu6xTsZxqdhkCgYEA+i5ynFtjUbeSW5ro\nox1N16uYZTaphEFPSC13i82+SWc9cy4JITT2Go+PrIVHUC0U2BgCNO5gLTP0ppYJ\n59mRG1nX9BlyCGBqoJ30ptNwR4K4SVLNCkBFV8q0bK+W0AZsdb82YvKdVov8WZ8/\nNcBLiWsjeZ3lvYj65AhU1R5hhZ0CgYEA7Xi6DdPlKMktFpwjfdN7Q+0XB0bTeU6V\nK/N/ncBjws6k0HxVBfa+vl3hoQu8+dEB91HDX5K0vNx5YoJRAvCJhBfP0ECp2qIQ\nAxMUPpVi2I4+7240kUEs3CMZ+hAvgUP/pbu5EYmGL7UBm+YL5bK9Hcbuq3oyZ56z\n1UagVRm6SQsCgYEAscTfW4r0f9RZAw6Hz5+6+EzN9N1qhreBhmAIWibP14iseXN0\nuUvQs/7esE/j5GykKwikSMg5PuV0Kgri7wQBv9WPRbvu81TPb2HNvdzwI2AXYsKb\nP3V70G4Q1knOd/KYjvJXyudqNV0y6tvlJmSFSBgBFSHFZXA4FmB1Jxp3YWECgYEA\nqaEZVhNMmGvMF2CFQbY1UPok/v+qw/ZMPE79k9P/7wHpXTvTCCWPbzBkocNexBx2\niRIQu05yaI4c7y8jazQjJwZTXfEy44fsZCXWyjWvm/1QG3vfdPrXbpBsV+ID7RSD\nowGLW2mfPqjPc2tKiFO7H3AgwMDTDI2i6/A9S0zLcq0CgYEAhhxUJbDdoeDKc5Ej\nO/Sj4s7nXW6v9O0TuWYn8L+th74LRE3i7x7n6vyYWH8tMdVYj323WNRzxVgaYQyp\nM5+BkHKGr/dDOt1XJkS9V86quonCdi5Vv1cJBrTz41+Hai2UAkDheH9xYHXEk7WW\ngmHO8UsI3r9a7lotCaVFYYRpjTA=\n-----END PRIVATE KEY-----\n" } } }, "changed": false } TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176 Tuesday 05 November 2024 18:12:47 -0500 (0:00:00.042) 0:01:28.168 ****** ok: [managed-node1] => (item={'cert': '/etc/pki/tls/certs/podman_registry.crt', 'cert_content': '-----BEGIN CERTIFICATE-----\nMIIDjTCCAnWgAwIBAgIQTI6pwUEcTRWdxQaFGbqT4jANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjNGM4\nZWE5YzEtNDExYzRkMTUtOWRjNTA2ODUtMTliYTkzZTEwHhcNMjQxMTA1MjMxMjQ1\nWhcNMjUxMTA1MjMxMjQ0WjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDoEvuzvJtxa0+XOfr4gl1tFfhfpbogVz4p\nrqhlBK0Nt8PkxUs5p2ZT+8bcBh8Wz2W9fnsmHn7ildahlzdZpb27Q8i9PE1BLBRv\nH9cv6evs2+D0H/cSgMgV+ksnSc2fDypYNqiSRKlBshXkAt83+7khvfmp+udbqf4r\nVIDdvUF7MCP8v1gVzm+ZeOcQc2kB2psyU/XBkxPEzi/bn7J1inB9t3nLnqbwWOqM\nH06fGNlZtayo618zf2oCgkoX6iLripBVsJde66B+atwDWem4BIYML/PLlgdwIQL+\nCu/bsgMcej+W7RSsbQY6aCXWtkbl06gOyev9POwPgdMtgNqGXIK/AgMBAAGjgZ4w\ngZswCwYDVR0PBAQDAgWgMB8GA1UdEQQYMBaCCWxvY2FsaG9zdIIJMTI3LjAuMC4x\nMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMB0G\nA1UdDgQWBBT3LOvmGSu9DEg9R41f3DlwEM31KzAfBgNVHSMEGDAWgBTELGoJGk5f\nnn4RqwIs6UMwe0Gc3DANBgkqhkiG9w0BAQsFAAOCAQEAV/D5iG7OkvxPfTw0NVNQ\nPN1Nk7lWDSFGsBRL8iCHpnB0AaSuYKVZJvLdD6/QVVAsBL+C1Tjn2YqsmtMUFjRo\nE+QHwjTXNQCpGRAWKKmktJE7N8jTehdjNhO+EVNqW7M/nXuCuyfpypBGrmxm8330\nKimedi3YE+y5aOHIE8MV5kzhsv9tQIFSsy2XJI6//6JWAnTd5cz4geaOox8UC8EG\nkLaNWpnIFVeyQxJyoRdrUdDZ4283o1iRrNH0b7sIwCdHdSTJDDajGqtgtjy9NQf0\neQF6Kj8gqc/uDFLskqgb4vy2lUBP3gROHRmNk07YqAZHFcILlDGI3C8yc8lum5ch\ndg==\n-----END CERTIFICATE-----\n', 'key': '/etc/pki/tls/private/podman_registry.key', 'key_content': '-----BEGIN PRIVATE KEY-----\nMIIEwAIBADANBgkqhkiG9w0BAQEFAASCBKowggSmAgEAAoIBAQDoEvuzvJtxa0+X\nOfr4gl1tFfhfpbogVz4prqhlBK0Nt8PkxUs5p2ZT+8bcBh8Wz2W9fnsmHn7ildah\nlzdZpb27Q8i9PE1BLBRvH9cv6evs2+D0H/cSgMgV+ksnSc2fDypYNqiSRKlBshXk\nAt83+7khvfmp+udbqf4rVIDdvUF7MCP8v1gVzm+ZeOcQc2kB2psyU/XBkxPEzi/b\nn7J1inB9t3nLnqbwWOqMH06fGNlZtayo618zf2oCgkoX6iLripBVsJde66B+atwD\nWem4BIYML/PLlgdwIQL+Cu/bsgMcej+W7RSsbQY6aCXWtkbl06gOyev9POwPgdMt\ngNqGXIK/AgMBAAECggEBAL8NybtpfUq9PnPQHsXxhPpmSOhtJjKzwBBOooEvfUw6\nygGPTuOy5XIkZ80BGR0NNsPu2XFDT9A37M9xDvc1lGITZrIrb6pEoLnvK5dda4W+\nao5vtla8QHyfZrl8b9QPhxvCO7rW3cSg2JayqpOLHxkhLeV7EnaLFx0S31gtEzhW\nkwMb0yBhjaqCGylTdqfekP6qzvqHeFatSYhccQCZF11vsLVlRQpcy8inlWTDFlYm\nDhyLfzisppJjjDMX8+zLHDSO8zIV1/ethqB15CdSEpPkW09Vaxm/PeYu/+1Fd0nn\nrGCCxxqZl8p8WjTdFpLVfus2PH6ubTWyu6xTsZxqdhkCgYEA+i5ynFtjUbeSW5ro\nox1N16uYZTaphEFPSC13i82+SWc9cy4JITT2Go+PrIVHUC0U2BgCNO5gLTP0ppYJ\n59mRG1nX9BlyCGBqoJ30ptNwR4K4SVLNCkBFV8q0bK+W0AZsdb82YvKdVov8WZ8/\nNcBLiWsjeZ3lvYj65AhU1R5hhZ0CgYEA7Xi6DdPlKMktFpwjfdN7Q+0XB0bTeU6V\nK/N/ncBjws6k0HxVBfa+vl3hoQu8+dEB91HDX5K0vNx5YoJRAvCJhBfP0ECp2qIQ\nAxMUPpVi2I4+7240kUEs3CMZ+hAvgUP/pbu5EYmGL7UBm+YL5bK9Hcbuq3oyZ56z\n1UagVRm6SQsCgYEAscTfW4r0f9RZAw6Hz5+6+EzN9N1qhreBhmAIWibP14iseXN0\nuUvQs/7esE/j5GykKwikSMg5PuV0Kgri7wQBv9WPRbvu81TPb2HNvdzwI2AXYsKb\nP3V70G4Q1knOd/KYjvJXyudqNV0y6tvlJmSFSBgBFSHFZXA4FmB1Jxp3YWECgYEA\nqaEZVhNMmGvMF2CFQbY1UPok/v+qw/ZMPE79k9P/7wHpXTvTCCWPbzBkocNexBx2\niRIQu05yaI4c7y8jazQjJwZTXfEy44fsZCXWyjWvm/1QG3vfdPrXbpBsV+ID7RSD\nowGLW2mfPqjPc2tKiFO7H3AgwMDTDI2i6/A9S0zLcq0CgYEAhhxUJbDdoeDKc5Ej\nO/Sj4s7nXW6v9O0TuWYn8L+th74LRE3i7x7n6vyYWH8tMdVYj323WNRzxVgaYQyp\nM5+BkHKGr/dDOt1XJkS9V86quonCdi5Vv1cJBrTz41+Hai2UAkDheH9xYHXEk7WW\ngmHO8UsI3r9a7lotCaVFYYRpjTA=\n-----END PRIVATE KEY-----\n', 'ca': '/etc/pki/tls/certs/podman_registry.crt', 'ca_content': '-----BEGIN CERTIFICATE-----\nMIIDjTCCAnWgAwIBAgIQTI6pwUEcTRWdxQaFGbqT4jANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjNGM4\nZWE5YzEtNDExYzRkMTUtOWRjNTA2ODUtMTliYTkzZTEwHhcNMjQxMTA1MjMxMjQ1\nWhcNMjUxMTA1MjMxMjQ0WjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDoEvuzvJtxa0+XOfr4gl1tFfhfpbogVz4p\nrqhlBK0Nt8PkxUs5p2ZT+8bcBh8Wz2W9fnsmHn7ildahlzdZpb27Q8i9PE1BLBRv\nH9cv6evs2+D0H/cSgMgV+ksnSc2fDypYNqiSRKlBshXkAt83+7khvfmp+udbqf4r\nVIDdvUF7MCP8v1gVzm+ZeOcQc2kB2psyU/XBkxPEzi/bn7J1inB9t3nLnqbwWOqM\nH06fGNlZtayo618zf2oCgkoX6iLripBVsJde66B+atwDWem4BIYML/PLlgdwIQL+\nCu/bsgMcej+W7RSsbQY6aCXWtkbl06gOyev9POwPgdMtgNqGXIK/AgMBAAGjgZ4w\ngZswCwYDVR0PBAQDAgWgMB8GA1UdEQQYMBaCCWxvY2FsaG9zdIIJMTI3LjAuMC4x\nMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMB0G\nA1UdDgQWBBT3LOvmGSu9DEg9R41f3DlwEM31KzAfBgNVHSMEGDAWgBTELGoJGk5f\nnn4RqwIs6UMwe0Gc3DANBgkqhkiG9w0BAQsFAAOCAQEAV/D5iG7OkvxPfTw0NVNQ\nPN1Nk7lWDSFGsBRL8iCHpnB0AaSuYKVZJvLdD6/QVVAsBL+C1Tjn2YqsmtMUFjRo\nE+QHwjTXNQCpGRAWKKmktJE7N8jTehdjNhO+EVNqW7M/nXuCuyfpypBGrmxm8330\nKimedi3YE+y5aOHIE8MV5kzhsv9tQIFSsy2XJI6//6JWAnTd5cz4geaOox8UC8EG\nkLaNWpnIFVeyQxJyoRdrUdDZ4283o1iRrNH0b7sIwCdHdSTJDDajGqtgtjy9NQf0\neQF6Kj8gqc/uDFLskqgb4vy2lUBP3gROHRmNk07YqAZHFcILlDGI3C8yc8lum5ch\ndg==\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.032796", "end": "2024-11-05 18:12:47.546166", "item": { "ca": "/etc/pki/tls/certs/podman_registry.crt", "ca_content": "-----BEGIN CERTIFICATE-----\nMIIDjTCCAnWgAwIBAgIQTI6pwUEcTRWdxQaFGbqT4jANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjNGM4\nZWE5YzEtNDExYzRkMTUtOWRjNTA2ODUtMTliYTkzZTEwHhcNMjQxMTA1MjMxMjQ1\nWhcNMjUxMTA1MjMxMjQ0WjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDoEvuzvJtxa0+XOfr4gl1tFfhfpbogVz4p\nrqhlBK0Nt8PkxUs5p2ZT+8bcBh8Wz2W9fnsmHn7ildahlzdZpb27Q8i9PE1BLBRv\nH9cv6evs2+D0H/cSgMgV+ksnSc2fDypYNqiSRKlBshXkAt83+7khvfmp+udbqf4r\nVIDdvUF7MCP8v1gVzm+ZeOcQc2kB2psyU/XBkxPEzi/bn7J1inB9t3nLnqbwWOqM\nH06fGNlZtayo618zf2oCgkoX6iLripBVsJde66B+atwDWem4BIYML/PLlgdwIQL+\nCu/bsgMcej+W7RSsbQY6aCXWtkbl06gOyev9POwPgdMtgNqGXIK/AgMBAAGjgZ4w\ngZswCwYDVR0PBAQDAgWgMB8GA1UdEQQYMBaCCWxvY2FsaG9zdIIJMTI3LjAuMC4x\nMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMB0G\nA1UdDgQWBBT3LOvmGSu9DEg9R41f3DlwEM31KzAfBgNVHSMEGDAWgBTELGoJGk5f\nnn4RqwIs6UMwe0Gc3DANBgkqhkiG9w0BAQsFAAOCAQEAV/D5iG7OkvxPfTw0NVNQ\nPN1Nk7lWDSFGsBRL8iCHpnB0AaSuYKVZJvLdD6/QVVAsBL+C1Tjn2YqsmtMUFjRo\nE+QHwjTXNQCpGRAWKKmktJE7N8jTehdjNhO+EVNqW7M/nXuCuyfpypBGrmxm8330\nKimedi3YE+y5aOHIE8MV5kzhsv9tQIFSsy2XJI6//6JWAnTd5cz4geaOox8UC8EG\nkLaNWpnIFVeyQxJyoRdrUdDZ4283o1iRrNH0b7sIwCdHdSTJDDajGqtgtjy9NQf0\neQF6Kj8gqc/uDFLskqgb4vy2lUBP3gROHRmNk07YqAZHFcILlDGI3C8yc8lum5ch\ndg==\n-----END CERTIFICATE-----\n", "cert": "/etc/pki/tls/certs/podman_registry.crt", "cert_content": "-----BEGIN CERTIFICATE-----\nMIIDjTCCAnWgAwIBAgIQTI6pwUEcTRWdxQaFGbqT4jANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjNGM4\nZWE5YzEtNDExYzRkMTUtOWRjNTA2ODUtMTliYTkzZTEwHhcNMjQxMTA1MjMxMjQ1\nWhcNMjUxMTA1MjMxMjQ0WjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDoEvuzvJtxa0+XOfr4gl1tFfhfpbogVz4p\nrqhlBK0Nt8PkxUs5p2ZT+8bcBh8Wz2W9fnsmHn7ildahlzdZpb27Q8i9PE1BLBRv\nH9cv6evs2+D0H/cSgMgV+ksnSc2fDypYNqiSRKlBshXkAt83+7khvfmp+udbqf4r\nVIDdvUF7MCP8v1gVzm+ZeOcQc2kB2psyU/XBkxPEzi/bn7J1inB9t3nLnqbwWOqM\nH06fGNlZtayo618zf2oCgkoX6iLripBVsJde66B+atwDWem4BIYML/PLlgdwIQL+\nCu/bsgMcej+W7RSsbQY6aCXWtkbl06gOyev9POwPgdMtgNqGXIK/AgMBAAGjgZ4w\ngZswCwYDVR0PBAQDAgWgMB8GA1UdEQQYMBaCCWxvY2FsaG9zdIIJMTI3LjAuMC4x\nMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMB0G\nA1UdDgQWBBT3LOvmGSu9DEg9R41f3DlwEM31KzAfBgNVHSMEGDAWgBTELGoJGk5f\nnn4RqwIs6UMwe0Gc3DANBgkqhkiG9w0BAQsFAAOCAQEAV/D5iG7OkvxPfTw0NVNQ\nPN1Nk7lWDSFGsBRL8iCHpnB0AaSuYKVZJvLdD6/QVVAsBL+C1Tjn2YqsmtMUFjRo\nE+QHwjTXNQCpGRAWKKmktJE7N8jTehdjNhO+EVNqW7M/nXuCuyfpypBGrmxm8330\nKimedi3YE+y5aOHIE8MV5kzhsv9tQIFSsy2XJI6//6JWAnTd5cz4geaOox8UC8EG\nkLaNWpnIFVeyQxJyoRdrUdDZ4283o1iRrNH0b7sIwCdHdSTJDDajGqtgtjy9NQf0\neQF6Kj8gqc/uDFLskqgb4vy2lUBP3gROHRmNk07YqAZHFcILlDGI3C8yc8lum5ch\ndg==\n-----END CERTIFICATE-----\n", "key": "/etc/pki/tls/private/podman_registry.key", "key_content": "-----BEGIN PRIVATE KEY-----\nMIIEwAIBADANBgkqhkiG9w0BAQEFAASCBKowggSmAgEAAoIBAQDoEvuzvJtxa0+X\nOfr4gl1tFfhfpbogVz4prqhlBK0Nt8PkxUs5p2ZT+8bcBh8Wz2W9fnsmHn7ildah\nlzdZpb27Q8i9PE1BLBRvH9cv6evs2+D0H/cSgMgV+ksnSc2fDypYNqiSRKlBshXk\nAt83+7khvfmp+udbqf4rVIDdvUF7MCP8v1gVzm+ZeOcQc2kB2psyU/XBkxPEzi/b\nn7J1inB9t3nLnqbwWOqMH06fGNlZtayo618zf2oCgkoX6iLripBVsJde66B+atwD\nWem4BIYML/PLlgdwIQL+Cu/bsgMcej+W7RSsbQY6aCXWtkbl06gOyev9POwPgdMt\ngNqGXIK/AgMBAAECggEBAL8NybtpfUq9PnPQHsXxhPpmSOhtJjKzwBBOooEvfUw6\nygGPTuOy5XIkZ80BGR0NNsPu2XFDT9A37M9xDvc1lGITZrIrb6pEoLnvK5dda4W+\nao5vtla8QHyfZrl8b9QPhxvCO7rW3cSg2JayqpOLHxkhLeV7EnaLFx0S31gtEzhW\nkwMb0yBhjaqCGylTdqfekP6qzvqHeFatSYhccQCZF11vsLVlRQpcy8inlWTDFlYm\nDhyLfzisppJjjDMX8+zLHDSO8zIV1/ethqB15CdSEpPkW09Vaxm/PeYu/+1Fd0nn\nrGCCxxqZl8p8WjTdFpLVfus2PH6ubTWyu6xTsZxqdhkCgYEA+i5ynFtjUbeSW5ro\nox1N16uYZTaphEFPSC13i82+SWc9cy4JITT2Go+PrIVHUC0U2BgCNO5gLTP0ppYJ\n59mRG1nX9BlyCGBqoJ30ptNwR4K4SVLNCkBFV8q0bK+W0AZsdb82YvKdVov8WZ8/\nNcBLiWsjeZ3lvYj65AhU1R5hhZ0CgYEA7Xi6DdPlKMktFpwjfdN7Q+0XB0bTeU6V\nK/N/ncBjws6k0HxVBfa+vl3hoQu8+dEB91HDX5K0vNx5YoJRAvCJhBfP0ECp2qIQ\nAxMUPpVi2I4+7240kUEs3CMZ+hAvgUP/pbu5EYmGL7UBm+YL5bK9Hcbuq3oyZ56z\n1UagVRm6SQsCgYEAscTfW4r0f9RZAw6Hz5+6+EzN9N1qhreBhmAIWibP14iseXN0\nuUvQs/7esE/j5GykKwikSMg5PuV0Kgri7wQBv9WPRbvu81TPb2HNvdzwI2AXYsKb\nP3V70G4Q1knOd/KYjvJXyudqNV0y6tvlJmSFSBgBFSHFZXA4FmB1Jxp3YWECgYEA\nqaEZVhNMmGvMF2CFQbY1UPok/v+qw/ZMPE79k9P/7wHpXTvTCCWPbzBkocNexBx2\niRIQu05yaI4c7y8jazQjJwZTXfEy44fsZCXWyjWvm/1QG3vfdPrXbpBsV+ID7RSD\nowGLW2mfPqjPc2tKiFO7H3AgwMDTDI2i6/A9S0zLcq0CgYEAhhxUJbDdoeDKc5Ej\nO/Sj4s7nXW6v9O0TuWYn8L+th74LRE3i7x7n6vyYWH8tMdVYj323WNRzxVgaYQyp\nM5+BkHKGr/dDOt1XJkS9V86quonCdi5Vv1cJBrTz41+Hai2UAkDheH9xYHXEk7WW\ngmHO8UsI3r9a7lotCaVFYYRpjTA=\n-----END PRIVATE KEY-----\n" }, "rc": 0, "start": "2024-11-05 18:12:47.513370" } STDOUT: Request "20241105231245" removed. TASK [fedora.linux_system_roles.certificate : Remove files] ******************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181 Tuesday 05 November 2024 18:12:47 -0500 (0:00:00.437) 0:01:28.605 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:34 Tuesday 05 November 2024 18:12:48 -0500 (0:00:01.110) 0:01:29.716 ****** changed: [managed-node1] => { "changed": true, "checksum": "94a4993f223fc74b5eca347ef9a2ac76ec21e74d", "dest": "/tmp/lsr_tsotjz_n_podman/auth/registry_cert.crt", "gid": 0, "group": "root", "md5sum": "c54111add6c03a3ab6a788892beab483", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 1294, "src": "/root/.ansible/tmp/ansible-tmp-1730848368.7687967-9236-166699776912985/source", "state": "file", "uid": 0 } TASK [Write key for registry] ************************************************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:40 Tuesday 05 November 2024 18:12:49 -0500 (0:00:00.796) 0:01:30.512 ****** changed: [managed-node1] => { "changed": true, "checksum": "c0a4a4a727dee2043ee8f7024f221dbd49d780ff", "dest": "/tmp/lsr_tsotjz_n_podman/auth/registry_key.pem", "gid": 0, "group": "root", "md5sum": "fc5fbdce3a8cd8410b6284125000b63e", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 1708, "src": "/root/.ansible/tmp/ansible-tmp-1730848369.5671377-9273-185952876892551/source", "state": "file", "uid": 0 } TASK [Write CA cert for registry] ********************************************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:46 Tuesday 05 November 2024 18:12:50 -0500 (0:00:00.672) 0:01:31.185 ****** changed: [managed-node1] => { "changed": true, "checksum": "94a4993f223fc74b5eca347ef9a2ac76ec21e74d", "dest": "/tmp/lsr_tsotjz_n_podman/auth/ca.crt", "gid": 0, "group": "root", "md5sum": "c54111add6c03a3ab6a788892beab483", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 1294, "src": "/root/.ansible/tmp/ansible-tmp-1730848370.2429595-9302-254483401369073/source", "state": "file", "uid": 0 } TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:55 Tuesday 05 November 2024 18:12:51 -0500 (0:00:00.814) 0:01:32.000 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:60 Tuesday 05 November 2024 18:12:51 -0500 (0:00:00.041) 0:01:32.042 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Ensure test packages] **************************************************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:64 Tuesday 05 November 2024 18:12:51 -0500 (0:00:00.051) 0:01:32.093 ****** 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" ] } TASK [Write user and password] ************************************************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:70 Tuesday 05 November 2024 18:12:56 -0500 (0:00:05.133) 0:01:37.227 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:78 Tuesday 05 November 2024 18:12:56 -0500 (0:00:00.379) 0:01:37.606 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:94 Tuesday 05 November 2024 18:12:57 -0500 (0:00:00.686) 0:01:38.293 ****** ok: [managed-node1] => { "ansible_facts": { "__podman_cleanup_paths": [ "/tmp/lsr_tsotjz_n_podman" ] }, "changed": false } TASK [Start registry] ********************************************************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:102 Tuesday 05 November 2024 18:12:57 -0500 (0:00:00.043) 0:01:38.337 ****** changed: [managed-node1] => { "changed": true, "cmd": [ "podman", "run", "-d", "-p", "127.0.0.1:5000:5000", "--name", "podman_registry", "-v", "/tmp/lsr_tsotjz_n_podman/auth:/auth:Z", "-e", "REGISTRY_AUTH=htpasswd", "-e", "REGISTRY_AUTH_HTPASSWD_REALM=Registry Realm", "-e", "REGISTRY_AUTH_HTPASSWD_PATH=/auth/htpasswd", "-e", "REGISTRY_HTTP_TLS_CERTIFICATE=/auth/registry_cert.crt", "-e", "REGISTRY_HTTP_TLS_KEY=/auth/registry_key.pem", "quay.io/libpod/registry:2.8.2" ], "delta": "0:00:02.606790", "end": "2024-11-05 18:13:00.262970", "rc": 0, "start": "2024-11-05 18:12:57.656180" } STDOUT: 9259d52a2245488a5ec470639ba4fa7aa6213eb74ba52572883ef6558867741b STDERR: Trying to pull quay.io/libpod/registry:2.8.2... Getting image source signatures Copying blob sha256:7417fa3c6d923a722787ff60825c3c40f74621ab2e4abcc120e25b10a35e4811 Copying blob sha256:c4d48a809fc2256f8aa0aeee47998488d64409855adba00a7cb3007ab9f3286e Copying blob sha256:7264a8db6415046d36d16ba98b79778e18accee6ffa71850405994cffa9be7de Copying blob sha256:88b450dec42ebc9659f10c6fd6d2326706fec4ab7aadf0c38973d930c23c546a Copying blob sha256:121f958bea53668d782691e643e9401ea21dd36c9d81078b51964d2e82b51376 Copying config sha256:0030ba3d620c647159c935ee778991c68ef3e51a274703753b0bc530104ef5e5 Writing manifest to image destination TASK [Wait for port] *********************************************************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:113 Tuesday 05 November 2024 18:13:00 -0500 (0:00:02.981) 0:01:41.318 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:117 Tuesday 05 November 2024 18:13:00 -0500 (0:00:00.483) 0:01:41.802 ****** ok: [managed-node1] => { "attempts": 1, "changed": false, "cmd": [ "podman", "logs", "podman_registry" ], "delta": "0:00:00.035311", "end": "2024-11-05 18:13:01.143023", "rc": 0, "start": "2024-11-05 18:13:01.107712" } STDERR: time="2024-11-05T23:13:00.261489891Z" 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=c31d7e39-b214-41df-a1b9-dccbf320dd14 service=registry version=2.8.2 time="2024-11-05T23:13:00.261560471Z" level=info msg="redis not configured" go.version=go1.19.9 instance.id=c31d7e39-b214-41df-a1b9-dccbf320dd14 service=registry version=2.8.2 time="2024-11-05T23:13:00.261697851Z" level=info msg="using inmemory blob descriptor cache" go.version=go1.19.9 instance.id=c31d7e39-b214-41df-a1b9-dccbf320dd14 service=registry version=2.8.2 time="2024-11-05T23:13:00.26219738Z" level=info msg="restricting TLS version to tls1.2 or higher" go.version=go1.19.9 instance.id=c31d7e39-b214-41df-a1b9-dccbf320dd14 service=registry version=2.8.2 time="2024-11-05T23:13:00.262256317Z" 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=c31d7e39-b214-41df-a1b9-dccbf320dd14 service=registry version=2.8.2 time="2024-11-05T23:13:00.262565978Z" level=info msg="listening on [::]:5000, tls" go.version=go1.19.9 instance.id=c31d7e39-b214-41df-a1b9-dccbf320dd14 service=registry version=2.8.2 time="2024-11-05T23:13:00.263289406Z" level=info msg="Starting upload purge in 2m0s" go.version=go1.19.9 instance.id=c31d7e39-b214-41df-a1b9-dccbf320dd14 service=registry version=2.8.2 2024/11/05 23:13:00 http: TLS handshake error from 10.88.0.1:60918: EOF TASK [Convert test image names into local registry names] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:123 Tuesday 05 November 2024 18:13:01 -0500 (0:00:00.416) 0:01:42.218 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:127 Tuesday 05 November 2024 18:13:01 -0500 (0:00:00.057) 0:01:42.275 ****** 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_tsotjz_n_podman/auth/auth.json\" --cert-dir=\"/tmp/lsr_tsotjz_n_podman/auth\" quay.io/libpod/testimage:20210610 docker://localhost:5000/libpod/testimage:20210610", "delta": "0:00:03.276762", "end": "2024-11-05 18:13:04.871823", "item": { "key": "quay.io/libpod/testimage:20210610", "value": "localhost:5000/libpod/testimage:20210610" }, "rc": 0, "start": "2024-11-05 18:13:01.595061" } 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-ea9/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:136 Tuesday 05 November 2024 18:13:05 -0500 (0:00:03.742) 0:01:46.017 ****** ok: [managed-node1] => (item=localhost:5000/libpod/testimage:20210610) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "skopeo", "inspect", "--authfile=/tmp/lsr_tsotjz_n_podman/auth/auth.json", "--cert-dir=/tmp/lsr_tsotjz_n_podman/auth", "docker://localhost:5000/libpod/testimage:20210610" ], "delta": "0:00:00.162407", "end": "2024-11-05 18:13:05.519685", "item": "localhost:5000/libpod/testimage:20210610", "rc": 0, "start": "2024-11-05 18:13:05.357278" } 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-ea9/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:58 Tuesday 05 November 2024 18:13:05 -0500 (0:00:00.561) 0:01:46.579 ****** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Tuesday 05 November 2024 18:13:05 -0500 (0:00:00.085) 0:01:46.664 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Tuesday 05 November 2024 18:13:05 -0500 (0:00:00.058) 0:01:46.723 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Tuesday 05 November 2024 18:13:05 -0500 (0:00:00.046) 0:01:46.770 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Tuesday 05 November 2024 18:13:05 -0500 (0:00:00.059) 0:01:46.829 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Tuesday 05 November 2024 18:13:05 -0500 (0:00:00.064) 0:01:46.893 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Tuesday 05 November 2024 18:13:05 -0500 (0:00:00.048) 0:01:46.942 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Tuesday 05 November 2024 18:13:06 -0500 (0:00:00.050) 0:01:46.993 ****** ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-ea9/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, "false_condition": "__vars_file is file", "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-ea9/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-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Tuesday 05 November 2024 18:13:06 -0500 (0:00:00.122) 0:01:47.115 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Tuesday 05 November 2024 18:13:07 -0500 (0:00:01.499) 0:01:48.615 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Tuesday 05 November 2024 18:13:07 -0500 (0:00:00.044) 0:01:48.659 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Tuesday 05 November 2024 18:13:07 -0500 (0:00:00.041) 0:01:48.700 ****** skipping: [managed-node1] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Tuesday 05 November 2024 18:13:07 -0500 (0:00:00.034) 0:01:48.735 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Tuesday 05 November 2024 18:13:07 -0500 (0:00:00.034) 0:01:48.770 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Tuesday 05 November 2024 18:13:07 -0500 (0:00:00.070) 0:01:48.840 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.027364", "end": "2024-11-05 18:13:08.166795", "rc": 0, "start": "2024-11-05 18:13:08.139431" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Tuesday 05 November 2024 18:13:08 -0500 (0:00:00.378) 0:01:49.219 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Tuesday 05 November 2024 18:13:08 -0500 (0:00:00.037) 0:01:49.257 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Tuesday 05 November 2024 18:13:08 -0500 (0:00:00.037) 0:01:49.295 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_version is version(\"4.4\", \"<\")", "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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Tuesday 05 November 2024 18:13:08 -0500 (0:00:00.041) 0:01:49.337 ****** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Tuesday 05 November 2024 18:13:08 -0500 (0:00:00.047) 0:01:49.385 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__has_type_pod or __has_pod_file_ext or __has_pod_file_src_ext or __has_pod_template_src_ext or __has_pod_template_src_ext_j2", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Tuesday 05 November 2024 18:13:08 -0500 (0:00:00.054) 0:01:49.439 ****** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Tuesday 05 November 2024 18:13:08 -0500 (0:00:00.059) 0:01:49.499 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 05 November 2024 18:13:08 -0500 (0:00:00.069) 0:01:49.568 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 05 November 2024 18:13:08 -0500 (0:00:00.040) 0:01:49.609 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 05 November 2024 18:13:08 -0500 (0:00:00.039) 0:01:49.648 ****** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 05 November 2024 18:13:08 -0500 (0:00:00.045) 0:01:49.694 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1730848351.0645916, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1730848322.2235026, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 05 November 2024 18:13:09 -0500 (0:00:00.390) 0:01:50.085 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Tuesday 05 November 2024 18:13:09 -0500 (0:00:00.049) 0:01:50.134 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 05 November 2024 18:13:09 -0500 (0:00:00.061) 0:01:50.195 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Tuesday 05 November 2024 18:13:09 -0500 (0:00:00.056) 0:01:50.251 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Tuesday 05 November 2024 18:13:09 -0500 (0:00:00.101) 0:01:50.353 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Tuesday 05 November 2024 18:13:09 -0500 (0:00:00.049) 0:01:50.402 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Tuesday 05 November 2024 18:13:09 -0500 (0:00:00.036) 0:01:50.438 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Tuesday 05 November 2024 18:13:09 -0500 (0:00:00.039) 0:01:50.478 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Tuesday 05 November 2024 18:13:09 -0500 (0:00:00.040) 0:01:50.518 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Tuesday 05 November 2024 18:13:09 -0500 (0:00:00.068) 0:01:50.586 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Tuesday 05 November 2024 18:13:09 -0500 (0:00:00.071) 0:01:50.658 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Tuesday 05 November 2024 18:13:09 -0500 (0:00:00.043) 0:01:50.701 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:127 Tuesday 05 November 2024 18:13:09 -0500 (0:00:00.056) 0:01:50.758 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Tuesday 05 November 2024 18:13:09 -0500 (0:00:00.136) 0:01:50.894 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Tuesday 05 November 2024 18:13:09 -0500 (0:00:00.084) 0:01:50.979 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:130 Tuesday 05 November 2024 18:13:10 -0500 (0:00:00.109) 0:01:51.088 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Tuesday 05 November 2024 18:13:10 -0500 (0:00:00.158) 0:01:51.247 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Tuesday 05 November 2024 18:13:10 -0500 (0:00:00.068) 0:01:51.315 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:133 Tuesday 05 November 2024 18:13:10 -0500 (0:00:00.056) 0:01:51.372 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Tuesday 05 November 2024 18:13:10 -0500 (0:00:00.254) 0:01:51.626 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Tuesday 05 November 2024 18:13:10 -0500 (0:00:00.053) 0:01:51.680 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Tuesday 05 November 2024 18:13:10 -0500 (0:00:00.058) 0:01:51.739 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Tuesday 05 November 2024 18:13:10 -0500 (0:00:00.062) 0:01:51.802 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:139 Tuesday 05 November 2024 18:13:10 -0500 (0:00:00.057) 0:01:51.859 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Tuesday 05 November 2024 18:13:10 -0500 (0:00:00.054) 0:01:51.913 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_selinux_ports | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Tuesday 05 November 2024 18:13:10 -0500 (0:00:00.054) 0:01:51.967 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:157 Tuesday 05 November 2024 18:13:11 -0500 (0:00:00.054) 0:01:52.022 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:166 Tuesday 05 November 2024 18:13:11 -0500 (0:00:00.052) 0:01:52.074 ****** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:175 Tuesday 05 November 2024 18:13:11 -0500 (0:00:00.064) 0:01:52.138 ****** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Tuesday 05 November 2024 18:13:11 -0500 (0:00:00.098) 0:01:52.237 ****** included: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node1 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Tuesday 05 November 2024 18:13:11 -0500 (0:00:00.167) 0:01:52.405 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Tuesday 05 November 2024 18:13:11 -0500 (0:00:00.078) 0:01:52.483 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Tuesday 05 November 2024 18:13:11 -0500 (0:00:00.080) 0:01:52.564 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Tuesday 05 November 2024 18:13:11 -0500 (0:00:00.057) 0:01:52.621 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 05 November 2024 18:13:11 -0500 (0:00:00.117) 0:01:52.739 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 05 November 2024 18:13:11 -0500 (0:00:00.140) 0:01:52.879 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 05 November 2024 18:13:11 -0500 (0:00:00.045) 0:01:52.925 ****** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 05 November 2024 18:13:12 -0500 (0:00:00.066) 0:01:52.992 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1730848351.0645916, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1730848322.2235026, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 05 November 2024 18:13:12 -0500 (0:00:00.653) 0:01:53.645 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Tuesday 05 November 2024 18:13:12 -0500 (0:00:00.084) 0:01:53.730 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 05 November 2024 18:13:12 -0500 (0:00:00.053) 0:01:53.783 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Tuesday 05 November 2024 18:13:12 -0500 (0:00:00.051) 0:01:53.834 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Tuesday 05 November 2024 18:13:12 -0500 (0:00:00.068) 0:01:53.903 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Tuesday 05 November 2024 18:13:12 -0500 (0:00:00.063) 0:01:53.966 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Tuesday 05 November 2024 18:13:13 -0500 (0:00:00.054) 0:01:54.021 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Tuesday 05 November 2024 18:13:13 -0500 (0:00:00.048) 0:01:54.070 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Tuesday 05 November 2024 18:13:13 -0500 (0:00:00.050) 0:01:54.120 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_kube", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Tuesday 05 November 2024 18:13:13 -0500 (0:00:00.053) 0:01:54.174 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Tuesday 05 November 2024 18:13:13 -0500 (0:00:00.085) 0:01:54.260 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Tuesday 05 November 2024 18:13:13 -0500 (0:00:00.053) 0:01:54.314 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Tuesday 05 November 2024 18:13:13 -0500 (0:00:00.067) 0:01:54.381 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Tuesday 05 November 2024 18:13:13 -0500 (0:00:00.065) 0:01:54.447 ****** 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.005671", "end": "2024-11-05 18:13:13.827057", "rc": 0, "start": "2024-11-05 18:13:13.821386" } 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Tuesday 05 November 2024 18:13:13 -0500 (0:00:00.451) 0:01:54.899 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Tuesday 05 November 2024 18:13:13 -0500 (0:00:00.054) 0:01:54.953 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Tuesday 05 November 2024 18:13:14 -0500 (0:00:00.181) 0:01:55.135 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 05 November 2024 18:13:14 -0500 (0:00:00.071) 0:01:55.206 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 05 November 2024 18:13:14 -0500 (0:00:00.041) 0:01:55.248 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 05 November 2024 18:13:14 -0500 (0:00:00.035) 0:01:55.283 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the host mount volumes] *********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Tuesday 05 November 2024 18:13:14 -0500 (0:00:00.034) 0:01:55.318 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_create_host_directories | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Tuesday 05 November 2024 18:13:14 -0500 (0:00:00.033) 0:01:55.351 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_create_host_directories | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Tuesday 05 November 2024 18:13:14 -0500 (0:00:00.036) 0:01:55.388 ****** failed: [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 } 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-ea9/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:73 Tuesday 05 November 2024 18:13:15 -0500 (0:00:00.832) 0:01:56.220 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not expected_msg in ansible_failed_result.results[0].msg | d(\"\")", "skip_reason": "Conditional result was False" } TASK [Run the role with credentials and cert checking] ************************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:84 Tuesday 05 November 2024 18:13:15 -0500 (0:00:00.035) 0:01:56.255 ****** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Tuesday 05 November 2024 18:13:15 -0500 (0:00:00.084) 0:01:56.340 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Tuesday 05 November 2024 18:13:15 -0500 (0:00:00.071) 0:01:56.411 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Tuesday 05 November 2024 18:13:15 -0500 (0:00:00.052) 0:01:56.464 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Tuesday 05 November 2024 18:13:15 -0500 (0:00:00.045) 0:01:56.510 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Tuesday 05 November 2024 18:13:15 -0500 (0:00:00.080) 0:01:56.591 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Tuesday 05 November 2024 18:13:15 -0500 (0:00:00.034) 0:01:56.626 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Tuesday 05 November 2024 18:13:15 -0500 (0:00:00.036) 0:01:56.662 ****** ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-ea9/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, "false_condition": "__vars_file is file", "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-ea9/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-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Tuesday 05 November 2024 18:13:15 -0500 (0:00:00.093) 0:01:56.755 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Tuesday 05 November 2024 18:13:17 -0500 (0:00:01.591) 0:01:58.347 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Tuesday 05 November 2024 18:13:17 -0500 (0:00:00.034) 0:01:58.381 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Tuesday 05 November 2024 18:13:17 -0500 (0:00:00.039) 0:01:58.420 ****** skipping: [managed-node1] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Tuesday 05 November 2024 18:13:17 -0500 (0:00:00.036) 0:01:58.457 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Tuesday 05 November 2024 18:13:17 -0500 (0:00:00.033) 0:01:58.490 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Tuesday 05 November 2024 18:13:17 -0500 (0:00:00.038) 0:01:58.529 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.027343", "end": "2024-11-05 18:13:17.868254", "rc": 0, "start": "2024-11-05 18:13:17.840911" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Tuesday 05 November 2024 18:13:17 -0500 (0:00:00.393) 0:01:58.922 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Tuesday 05 November 2024 18:13:17 -0500 (0:00:00.056) 0:01:58.979 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Tuesday 05 November 2024 18:13:18 -0500 (0:00:00.041) 0:01:59.021 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_version is version(\"4.4\", \"<\")", "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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Tuesday 05 November 2024 18:13:18 -0500 (0:00:00.108) 0:01:59.130 ****** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Tuesday 05 November 2024 18:13:18 -0500 (0:00:00.108) 0:01:59.238 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__has_type_pod or __has_pod_file_ext or __has_pod_file_src_ext or __has_pod_template_src_ext or __has_pod_template_src_ext_j2", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Tuesday 05 November 2024 18:13:18 -0500 (0:00:00.335) 0:01:59.574 ****** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Tuesday 05 November 2024 18:13:18 -0500 (0:00:00.358) 0:01:59.933 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 05 November 2024 18:13:19 -0500 (0:00:00.121) 0:02:00.054 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 05 November 2024 18:13:19 -0500 (0:00:00.062) 0:02:00.117 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 05 November 2024 18:13:19 -0500 (0:00:00.061) 0:02:00.178 ****** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 05 November 2024 18:13:19 -0500 (0:00:00.070) 0:02:00.248 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1730848351.0645916, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1730848322.2235026, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 05 November 2024 18:13:19 -0500 (0:00:00.446) 0:02:00.695 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Tuesday 05 November 2024 18:13:19 -0500 (0:00:00.054) 0:02:00.749 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 05 November 2024 18:13:19 -0500 (0:00:00.071) 0:02:00.821 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Tuesday 05 November 2024 18:13:19 -0500 (0:00:00.053) 0:02:00.874 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Tuesday 05 November 2024 18:13:19 -0500 (0:00:00.079) 0:02:00.953 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Tuesday 05 November 2024 18:13:20 -0500 (0:00:00.049) 0:02:01.003 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Tuesday 05 November 2024 18:13:20 -0500 (0:00:00.053) 0:02:01.057 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Tuesday 05 November 2024 18:13:20 -0500 (0:00:00.054) 0:02:01.112 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Tuesday 05 November 2024 18:13:20 -0500 (0:00:00.049) 0:02:01.161 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Tuesday 05 November 2024 18:13:20 -0500 (0:00:00.064) 0:02:01.226 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Tuesday 05 November 2024 18:13:20 -0500 (0:00:00.149) 0:02:01.376 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Tuesday 05 November 2024 18:13:20 -0500 (0:00:00.040) 0:02:01.416 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:127 Tuesday 05 November 2024 18:13:20 -0500 (0:00:00.038) 0:02:01.455 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Tuesday 05 November 2024 18:13:20 -0500 (0:00:00.075) 0:02:01.530 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Tuesday 05 November 2024 18:13:20 -0500 (0:00:00.035) 0:02:01.566 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:130 Tuesday 05 November 2024 18:13:20 -0500 (0:00:00.035) 0:02:01.601 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Tuesday 05 November 2024 18:13:20 -0500 (0:00:00.066) 0:02:01.667 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Tuesday 05 November 2024 18:13:20 -0500 (0:00:00.038) 0:02:01.706 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:133 Tuesday 05 November 2024 18:13:20 -0500 (0:00:00.045) 0:02:01.751 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Tuesday 05 November 2024 18:13:20 -0500 (0:00:00.080) 0:02:01.831 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Tuesday 05 November 2024 18:13:20 -0500 (0:00:00.041) 0:02:01.873 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Tuesday 05 November 2024 18:13:20 -0500 (0:00:00.036) 0:02:01.909 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Tuesday 05 November 2024 18:13:20 -0500 (0:00:00.037) 0:02:01.947 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:139 Tuesday 05 November 2024 18:13:21 -0500 (0:00:00.043) 0:02:01.991 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Tuesday 05 November 2024 18:13:21 -0500 (0:00:00.034) 0:02:02.026 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_selinux_ports | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Tuesday 05 November 2024 18:13:21 -0500 (0:00:00.092) 0:02:02.119 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:157 Tuesday 05 November 2024 18:13:21 -0500 (0:00:00.038) 0:02:02.157 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:166 Tuesday 05 November 2024 18:13:21 -0500 (0:00:00.037) 0:02:02.194 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:175 Tuesday 05 November 2024 18:13:21 -0500 (0:00:00.037) 0:02:02.232 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Tuesday 05 November 2024 18:13:21 -0500 (0:00:00.034) 0:02:02.267 ****** included: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node1 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Tuesday 05 November 2024 18:13:21 -0500 (0:00:00.124) 0:02:02.391 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Tuesday 05 November 2024 18:13:21 -0500 (0:00:00.075) 0:02:02.467 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Tuesday 05 November 2024 18:13:21 -0500 (0:00:00.081) 0:02:02.549 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Tuesday 05 November 2024 18:13:21 -0500 (0:00:00.065) 0:02:02.614 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 05 November 2024 18:13:21 -0500 (0:00:00.119) 0:02:02.734 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 05 November 2024 18:13:21 -0500 (0:00:00.073) 0:02:02.807 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 05 November 2024 18:13:21 -0500 (0:00:00.062) 0:02:02.869 ****** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 05 November 2024 18:13:21 -0500 (0:00:00.082) 0:02:02.951 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1730848351.0645916, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1730848322.2235026, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 05 November 2024 18:13:22 -0500 (0:00:00.411) 0:02:03.363 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Tuesday 05 November 2024 18:13:22 -0500 (0:00:00.051) 0:02:03.415 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 05 November 2024 18:13:22 -0500 (0:00:00.059) 0:02:03.474 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Tuesday 05 November 2024 18:13:22 -0500 (0:00:00.058) 0:02:03.532 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Tuesday 05 November 2024 18:13:22 -0500 (0:00:00.119) 0:02:03.652 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Tuesday 05 November 2024 18:13:22 -0500 (0:00:00.050) 0:02:03.703 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Tuesday 05 November 2024 18:13:22 -0500 (0:00:00.054) 0:02:03.757 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Tuesday 05 November 2024 18:13:22 -0500 (0:00:00.112) 0:02:03.870 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Tuesday 05 November 2024 18:13:22 -0500 (0:00:00.115) 0:02:03.985 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_kube", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Tuesday 05 November 2024 18:13:23 -0500 (0:00:00.115) 0:02:04.101 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Tuesday 05 November 2024 18:13:23 -0500 (0:00:00.146) 0:02:04.247 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Tuesday 05 November 2024 18:13:23 -0500 (0:00:00.088) 0:02:04.336 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Tuesday 05 November 2024 18:13:23 -0500 (0:00:00.073) 0:02:04.410 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Tuesday 05 November 2024 18:13:23 -0500 (0:00:00.068) 0:02:04.479 ****** 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.005765", "end": "2024-11-05 18:13:23.843929", "rc": 0, "start": "2024-11-05 18:13:23.838164" } 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Tuesday 05 November 2024 18:13:23 -0500 (0:00:00.421) 0:02:04.900 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Tuesday 05 November 2024 18:13:23 -0500 (0:00:00.034) 0:02:04.934 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Tuesday 05 November 2024 18:13:24 -0500 (0:00:00.079) 0:02:05.014 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 05 November 2024 18:13:24 -0500 (0:00:00.075) 0:02:05.090 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 05 November 2024 18:13:24 -0500 (0:00:00.051) 0:02:05.141 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 05 November 2024 18:13:24 -0500 (0:00:00.064) 0:02:05.206 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the host mount volumes] *********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Tuesday 05 November 2024 18:13:24 -0500 (0:00:00.136) 0:02:05.342 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_create_host_directories | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Tuesday 05 November 2024 18:13:24 -0500 (0:00:00.053) 0:02:05.396 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_create_host_directories | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Tuesday 05 November 2024 18:13:24 -0500 (0:00:00.061) 0:02:05.457 ****** failed: [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 } 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-ea9/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:99 Tuesday 05 November 2024 18:13:25 -0500 (0:00:00.706) 0:02:06.164 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not expected_msg in ansible_failed_result.results[0].msg | d(\"\")", "skip_reason": "Conditional result was False" } TASK [Create a local tmpdir] *************************************************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:110 Tuesday 05 November 2024 18:13:25 -0500 (0:00:00.142) 0:02:06.306 ****** changed: [managed-node1 -> localhost] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_xgt6kn8w_podman", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Run the role with credentials in spec and CA cert] *********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:118 Tuesday 05 November 2024 18:13:25 -0500 (0:00:00.404) 0:02:06.711 ****** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Tuesday 05 November 2024 18:13:25 -0500 (0:00:00.140) 0:02:06.852 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Tuesday 05 November 2024 18:13:25 -0500 (0:00:00.096) 0:02:06.948 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Tuesday 05 November 2024 18:13:26 -0500 (0:00:00.123) 0:02:07.071 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Tuesday 05 November 2024 18:13:26 -0500 (0:00:00.077) 0:02:07.149 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Tuesday 05 November 2024 18:13:26 -0500 (0:00:00.078) 0:02:07.227 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Tuesday 05 November 2024 18:13:26 -0500 (0:00:00.097) 0:02:07.325 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Tuesday 05 November 2024 18:13:26 -0500 (0:00:00.067) 0:02:07.392 ****** ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-ea9/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, "false_condition": "__vars_file is file", "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-ea9/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-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Tuesday 05 November 2024 18:13:26 -0500 (0:00:00.243) 0:02:07.636 ****** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Tuesday 05 November 2024 18:13:28 -0500 (0:00:01.892) 0:02:09.529 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Tuesday 05 November 2024 18:13:28 -0500 (0:00:00.036) 0:02:09.565 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Tuesday 05 November 2024 18:13:28 -0500 (0:00:00.040) 0:02:09.606 ****** skipping: [managed-node1] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Tuesday 05 November 2024 18:13:28 -0500 (0:00:00.042) 0:02:09.649 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Tuesday 05 November 2024 18:13:28 -0500 (0:00:00.036) 0:02:09.685 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Tuesday 05 November 2024 18:13:28 -0500 (0:00:00.038) 0:02:09.724 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.028402", "end": "2024-11-05 18:13:29.057713", "rc": 0, "start": "2024-11-05 18:13:29.029311" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Tuesday 05 November 2024 18:13:29 -0500 (0:00:00.395) 0:02:10.120 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Tuesday 05 November 2024 18:13:29 -0500 (0:00:00.040) 0:02:10.160 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Tuesday 05 November 2024 18:13:29 -0500 (0:00:00.035) 0:02:10.196 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_version is version(\"4.4\", \"<\")", "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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Tuesday 05 November 2024 18:13:29 -0500 (0:00:00.060) 0:02:10.256 ****** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Tuesday 05 November 2024 18:13:29 -0500 (0:00:00.066) 0:02:10.323 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__has_type_pod or __has_pod_file_ext or __has_pod_file_src_ext or __has_pod_template_src_ext or __has_pod_template_src_ext_j2", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Tuesday 05 November 2024 18:13:29 -0500 (0:00:00.215) 0:02:10.538 ****** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Tuesday 05 November 2024 18:13:29 -0500 (0:00:00.173) 0:02:10.711 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 05 November 2024 18:13:29 -0500 (0:00:00.072) 0:02:10.783 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 05 November 2024 18:13:29 -0500 (0:00:00.044) 0:02:10.828 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 05 November 2024 18:13:29 -0500 (0:00:00.092) 0:02:10.921 ****** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 05 November 2024 18:13:29 -0500 (0:00:00.048) 0:02:10.969 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1730848351.0645916, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1730848322.2235026, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 05 November 2024 18:13:30 -0500 (0:00:00.392) 0:02:11.362 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Tuesday 05 November 2024 18:13:30 -0500 (0:00:00.052) 0:02:11.414 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 05 November 2024 18:13:30 -0500 (0:00:00.052) 0:02:11.467 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Tuesday 05 November 2024 18:13:30 -0500 (0:00:00.051) 0:02:11.518 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Tuesday 05 November 2024 18:13:30 -0500 (0:00:00.061) 0:02:11.580 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Tuesday 05 November 2024 18:13:30 -0500 (0:00:00.075) 0:02:11.655 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Tuesday 05 November 2024 18:13:30 -0500 (0:00:00.051) 0:02:11.706 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Tuesday 05 November 2024 18:13:30 -0500 (0:00:00.054) 0:02:11.761 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Tuesday 05 November 2024 18:13:30 -0500 (0:00:00.051) 0:02:11.812 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Tuesday 05 November 2024 18:13:30 -0500 (0:00:00.055) 0:02:11.867 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Tuesday 05 November 2024 18:13:30 -0500 (0:00:00.076) 0:02:11.944 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Tuesday 05 November 2024 18:13:30 -0500 (0:00:00.035) 0:02:11.979 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:127 Tuesday 05 November 2024 18:13:31 -0500 (0:00:00.035) 0:02:12.015 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Tuesday 05 November 2024 18:13:31 -0500 (0:00:00.065) 0:02:12.081 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Tuesday 05 November 2024 18:13:31 -0500 (0:00:00.040) 0:02:12.122 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:130 Tuesday 05 November 2024 18:13:31 -0500 (0:00:00.089) 0:02:12.212 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Tuesday 05 November 2024 18:13:31 -0500 (0:00:00.089) 0:02:12.301 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Tuesday 05 November 2024 18:13:31 -0500 (0:00:00.052) 0:02:12.354 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:133 Tuesday 05 November 2024 18:13:31 -0500 (0:00:00.040) 0:02:12.394 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Tuesday 05 November 2024 18:13:31 -0500 (0:00:00.139) 0:02:12.534 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Tuesday 05 November 2024 18:13:31 -0500 (0:00:00.058) 0:02:12.593 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Tuesday 05 November 2024 18:13:31 -0500 (0:00:00.055) 0:02:12.649 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Tuesday 05 November 2024 18:13:31 -0500 (0:00:00.040) 0:02:12.690 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:139 Tuesday 05 November 2024 18:13:31 -0500 (0:00:00.041) 0:02:12.731 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Tuesday 05 November 2024 18:13:31 -0500 (0:00:00.035) 0:02:12.766 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_selinux_ports | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Tuesday 05 November 2024 18:13:31 -0500 (0:00:00.035) 0:02:12.802 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:157 Tuesday 05 November 2024 18:13:31 -0500 (0:00:00.036) 0:02:12.839 ****** included: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml for managed-node1 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Check given registry_host] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Tuesday 05 November 2024 18:13:31 -0500 (0:00:00.089) 0:02:12.928 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_cert_spec_item[\"registry_host\"] is search(\"/\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 0] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Tuesday 05 November 2024 18:13:31 -0500 (0:00:00.056) 0:02:12.985 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Tuesday 05 November 2024 18:13:32 -0500 (0:00:00.063) 0:02:13.049 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Tuesday 05 November 2024 18:13:32 -0500 (0:00:00.151) 0:02:13.200 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 05 November 2024 18:13:32 -0500 (0:00:00.113) 0:02:13.314 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 05 November 2024 18:13:32 -0500 (0:00:00.061) 0:02:13.376 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 05 November 2024 18:13:32 -0500 (0:00:00.071) 0:02:13.447 ****** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 05 November 2024 18:13:32 -0500 (0:00:00.066) 0:02:13.513 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1730848351.0645916, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1730848322.2235026, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 05 November 2024 18:13:32 -0500 (0:00:00.384) 0:02:13.898 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Tuesday 05 November 2024 18:13:32 -0500 (0:00:00.038) 0:02:13.936 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 05 November 2024 18:13:32 -0500 (0:00:00.034) 0:02:13.971 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Tuesday 05 November 2024 18:13:33 -0500 (0:00:00.034) 0:02:14.005 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Tuesday 05 November 2024 18:13:33 -0500 (0:00:00.038) 0:02:14.044 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Tuesday 05 November 2024 18:13:33 -0500 (0:00:00.049) 0:02:14.093 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Tuesday 05 November 2024 18:13:33 -0500 (0:00:00.063) 0:02:14.157 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Tuesday 05 November 2024 18:13:33 -0500 (0:00:00.063) 0:02:14.220 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 2] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Tuesday 05 November 2024 18:13:33 -0500 (0:00:00.081) 0:02:14.302 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Tuesday 05 November 2024 18:13:33 -0500 (0:00:00.081) 0:02:14.384 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Tuesday 05 November 2024 18:13:33 -0500 (0:00:00.056) 0:02:14.440 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Tuesday 05 November 2024 18:13:33 -0500 (0:00:00.080) 0:02:14.521 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Tuesday 05 November 2024 18:13:34 -0500 (0:00:00.728) 0:02:15.250 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Tuesday 05 November 2024 18:13:35 -0500 (0:00:00.830) 0:02:16.080 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Tuesday 05 November 2024 18:13:35 -0500 (0:00:00.046) 0:02:16.127 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Tuesday 05 November 2024 18:13:35 -0500 (0:00:00.037) 0:02:16.165 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:166 Tuesday 05 November 2024 18:13:35 -0500 (0:00:00.039) 0:02:16.204 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:175 Tuesday 05 November 2024 18:13:35 -0500 (0:00:00.037) 0:02:16.242 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Tuesday 05 November 2024 18:13:35 -0500 (0:00:00.035) 0:02:16.277 ****** included: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node1 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Tuesday 05 November 2024 18:13:35 -0500 (0:00:00.125) 0:02:16.402 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Tuesday 05 November 2024 18:13:35 -0500 (0:00:00.049) 0:02:16.451 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Tuesday 05 November 2024 18:13:35 -0500 (0:00:00.047) 0:02:16.499 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Tuesday 05 November 2024 18:13:35 -0500 (0:00:00.040) 0:02:16.540 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 05 November 2024 18:13:35 -0500 (0:00:00.084) 0:02:16.625 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 05 November 2024 18:13:35 -0500 (0:00:00.060) 0:02:16.686 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 05 November 2024 18:13:35 -0500 (0:00:00.058) 0:02:16.745 ****** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 05 November 2024 18:13:35 -0500 (0:00:00.080) 0:02:16.825 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1730848351.0645916, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1730848322.2235026, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 05 November 2024 18:13:36 -0500 (0:00:00.405) 0:02:17.231 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Tuesday 05 November 2024 18:13:36 -0500 (0:00:00.053) 0:02:17.285 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 05 November 2024 18:13:36 -0500 (0:00:00.056) 0:02:17.341 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Tuesday 05 November 2024 18:13:36 -0500 (0:00:00.120) 0:02:17.462 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Tuesday 05 November 2024 18:13:36 -0500 (0:00:00.038) 0:02:17.500 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Tuesday 05 November 2024 18:13:36 -0500 (0:00:00.039) 0:02:17.539 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Tuesday 05 November 2024 18:13:36 -0500 (0:00:00.042) 0:02:17.582 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Tuesday 05 November 2024 18:13:36 -0500 (0:00:00.037) 0:02:17.619 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Tuesday 05 November 2024 18:13:36 -0500 (0:00:00.035) 0:02:17.655 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_kube", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Tuesday 05 November 2024 18:13:36 -0500 (0:00:00.034) 0:02:17.690 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Tuesday 05 November 2024 18:13:36 -0500 (0:00:00.053) 0:02:17.743 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Tuesday 05 November 2024 18:13:36 -0500 (0:00:00.041) 0:02:17.785 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Tuesday 05 November 2024 18:13:36 -0500 (0:00:00.056) 0:02:17.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 : Get service name using systemd-escape] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Tuesday 05 November 2024 18:13:36 -0500 (0:00:00.071) 0:02:17.914 ****** 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.005567", "end": "2024-11-05 18:13:37.267756", "rc": 0, "start": "2024-11-05 18:13:37.262189" } 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Tuesday 05 November 2024 18:13:37 -0500 (0:00:00.407) 0:02:18.322 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Tuesday 05 November 2024 18:13:37 -0500 (0:00:00.049) 0:02:18.371 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Tuesday 05 November 2024 18:13:37 -0500 (0:00:00.122) 0:02:18.493 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 05 November 2024 18:13:37 -0500 (0:00:00.081) 0:02:18.575 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 05 November 2024 18:13:37 -0500 (0:00:00.039) 0:02:18.614 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 05 November 2024 18:13:37 -0500 (0:00:00.097) 0:02:18.712 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the host mount volumes] *********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Tuesday 05 November 2024 18:13:37 -0500 (0:00:00.052) 0:02:18.764 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_create_host_directories | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Tuesday 05 November 2024 18:13:37 -0500 (0:00:00.055) 0:02:18.819 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_create_host_directories | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Tuesday 05 November 2024 18:13:37 -0500 (0:00:00.050) 0:02:18.869 ****** 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 : Check the kubernetes yaml file] ******* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53 Tuesday 05 November 2024 18:13:38 -0500 (0:00:00.785) 0:02:19.655 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61 Tuesday 05 November 2024 18:13:39 -0500 (0:00:00.373) 0:02:20.029 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70 Tuesday 05 November 2024 18:13:39 -0500 (0:00:00.402) 0:02:20.431 ****** 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-1730848419.4923544-11304-141086652552930/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 Tuesday 05 November 2024 18:13:40 -0500 (0:00:00.684) 0:02:21.116 ****** [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: d8ffd9491282a760efcab200aa54c2f4a18f8956f40404710885192b72299a5c Container: 68b97698a51553524328d00d7bc77d83b0e10e0c0f1506bd63a78552b43ad08c TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:88 Tuesday 05 November 2024 18:13:41 -0500 (0:00:01.374) 0:02:22.490 ****** ok: [managed-node1] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:100 Tuesday 05 November 2024 18:13:42 -0500 (0:00:00.915) 0:02:23.406 ****** 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": "system-podman\\x2dkube.slice systemd-journald.socket network-online.target -.mount sysinit.target basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "man:podman-kube-play(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system-podman\\x2dkube.slice sysinit.target -.mount", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-online.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Tuesday 05 November 2024 18:13:43 -0500 (0:00:00.912) 0:02:24.319 ****** 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": "network-online.target systemd-journald.socket system-podman\\x2dkube.slice -.mount sysinit.target basic.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 system-podman\\x2dkube.slice sysinit.target", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "Wants": "network-online.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.podman : Restart service] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:127 Tuesday 05 November 2024 18:13:45 -0500 (0:00:01.703) 0:02:26.022 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_service_started is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:189 Tuesday 05 November 2024 18:13:45 -0500 (0:00:00.038) 0:02:26.061 ****** included: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for managed-node1 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Tuesday 05 November 2024 18:13:45 -0500 (0:00:00.151) 0:02:26.212 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Tuesday 05 November 2024 18:13:45 -0500 (0:00:00.053) 0:02:26.266 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Tuesday 05 November 2024 18:13:45 -0500 (0:00:00.051) 0:02:26.317 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_quadlet_spec | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Tuesday 05 November 2024 18:13:45 -0500 (0:00:00.039) 0:02:26.357 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Tuesday 05 November 2024 18:13:45 -0500 (0:00:00.104) 0:02:26.461 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 05 November 2024 18:13:45 -0500 (0:00:00.070) 0:02:26.532 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 05 November 2024 18:13:45 -0500 (0:00:00.050) 0:02:26.582 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 05 November 2024 18:13:45 -0500 (0:00:00.065) 0:02:26.648 ****** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 05 November 2024 18:13:45 -0500 (0:00:00.060) 0:02:26.708 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1730848351.0645916, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1730848322.2235026, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 05 November 2024 18:13:46 -0500 (0:00:00.527) 0:02:27.235 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Tuesday 05 November 2024 18:13:46 -0500 (0:00:00.042) 0:02:27.277 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 05 November 2024 18:13:46 -0500 (0:00:00.034) 0:02:27.312 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Tuesday 05 November 2024 18:13:46 -0500 (0:00:00.035) 0:02:27.347 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Tuesday 05 November 2024 18:13:46 -0500 (0:00:00.035) 0:02:27.383 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Tuesday 05 November 2024 18:13:46 -0500 (0:00:00.033) 0:02:27.416 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Tuesday 05 November 2024 18:13:46 -0500 (0:00:00.035) 0:02:27.451 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Tuesday 05 November 2024 18:13:46 -0500 (0:00:00.034) 0:02:27.486 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Tuesday 05 November 2024 18:13:46 -0500 (0:00:00.035) 0:02:27.522 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Tuesday 05 November 2024 18:13:46 -0500 (0:00:00.060) 0:02:27.582 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Tuesday 05 November 2024 18:13:46 -0500 (0:00:00.039) 0:02:27.621 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_kube_yamls_raw | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Tuesday 05 November 2024 18:13:46 -0500 (0:00:00.038) 0:02:27.660 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:105 Tuesday 05 November 2024 18:13:46 -0500 (0:00:00.075) 0:02:27.735 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:112 Tuesday 05 November 2024 18:13:46 -0500 (0:00:00.091) 0:02:27.827 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:116 Tuesday 05 November 2024 18:13:46 -0500 (0:00:00.035) 0:02:27.862 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Tuesday 05 November 2024 18:13:46 -0500 (0:00:00.079) 0:02:27.942 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 05 November 2024 18:13:47 -0500 (0:00:00.061) 0:02:28.003 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 05 November 2024 18:13:47 -0500 (0:00:00.035) 0:02:28.038 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 05 November 2024 18:13:47 -0500 (0:00:00.035) 0:02:28.074 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Tuesday 05 November 2024 18:13:47 -0500 (0:00:00.035) 0:02:28.110 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:18 Tuesday 05 November 2024 18:13:47 -0500 (0:00:00.032) 0:02:28.142 ****** 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 : Ensure the quadlet directory is present] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:39 Tuesday 05 November 2024 18:13:48 -0500 (0:00:01.061) 0:02:29.204 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:48 Tuesday 05 November 2024 18:13:48 -0500 (0:00:00.731) 0:02:29.936 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_quadlet_file_src | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure quadlet file content is present] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:58 Tuesday 05 November 2024 18:13:49 -0500 (0:00:00.061) 0:02:29.997 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_quadlet_str | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is present] ******* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:70 Tuesday 05 November 2024 18:13:49 -0500 (0:00:00.055) 0:02:30.053 ****** 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-1730848429.1638718-11794-103676014102842/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:82 Tuesday 05 November 2024 18:13:50 -0500 (0:00:01.254) 0:02:31.307 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_activate_systemd_unit | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:110 Tuesday 05 November 2024 18:13:50 -0500 (0:00:00.079) 0:02:31.387 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_activate_systemd_unit | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Restart service] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:125 Tuesday 05 November 2024 18:13:50 -0500 (0:00:00.071) 0:02:31.458 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_activate_systemd_unit | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:196 Tuesday 05 November 2024 18:13:50 -0500 (0:00:00.088) 0:02:31.546 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:202 Tuesday 05 November 2024 18:13:50 -0500 (0:00:00.090) 0:02:31.637 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:211 Tuesday 05 November 2024 18:13:50 -0500 (0:00:00.244) 0:02:31.882 ****** included: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml for managed-node1 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Check given registry_host] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Tuesday 05 November 2024 18:13:51 -0500 (0:00:00.226) 0:02:32.108 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_cert_spec_item[\"registry_host\"] is search(\"/\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 0] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Tuesday 05 November 2024 18:13:51 -0500 (0:00:00.054) 0:02:32.163 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Tuesday 05 November 2024 18:13:51 -0500 (0:00:00.060) 0:02:32.223 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Tuesday 05 November 2024 18:13:51 -0500 (0:00:00.057) 0:02:32.281 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 05 November 2024 18:13:51 -0500 (0:00:00.187) 0:02:32.469 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 05 November 2024 18:13:51 -0500 (0:00:00.115) 0:02:32.584 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 05 November 2024 18:13:51 -0500 (0:00:00.118) 0:02:32.702 ****** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 05 November 2024 18:13:51 -0500 (0:00:00.143) 0:02:32.845 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1730848351.0645916, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1730848322.2235026, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 05 November 2024 18:13:52 -0500 (0:00:00.689) 0:02:33.535 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Tuesday 05 November 2024 18:13:52 -0500 (0:00:00.056) 0:02:33.592 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 05 November 2024 18:13:52 -0500 (0:00:00.065) 0:02:33.657 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Tuesday 05 November 2024 18:13:52 -0500 (0:00:00.061) 0:02:33.718 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Tuesday 05 November 2024 18:13:52 -0500 (0:00:00.053) 0:02:33.772 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Tuesday 05 November 2024 18:13:52 -0500 (0:00:00.051) 0:02:33.824 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Tuesday 05 November 2024 18:13:52 -0500 (0:00:00.051) 0:02:33.875 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Tuesday 05 November 2024 18:13:53 -0500 (0:00:00.124) 0:02:33.999 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 2] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Tuesday 05 November 2024 18:13:53 -0500 (0:00:00.084) 0:02:34.083 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Tuesday 05 November 2024 18:13:53 -0500 (0:00:00.100) 0:02:34.184 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Tuesday 05 November 2024 18:13:53 -0500 (0:00:00.061) 0:02:34.245 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Tuesday 05 November 2024 18:13:53 -0500 (0:00:00.081) 0:02:34.326 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_handle_state == \"present\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure certs.d files] ***************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Tuesday 05 November 2024 18:13:53 -0500 (0:00:00.056) 0:02:34.383 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Tuesday 05 November 2024 18:13:53 -0500 (0:00:00.061) 0:02:34.445 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Tuesday 05 November 2024 18:13:53 -0500 (0:00:00.070) 0:02:34.516 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Tuesday 05 November 2024 18:13:53 -0500 (0:00:00.057) 0:02:34.574 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:132 Tuesday 05 November 2024 18:13:53 -0500 (0:00:00.097) 0:02:34.672 ****** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Tuesday 05 November 2024 18:13:53 -0500 (0:00:00.222) 0:02:34.894 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Tuesday 05 November 2024 18:13:54 -0500 (0:00:00.120) 0:02:35.015 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Tuesday 05 November 2024 18:13:54 -0500 (0:00:00.054) 0:02:35.070 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Tuesday 05 November 2024 18:13:54 -0500 (0:00:00.045) 0:02:35.115 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Tuesday 05 November 2024 18:13:54 -0500 (0:00:00.044) 0:02:35.160 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Tuesday 05 November 2024 18:13:54 -0500 (0:00:00.105) 0:02:35.265 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Tuesday 05 November 2024 18:13:54 -0500 (0:00:00.050) 0:02:35.315 ****** ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-ea9/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, "false_condition": "__vars_file is file", "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-ea9/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-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Tuesday 05 November 2024 18:13:54 -0500 (0:00:00.113) 0:02:35.429 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Tuesday 05 November 2024 18:13:56 -0500 (0:00:02.201) 0:02:37.631 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Tuesday 05 November 2024 18:13:56 -0500 (0:00:00.078) 0:02:37.709 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Tuesday 05 November 2024 18:13:56 -0500 (0:00:00.080) 0:02:37.789 ****** skipping: [managed-node1] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Tuesday 05 November 2024 18:13:56 -0500 (0:00:00.104) 0:02:37.893 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Tuesday 05 November 2024 18:13:56 -0500 (0:00:00.092) 0:02:37.986 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Tuesday 05 November 2024 18:13:57 -0500 (0:00:00.092) 0:02:38.079 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.042419", "end": "2024-11-05 18:13:57.734920", "rc": 0, "start": "2024-11-05 18:13:57.692501" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Tuesday 05 November 2024 18:13:57 -0500 (0:00:00.729) 0:02:38.809 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Tuesday 05 November 2024 18:13:57 -0500 (0:00:00.038) 0:02:38.847 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Tuesday 05 November 2024 18:13:57 -0500 (0:00:00.034) 0:02:38.883 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_version is version(\"4.4\", \"<\")", "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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Tuesday 05 November 2024 18:13:57 -0500 (0:00:00.040) 0:02:38.923 ****** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Tuesday 05 November 2024 18:13:57 -0500 (0:00:00.045) 0:02:38.969 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__has_type_pod or __has_pod_file_ext or __has_pod_file_src_ext or __has_pod_template_src_ext or __has_pod_template_src_ext_j2", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Tuesday 05 November 2024 18:13:58 -0500 (0:00:00.066) 0:02:39.035 ****** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Tuesday 05 November 2024 18:13:58 -0500 (0:00:00.129) 0:02:39.165 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 05 November 2024 18:13:58 -0500 (0:00:00.078) 0:02:39.243 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 05 November 2024 18:13:58 -0500 (0:00:00.039) 0:02:39.283 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 05 November 2024 18:13:58 -0500 (0:00:00.040) 0:02:39.324 ****** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 05 November 2024 18:13:58 -0500 (0:00:00.047) 0:02:39.372 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1730848351.0645916, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1730848322.2235026, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 05 November 2024 18:13:58 -0500 (0:00:00.505) 0:02:39.877 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Tuesday 05 November 2024 18:13:58 -0500 (0:00:00.053) 0:02:39.930 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 05 November 2024 18:13:59 -0500 (0:00:00.059) 0:02:39.990 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Tuesday 05 November 2024 18:13:59 -0500 (0:00:00.055) 0:02:40.046 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Tuesday 05 November 2024 18:13:59 -0500 (0:00:00.050) 0:02:40.097 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Tuesday 05 November 2024 18:13:59 -0500 (0:00:00.051) 0:02:40.149 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Tuesday 05 November 2024 18:13:59 -0500 (0:00:00.052) 0:02:40.201 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Tuesday 05 November 2024 18:13:59 -0500 (0:00:00.050) 0:02:40.252 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Tuesday 05 November 2024 18:13:59 -0500 (0:00:00.052) 0:02:40.305 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Tuesday 05 November 2024 18:13:59 -0500 (0:00:00.069) 0:02:40.374 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Tuesday 05 November 2024 18:13:59 -0500 (0:00:00.103) 0:02:40.478 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Tuesday 05 November 2024 18:13:59 -0500 (0:00:00.103) 0:02:40.581 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:127 Tuesday 05 November 2024 18:13:59 -0500 (0:00:00.042) 0:02:40.624 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Tuesday 05 November 2024 18:13:59 -0500 (0:00:00.068) 0:02:40.693 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Tuesday 05 November 2024 18:13:59 -0500 (0:00:00.035) 0:02:40.728 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:130 Tuesday 05 November 2024 18:13:59 -0500 (0:00:00.035) 0:02:40.764 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Tuesday 05 November 2024 18:13:59 -0500 (0:00:00.077) 0:02:40.841 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Tuesday 05 November 2024 18:13:59 -0500 (0:00:00.039) 0:02:40.881 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:133 Tuesday 05 November 2024 18:13:59 -0500 (0:00:00.045) 0:02:40.926 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Tuesday 05 November 2024 18:14:00 -0500 (0:00:00.108) 0:02:41.034 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Tuesday 05 November 2024 18:14:00 -0500 (0:00:00.053) 0:02:41.087 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Tuesday 05 November 2024 18:14:00 -0500 (0:00:00.057) 0:02:41.145 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Tuesday 05 November 2024 18:14:00 -0500 (0:00:00.052) 0:02:41.198 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:139 Tuesday 05 November 2024 18:14:00 -0500 (0:00:00.069) 0:02:41.268 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Tuesday 05 November 2024 18:14:00 -0500 (0:00:00.054) 0:02:41.322 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_selinux_ports | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Tuesday 05 November 2024 18:14:00 -0500 (0:00:00.063) 0:02:41.385 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:157 Tuesday 05 November 2024 18:14:00 -0500 (0:00:00.197) 0:02:41.583 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:166 Tuesday 05 November 2024 18:14:00 -0500 (0:00:00.047) 0:02:41.630 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:175 Tuesday 05 November 2024 18:14:00 -0500 (0:00:00.098) 0:02:41.729 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Tuesday 05 November 2024 18:14:00 -0500 (0:00:00.079) 0:02:41.808 ****** included: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node1 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Tuesday 05 November 2024 18:14:01 -0500 (0:00:00.213) 0:02:42.021 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Tuesday 05 November 2024 18:14:01 -0500 (0:00:00.077) 0:02:42.100 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Tuesday 05 November 2024 18:14:01 -0500 (0:00:00.077) 0:02:42.178 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Tuesday 05 November 2024 18:14:01 -0500 (0:00:00.064) 0:02:42.242 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 05 November 2024 18:14:01 -0500 (0:00:00.093) 0:02:42.336 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 05 November 2024 18:14:01 -0500 (0:00:00.059) 0:02:42.395 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 05 November 2024 18:14:01 -0500 (0:00:00.059) 0:02:42.455 ****** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 05 November 2024 18:14:01 -0500 (0:00:00.062) 0:02:42.517 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1730848351.0645916, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1730848322.2235026, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 05 November 2024 18:14:02 -0500 (0:00:00.625) 0:02:43.143 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Tuesday 05 November 2024 18:14:02 -0500 (0:00:00.105) 0:02:43.249 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 05 November 2024 18:14:02 -0500 (0:00:00.122) 0:02:43.372 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Tuesday 05 November 2024 18:14:02 -0500 (0:00:00.109) 0:02:43.481 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Tuesday 05 November 2024 18:14:02 -0500 (0:00:00.094) 0:02:43.575 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Tuesday 05 November 2024 18:14:02 -0500 (0:00:00.165) 0:02:43.741 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Tuesday 05 November 2024 18:14:02 -0500 (0:00:00.061) 0:02:43.802 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Tuesday 05 November 2024 18:14:02 -0500 (0:00:00.071) 0:02:43.874 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Tuesday 05 November 2024 18:14:02 -0500 (0:00:00.103) 0:02:43.977 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_kube", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Tuesday 05 November 2024 18:14:03 -0500 (0:00:00.077) 0:02:44.055 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Tuesday 05 November 2024 18:14:03 -0500 (0:00:00.112) 0:02:44.167 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Tuesday 05 November 2024 18:14:03 -0500 (0:00:00.068) 0:02:44.236 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Tuesday 05 November 2024 18:14:03 -0500 (0:00:00.060) 0:02:44.297 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Tuesday 05 November 2024 18:14:03 -0500 (0:00:00.102) 0:02:44.399 ****** 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.008246", "end": "2024-11-05 18:14:04.018974", "rc": 0, "start": "2024-11-05 18:14:04.010728" } 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Tuesday 05 November 2024 18:14:04 -0500 (0:00:00.706) 0:02:45.106 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Tuesday 05 November 2024 18:14:04 -0500 (0:00:00.074) 0:02:45.181 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Tuesday 05 November 2024 18:14:04 -0500 (0:00:00.139) 0:02:45.321 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 05 November 2024 18:14:04 -0500 (0:00:00.114) 0:02:45.436 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 05 November 2024 18:14:04 -0500 (0:00:00.076) 0:02:45.512 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 05 November 2024 18:14:04 -0500 (0:00:00.064) 0:02:45.576 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the host mount volumes] *********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Tuesday 05 November 2024 18:14:04 -0500 (0:00:00.054) 0:02:45.630 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_create_host_directories | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Tuesday 05 November 2024 18:14:04 -0500 (0:00:00.137) 0:02:45.768 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Tuesday 05 November 2024 18:14:04 -0500 (0:00:00.081) 0:02:45.850 ****** 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 : Check the kubernetes yaml file] ******* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53 Tuesday 05 November 2024 18:14:05 -0500 (0:00:01.079) 0:02:46.929 ****** ok: [managed-node1] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1730848420.653856, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1730848420.0448537, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 117440776, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1730848419.7848525, "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": "3428022336", "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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61 Tuesday 05 November 2024 18:14:06 -0500 (0:00:00.538) 0:02:47.468 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70 Tuesday 05 November 2024 18:14:07 -0500 (0:00:00.557) 0:02:48.025 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 Tuesday 05 November 2024 18:14:07 -0500 (0:00:00.894) 0:02:48.919 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:88 Tuesday 05 November 2024 18:14:08 -0500 (0:00:00.673) 0:02:49.593 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_play_info is changed or __podman_copy is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:100 Tuesday 05 November 2024 18:14:08 -0500 (0:00:00.057) 0:02:49.651 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_play_info is changed or __podman_copy is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Tuesday 05 November 2024 18:14:08 -0500 (0:00:00.055) 0:02:49.707 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_play_info is changed or __podman_copy is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Restart service] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:127 Tuesday 05 November 2024 18:14:08 -0500 (0:00:00.057) 0:02:49.764 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_play_info is changed or __podman_copy is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:189 Tuesday 05 November 2024 18:14:08 -0500 (0:00:00.058) 0:02:49.823 ****** included: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for managed-node1 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Tuesday 05 November 2024 18:14:08 -0500 (0:00:00.154) 0:02:49.977 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Tuesday 05 November 2024 18:14:09 -0500 (0:00:00.111) 0:02:50.089 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Tuesday 05 November 2024 18:14:09 -0500 (0:00:00.077) 0:02:50.167 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_quadlet_spec | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Tuesday 05 November 2024 18:14:09 -0500 (0:00:00.052) 0:02:50.219 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Tuesday 05 November 2024 18:14:09 -0500 (0:00:00.080) 0:02:50.300 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 05 November 2024 18:14:09 -0500 (0:00:00.110) 0:02:50.410 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 05 November 2024 18:14:09 -0500 (0:00:00.147) 0:02:50.558 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 05 November 2024 18:14:09 -0500 (0:00:00.047) 0:02:50.605 ****** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 05 November 2024 18:14:09 -0500 (0:00:00.053) 0:02:50.659 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1730848351.0645916, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1730848322.2235026, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 05 November 2024 18:14:10 -0500 (0:00:00.497) 0:02:51.157 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Tuesday 05 November 2024 18:14:10 -0500 (0:00:00.038) 0:02:51.195 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 05 November 2024 18:14:10 -0500 (0:00:00.036) 0:02:51.232 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Tuesday 05 November 2024 18:14:10 -0500 (0:00:00.035) 0:02:51.268 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Tuesday 05 November 2024 18:14:10 -0500 (0:00:00.044) 0:02:51.313 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Tuesday 05 November 2024 18:14:10 -0500 (0:00:00.058) 0:02:51.371 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Tuesday 05 November 2024 18:14:10 -0500 (0:00:00.054) 0:02:51.425 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Tuesday 05 November 2024 18:14:10 -0500 (0:00:00.055) 0:02:51.481 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Tuesday 05 November 2024 18:14:10 -0500 (0:00:00.053) 0:02:51.534 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Tuesday 05 November 2024 18:14:10 -0500 (0:00:00.095) 0:02:51.630 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Tuesday 05 November 2024 18:14:10 -0500 (0:00:00.059) 0:02:51.690 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_kube_yamls_raw | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Tuesday 05 November 2024 18:14:10 -0500 (0:00:00.089) 0:02:51.779 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:105 Tuesday 05 November 2024 18:14:10 -0500 (0:00:00.137) 0:02:51.917 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:112 Tuesday 05 November 2024 18:14:11 -0500 (0:00:00.098) 0:02:52.015 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:116 Tuesday 05 November 2024 18:14:11 -0500 (0:00:00.059) 0:02:52.075 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Tuesday 05 November 2024 18:14:11 -0500 (0:00:00.200) 0:02:52.276 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 05 November 2024 18:14:11 -0500 (0:00:00.123) 0:02:52.400 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 05 November 2024 18:14:11 -0500 (0:00:00.100) 0:02:52.501 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 05 November 2024 18:14:11 -0500 (0:00:00.076) 0:02:52.577 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Tuesday 05 November 2024 18:14:11 -0500 (0:00:00.059) 0:02:52.636 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:18 Tuesday 05 November 2024 18:14:11 -0500 (0:00:00.059) 0:02:52.695 ****** 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 : Ensure the quadlet directory is present] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:39 Tuesday 05 November 2024 18:14:12 -0500 (0:00:01.054) 0:02:53.749 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:48 Tuesday 05 November 2024 18:14:13 -0500 (0:00:00.484) 0:02:54.234 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_quadlet_file_src | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure quadlet file content is present] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:58 Tuesday 05 November 2024 18:14:13 -0500 (0:00:00.037) 0:02:54.271 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_quadlet_str | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is present] ******* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:70 Tuesday 05 November 2024 18:14:13 -0500 (0:00:00.036) 0:02:54.308 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:82 Tuesday 05 November 2024 18:14:14 -0500 (0:00:00.866) 0:02:55.174 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_copy_content is changed or __podman_copy_file is changed or __podman_template_file is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:110 Tuesday 05 November 2024 18:14:14 -0500 (0:00:00.056) 0:02:55.231 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_copy_content is changed or __podman_copy_file is changed or __podman_template_file is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Restart service] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:125 Tuesday 05 November 2024 18:14:14 -0500 (0:00:00.058) 0:02:55.290 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_copy_content is changed or __podman_copy_file is changed or __podman_template_file is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:196 Tuesday 05 November 2024 18:14:14 -0500 (0:00:00.051) 0:02:55.341 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:202 Tuesday 05 November 2024 18:14:14 -0500 (0:00:00.035) 0:02:55.376 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:211 Tuesday 05 November 2024 18:14:14 -0500 (0:00:00.050) 0:02:55.427 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:143 Tuesday 05 November 2024 18:14:14 -0500 (0:00:00.156) 0:02:55.583 ****** changed: [managed-node1] => { "changed": true, "checksum": "b819d75ccfa3c80e53a58ff6bf6cebaa53935c90", "dest": "/tmp/lsr_xgt6kn8w_podman/auth.json", "md5sum": "f15cd4419e7120618eaac8d321813d3d", "remote_checksum": "b819d75ccfa3c80e53a58ff6bf6cebaa53935c90", "remote_md5sum": null } TASK [Provide a credentials file - root] *************************************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:149 Tuesday 05 November 2024 18:14:15 -0500 (0:00:00.563) 0:02:56.147 ****** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Tuesday 05 November 2024 18:14:15 -0500 (0:00:00.192) 0:02:56.340 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Tuesday 05 November 2024 18:14:15 -0500 (0:00:00.084) 0:02:56.424 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Tuesday 05 November 2024 18:14:15 -0500 (0:00:00.052) 0:02:56.477 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Tuesday 05 November 2024 18:14:15 -0500 (0:00:00.074) 0:02:56.551 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Tuesday 05 November 2024 18:14:15 -0500 (0:00:00.124) 0:02:56.676 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Tuesday 05 November 2024 18:14:15 -0500 (0:00:00.061) 0:02:56.738 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Tuesday 05 November 2024 18:14:15 -0500 (0:00:00.049) 0:02:56.788 ****** ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-ea9/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, "false_condition": "__vars_file is file", "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-ea9/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-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Tuesday 05 November 2024 18:14:15 -0500 (0:00:00.098) 0:02:56.886 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Tuesday 05 November 2024 18:14:17 -0500 (0:00:02.056) 0:02:58.943 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Tuesday 05 November 2024 18:14:18 -0500 (0:00:00.055) 0:02:58.998 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Tuesday 05 November 2024 18:14:18 -0500 (0:00:00.060) 0:02:59.058 ****** skipping: [managed-node1] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Tuesday 05 November 2024 18:14:18 -0500 (0:00:00.133) 0:02:59.192 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Tuesday 05 November 2024 18:14:18 -0500 (0:00:00.056) 0:02:59.249 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Tuesday 05 November 2024 18:14:18 -0500 (0:00:00.054) 0:02:59.303 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.042611", "end": "2024-11-05 18:14:18.781994", "rc": 0, "start": "2024-11-05 18:14:18.739383" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Tuesday 05 November 2024 18:14:18 -0500 (0:00:00.579) 0:02:59.882 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Tuesday 05 November 2024 18:14:19 -0500 (0:00:00.118) 0:03:00.001 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Tuesday 05 November 2024 18:14:19 -0500 (0:00:00.091) 0:03:00.093 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_version is version(\"4.4\", \"<\")", "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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Tuesday 05 November 2024 18:14:19 -0500 (0:00:00.087) 0:03:00.181 ****** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Tuesday 05 November 2024 18:14:19 -0500 (0:00:00.081) 0:03:00.262 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__has_type_pod or __has_pod_file_ext or __has_pod_file_src_ext or __has_pod_template_src_ext or __has_pod_template_src_ext_j2", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Tuesday 05 November 2024 18:14:19 -0500 (0:00:00.080) 0:03:00.343 ****** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Tuesday 05 November 2024 18:14:19 -0500 (0:00:00.090) 0:03:00.433 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 05 November 2024 18:14:19 -0500 (0:00:00.120) 0:03:00.553 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 05 November 2024 18:14:19 -0500 (0:00:00.061) 0:03:00.615 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 05 November 2024 18:14:19 -0500 (0:00:00.061) 0:03:00.677 ****** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 05 November 2024 18:14:19 -0500 (0:00:00.070) 0:03:00.747 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1730848351.0645916, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1730848322.2235026, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 05 November 2024 18:14:20 -0500 (0:00:00.601) 0:03:01.349 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Tuesday 05 November 2024 18:14:20 -0500 (0:00:00.055) 0:03:01.404 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 05 November 2024 18:14:20 -0500 (0:00:00.188) 0:03:01.592 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Tuesday 05 November 2024 18:14:20 -0500 (0:00:00.066) 0:03:01.659 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Tuesday 05 November 2024 18:14:20 -0500 (0:00:00.075) 0:03:01.734 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Tuesday 05 November 2024 18:14:20 -0500 (0:00:00.059) 0:03:01.794 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Tuesday 05 November 2024 18:14:20 -0500 (0:00:00.057) 0:03:01.851 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Tuesday 05 November 2024 18:14:20 -0500 (0:00:00.068) 0:03:01.920 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Tuesday 05 November 2024 18:14:21 -0500 (0:00:00.069) 0:03:01.989 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Tuesday 05 November 2024 18:14:21 -0500 (0:00:00.065) 0:03:02.054 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Tuesday 05 November 2024 18:14:21 -0500 (0:00:00.100) 0:03:02.154 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Tuesday 05 November 2024 18:14:21 -0500 (0:00:00.064) 0:03:02.219 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:127 Tuesday 05 November 2024 18:14:21 -0500 (0:00:00.098) 0:03:02.317 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Tuesday 05 November 2024 18:14:21 -0500 (0:00:00.117) 0:03:02.435 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Tuesday 05 November 2024 18:14:21 -0500 (0:00:00.056) 0:03:02.491 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:130 Tuesday 05 November 2024 18:14:21 -0500 (0:00:00.047) 0:03:02.539 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Tuesday 05 November 2024 18:14:21 -0500 (0:00:00.091) 0:03:02.630 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Tuesday 05 November 2024 18:14:21 -0500 (0:00:00.106) 0:03:02.737 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:133 Tuesday 05 November 2024 18:14:21 -0500 (0:00:00.036) 0:03:02.773 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Tuesday 05 November 2024 18:14:21 -0500 (0:00:00.073) 0:03:02.847 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Tuesday 05 November 2024 18:14:21 -0500 (0:00:00.039) 0:03:02.887 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Tuesday 05 November 2024 18:14:21 -0500 (0:00:00.045) 0:03:02.933 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Tuesday 05 November 2024 18:14:22 -0500 (0:00:00.074) 0:03:03.007 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:139 Tuesday 05 November 2024 18:14:22 -0500 (0:00:00.066) 0:03:03.073 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Tuesday 05 November 2024 18:14:22 -0500 (0:00:00.040) 0:03:03.114 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_selinux_ports | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Tuesday 05 November 2024 18:14:22 -0500 (0:00:00.045) 0:03:03.159 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:157 Tuesday 05 November 2024 18:14:22 -0500 (0:00:00.040) 0:03:03.200 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:166 Tuesday 05 November 2024 18:14:22 -0500 (0:00:00.032) 0:03:03.232 ****** included: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml for managed-node1 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set user and group] ******************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Tuesday 05 November 2024 18:14:22 -0500 (0:00:00.087) 0:03:03.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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Tuesday 05 November 2024 18:14:22 -0500 (0:00:00.040) 0:03:03.360 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 05 November 2024 18:14:22 -0500 (0:00:00.085) 0:03:03.446 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 05 November 2024 18:14:22 -0500 (0:00:00.069) 0:03:03.515 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 05 November 2024 18:14:22 -0500 (0:00:00.102) 0:03:03.618 ****** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 05 November 2024 18:14:22 -0500 (0:00:00.287) 0:03:03.905 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1730848351.0645916, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1730848322.2235026, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 05 November 2024 18:14:23 -0500 (0:00:00.540) 0:03:04.446 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Tuesday 05 November 2024 18:14:23 -0500 (0:00:00.054) 0:03:04.500 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 05 November 2024 18:14:23 -0500 (0:00:00.043) 0:03:04.544 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Tuesday 05 November 2024 18:14:23 -0500 (0:00:00.042) 0:03:04.586 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Tuesday 05 November 2024 18:14:23 -0500 (0:00:00.047) 0:03:04.633 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Tuesday 05 November 2024 18:14:23 -0500 (0:00:00.039) 0:03:04.672 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Tuesday 05 November 2024 18:14:23 -0500 (0:00:00.034) 0:03:04.707 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Tuesday 05 November 2024 18:14:23 -0500 (0:00:00.037) 0:03:04.744 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Tuesday 05 November 2024 18:14:23 -0500 (0:00:00.034) 0:03:04.778 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Tuesday 05 November 2024 18:14:23 -0500 (0:00:00.051) 0:03:04.830 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Tuesday 05 November 2024 18:14:24 -0500 (0:00:00.496) 0:03:05.327 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Tuesday 05 November 2024 18:14:25 -0500 (0:00:00.926) 0:03:06.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 : Ensure credential file is absent] ***** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Tuesday 05 November 2024 18:14:25 -0500 (0:00:00.045) 0:03:06.299 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Tuesday 05 November 2024 18:14:25 -0500 (0:00:00.043) 0:03:06.343 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Tuesday 05 November 2024 18:14:25 -0500 (0:00:00.041) 0:03:06.385 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_credential_item[\"state\"] | d(\"present\") == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:175 Tuesday 05 November 2024 18:14:25 -0500 (0:00:00.038) 0:03:06.423 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Tuesday 05 November 2024 18:14:25 -0500 (0:00:00.034) 0:03:06.457 ****** included: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node1 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Tuesday 05 November 2024 18:14:25 -0500 (0:00:00.170) 0:03:06.628 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Tuesday 05 November 2024 18:14:25 -0500 (0:00:00.072) 0:03:06.700 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Tuesday 05 November 2024 18:14:25 -0500 (0:00:00.073) 0:03:06.773 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Tuesday 05 November 2024 18:14:25 -0500 (0:00:00.058) 0:03:06.832 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 05 November 2024 18:14:25 -0500 (0:00:00.106) 0:03:06.939 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 05 November 2024 18:14:26 -0500 (0:00:00.062) 0:03:07.002 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 05 November 2024 18:14:26 -0500 (0:00:00.061) 0:03:07.063 ****** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 05 November 2024 18:14:26 -0500 (0:00:00.079) 0:03:07.143 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1730848351.0645916, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1730848322.2235026, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 05 November 2024 18:14:26 -0500 (0:00:00.545) 0:03:07.688 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Tuesday 05 November 2024 18:14:26 -0500 (0:00:00.057) 0:03:07.745 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 05 November 2024 18:14:26 -0500 (0:00:00.088) 0:03:07.834 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Tuesday 05 November 2024 18:14:26 -0500 (0:00:00.097) 0:03:07.931 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Tuesday 05 November 2024 18:14:27 -0500 (0:00:00.088) 0:03:08.019 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Tuesday 05 November 2024 18:14:27 -0500 (0:00:00.052) 0:03:08.072 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Tuesday 05 November 2024 18:14:27 -0500 (0:00:00.053) 0:03:08.126 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Tuesday 05 November 2024 18:14:27 -0500 (0:00:00.053) 0:03:08.179 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Tuesday 05 November 2024 18:14:27 -0500 (0:00:00.052) 0:03:08.232 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_kube", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Tuesday 05 November 2024 18:14:27 -0500 (0:00:00.160) 0:03:08.392 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Tuesday 05 November 2024 18:14:27 -0500 (0:00:00.086) 0:03:08.479 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Tuesday 05 November 2024 18:14:27 -0500 (0:00:00.092) 0:03:08.571 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Tuesday 05 November 2024 18:14:27 -0500 (0:00:00.112) 0:03:08.684 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Tuesday 05 November 2024 18:14:27 -0500 (0:00:00.144) 0:03:08.828 ****** 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.007226", "end": "2024-11-05 18:14:28.555183", "rc": 0, "start": "2024-11-05 18:14:28.547957" } 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Tuesday 05 November 2024 18:14:28 -0500 (0:00:00.809) 0:03:09.638 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Tuesday 05 November 2024 18:14:28 -0500 (0:00:00.053) 0:03:09.691 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Tuesday 05 November 2024 18:14:28 -0500 (0:00:00.133) 0:03:09.825 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 05 November 2024 18:14:28 -0500 (0:00:00.099) 0:03:09.924 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 05 November 2024 18:14:28 -0500 (0:00:00.056) 0:03:09.981 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 05 November 2024 18:14:29 -0500 (0:00:00.055) 0:03:10.036 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the host mount volumes] *********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Tuesday 05 November 2024 18:14:29 -0500 (0:00:00.053) 0:03:10.089 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_create_host_directories | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Tuesday 05 November 2024 18:14:29 -0500 (0:00:00.056) 0:03:10.146 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Tuesday 05 November 2024 18:14:29 -0500 (0:00:00.058) 0:03:10.204 ****** 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 : Check the kubernetes yaml file] ******* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53 Tuesday 05 November 2024 18:14:30 -0500 (0:00:01.396) 0:03:11.600 ****** ok: [managed-node1] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1730848420.653856, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1730848420.0448537, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 117440776, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1730848419.7848525, "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": "3428022336", "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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61 Tuesday 05 November 2024 18:14:31 -0500 (0:00:00.738) 0:03:12.339 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70 Tuesday 05 November 2024 18:14:31 -0500 (0:00:00.623) 0:03:12.962 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 Tuesday 05 November 2024 18:14:32 -0500 (0:00:00.894) 0:03:13.857 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:88 Tuesday 05 November 2024 18:14:33 -0500 (0:00:00.688) 0:03:14.545 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_play_info is changed or __podman_copy is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:100 Tuesday 05 November 2024 18:14:33 -0500 (0:00:00.068) 0:03:14.613 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_play_info is changed or __podman_copy is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Tuesday 05 November 2024 18:14:33 -0500 (0:00:00.058) 0:03:14.672 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_play_info is changed or __podman_copy is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Restart service] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:127 Tuesday 05 November 2024 18:14:33 -0500 (0:00:00.057) 0:03:14.730 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_play_info is changed or __podman_copy is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:189 Tuesday 05 November 2024 18:14:33 -0500 (0:00:00.059) 0:03:14.789 ****** included: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for managed-node1 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Tuesday 05 November 2024 18:14:33 -0500 (0:00:00.149) 0:03:14.939 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Tuesday 05 November 2024 18:14:34 -0500 (0:00:00.072) 0:03:15.012 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Tuesday 05 November 2024 18:14:34 -0500 (0:00:00.069) 0:03:15.081 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_quadlet_spec | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Tuesday 05 November 2024 18:14:34 -0500 (0:00:00.054) 0:03:15.136 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Tuesday 05 November 2024 18:14:34 -0500 (0:00:00.082) 0:03:15.219 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 05 November 2024 18:14:34 -0500 (0:00:00.106) 0:03:15.326 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 05 November 2024 18:14:34 -0500 (0:00:00.062) 0:03:15.388 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 05 November 2024 18:14:34 -0500 (0:00:00.060) 0:03:15.449 ****** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 05 November 2024 18:14:34 -0500 (0:00:00.075) 0:03:15.525 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1730848351.0645916, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1730848322.2235026, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 05 November 2024 18:14:35 -0500 (0:00:00.530) 0:03:16.056 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Tuesday 05 November 2024 18:14:35 -0500 (0:00:00.105) 0:03:16.161 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 05 November 2024 18:14:35 -0500 (0:00:00.035) 0:03:16.197 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Tuesday 05 November 2024 18:14:35 -0500 (0:00:00.036) 0:03:16.233 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Tuesday 05 November 2024 18:14:35 -0500 (0:00:00.036) 0:03:16.270 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Tuesday 05 November 2024 18:14:35 -0500 (0:00:00.034) 0:03:16.305 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Tuesday 05 November 2024 18:14:35 -0500 (0:00:00.038) 0:03:16.343 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Tuesday 05 November 2024 18:14:35 -0500 (0:00:00.034) 0:03:16.378 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Tuesday 05 November 2024 18:14:35 -0500 (0:00:00.037) 0:03:16.416 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Tuesday 05 November 2024 18:14:35 -0500 (0:00:00.064) 0:03:16.480 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Tuesday 05 November 2024 18:14:35 -0500 (0:00:00.039) 0:03:16.520 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_kube_yamls_raw | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Tuesday 05 November 2024 18:14:35 -0500 (0:00:00.039) 0:03:16.560 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:105 Tuesday 05 November 2024 18:14:35 -0500 (0:00:00.078) 0:03:16.638 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:112 Tuesday 05 November 2024 18:14:35 -0500 (0:00:00.058) 0:03:16.696 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:116 Tuesday 05 November 2024 18:14:35 -0500 (0:00:00.036) 0:03:16.733 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Tuesday 05 November 2024 18:14:35 -0500 (0:00:00.078) 0:03:16.812 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 05 November 2024 18:14:35 -0500 (0:00:00.062) 0:03:16.874 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 05 November 2024 18:14:35 -0500 (0:00:00.037) 0:03:16.911 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 05 November 2024 18:14:36 -0500 (0:00:00.093) 0:03:17.005 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Tuesday 05 November 2024 18:14:36 -0500 (0:00:00.036) 0:03:17.041 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:18 Tuesday 05 November 2024 18:14:36 -0500 (0:00:00.034) 0:03:17.075 ****** 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 : Ensure the quadlet directory is present] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:39 Tuesday 05 November 2024 18:14:37 -0500 (0:00:01.068) 0:03:18.144 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:48 Tuesday 05 November 2024 18:14:37 -0500 (0:00:00.553) 0:03:18.698 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_quadlet_file_src | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure quadlet file content is present] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:58 Tuesday 05 November 2024 18:14:37 -0500 (0:00:00.065) 0:03:18.763 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_quadlet_str | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is present] ******* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:70 Tuesday 05 November 2024 18:14:37 -0500 (0:00:00.058) 0:03:18.822 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:82 Tuesday 05 November 2024 18:14:38 -0500 (0:00:00.919) 0:03:19.741 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_copy_content is changed or __podman_copy_file is changed or __podman_template_file is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:110 Tuesday 05 November 2024 18:14:38 -0500 (0:00:00.061) 0:03:19.803 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_copy_content is changed or __podman_copy_file is changed or __podman_template_file is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Restart service] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:125 Tuesday 05 November 2024 18:14:38 -0500 (0:00:00.077) 0:03:19.880 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_copy_content is changed or __podman_copy_file is changed or __podman_template_file is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:196 Tuesday 05 November 2024 18:14:38 -0500 (0:00:00.081) 0:03:19.962 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:202 Tuesday 05 November 2024 18:14:39 -0500 (0:00:00.068) 0:03:20.030 ****** included: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml for managed-node1 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set user and group] ******************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Tuesday 05 November 2024 18:14:39 -0500 (0:00:00.166) 0:03:20.197 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Tuesday 05 November 2024 18:14:39 -0500 (0:00:00.064) 0:03:20.262 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 05 November 2024 18:14:39 -0500 (0:00:00.112) 0:03:20.375 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 05 November 2024 18:14:39 -0500 (0:00:00.062) 0:03:20.438 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 05 November 2024 18:14:39 -0500 (0:00:00.154) 0:03:20.593 ****** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 05 November 2024 18:14:39 -0500 (0:00:00.090) 0:03:20.683 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1730848351.0645916, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1730848322.2235026, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 05 November 2024 18:14:40 -0500 (0:00:00.673) 0:03:21.357 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Tuesday 05 November 2024 18:14:40 -0500 (0:00:00.070) 0:03:21.428 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 05 November 2024 18:14:40 -0500 (0:00:00.059) 0:03:21.487 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Tuesday 05 November 2024 18:14:40 -0500 (0:00:00.061) 0:03:21.549 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Tuesday 05 November 2024 18:14:40 -0500 (0:00:00.053) 0:03:21.603 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Tuesday 05 November 2024 18:14:40 -0500 (0:00:00.054) 0:03:21.657 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Tuesday 05 November 2024 18:14:40 -0500 (0:00:00.065) 0:03:21.723 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Tuesday 05 November 2024 18:14:40 -0500 (0:00:00.089) 0:03:21.812 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Tuesday 05 November 2024 18:14:40 -0500 (0:00:00.089) 0:03:21.902 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Tuesday 05 November 2024 18:14:41 -0500 (0:00:00.152) 0:03:22.055 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_handle_state == \"present\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure credential file is copied] ***** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Tuesday 05 November 2024 18:14:41 -0500 (0:00:00.077) 0:03:22.132 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Tuesday 05 November 2024 18:14:41 -0500 (0:00:00.059) 0:03:22.192 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Tuesday 05 November 2024 18:14:41 -0500 (0:00:00.069) 0:03:22.262 ****** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Find files in credentials directory] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Tuesday 05 November 2024 18:14:41 -0500 (0:00:00.058) 0:03:22.320 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Tuesday 05 November 2024 18:14:41 -0500 (0:00:00.067) 0:03:22.387 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_credential_item[\"state\"] | d(\"present\") == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:211 Tuesday 05 November 2024 18:14:41 -0500 (0:00:00.058) 0:03:22.445 ****** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Remove all container resources - root] *********************************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:161 Tuesday 05 November 2024 18:14:41 -0500 (0:00:00.165) 0:03:22.611 ****** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Tuesday 05 November 2024 18:14:41 -0500 (0:00:00.220) 0:03:22.831 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Tuesday 05 November 2024 18:14:41 -0500 (0:00:00.092) 0:03:22.924 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Tuesday 05 November 2024 18:14:42 -0500 (0:00:00.067) 0:03:22.991 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Tuesday 05 November 2024 18:14:42 -0500 (0:00:00.068) 0:03:23.059 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Tuesday 05 November 2024 18:14:42 -0500 (0:00:00.057) 0:03:23.117 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Tuesday 05 November 2024 18:14:42 -0500 (0:00:00.054) 0:03:23.172 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Tuesday 05 November 2024 18:14:42 -0500 (0:00:00.054) 0:03:23.227 ****** ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-ea9/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, "false_condition": "__vars_file is file", "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-ea9/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-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Tuesday 05 November 2024 18:14:42 -0500 (0:00:00.092) 0:03:23.319 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Tuesday 05 November 2024 18:14:44 -0500 (0:00:02.026) 0:03:25.345 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Tuesday 05 November 2024 18:14:44 -0500 (0:00:00.055) 0:03:25.401 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Tuesday 05 November 2024 18:14:44 -0500 (0:00:00.059) 0:03:25.460 ****** skipping: [managed-node1] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Tuesday 05 November 2024 18:14:44 -0500 (0:00:00.145) 0:03:25.606 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Tuesday 05 November 2024 18:14:44 -0500 (0:00:00.053) 0:03:25.660 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Tuesday 05 November 2024 18:14:44 -0500 (0:00:00.055) 0:03:25.716 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.033988", "end": "2024-11-05 18:14:45.402589", "rc": 0, "start": "2024-11-05 18:14:45.368601" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Tuesday 05 November 2024 18:14:45 -0500 (0:00:00.761) 0:03:26.477 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Tuesday 05 November 2024 18:14:45 -0500 (0:00:00.040) 0:03:26.517 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Tuesday 05 November 2024 18:14:45 -0500 (0:00:00.036) 0:03:26.554 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_version is version(\"4.4\", \"<\")", "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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Tuesday 05 November 2024 18:14:45 -0500 (0:00:00.044) 0:03:26.598 ****** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Tuesday 05 November 2024 18:14:45 -0500 (0:00:00.076) 0:03:26.675 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__has_type_pod or __has_pod_file_ext or __has_pod_file_src_ext or __has_pod_template_src_ext or __has_pod_template_src_ext_j2", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Tuesday 05 November 2024 18:14:45 -0500 (0:00:00.126) 0:03:26.802 ****** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Tuesday 05 November 2024 18:14:45 -0500 (0:00:00.099) 0:03:26.902 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 05 November 2024 18:14:46 -0500 (0:00:00.109) 0:03:27.011 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 05 November 2024 18:14:46 -0500 (0:00:00.065) 0:03:27.077 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 05 November 2024 18:14:46 -0500 (0:00:00.061) 0:03:27.138 ****** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 05 November 2024 18:14:46 -0500 (0:00:00.110) 0:03:27.249 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1730848351.0645916, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1730848322.2235026, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 05 November 2024 18:14:46 -0500 (0:00:00.621) 0:03:27.871 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Tuesday 05 November 2024 18:14:46 -0500 (0:00:00.084) 0:03:27.955 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 05 November 2024 18:14:47 -0500 (0:00:00.161) 0:03:28.116 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Tuesday 05 November 2024 18:14:47 -0500 (0:00:00.060) 0:03:28.176 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Tuesday 05 November 2024 18:14:47 -0500 (0:00:00.058) 0:03:28.235 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Tuesday 05 November 2024 18:14:47 -0500 (0:00:00.059) 0:03:28.294 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Tuesday 05 November 2024 18:14:47 -0500 (0:00:00.060) 0:03:28.359 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Tuesday 05 November 2024 18:14:47 -0500 (0:00:00.057) 0:03:28.417 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Tuesday 05 November 2024 18:14:47 -0500 (0:00:00.062) 0:03:28.479 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Tuesday 05 November 2024 18:14:47 -0500 (0:00:00.072) 0:03:28.552 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Tuesday 05 November 2024 18:14:47 -0500 (0:00:00.104) 0:03:28.657 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Tuesday 05 November 2024 18:14:47 -0500 (0:00:00.058) 0:03:28.715 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:127 Tuesday 05 November 2024 18:14:47 -0500 (0:00:00.054) 0:03:28.770 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Tuesday 05 November 2024 18:14:47 -0500 (0:00:00.107) 0:03:28.877 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Tuesday 05 November 2024 18:14:47 -0500 (0:00:00.055) 0:03:28.933 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:130 Tuesday 05 November 2024 18:14:48 -0500 (0:00:00.066) 0:03:28.999 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Tuesday 05 November 2024 18:14:48 -0500 (0:00:00.133) 0:03:29.133 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Tuesday 05 November 2024 18:14:48 -0500 (0:00:00.057) 0:03:29.191 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:133 Tuesday 05 November 2024 18:14:48 -0500 (0:00:00.303) 0:03:29.495 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Tuesday 05 November 2024 18:14:48 -0500 (0:00:00.156) 0:03:29.651 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Tuesday 05 November 2024 18:14:48 -0500 (0:00:00.058) 0:03:29.710 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Tuesday 05 November 2024 18:14:48 -0500 (0:00:00.061) 0:03:29.771 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Tuesday 05 November 2024 18:14:48 -0500 (0:00:00.065) 0:03:29.837 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:139 Tuesday 05 November 2024 18:14:48 -0500 (0:00:00.065) 0:03:29.903 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Tuesday 05 November 2024 18:14:48 -0500 (0:00:00.062) 0:03:29.965 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_selinux_ports | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Tuesday 05 November 2024 18:14:49 -0500 (0:00:00.058) 0:03:30.023 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:157 Tuesday 05 November 2024 18:14:49 -0500 (0:00:00.055) 0:03:30.079 ****** included: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml for managed-node1 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Check given registry_host] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Tuesday 05 November 2024 18:14:49 -0500 (0:00:00.149) 0:03:30.228 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_cert_spec_item[\"registry_host\"] is search(\"/\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 0] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Tuesday 05 November 2024 18:14:49 -0500 (0:00:00.058) 0:03:30.286 ****** ok: [managed-node1] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 1] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Tuesday 05 November 2024 18:14:49 -0500 (0:00:00.105) 0:03:30.392 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Tuesday 05 November 2024 18:14:49 -0500 (0:00:00.141) 0:03:30.533 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 05 November 2024 18:14:49 -0500 (0:00:00.123) 0:03:30.657 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 05 November 2024 18:14:49 -0500 (0:00:00.093) 0:03:30.750 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 05 November 2024 18:14:50 -0500 (0:00:00.326) 0:03:31.077 ****** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 05 November 2024 18:14:50 -0500 (0:00:00.163) 0:03:31.240 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1730848351.0645916, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1730848322.2235026, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 05 November 2024 18:14:50 -0500 (0:00:00.653) 0:03:31.893 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Tuesday 05 November 2024 18:14:50 -0500 (0:00:00.055) 0:03:31.949 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 05 November 2024 18:14:51 -0500 (0:00:00.053) 0:03:32.002 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Tuesday 05 November 2024 18:14:51 -0500 (0:00:00.048) 0:03:32.051 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Tuesday 05 November 2024 18:14:51 -0500 (0:00:00.045) 0:03:32.097 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Tuesday 05 November 2024 18:14:51 -0500 (0:00:00.040) 0:03:32.137 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Tuesday 05 November 2024 18:14:51 -0500 (0:00:00.035) 0:03:32.173 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Tuesday 05 November 2024 18:14:51 -0500 (0:00:00.036) 0:03:32.210 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 2] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Tuesday 05 November 2024 18:14:51 -0500 (0:00:00.036) 0:03:32.246 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Tuesday 05 November 2024 18:14:51 -0500 (0:00:00.044) 0:03:32.291 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Tuesday 05 November 2024 18:14:51 -0500 (0:00:00.041) 0:03:32.333 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Tuesday 05 November 2024 18:14:51 -0500 (0:00:00.051) 0:03:32.385 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_cert_spec_item[\"state\"] | d(\"present\") == \"present\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure certs.d files] ***************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Tuesday 05 November 2024 18:14:51 -0500 (0:00:00.038) 0:03:32.423 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Tuesday 05 November 2024 18:14:51 -0500 (0:00:00.056) 0:03:32.479 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Tuesday 05 November 2024 18:14:51 -0500 (0:00:00.068) 0:03:32.548 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Tuesday 05 November 2024 18:14:51 -0500 (0:00:00.044) 0:03:32.592 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:166 Tuesday 05 November 2024 18:14:51 -0500 (0:00:00.051) 0:03:32.644 ****** included: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml for managed-node1 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set user and group] ******************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Tuesday 05 November 2024 18:14:51 -0500 (0:00:00.169) 0:03:32.813 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Tuesday 05 November 2024 18:14:51 -0500 (0:00:00.040) 0:03:32.853 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 05 November 2024 18:14:51 -0500 (0:00:00.073) 0:03:32.927 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 05 November 2024 18:14:52 -0500 (0:00:00.063) 0:03:32.990 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 05 November 2024 18:14:52 -0500 (0:00:00.064) 0:03:33.055 ****** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 05 November 2024 18:14:52 -0500 (0:00:00.074) 0:03:33.130 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1730848351.0645916, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1730848322.2235026, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 05 November 2024 18:14:52 -0500 (0:00:00.533) 0:03:33.664 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Tuesday 05 November 2024 18:14:52 -0500 (0:00:00.064) 0:03:33.728 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 05 November 2024 18:14:52 -0500 (0:00:00.055) 0:03:33.783 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Tuesday 05 November 2024 18:14:52 -0500 (0:00:00.049) 0:03:33.833 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Tuesday 05 November 2024 18:14:52 -0500 (0:00:00.038) 0:03:33.872 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Tuesday 05 November 2024 18:14:52 -0500 (0:00:00.042) 0:03:33.914 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Tuesday 05 November 2024 18:14:52 -0500 (0:00:00.042) 0:03:33.956 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Tuesday 05 November 2024 18:14:53 -0500 (0:00:00.039) 0:03:33.995 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Tuesday 05 November 2024 18:14:53 -0500 (0:00:00.035) 0:03:34.031 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Tuesday 05 November 2024 18:14:53 -0500 (0:00:00.054) 0:03:34.085 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_credential_item[\"state\"] | d(\"present\") == \"present\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure credential file is copied] ***** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Tuesday 05 November 2024 18:14:53 -0500 (0:00:00.037) 0:03:34.123 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Tuesday 05 November 2024 18:14:53 -0500 (0:00:00.121) 0:03:34.244 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Tuesday 05 November 2024 18:14:53 -0500 (0:00:00.050) 0:03:34.295 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Tuesday 05 November 2024 18:14:53 -0500 (0:00:00.043) 0:03:34.338 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Tuesday 05 November 2024 18:14:53 -0500 (0:00:00.047) 0:03:34.385 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_handle_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:175 Tuesday 05 November 2024 18:14:53 -0500 (0:00:00.042) 0:03:34.428 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Tuesday 05 November 2024 18:14:53 -0500 (0:00:00.039) 0:03:34.467 ****** included: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node1 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Tuesday 05 November 2024 18:14:53 -0500 (0:00:00.144) 0:03:34.612 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Tuesday 05 November 2024 18:14:53 -0500 (0:00:00.066) 0:03:34.679 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Tuesday 05 November 2024 18:14:53 -0500 (0:00:00.066) 0:03:34.746 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Tuesday 05 November 2024 18:14:53 -0500 (0:00:00.050) 0:03:34.796 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 05 November 2024 18:14:53 -0500 (0:00:00.073) 0:03:34.869 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 05 November 2024 18:14:53 -0500 (0:00:00.048) 0:03:34.917 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 05 November 2024 18:14:53 -0500 (0:00:00.061) 0:03:34.979 ****** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 05 November 2024 18:14:54 -0500 (0:00:00.055) 0:03:35.035 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1730848351.0645916, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1730848322.2235026, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 05 November 2024 18:14:54 -0500 (0:00:00.517) 0:03:35.552 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Tuesday 05 November 2024 18:14:54 -0500 (0:00:00.050) 0:03:35.602 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 05 November 2024 18:14:54 -0500 (0:00:00.149) 0:03:35.752 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Tuesday 05 November 2024 18:14:54 -0500 (0:00:00.060) 0:03:35.812 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Tuesday 05 November 2024 18:14:54 -0500 (0:00:00.053) 0:03:35.866 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Tuesday 05 November 2024 18:14:54 -0500 (0:00:00.055) 0:03:35.922 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Tuesday 05 November 2024 18:14:54 -0500 (0:00:00.052) 0:03:35.974 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Tuesday 05 November 2024 18:14:55 -0500 (0:00:00.053) 0:03:36.028 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Tuesday 05 November 2024 18:14:55 -0500 (0:00:00.054) 0:03:36.082 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_kube", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Tuesday 05 November 2024 18:14:55 -0500 (0:00:00.054) 0:03:36.137 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Tuesday 05 November 2024 18:14:55 -0500 (0:00:00.080) 0:03:36.217 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Tuesday 05 November 2024 18:14:55 -0500 (0:00:00.058) 0:03:36.276 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Tuesday 05 November 2024 18:14:55 -0500 (0:00:00.061) 0:03:36.337 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Tuesday 05 November 2024 18:14:55 -0500 (0:00:00.063) 0:03:36.400 ****** 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.010609", "end": "2024-11-05 18:14:55.862693", "rc": 0, "start": "2024-11-05 18:14:55.852084" } 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Tuesday 05 November 2024 18:14:55 -0500 (0:00:00.551) 0:03:36.952 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Tuesday 05 November 2024 18:14:56 -0500 (0:00:00.079) 0:03:37.032 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Tuesday 05 November 2024 18:14:56 -0500 (0:00:00.036) 0:03:37.068 ****** 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": "Tue 2024-11-05 18:13:44 EST", "ActiveEnterTimestampMonotonic": "392937879", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system-podman\\x2dkube.slice basic.target network-online.target -.mount systemd-journald.socket sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Tue 2024-11-05 18:13:43 EST", "AssertTimestampMonotonic": "391989101", "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": "Tue 2024-11-05 18:13:43 EST", "ConditionTimestampMonotonic": "391989100", "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": "20074", "ExecMainStartTimestamp": "Tue 2024-11-05 18:13:44 EST", "ExecMainStartTimestampMonotonic": "392937854", "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=[Tue 2024-11-05 18:13:43 EST] ; stop_time=[n/a] ; pid=19940 ; 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": "Tue 2024-11-05 18:13:43 EST", "InactiveExitTimestampMonotonic": "391989926", "InvocationID": "41d008fae96e44d1b7c3cb3143962804", "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": "20074", "MemoryAccounting": "yes", "MemoryCurrent": "24272896", "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": "Tue 2024-11-05 18:13:44 EST", "StateChangeTimestampMonotonic": "392937879", "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": "12", "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": "Tue 2024-11-05 18:13:44 EST", "WatchdogTimestampMonotonic": "392937876", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.podman : Check if kube file exists] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:28 Tuesday 05 November 2024 18:14:57 -0500 (0:00:01.337) 0:03:38.406 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1730848420.653856, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1730848420.0448537, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 117440776, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1730848419.7848525, "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": "3428022336", "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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:38 Tuesday 05 November 2024 18:14:57 -0500 (0:00:00.444) 0:03:38.851 ****** ok: [managed-node1] => { "actions": [ "/usr/bin/podman kube play --down /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "changed": false, "failed_when_result": false } STDOUT: Pods stopped: Pods removed: Secrets removed: Volumes removed: TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] ********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:56 Tuesday 05 November 2024 18:14:58 -0500 (0:00:00.592) 0:03:39.443 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:61 Tuesday 05 November 2024 18:14:59 -0500 (0:00:00.617) 0:03:40.060 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_removed is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Tuesday 05 November 2024 18:14:59 -0500 (0:00:00.039) 0:03:40.099 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 05 November 2024 18:14:59 -0500 (0:00:00.061) 0:03:40.161 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 05 November 2024 18:14:59 -0500 (0:00:00.036) 0:03:40.197 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 05 November 2024 18:14:59 -0500 (0:00:00.040) 0:03:40.238 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Tuesday 05 November 2024 18:14:59 -0500 (0:00:00.055) 0:03:40.293 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:189 Tuesday 05 November 2024 18:14:59 -0500 (0:00:00.053) 0:03:40.346 ****** included: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for managed-node1 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Tuesday 05 November 2024 18:14:59 -0500 (0:00:00.159) 0:03:40.505 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Tuesday 05 November 2024 18:14:59 -0500 (0:00:00.070) 0:03:40.576 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Tuesday 05 November 2024 18:14:59 -0500 (0:00:00.068) 0:03:40.644 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_quadlet_spec | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Tuesday 05 November 2024 18:14:59 -0500 (0:00:00.063) 0:03:40.708 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Tuesday 05 November 2024 18:14:59 -0500 (0:00:00.137) 0:03:40.846 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 05 November 2024 18:15:00 -0500 (0:00:00.142) 0:03:40.989 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 05 November 2024 18:15:00 -0500 (0:00:00.082) 0:03:41.072 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 05 November 2024 18:15:00 -0500 (0:00:00.061) 0:03:41.133 ****** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 05 November 2024 18:15:00 -0500 (0:00:00.189) 0:03:41.323 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1730848351.0645916, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1730848322.2235026, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 05 November 2024 18:15:00 -0500 (0:00:00.409) 0:03:41.733 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Tuesday 05 November 2024 18:15:00 -0500 (0:00:00.054) 0:03:41.788 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 05 November 2024 18:15:00 -0500 (0:00:00.053) 0:03:41.841 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Tuesday 05 November 2024 18:15:00 -0500 (0:00:00.055) 0:03:41.897 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Tuesday 05 November 2024 18:15:00 -0500 (0:00:00.056) 0:03:41.954 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Tuesday 05 November 2024 18:15:01 -0500 (0:00:00.055) 0:03:42.009 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Tuesday 05 November 2024 18:15:01 -0500 (0:00:00.087) 0:03:42.097 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Tuesday 05 November 2024 18:15:01 -0500 (0:00:00.051) 0:03:42.148 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Tuesday 05 November 2024 18:15:01 -0500 (0:00:00.053) 0:03:42.202 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Tuesday 05 November 2024 18:15:01 -0500 (0:00:00.093) 0:03:42.295 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Tuesday 05 November 2024 18:15:01 -0500 (0:00:00.062) 0:03:42.358 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Tuesday 05 November 2024 18:15:01 -0500 (0:00:00.056) 0:03:42.414 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:105 Tuesday 05 November 2024 18:15:01 -0500 (0:00:00.112) 0:03:42.527 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:112 Tuesday 05 November 2024 18:15:01 -0500 (0:00:00.069) 0:03:42.597 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Tuesday 05 November 2024 18:15:01 -0500 (0:00:00.134) 0:03:42.732 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 Tuesday 05 November 2024 18:15:01 -0500 (0:00:00.056) 0:03:42.788 ****** 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 system.slice -.mount systemd-journald.socket basic.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": "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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:33 Tuesday 05 November 2024 18:15:02 -0500 (0:00:00.811) 0:03:43.600 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1730848453.7319872, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "1127036af0ba22b83d33a5a35ab54db2c5855175", "ctime": 1730848430.134895, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 236978370, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1730848429.6918933, "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": "2125416753", "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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:38 Tuesday 05 November 2024 18:15:03 -0500 (0:00:00.433) 0:03:44.033 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_quadlet_file.yml:6 Tuesday 05 November 2024 18:15:03 -0500 (0:00:00.106) 0:03:44.140 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_quadlet_file.yml:12 Tuesday 05 November 2024 18:15:03 -0500 (0:00:00.381) 0:03:44.522 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_quadlet_file.yml:44 Tuesday 05 November 2024 18:15:03 -0500 (0:00:00.059) 0:03:44.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 : Reset raw variable] ******************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_quadlet_file.yml:52 Tuesday 05 November 2024 18:15:03 -0500 (0:00:00.038) 0:03:44.620 ****** ok: [managed-node1] => { "ansible_facts": { "__podman_quadlet_raw": null }, "changed": false } TASK [fedora.linux_system_roles.podman : Remove quadlet file] ****************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:42 Tuesday 05 November 2024 18:15:03 -0500 (0:00:00.040) 0:03:44.660 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:48 Tuesday 05 November 2024 18:15:04 -0500 (0:00:00.416) 0:03:45.077 ****** ok: [managed-node1] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Remove managed resource] ************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:58 Tuesday 05 November 2024 18:15:04 -0500 (0:00:00.721) 0:03:45.799 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:99 Tuesday 05 November 2024 18:15:05 -0500 (0:00:00.611) 0:03:46.410 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:116 Tuesday 05 November 2024 18:15:05 -0500 (0:00:00.063) 0:03:46.474 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:120 Tuesday 05 November 2024 18:15:05 -0500 (0:00:00.054) 0:03:46.528 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_prune_images | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:131 Tuesday 05 November 2024 18:15:05 -0500 (0:00:00.041) 0:03:46.569 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 05 November 2024 18:15:05 -0500 (0:00:00.108) 0:03:46.678 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 05 November 2024 18:15:05 -0500 (0:00:00.054) 0:03:46.732 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 05 November 2024 18:15:05 -0500 (0:00:00.055) 0:03:46.788 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : For testing and debugging - images] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:141 Tuesday 05 November 2024 18:15:05 -0500 (0:00:00.057) 0:03:46.846 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_test_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : For testing and debugging - volumes] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:150 Tuesday 05 November 2024 18:15:06 -0500 (0:00:00.153) 0:03:46.999 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_test_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : For testing and debugging - containers] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:159 Tuesday 05 November 2024 18:15:06 -0500 (0:00:00.057) 0:03:47.056 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_test_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : For testing and debugging - networks] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:168 Tuesday 05 November 2024 18:15:06 -0500 (0:00:00.058) 0:03:47.115 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_test_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : For testing and debugging - secrets] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:177 Tuesday 05 November 2024 18:15:06 -0500 (0:00:00.059) 0:03:47.174 ****** 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 - pods] ***** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:187 Tuesday 05 November 2024 18:15:06 -0500 (0:00:00.063) 0:03:47.238 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:197 Tuesday 05 November 2024 18:15:06 -0500 (0:00:00.062) 0:03:47.300 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_test_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:116 Tuesday 05 November 2024 18:15:06 -0500 (0:00:00.111) 0:03:47.412 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:196 Tuesday 05 November 2024 18:15:06 -0500 (0:00:00.068) 0:03:47.481 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:202 Tuesday 05 November 2024 18:15:06 -0500 (0:00:00.053) 0:03:47.535 ****** included: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml for managed-node1 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set user and group] ******************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Tuesday 05 November 2024 18:15:06 -0500 (0:00:00.169) 0:03:47.705 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Tuesday 05 November 2024 18:15:06 -0500 (0:00:00.063) 0:03:47.768 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 05 November 2024 18:15:06 -0500 (0:00:00.102) 0:03:47.871 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 05 November 2024 18:15:06 -0500 (0:00:00.047) 0:03:47.918 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 05 November 2024 18:15:06 -0500 (0:00:00.052) 0:03:47.971 ****** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 05 November 2024 18:15:07 -0500 (0:00:00.075) 0:03:48.047 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1730848351.0645916, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1730848322.2235026, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 05 November 2024 18:15:07 -0500 (0:00:00.532) 0:03:48.580 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Tuesday 05 November 2024 18:15:07 -0500 (0:00:00.217) 0:03:48.797 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 05 November 2024 18:15:07 -0500 (0:00:00.052) 0:03:48.850 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Tuesday 05 November 2024 18:15:07 -0500 (0:00:00.066) 0:03:48.916 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Tuesday 05 November 2024 18:15:07 -0500 (0:00:00.054) 0:03:48.971 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Tuesday 05 November 2024 18:15:08 -0500 (0:00:00.069) 0:03:49.040 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Tuesday 05 November 2024 18:15:08 -0500 (0:00:00.053) 0:03:49.093 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Tuesday 05 November 2024 18:15:08 -0500 (0:00:00.051) 0:03:49.145 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Tuesday 05 November 2024 18:15:08 -0500 (0:00:00.059) 0:03:49.205 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Tuesday 05 November 2024 18:15:08 -0500 (0:00:00.060) 0:03:49.265 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_credential_item[\"state\"] | d(\"present\") == \"present\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure credential file is copied] ***** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Tuesday 05 November 2024 18:15:08 -0500 (0:00:00.049) 0:03:49.315 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Tuesday 05 November 2024 18:15:08 -0500 (0:00:00.055) 0:03:49.370 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Tuesday 05 November 2024 18:15:08 -0500 (0:00:00.055) 0:03:49.426 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Tuesday 05 November 2024 18:15:08 -0500 (0:00:00.414) 0:03:49.840 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Tuesday 05 November 2024 18:15:09 -0500 (0:00:00.619) 0:03:50.460 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:211 Tuesday 05 November 2024 18:15:09 -0500 (0:00:00.397) 0:03:50.858 ****** included: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml for managed-node1 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Check given registry_host] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Tuesday 05 November 2024 18:15:09 -0500 (0:00:00.109) 0:03:50.968 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_cert_spec_item[\"registry_host\"] is search(\"/\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 0] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Tuesday 05 November 2024 18:15:10 -0500 (0:00:00.039) 0:03:51.007 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Tuesday 05 November 2024 18:15:10 -0500 (0:00:00.058) 0:03:51.066 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Tuesday 05 November 2024 18:15:10 -0500 (0:00:00.152) 0:03:51.218 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 05 November 2024 18:15:10 -0500 (0:00:00.087) 0:03:51.306 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 05 November 2024 18:15:10 -0500 (0:00:00.052) 0:03:51.358 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 05 November 2024 18:15:10 -0500 (0:00:00.040) 0:03:51.398 ****** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 05 November 2024 18:15:10 -0500 (0:00:00.050) 0:03:51.449 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1730848351.0645916, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1730848322.2235026, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 05 November 2024 18:15:10 -0500 (0:00:00.396) 0:03:51.846 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Tuesday 05 November 2024 18:15:10 -0500 (0:00:00.053) 0:03:51.899 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 05 November 2024 18:15:10 -0500 (0:00:00.060) 0:03:51.960 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Tuesday 05 November 2024 18:15:11 -0500 (0:00:00.061) 0:03:52.021 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Tuesday 05 November 2024 18:15:11 -0500 (0:00:00.054) 0:03:52.076 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Tuesday 05 November 2024 18:15:11 -0500 (0:00:00.050) 0:03:52.126 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Tuesday 05 November 2024 18:15:11 -0500 (0:00:00.053) 0:03:52.180 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Tuesday 05 November 2024 18:15:11 -0500 (0:00:00.053) 0:03:52.233 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 2] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Tuesday 05 November 2024 18:15:11 -0500 (0:00:00.052) 0:03:52.286 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Tuesday 05 November 2024 18:15:11 -0500 (0:00:00.075) 0:03:52.362 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Tuesday 05 November 2024 18:15:11 -0500 (0:00:00.091) 0:03:52.453 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Tuesday 05 November 2024 18:15:11 -0500 (0:00:00.111) 0:03:52.565 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_cert_spec_item[\"state\"] | d(\"present\") == \"present\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure certs.d files] ***************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Tuesday 05 November 2024 18:15:11 -0500 (0:00:00.113) 0:03:52.679 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Tuesday 05 November 2024 18:15:11 -0500 (0:00:00.200) 0:03:52.879 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Tuesday 05 November 2024 18:15:12 -0500 (0:00:01.105) 0:03:53.985 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Tuesday 05 November 2024 18:15:13 -0500 (0:00:00.371) 0:03:54.357 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:175 Tuesday 05 November 2024 18:15:13 -0500 (0:00:00.433) 0:03:54.790 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:180 Tuesday 05 November 2024 18:15:14 -0500 (0:00:00.791) 0:03:55.581 ****** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Tuesday 05 November 2024 18:15:14 -0500 (0:00:00.270) 0:03:55.852 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Tuesday 05 November 2024 18:15:14 -0500 (0:00:00.092) 0:03:55.945 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Tuesday 05 November 2024 18:15:15 -0500 (0:00:00.065) 0:03:56.010 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Tuesday 05 November 2024 18:15:15 -0500 (0:00:00.053) 0:03:56.063 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Tuesday 05 November 2024 18:15:15 -0500 (0:00:00.054) 0:03:56.118 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Tuesday 05 November 2024 18:15:15 -0500 (0:00:00.054) 0:03:56.173 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Tuesday 05 November 2024 18:15:15 -0500 (0:00:00.052) 0:03:56.226 ****** ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-ea9/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, "false_condition": "__vars_file is file", "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-ea9/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-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Tuesday 05 November 2024 18:15:15 -0500 (0:00:00.121) 0:03:56.347 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Tuesday 05 November 2024 18:15:17 -0500 (0:00:01.817) 0:03:58.164 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Tuesday 05 November 2024 18:15:17 -0500 (0:00:00.053) 0:03:58.218 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Tuesday 05 November 2024 18:15:17 -0500 (0:00:00.064) 0:03:58.282 ****** skipping: [managed-node1] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Tuesday 05 November 2024 18:15:17 -0500 (0:00:00.055) 0:03:58.338 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Tuesday 05 November 2024 18:15:17 -0500 (0:00:00.053) 0:03:58.391 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Tuesday 05 November 2024 18:15:17 -0500 (0:00:00.057) 0:03:58.449 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.028074", "end": "2024-11-05 18:15:17.827101", "rc": 0, "start": "2024-11-05 18:15:17.799027" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Tuesday 05 November 2024 18:15:17 -0500 (0:00:00.450) 0:03:58.900 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Tuesday 05 November 2024 18:15:17 -0500 (0:00:00.058) 0:03:58.958 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Tuesday 05 November 2024 18:15:18 -0500 (0:00:00.071) 0:03:59.030 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_version is version(\"4.4\", \"<\")", "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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Tuesday 05 November 2024 18:15:18 -0500 (0:00:00.068) 0:03:59.099 ****** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Tuesday 05 November 2024 18:15:18 -0500 (0:00:00.069) 0:03:59.168 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__has_type_pod or __has_pod_file_ext or __has_pod_file_src_ext or __has_pod_template_src_ext or __has_pod_template_src_ext_j2", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Tuesday 05 November 2024 18:15:18 -0500 (0:00:00.083) 0:03:59.251 ****** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Tuesday 05 November 2024 18:15:18 -0500 (0:00:00.093) 0:03:59.344 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 05 November 2024 18:15:18 -0500 (0:00:00.088) 0:03:59.433 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 05 November 2024 18:15:18 -0500 (0:00:00.126) 0:03:59.560 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 05 November 2024 18:15:18 -0500 (0:00:00.041) 0:03:59.601 ****** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 05 November 2024 18:15:18 -0500 (0:00:00.051) 0:03:59.653 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1730848351.0645916, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1730848322.2235026, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 05 November 2024 18:15:19 -0500 (0:00:00.365) 0:04:00.018 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Tuesday 05 November 2024 18:15:19 -0500 (0:00:00.039) 0:04:00.058 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 05 November 2024 18:15:19 -0500 (0:00:00.040) 0:04:00.099 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Tuesday 05 November 2024 18:15:19 -0500 (0:00:00.034) 0:04:00.133 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Tuesday 05 November 2024 18:15:19 -0500 (0:00:00.035) 0:04:00.169 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Tuesday 05 November 2024 18:15:19 -0500 (0:00:00.034) 0:04:00.203 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Tuesday 05 November 2024 18:15:19 -0500 (0:00:00.034) 0:04:00.238 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Tuesday 05 November 2024 18:15:19 -0500 (0:00:00.036) 0:04:00.274 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Tuesday 05 November 2024 18:15:19 -0500 (0:00:00.034) 0:04:00.309 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Tuesday 05 November 2024 18:15:19 -0500 (0:00:00.048) 0:04:00.358 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Tuesday 05 November 2024 18:15:19 -0500 (0:00:00.066) 0:04:00.425 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Tuesday 05 November 2024 18:15:19 -0500 (0:00:00.036) 0:04:00.461 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:127 Tuesday 05 November 2024 18:15:19 -0500 (0:00:00.034) 0:04:00.496 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Tuesday 05 November 2024 18:15:19 -0500 (0:00:00.066) 0:04:00.563 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Tuesday 05 November 2024 18:15:19 -0500 (0:00:00.109) 0:04:00.672 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:130 Tuesday 05 November 2024 18:15:19 -0500 (0:00:00.039) 0:04:00.711 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Tuesday 05 November 2024 18:15:19 -0500 (0:00:00.068) 0:04:00.780 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Tuesday 05 November 2024 18:15:19 -0500 (0:00:00.037) 0:04:00.817 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:133 Tuesday 05 November 2024 18:15:19 -0500 (0:00:00.038) 0:04:00.856 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Tuesday 05 November 2024 18:15:19 -0500 (0:00:00.071) 0:04:00.928 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Tuesday 05 November 2024 18:15:19 -0500 (0:00:00.038) 0:04:00.966 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Tuesday 05 November 2024 18:15:20 -0500 (0:00:00.035) 0:04:01.002 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Tuesday 05 November 2024 18:15:20 -0500 (0:00:00.037) 0:04:01.039 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:139 Tuesday 05 November 2024 18:15:20 -0500 (0:00:00.038) 0:04:01.078 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Tuesday 05 November 2024 18:15:20 -0500 (0:00:00.043) 0:04:01.121 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_selinux_ports | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Tuesday 05 November 2024 18:15:20 -0500 (0:00:00.037) 0:04:01.159 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:157 Tuesday 05 November 2024 18:15:20 -0500 (0:00:00.035) 0:04:01.195 ****** included: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml for managed-node1 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Check given registry_host] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Tuesday 05 November 2024 18:15:20 -0500 (0:00:00.085) 0:04:01.281 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_cert_spec_item[\"registry_host\"] is search(\"/\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 0] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Tuesday 05 November 2024 18:15:20 -0500 (0:00:00.035) 0:04:01.316 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Tuesday 05 November 2024 18:15:20 -0500 (0:00:00.111) 0:04:01.428 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Tuesday 05 November 2024 18:15:20 -0500 (0:00:00.038) 0:04:01.467 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 05 November 2024 18:15:20 -0500 (0:00:00.068) 0:04:01.535 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 05 November 2024 18:15:20 -0500 (0:00:00.372) 0:04:01.908 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 05 November 2024 18:15:20 -0500 (0:00:00.042) 0:04:01.950 ****** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 05 November 2024 18:15:21 -0500 (0:00:00.050) 0:04:02.000 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1730848351.0645916, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1730848322.2235026, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 05 November 2024 18:15:21 -0500 (0:00:00.397) 0:04:02.398 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003663", "end": "2024-11-05 18:15:21.749701", "rc": 0, "start": "2024-11-05 18:15:21.746038" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Tuesday 05 November 2024 18:15:21 -0500 (0:00:00.410) 0:04:02.809 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003614", "end": "2024-11-05 18:15:22.124184", "rc": 0, "start": "2024-11-05 18:15:22.120570" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 05 November 2024 18:15:22 -0500 (0:00:00.372) 0:04:03.182 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Tuesday 05 November 2024 18:15:22 -0500 (0:00:00.058) 0:04:03.241 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Tuesday 05 November 2024 18:15:22 -0500 (0:00:00.046) 0:04:03.287 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Tuesday 05 November 2024 18:15:22 -0500 (0:00:00.054) 0:04:03.342 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Tuesday 05 November 2024 18:15:22 -0500 (0:00:00.041) 0:04:03.383 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Tuesday 05 November 2024 18:15:22 -0500 (0:00:00.042) 0:04:03.426 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 2] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Tuesday 05 November 2024 18:15:22 -0500 (0:00:00.045) 0:04:03.471 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Tuesday 05 November 2024 18:15:22 -0500 (0:00:00.048) 0:04:03.519 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Tuesday 05 November 2024 18:15:22 -0500 (0:00:00.040) 0:04:03.560 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Tuesday 05 November 2024 18:15:22 -0500 (0:00:00.051) 0:04:03.611 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Tuesday 05 November 2024 18:15:23 -0500 (0:00:00.494) 0:04:04.106 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Tuesday 05 November 2024 18:15:23 -0500 (0:00:00.771) 0:04:04.877 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Tuesday 05 November 2024 18:15:23 -0500 (0:00:00.072) 0:04:04.950 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Tuesday 05 November 2024 18:15:24 -0500 (0:00:00.061) 0:04:05.011 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:166 Tuesday 05 November 2024 18:15:24 -0500 (0:00:00.054) 0:04:05.066 ****** included: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml for managed-node1 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set user and group] ******************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Tuesday 05 November 2024 18:15:24 -0500 (0:00:00.138) 0:04:05.205 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Tuesday 05 November 2024 18:15:24 -0500 (0:00:00.078) 0:04:05.283 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 05 November 2024 18:15:24 -0500 (0:00:00.105) 0:04:05.389 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 05 November 2024 18:15:24 -0500 (0:00:00.064) 0:04:05.453 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 05 November 2024 18:15:24 -0500 (0:00:00.060) 0:04:05.513 ****** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 05 November 2024 18:15:24 -0500 (0:00:00.077) 0:04:05.590 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1730848351.0645916, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1730848322.2235026, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 05 November 2024 18:15:25 -0500 (0:00:00.407) 0:04:05.998 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003696", "end": "2024-11-05 18:15:25.338935", "rc": 0, "start": "2024-11-05 18:15:25.335239" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Tuesday 05 November 2024 18:15:25 -0500 (0:00:00.402) 0:04:06.400 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003618", "end": "2024-11-05 18:15:25.717525", "rc": 0, "start": "2024-11-05 18:15:25.713907" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 05 November 2024 18:15:25 -0500 (0:00:00.372) 0:04:06.773 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Tuesday 05 November 2024 18:15:25 -0500 (0:00:00.055) 0:04:06.828 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Tuesday 05 November 2024 18:15:25 -0500 (0:00:00.036) 0:04:06.865 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Tuesday 05 November 2024 18:15:25 -0500 (0:00:00.035) 0:04:06.901 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Tuesday 05 November 2024 18:15:26 -0500 (0:00:00.113) 0:04:07.014 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Tuesday 05 November 2024 18:15:26 -0500 (0:00:00.038) 0:04:07.052 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Tuesday 05 November 2024 18:15:26 -0500 (0:00:00.035) 0:04:07.087 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Tuesday 05 November 2024 18:15:26 -0500 (0:00:00.110) 0:04:07.198 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Tuesday 05 November 2024 18:15:26 -0500 (0:00:00.377) 0:04:07.575 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Tuesday 05 November 2024 18:15:26 -0500 (0:00:00.042) 0:04:07.618 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Tuesday 05 November 2024 18:15:27 -0500 (0:00:00.686) 0:04:08.304 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Tuesday 05 November 2024 18:15:27 -0500 (0:00:00.036) 0:04:08.341 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Tuesday 05 November 2024 18:15:27 -0500 (0:00:00.047) 0:04:08.388 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_credential_item[\"state\"] | d(\"present\") == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:175 Tuesday 05 November 2024 18:15:27 -0500 (0:00:00.036) 0:04:08.425 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Tuesday 05 November 2024 18:15:27 -0500 (0:00:00.033) 0:04:08.458 ****** included: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node1 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Tuesday 05 November 2024 18:15:27 -0500 (0:00:00.096) 0:04:08.554 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Tuesday 05 November 2024 18:15:27 -0500 (0:00:00.050) 0:04:08.605 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Tuesday 05 November 2024 18:15:27 -0500 (0:00:00.049) 0:04:08.655 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Tuesday 05 November 2024 18:15:27 -0500 (0:00:00.042) 0:04:08.697 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 05 November 2024 18:15:27 -0500 (0:00:00.068) 0:04:08.766 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 05 November 2024 18:15:27 -0500 (0:00:00.128) 0:04:08.894 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 05 November 2024 18:15:27 -0500 (0:00:00.043) 0:04:08.937 ****** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 05 November 2024 18:15:28 -0500 (0:00:00.056) 0:04:08.994 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1730848351.0645916, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1730848322.2235026, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 05 November 2024 18:15:28 -0500 (0:00:00.392) 0:04:09.386 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003705", "end": "2024-11-05 18:15:28.717738", "rc": 0, "start": "2024-11-05 18:15:28.714033" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Tuesday 05 November 2024 18:15:28 -0500 (0:00:00.387) 0:04:09.774 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.004250", "end": "2024-11-05 18:15:29.097730", "rc": 0, "start": "2024-11-05 18:15:29.093480" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 05 November 2024 18:15:29 -0500 (0:00:00.382) 0:04:10.156 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Tuesday 05 November 2024 18:15:29 -0500 (0:00:00.053) 0:04:10.209 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Tuesday 05 November 2024 18:15:29 -0500 (0:00:00.036) 0:04:10.246 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Tuesday 05 November 2024 18:15:29 -0500 (0:00:00.035) 0:04:10.282 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Tuesday 05 November 2024 18:15:29 -0500 (0:00:00.035) 0:04:10.318 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Tuesday 05 November 2024 18:15:29 -0500 (0:00:00.036) 0:04:10.355 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Tuesday 05 November 2024 18:15:29 -0500 (0:00:00.035) 0:04:10.390 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_kube", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Tuesday 05 November 2024 18:15:29 -0500 (0:00:00.038) 0:04:10.428 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Tuesday 05 November 2024 18:15:29 -0500 (0:00:00.063) 0:04:10.492 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Tuesday 05 November 2024 18:15:29 -0500 (0:00:00.041) 0:04:10.533 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Tuesday 05 November 2024 18:15:29 -0500 (0:00:00.041) 0:04:10.575 ****** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Tuesday 05 November 2024 18:15:29 -0500 (0:00:00.043) 0:04:10.618 ****** 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.005706", "end": "2024-11-05 18:15:29.935290", "rc": 0, "start": "2024-11-05 18:15:29.929584" } 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Tuesday 05 November 2024 18:15:30 -0500 (0:00:00.373) 0:04:10.991 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Tuesday 05 November 2024 18:15:30 -0500 (0:00:00.034) 0:04:11.026 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Tuesday 05 November 2024 18:15:30 -0500 (0:00:00.160) 0:04:11.186 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 05 November 2024 18:15:30 -0500 (0:00:00.063) 0:04:11.249 ****** changed: [managed-node1] => { "changed": true, "cmd": [ "loginctl", "enable-linger", "auth_test_user1" ], "delta": "0:00:00.025257", "end": "2024-11-05 18:15:30.595902", "rc": 0, "start": "2024-11-05 18:15:30.570645" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 05 November 2024 18:15:30 -0500 (0:00:00.432) 0:04:11.682 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 05 November 2024 18:15:30 -0500 (0:00:00.045) 0:04:11.727 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_item_state | d('present') == 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the host mount volumes] *********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Tuesday 05 November 2024 18:15:30 -0500 (0:00:00.039) 0:04:11.766 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_create_host_directories | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Tuesday 05 November 2024 18:15:30 -0500 (0:00:00.034) 0:04:11.801 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Tuesday 05 November 2024 18:15:30 -0500 (0:00:00.034) 0:04:11.836 ****** 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 : Check the kubernetes yaml file] ******* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53 Tuesday 05 November 2024 18:15:31 -0500 (0:00:01.090) 0:04:12.926 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61 Tuesday 05 November 2024 18:15:32 -0500 (0:00:00.362) 0:04:13.289 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70 Tuesday 05 November 2024 18:15:32 -0500 (0:00:00.419) 0:04:13.708 ****** 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-1730848532.7779772-15975-136384190111224/source", "state": "file", "uid": 2001 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 Tuesday 05 November 2024 18:15:33 -0500 (0:00:00.707) 0:04:14.415 ****** 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: 286615b2945553216911e61b6d1bebbe4fc0e453f7cd95e9bc5715c551370f8c Container: 23d423ec464b08e0f40513072766b31e8691dc4eff895e96ea28d3a03630c2fd TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:88 Tuesday 05 November 2024 18:15:34 -0500 (0:00:01.200) 0:04:15.616 ****** ok: [managed-node1] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:100 Tuesday 05 November 2024 18:15:35 -0500 (0:00:00.620) 0:04:16.236 ****** 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": "podman\\x2dkube.slice -.mount run-user-2001.mount network-online.target basic.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@-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": "/home/auth_test_user1 /run/user/2001/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": "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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Tuesday 05 November 2024 18:15:35 -0500 (0:00:00.577) 0:04:16.813 ****** 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 network-online.target run-user-2001.mount 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": "/home/auth_test_user1 /run/user/2001/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": "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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:127 Tuesday 05 November 2024 18:15:36 -0500 (0:00:01.141) 0:04:17.955 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_service_started is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:189 Tuesday 05 November 2024 18:15:37 -0500 (0:00:00.039) 0:04:17.994 ****** included: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for managed-node1 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Tuesday 05 November 2024 18:15:37 -0500 (0:00:00.182) 0:04:18.177 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Tuesday 05 November 2024 18:15:37 -0500 (0:00:00.052) 0:04:18.229 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Tuesday 05 November 2024 18:15:37 -0500 (0:00:00.063) 0:04:18.292 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_quadlet_spec | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Tuesday 05 November 2024 18:15:37 -0500 (0:00:00.055) 0:04:18.348 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Tuesday 05 November 2024 18:15:37 -0500 (0:00:00.084) 0:04:18.432 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 05 November 2024 18:15:37 -0500 (0:00:00.103) 0:04:18.536 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 05 November 2024 18:15:37 -0500 (0:00:00.064) 0:04:18.600 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 05 November 2024 18:15:37 -0500 (0:00:00.076) 0:04:18.676 ****** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 05 November 2024 18:15:37 -0500 (0:00:00.087) 0:04:18.764 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1730848351.0645916, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1730848322.2235026, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 05 November 2024 18:15:38 -0500 (0:00:00.685) 0:04:19.449 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.004970", "end": "2024-11-05 18:15:39.035247", "rc": 0, "start": "2024-11-05 18:15:39.030277" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Tuesday 05 November 2024 18:15:39 -0500 (0:00:00.665) 0:04:20.115 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.005310", "end": "2024-11-05 18:15:39.521411", "rc": 0, "start": "2024-11-05 18:15:39.516101" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 05 November 2024 18:15:39 -0500 (0:00:00.519) 0:04:20.635 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Tuesday 05 November 2024 18:15:39 -0500 (0:00:00.088) 0:04:20.723 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Tuesday 05 November 2024 18:15:39 -0500 (0:00:00.043) 0:04:20.767 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Tuesday 05 November 2024 18:15:39 -0500 (0:00:00.053) 0:04:20.820 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Tuesday 05 November 2024 18:15:39 -0500 (0:00:00.044) 0:04:20.865 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Tuesday 05 November 2024 18:15:39 -0500 (0:00:00.038) 0:04:20.903 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Tuesday 05 November 2024 18:15:40 -0500 (0:00:00.116) 0:04:21.020 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Tuesday 05 November 2024 18:15:40 -0500 (0:00:00.080) 0:04:21.101 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Tuesday 05 November 2024 18:15:40 -0500 (0:00:00.082) 0:04:21.183 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_kube_yamls_raw | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Tuesday 05 November 2024 18:15:40 -0500 (0:00:00.073) 0:04:21.257 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:105 Tuesday 05 November 2024 18:15:40 -0500 (0:00:00.119) 0:04:21.376 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:112 Tuesday 05 November 2024 18:15:40 -0500 (0:00:00.075) 0:04:21.452 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:116 Tuesday 05 November 2024 18:15:40 -0500 (0:00:00.059) 0:04:21.512 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Tuesday 05 November 2024 18:15:40 -0500 (0:00:00.128) 0:04:21.640 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 05 November 2024 18:15:40 -0500 (0:00:00.098) 0:04:21.739 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "loginctl", "enable-linger", "auth_test_user1" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /var/lib/systemd/linger/auth_test_user1 exists MSG: Did not run command 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 05 November 2024 18:15:41 -0500 (0:00:00.669) 0:04:22.409 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 05 November 2024 18:15:41 -0500 (0:00:00.088) 0:04:22.497 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_item_state | d('present') == 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Tuesday 05 November 2024 18:15:41 -0500 (0:00:00.109) 0:04:22.606 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:18 Tuesday 05 November 2024 18:15:41 -0500 (0:00:00.101) 0:04:22.708 ****** 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 : Ensure the quadlet directory is present] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:39 Tuesday 05 November 2024 18:15:43 -0500 (0:00:01.446) 0:04:24.154 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:48 Tuesday 05 November 2024 18:15:43 -0500 (0:00:00.563) 0:04:24.717 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_quadlet_file_src | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure quadlet file content is present] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:58 Tuesday 05 November 2024 18:15:43 -0500 (0:00:00.056) 0:04:24.774 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_quadlet_str | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is present] ******* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:70 Tuesday 05 November 2024 18:15:43 -0500 (0:00:00.184) 0:04:24.958 ****** 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-1730848544.035564-16397-123399449401863/source", "state": "file", "uid": 2001 } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:82 Tuesday 05 November 2024 18:15:44 -0500 (0:00:01.003) 0:04:25.961 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_activate_systemd_unit | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:110 Tuesday 05 November 2024 18:15:45 -0500 (0:00:00.046) 0:04:26.008 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_activate_systemd_unit | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Restart service] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:125 Tuesday 05 November 2024 18:15:45 -0500 (0:00:00.048) 0:04:26.057 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_activate_systemd_unit | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:196 Tuesday 05 November 2024 18:15:45 -0500 (0:00:00.053) 0:04:26.110 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:202 Tuesday 05 November 2024 18:15:45 -0500 (0:00:00.066) 0:04:26.177 ****** included: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml for managed-node1 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set user and group] ******************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Tuesday 05 November 2024 18:15:45 -0500 (0:00:00.150) 0:04:26.328 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Tuesday 05 November 2024 18:15:45 -0500 (0:00:00.045) 0:04:26.373 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 05 November 2024 18:15:45 -0500 (0:00:00.078) 0:04:26.451 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 05 November 2024 18:15:45 -0500 (0:00:00.045) 0:04:26.497 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 05 November 2024 18:15:45 -0500 (0:00:00.043) 0:04:26.540 ****** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 05 November 2024 18:15:45 -0500 (0:00:00.050) 0:04:26.591 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1730848351.0645916, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1730848322.2235026, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 05 November 2024 18:15:46 -0500 (0:00:00.471) 0:04:27.063 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.005621", "end": "2024-11-05 18:15:46.468320", "rc": 0, "start": "2024-11-05 18:15:46.462699" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Tuesday 05 November 2024 18:15:46 -0500 (0:00:00.501) 0:04:27.564 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.004748", "end": "2024-11-05 18:15:47.070498", "rc": 0, "start": "2024-11-05 18:15:47.065750" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 05 November 2024 18:15:47 -0500 (0:00:00.573) 0:04:28.137 ****** ok: [managed-node1] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Tuesday 05 November 2024 18:15:47 -0500 (0:00:00.100) 0:04:28.238 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Tuesday 05 November 2024 18:15:47 -0500 (0:00:00.049) 0:04:28.287 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Tuesday 05 November 2024 18:15:47 -0500 (0:00:00.125) 0:04:28.413 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Tuesday 05 November 2024 18:15:47 -0500 (0:00:00.036) 0:04:28.449 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Tuesday 05 November 2024 18:15:47 -0500 (0:00:00.037) 0:04:28.486 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Tuesday 05 November 2024 18:15:47 -0500 (0:00:00.038) 0:04:28.525 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Tuesday 05 November 2024 18:15:47 -0500 (0:00:00.166) 0:04:28.692 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_handle_state == \"present\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure credential file is copied] ***** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Tuesday 05 November 2024 18:15:47 -0500 (0:00:00.057) 0:04:28.749 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Tuesday 05 November 2024 18:15:47 -0500 (0:00:00.048) 0:04:28.797 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Tuesday 05 November 2024 18:15:47 -0500 (0:00:00.050) 0:04:28.847 ****** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Find files in credentials directory] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Tuesday 05 November 2024 18:15:47 -0500 (0:00:00.041) 0:04:28.889 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Tuesday 05 November 2024 18:15:47 -0500 (0:00:00.037) 0:04:28.926 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_credential_item[\"state\"] | d(\"present\") == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:211 Tuesday 05 November 2024 18:15:47 -0500 (0:00:00.039) 0:04:28.966 ****** included: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml for managed-node1 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Check given registry_host] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Tuesday 05 November 2024 18:15:48 -0500 (0:00:00.146) 0:04:29.112 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_cert_spec_item[\"registry_host\"] is search(\"/\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 0] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Tuesday 05 November 2024 18:15:48 -0500 (0:00:00.045) 0:04:29.158 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Tuesday 05 November 2024 18:15:48 -0500 (0:00:00.048) 0:04:29.207 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Tuesday 05 November 2024 18:15:48 -0500 (0:00:00.065) 0:04:29.272 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 05 November 2024 18:15:48 -0500 (0:00:00.074) 0:04:29.346 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 05 November 2024 18:15:48 -0500 (0:00:00.124) 0:04:29.471 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 05 November 2024 18:15:48 -0500 (0:00:00.049) 0:04:29.521 ****** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 05 November 2024 18:15:48 -0500 (0:00:00.073) 0:04:29.594 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1730848351.0645916, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1730848322.2235026, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 05 November 2024 18:15:49 -0500 (0:00:00.585) 0:04:30.180 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003659", "end": "2024-11-05 18:15:49.661569", "rc": 0, "start": "2024-11-05 18:15:49.657910" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Tuesday 05 November 2024 18:15:49 -0500 (0:00:00.552) 0:04:30.733 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.005050", "end": "2024-11-05 18:15:50.168884", "rc": 0, "start": "2024-11-05 18:15:50.163834" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 05 November 2024 18:15:50 -0500 (0:00:00.504) 0:04:31.237 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Tuesday 05 November 2024 18:15:50 -0500 (0:00:00.054) 0:04:31.292 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Tuesday 05 November 2024 18:15:50 -0500 (0:00:00.053) 0:04:31.345 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Tuesday 05 November 2024 18:15:50 -0500 (0:00:00.046) 0:04:31.392 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Tuesday 05 November 2024 18:15:50 -0500 (0:00:00.055) 0:04:31.448 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Tuesday 05 November 2024 18:15:50 -0500 (0:00:00.052) 0:04:31.500 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 2] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Tuesday 05 November 2024 18:15:50 -0500 (0:00:00.041) 0:04:31.542 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Tuesday 05 November 2024 18:15:50 -0500 (0:00:00.068) 0:04:31.611 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Tuesday 05 November 2024 18:15:50 -0500 (0:00:00.070) 0:04:31.682 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Tuesday 05 November 2024 18:15:50 -0500 (0:00:00.082) 0:04:31.764 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_handle_state == \"present\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure certs.d files] ***************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Tuesday 05 November 2024 18:15:50 -0500 (0:00:00.046) 0:04:31.810 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Tuesday 05 November 2024 18:15:50 -0500 (0:00:00.059) 0:04:31.870 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Tuesday 05 November 2024 18:15:50 -0500 (0:00:00.058) 0:04:31.928 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Tuesday 05 November 2024 18:15:50 -0500 (0:00:00.043) 0:04:31.972 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:208 Tuesday 05 November 2024 18:15:51 -0500 (0:00:00.156) 0:04:32.128 ****** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Tuesday 05 November 2024 18:15:51 -0500 (0:00:00.091) 0:04:32.220 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Tuesday 05 November 2024 18:15:51 -0500 (0:00:00.064) 0:04:32.285 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Tuesday 05 November 2024 18:15:51 -0500 (0:00:00.058) 0:04:32.344 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Tuesday 05 November 2024 18:15:51 -0500 (0:00:00.130) 0:04:32.474 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Tuesday 05 November 2024 18:15:51 -0500 (0:00:00.059) 0:04:32.533 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Tuesday 05 November 2024 18:15:51 -0500 (0:00:00.045) 0:04:32.579 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Tuesday 05 November 2024 18:15:51 -0500 (0:00:00.049) 0:04:32.628 ****** ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-ea9/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, "false_condition": "__vars_file is file", "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-ea9/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-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Tuesday 05 November 2024 18:15:51 -0500 (0:00:00.098) 0:04:32.726 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Tuesday 05 November 2024 18:15:53 -0500 (0:00:02.002) 0:04:34.728 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Tuesday 05 November 2024 18:15:53 -0500 (0:00:00.051) 0:04:34.779 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Tuesday 05 November 2024 18:15:53 -0500 (0:00:00.046) 0:04:34.826 ****** skipping: [managed-node1] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Tuesday 05 November 2024 18:15:53 -0500 (0:00:00.150) 0:04:34.976 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Tuesday 05 November 2024 18:15:54 -0500 (0:00:00.054) 0:04:35.031 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Tuesday 05 November 2024 18:15:54 -0500 (0:00:00.059) 0:04:35.090 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.043229", "end": "2024-11-05 18:15:54.591731", "rc": 0, "start": "2024-11-05 18:15:54.548502" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Tuesday 05 November 2024 18:15:54 -0500 (0:00:00.593) 0:04:35.684 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Tuesday 05 November 2024 18:15:54 -0500 (0:00:00.061) 0:04:35.746 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Tuesday 05 November 2024 18:15:54 -0500 (0:00:00.112) 0:04:35.858 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_version is version(\"4.4\", \"<\")", "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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Tuesday 05 November 2024 18:15:54 -0500 (0:00:00.087) 0:04:35.946 ****** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Tuesday 05 November 2024 18:15:55 -0500 (0:00:00.148) 0:04:36.094 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__has_type_pod or __has_pod_file_ext or __has_pod_file_src_ext or __has_pod_template_src_ext or __has_pod_template_src_ext_j2", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Tuesday 05 November 2024 18:15:55 -0500 (0:00:00.126) 0:04:36.221 ****** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Tuesday 05 November 2024 18:15:55 -0500 (0:00:00.123) 0:04:36.345 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 05 November 2024 18:15:55 -0500 (0:00:00.230) 0:04:36.575 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 05 November 2024 18:15:56 -0500 (0:00:00.802) 0:04:37.378 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 05 November 2024 18:15:56 -0500 (0:00:00.049) 0:04:37.427 ****** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 05 November 2024 18:15:56 -0500 (0:00:00.083) 0:04:37.510 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1730848351.0645916, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1730848322.2235026, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 05 November 2024 18:15:57 -0500 (0:00:00.622) 0:04:38.132 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Tuesday 05 November 2024 18:15:57 -0500 (0:00:00.087) 0:04:38.220 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 05 November 2024 18:15:57 -0500 (0:00:00.192) 0:04:38.412 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Tuesday 05 November 2024 18:15:57 -0500 (0:00:00.054) 0:04:38.467 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Tuesday 05 November 2024 18:15:57 -0500 (0:00:00.048) 0:04:38.515 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Tuesday 05 November 2024 18:15:57 -0500 (0:00:00.043) 0:04:38.559 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Tuesday 05 November 2024 18:15:57 -0500 (0:00:00.052) 0:04:38.611 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Tuesday 05 November 2024 18:15:57 -0500 (0:00:00.041) 0:04:38.653 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Tuesday 05 November 2024 18:15:57 -0500 (0:00:00.038) 0:04:38.691 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Tuesday 05 November 2024 18:15:57 -0500 (0:00:00.055) 0:04:38.746 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Tuesday 05 November 2024 18:15:57 -0500 (0:00:00.074) 0:04:38.821 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Tuesday 05 November 2024 18:15:57 -0500 (0:00:00.049) 0:04:38.870 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:127 Tuesday 05 November 2024 18:15:57 -0500 (0:00:00.056) 0:04:38.927 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Tuesday 05 November 2024 18:15:58 -0500 (0:00:00.083) 0:04:39.010 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Tuesday 05 November 2024 18:15:58 -0500 (0:00:00.045) 0:04:39.056 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:130 Tuesday 05 November 2024 18:15:58 -0500 (0:00:00.040) 0:04:39.097 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Tuesday 05 November 2024 18:15:58 -0500 (0:00:00.074) 0:04:39.171 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Tuesday 05 November 2024 18:15:58 -0500 (0:00:00.043) 0:04:39.215 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:133 Tuesday 05 November 2024 18:15:58 -0500 (0:00:00.215) 0:04:39.430 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Tuesday 05 November 2024 18:15:58 -0500 (0:00:00.111) 0:04:39.542 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Tuesday 05 November 2024 18:15:58 -0500 (0:00:00.050) 0:04:39.593 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Tuesday 05 November 2024 18:15:58 -0500 (0:00:00.040) 0:04:39.633 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Tuesday 05 November 2024 18:15:58 -0500 (0:00:00.038) 0:04:39.672 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:139 Tuesday 05 November 2024 18:15:58 -0500 (0:00:00.039) 0:04:39.711 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Tuesday 05 November 2024 18:15:58 -0500 (0:00:00.048) 0:04:39.760 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_selinux_ports | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Tuesday 05 November 2024 18:15:58 -0500 (0:00:00.039) 0:04:39.799 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:157 Tuesday 05 November 2024 18:15:58 -0500 (0:00:00.037) 0:04:39.836 ****** included: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml for managed-node1 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Check given registry_host] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Tuesday 05 November 2024 18:15:58 -0500 (0:00:00.095) 0:04:39.931 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_cert_spec_item[\"registry_host\"] is search(\"/\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 0] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Tuesday 05 November 2024 18:15:58 -0500 (0:00:00.048) 0:04:39.980 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Tuesday 05 November 2024 18:15:59 -0500 (0:00:00.059) 0:04:40.040 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Tuesday 05 November 2024 18:15:59 -0500 (0:00:00.042) 0:04:40.083 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 05 November 2024 18:15:59 -0500 (0:00:00.084) 0:04:40.168 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 05 November 2024 18:15:59 -0500 (0:00:00.044) 0:04:40.212 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 05 November 2024 18:15:59 -0500 (0:00:00.126) 0:04:40.338 ****** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 05 November 2024 18:15:59 -0500 (0:00:00.050) 0:04:40.388 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1730848351.0645916, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1730848322.2235026, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 05 November 2024 18:15:59 -0500 (0:00:00.564) 0:04:40.953 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Tuesday 05 November 2024 18:16:00 -0500 (0:00:00.054) 0:04:41.008 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 05 November 2024 18:16:00 -0500 (0:00:00.059) 0:04:41.068 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Tuesday 05 November 2024 18:16:00 -0500 (0:00:00.062) 0:04:41.131 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Tuesday 05 November 2024 18:16:00 -0500 (0:00:00.071) 0:04:41.202 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Tuesday 05 November 2024 18:16:00 -0500 (0:00:00.064) 0:04:41.267 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Tuesday 05 November 2024 18:16:00 -0500 (0:00:00.048) 0:04:41.315 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Tuesday 05 November 2024 18:16:00 -0500 (0:00:00.041) 0:04:41.357 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 2] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Tuesday 05 November 2024 18:16:00 -0500 (0:00:00.044) 0:04:41.401 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Tuesday 05 November 2024 18:16:00 -0500 (0:00:00.052) 0:04:41.454 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Tuesday 05 November 2024 18:16:00 -0500 (0:00:00.047) 0:04:41.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 : Ensure certs.d directory] ************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Tuesday 05 November 2024 18:16:00 -0500 (0:00:00.076) 0:04:41.577 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_cert_spec_item[\"state\"] | d(\"present\") == \"present\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure certs.d files] ***************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Tuesday 05 November 2024 18:16:00 -0500 (0:00:00.044) 0:04:41.622 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Tuesday 05 November 2024 18:16:00 -0500 (0:00:00.063) 0:04:41.685 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Tuesday 05 November 2024 18:16:00 -0500 (0:00:00.078) 0:04:41.763 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Tuesday 05 November 2024 18:16:00 -0500 (0:00:00.045) 0:04:41.809 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:166 Tuesday 05 November 2024 18:16:00 -0500 (0:00:00.054) 0:04:41.864 ****** included: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml for managed-node1 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set user and group] ******************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Tuesday 05 November 2024 18:16:01 -0500 (0:00:00.212) 0:04:42.076 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Tuesday 05 November 2024 18:16:01 -0500 (0:00:00.053) 0:04:42.130 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 05 November 2024 18:16:01 -0500 (0:00:00.113) 0:04:42.244 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 05 November 2024 18:16:01 -0500 (0:00:00.054) 0:04:42.298 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 05 November 2024 18:16:01 -0500 (0:00:00.049) 0:04:42.348 ****** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 05 November 2024 18:16:01 -0500 (0:00:00.060) 0:04:42.408 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1730848351.0645916, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1730848322.2235026, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 05 November 2024 18:16:01 -0500 (0:00:00.516) 0:04:42.925 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Tuesday 05 November 2024 18:16:02 -0500 (0:00:00.089) 0:04:43.014 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 05 November 2024 18:16:02 -0500 (0:00:00.067) 0:04:43.082 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Tuesday 05 November 2024 18:16:02 -0500 (0:00:00.057) 0:04:43.140 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Tuesday 05 November 2024 18:16:02 -0500 (0:00:00.055) 0:04:43.196 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Tuesday 05 November 2024 18:16:02 -0500 (0:00:00.062) 0:04:43.258 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Tuesday 05 November 2024 18:16:02 -0500 (0:00:00.061) 0:04:43.320 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Tuesday 05 November 2024 18:16:02 -0500 (0:00:00.057) 0:04:43.378 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Tuesday 05 November 2024 18:16:02 -0500 (0:00:00.054) 0:04:43.432 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Tuesday 05 November 2024 18:16:02 -0500 (0:00:00.081) 0:04:43.514 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_credential_item[\"state\"] | d(\"present\") == \"present\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure credential file is copied] ***** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Tuesday 05 November 2024 18:16:02 -0500 (0:00:00.056) 0:04:43.571 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Tuesday 05 November 2024 18:16:02 -0500 (0:00:00.161) 0:04:43.733 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Tuesday 05 November 2024 18:16:02 -0500 (0:00:00.043) 0:04:43.776 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Tuesday 05 November 2024 18:16:02 -0500 (0:00:00.045) 0:04:43.822 ****** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is absent if empty] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Tuesday 05 November 2024 18:16:02 -0500 (0:00:00.045) 0:04:43.868 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_handle_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:175 Tuesday 05 November 2024 18:16:02 -0500 (0:00:00.038) 0:04:43.906 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Tuesday 05 November 2024 18:16:02 -0500 (0:00:00.044) 0:04:43.951 ****** included: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node1 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Tuesday 05 November 2024 18:16:03 -0500 (0:00:00.110) 0:04:44.061 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Tuesday 05 November 2024 18:16:03 -0500 (0:00:00.071) 0:04:44.133 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Tuesday 05 November 2024 18:16:03 -0500 (0:00:00.071) 0:04:44.204 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Tuesday 05 November 2024 18:16:03 -0500 (0:00:00.068) 0:04:44.273 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 05 November 2024 18:16:03 -0500 (0:00:00.150) 0:04:44.423 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 05 November 2024 18:16:03 -0500 (0:00:00.053) 0:04:44.477 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 05 November 2024 18:16:03 -0500 (0:00:00.052) 0:04:44.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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 05 November 2024 18:16:03 -0500 (0:00:00.067) 0:04:44.596 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1730848351.0645916, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1730848322.2235026, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 05 November 2024 18:16:04 -0500 (0:00:00.513) 0:04:45.110 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Tuesday 05 November 2024 18:16:04 -0500 (0:00:00.059) 0:04:45.170 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 05 November 2024 18:16:04 -0500 (0:00:00.144) 0:04:45.315 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Tuesday 05 November 2024 18:16:04 -0500 (0:00:00.038) 0:04:45.353 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Tuesday 05 November 2024 18:16:04 -0500 (0:00:00.040) 0:04:45.393 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Tuesday 05 November 2024 18:16:04 -0500 (0:00:00.040) 0:04:45.434 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Tuesday 05 November 2024 18:16:04 -0500 (0:00:00.040) 0:04:45.474 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Tuesday 05 November 2024 18:16:04 -0500 (0:00:00.043) 0:04:45.518 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Tuesday 05 November 2024 18:16:04 -0500 (0:00:00.037) 0:04:45.556 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_kube", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Tuesday 05 November 2024 18:16:04 -0500 (0:00:00.037) 0:04:45.593 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Tuesday 05 November 2024 18:16:04 -0500 (0:00:00.054) 0:04:45.648 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Tuesday 05 November 2024 18:16:04 -0500 (0:00:00.041) 0:04:45.690 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Tuesday 05 November 2024 18:16:04 -0500 (0:00:00.044) 0:04:45.734 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Tuesday 05 November 2024 18:16:04 -0500 (0:00:00.056) 0:04:45.791 ****** 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.006048", "end": "2024-11-05 18:16:05.261973", "rc": 0, "start": "2024-11-05 18:16:05.255925" } 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Tuesday 05 November 2024 18:16:05 -0500 (0:00:00.539) 0:04:46.330 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Tuesday 05 November 2024 18:16:05 -0500 (0:00:00.095) 0:04:46.425 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Tuesday 05 November 2024 18:16:05 -0500 (0:00:00.049) 0:04:46.475 ****** ok: [managed-node1] => { "changed": false, "enabled": false, "failed_when_result": false, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "state": "stopped", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target basic.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 system-podman\\x2dkube.slice sysinit.target", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-online.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.podman : Check if kube file exists] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:28 Tuesday 05 November 2024 18:16:06 -0500 (0:00:00.712) 0:04:47.188 ****** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Remove pod/containers] **************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:38 Tuesday 05 November 2024 18:16:06 -0500 (0:00:00.539) 0:04:47.727 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_kube_file_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] ********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:56 Tuesday 05 November 2024 18:16:06 -0500 (0:00:00.061) 0:04:47.788 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:61 Tuesday 05 November 2024 18:16:07 -0500 (0:00:00.623) 0:04:48.412 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_removed is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Tuesday 05 November 2024 18:16:07 -0500 (0:00:00.039) 0:04:48.452 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 05 November 2024 18:16:07 -0500 (0:00:00.085) 0:04:48.537 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 05 November 2024 18:16:07 -0500 (0:00:00.045) 0:04:48.583 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 05 November 2024 18:16:07 -0500 (0:00:00.061) 0:04:48.645 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Tuesday 05 November 2024 18:16:07 -0500 (0:00:00.061) 0:04:48.706 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:189 Tuesday 05 November 2024 18:16:07 -0500 (0:00:00.064) 0:04:48.770 ****** included: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for managed-node1 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Tuesday 05 November 2024 18:16:07 -0500 (0:00:00.165) 0:04:48.936 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Tuesday 05 November 2024 18:16:08 -0500 (0:00:00.072) 0:04:49.009 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Tuesday 05 November 2024 18:16:08 -0500 (0:00:00.070) 0:04:49.079 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_quadlet_spec | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Tuesday 05 November 2024 18:16:08 -0500 (0:00:00.067) 0:04:49.146 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Tuesday 05 November 2024 18:16:08 -0500 (0:00:00.128) 0:04:49.275 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 05 November 2024 18:16:08 -0500 (0:00:00.119) 0:04:49.394 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 05 November 2024 18:16:08 -0500 (0:00:00.109) 0:04:49.504 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 05 November 2024 18:16:08 -0500 (0:00:00.096) 0:04:49.600 ****** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 05 November 2024 18:16:08 -0500 (0:00:00.306) 0:04:49.907 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1730848351.0645916, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1730848322.2235026, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 05 November 2024 18:16:09 -0500 (0:00:00.703) 0:04:50.611 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Tuesday 05 November 2024 18:16:09 -0500 (0:00:00.049) 0:04:50.660 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 05 November 2024 18:16:09 -0500 (0:00:00.055) 0:04:50.716 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Tuesday 05 November 2024 18:16:09 -0500 (0:00:00.055) 0:04:50.772 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Tuesday 05 November 2024 18:16:09 -0500 (0:00:00.058) 0:04:50.830 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Tuesday 05 November 2024 18:16:09 -0500 (0:00:00.053) 0:04:50.884 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Tuesday 05 November 2024 18:16:09 -0500 (0:00:00.077) 0:04:50.961 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Tuesday 05 November 2024 18:16:10 -0500 (0:00:00.114) 0:04:51.076 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Tuesday 05 November 2024 18:16:10 -0500 (0:00:00.100) 0:04:51.177 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Tuesday 05 November 2024 18:16:10 -0500 (0:00:00.189) 0:04:51.367 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Tuesday 05 November 2024 18:16:10 -0500 (0:00:00.065) 0:04:51.432 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Tuesday 05 November 2024 18:16:10 -0500 (0:00:00.068) 0:04:51.500 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:105 Tuesday 05 November 2024 18:16:10 -0500 (0:00:00.115) 0:04:51.616 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:112 Tuesday 05 November 2024 18:16:10 -0500 (0:00:00.059) 0:04:51.675 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Tuesday 05 November 2024 18:16:10 -0500 (0:00:00.102) 0:04:51.778 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 Tuesday 05 November 2024 18:16:10 -0500 (0:00:00.038) 0:04:51.816 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:33 Tuesday 05 November 2024 18:16:11 -0500 (0:00:00.720) 0:04:52.537 ****** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Parse quadlet file] ******************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:38 Tuesday 05 November 2024 18:16:12 -0500 (0:00:00.577) 0:04:53.114 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_quadlet_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Remove quadlet file] ****************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:42 Tuesday 05 November 2024 18:16:12 -0500 (0:00:00.036) 0:04:53.151 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:48 Tuesday 05 November 2024 18:16:12 -0500 (0:00:00.491) 0:04:53.643 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_file_removed is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Remove managed resource] ************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:58 Tuesday 05 November 2024 18:16:12 -0500 (0:00:00.046) 0:04:53.689 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:99 Tuesday 05 November 2024 18:16:12 -0500 (0:00:00.044) 0:04:53.733 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:116 Tuesday 05 November 2024 18:16:12 -0500 (0:00:00.055) 0:04:53.789 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:120 Tuesday 05 November 2024 18:16:12 -0500 (0:00:00.039) 0:04:53.828 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_prune_images | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:131 Tuesday 05 November 2024 18:16:12 -0500 (0:00:00.041) 0:04:53.869 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 05 November 2024 18:16:12 -0500 (0:00:00.068) 0:04:53.938 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 05 November 2024 18:16:12 -0500 (0:00:00.048) 0:04:53.987 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 05 November 2024 18:16:13 -0500 (0:00:00.067) 0:04:54.054 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : For testing and debugging - images] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:141 Tuesday 05 November 2024 18:16:13 -0500 (0:00:00.069) 0:04:54.123 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_test_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : For testing and debugging - volumes] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:150 Tuesday 05 November 2024 18:16:13 -0500 (0:00:00.060) 0:04:54.183 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_test_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : For testing and debugging - containers] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:159 Tuesday 05 November 2024 18:16:13 -0500 (0:00:00.067) 0:04:54.251 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_test_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : For testing and debugging - networks] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:168 Tuesday 05 November 2024 18:16:13 -0500 (0:00:00.065) 0:04:54.316 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_test_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : For testing and debugging - secrets] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:177 Tuesday 05 November 2024 18:16:13 -0500 (0:00:00.060) 0:04:54.377 ****** 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 - pods] ***** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:187 Tuesday 05 November 2024 18:16:13 -0500 (0:00:00.079) 0:04:54.456 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:197 Tuesday 05 November 2024 18:16:13 -0500 (0:00:00.060) 0:04:54.516 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_test_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:116 Tuesday 05 November 2024 18:16:13 -0500 (0:00:00.240) 0:04:54.757 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:196 Tuesday 05 November 2024 18:16:13 -0500 (0:00:00.070) 0:04:54.827 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:202 Tuesday 05 November 2024 18:16:13 -0500 (0:00:00.041) 0:04:54.868 ****** included: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml for managed-node1 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set user and group] ******************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Tuesday 05 November 2024 18:16:14 -0500 (0:00:00.137) 0:04:55.006 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Tuesday 05 November 2024 18:16:14 -0500 (0:00:00.043) 0:04:55.049 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 05 November 2024 18:16:14 -0500 (0:00:00.067) 0:04:55.117 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 05 November 2024 18:16:14 -0500 (0:00:00.044) 0:04:55.162 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 05 November 2024 18:16:14 -0500 (0:00:00.052) 0:04:55.214 ****** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 05 November 2024 18:16:14 -0500 (0:00:00.075) 0:04:55.289 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1730848351.0645916, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1730848322.2235026, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 05 November 2024 18:16:14 -0500 (0:00:00.516) 0:04:55.806 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Tuesday 05 November 2024 18:16:14 -0500 (0:00:00.047) 0:04:55.854 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 05 November 2024 18:16:14 -0500 (0:00:00.040) 0:04:55.894 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Tuesday 05 November 2024 18:16:14 -0500 (0:00:00.036) 0:04:55.930 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Tuesday 05 November 2024 18:16:14 -0500 (0:00:00.037) 0:04:55.968 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Tuesday 05 November 2024 18:16:15 -0500 (0:00:00.034) 0:04:56.003 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Tuesday 05 November 2024 18:16:15 -0500 (0:00:00.036) 0:04:56.039 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Tuesday 05 November 2024 18:16:15 -0500 (0:00:00.162) 0:04:56.202 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Tuesday 05 November 2024 18:16:15 -0500 (0:00:00.056) 0:04:56.259 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Tuesday 05 November 2024 18:16:15 -0500 (0:00:00.080) 0:04:56.339 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_credential_item[\"state\"] | d(\"present\") == \"present\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure credential file is copied] ***** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Tuesday 05 November 2024 18:16:15 -0500 (0:00:00.057) 0:04:56.396 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Tuesday 05 November 2024 18:16:15 -0500 (0:00:00.058) 0:04:56.455 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Tuesday 05 November 2024 18:16:15 -0500 (0:00:00.064) 0:04:56.519 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Tuesday 05 November 2024 18:16:16 -0500 (0:00:00.598) 0:04:57.118 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Tuesday 05 November 2024 18:16:16 -0500 (0:00:00.560) 0:04:57.678 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:211 Tuesday 05 November 2024 18:16:17 -0500 (0:00:00.501) 0:04:58.179 ****** included: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml for managed-node1 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Check given registry_host] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Tuesday 05 November 2024 18:16:17 -0500 (0:00:00.122) 0:04:58.301 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_cert_spec_item[\"registry_host\"] is search(\"/\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 0] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Tuesday 05 November 2024 18:16:17 -0500 (0:00:00.048) 0:04:58.350 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Tuesday 05 November 2024 18:16:17 -0500 (0:00:00.064) 0:04:58.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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Tuesday 05 November 2024 18:16:17 -0500 (0:00:00.044) 0:04:58.459 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 05 November 2024 18:16:17 -0500 (0:00:00.084) 0:04:58.543 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 05 November 2024 18:16:17 -0500 (0:00:00.047) 0:04:58.590 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 05 November 2024 18:16:17 -0500 (0:00:00.053) 0:04:58.644 ****** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 05 November 2024 18:16:17 -0500 (0:00:00.051) 0:04:58.695 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1730848351.0645916, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1730848322.2235026, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 05 November 2024 18:16:18 -0500 (0:00:00.589) 0:04:59.285 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Tuesday 05 November 2024 18:16:18 -0500 (0:00:00.036) 0:04:59.322 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 05 November 2024 18:16:18 -0500 (0:00:00.037) 0:04:59.360 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Tuesday 05 November 2024 18:16:18 -0500 (0:00:00.037) 0:04:59.397 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Tuesday 05 November 2024 18:16:18 -0500 (0:00:00.036) 0:04:59.434 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Tuesday 05 November 2024 18:16:18 -0500 (0:00:00.037) 0:04:59.472 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Tuesday 05 November 2024 18:16:18 -0500 (0:00:00.035) 0:04:59.508 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Tuesday 05 November 2024 18:16:18 -0500 (0:00:00.037) 0:04:59.545 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 2] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Tuesday 05 November 2024 18:16:18 -0500 (0:00:00.038) 0:04:59.583 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Tuesday 05 November 2024 18:16:18 -0500 (0:00:00.045) 0:04:59.629 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Tuesday 05 November 2024 18:16:18 -0500 (0:00:00.050) 0:04:59.679 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Tuesday 05 November 2024 18:16:18 -0500 (0:00:00.054) 0:04:59.734 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_cert_spec_item[\"state\"] | d(\"present\") == \"present\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure certs.d files] ***************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Tuesday 05 November 2024 18:16:18 -0500 (0:00:00.038) 0:04:59.773 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Tuesday 05 November 2024 18:16:18 -0500 (0:00:00.048) 0:04:59.821 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Tuesday 05 November 2024 18:16:20 -0500 (0:00:01.381) 0:05:01.203 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Tuesday 05 November 2024 18:16:20 -0500 (0:00:00.509) 0:05:01.712 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:228 Tuesday 05 November 2024 18:16:21 -0500 (0:00:00.528) 0:05:02.240 ****** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Tuesday 05 November 2024 18:16:21 -0500 (0:00:00.182) 0:05:02.423 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Tuesday 05 November 2024 18:16:21 -0500 (0:00:00.076) 0:05:02.499 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Tuesday 05 November 2024 18:16:21 -0500 (0:00:00.048) 0:05:02.548 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Tuesday 05 November 2024 18:16:21 -0500 (0:00:00.042) 0:05:02.591 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Tuesday 05 November 2024 18:16:21 -0500 (0:00:00.044) 0:05:02.635 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Tuesday 05 November 2024 18:16:21 -0500 (0:00:00.040) 0:05:02.675 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Tuesday 05 November 2024 18:16:21 -0500 (0:00:00.039) 0:05:02.715 ****** ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-ea9/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, "false_condition": "__vars_file is file", "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-ea9/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-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Tuesday 05 November 2024 18:16:21 -0500 (0:00:00.087) 0:05:02.803 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Tuesday 05 November 2024 18:16:23 -0500 (0:00:01.959) 0:05:04.763 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Tuesday 05 November 2024 18:16:23 -0500 (0:00:00.046) 0:05:04.809 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Tuesday 05 November 2024 18:16:23 -0500 (0:00:00.043) 0:05:04.852 ****** skipping: [managed-node1] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Tuesday 05 November 2024 18:16:23 -0500 (0:00:00.042) 0:05:04.894 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Tuesday 05 November 2024 18:16:23 -0500 (0:00:00.044) 0:05:04.939 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Tuesday 05 November 2024 18:16:23 -0500 (0:00:00.041) 0:05:04.981 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.035296", "end": "2024-11-05 18:16:24.429058", "rc": 0, "start": "2024-11-05 18:16:24.393762" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Tuesday 05 November 2024 18:16:24 -0500 (0:00:00.670) 0:05:05.651 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Tuesday 05 November 2024 18:16:24 -0500 (0:00:00.089) 0:05:05.740 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Tuesday 05 November 2024 18:16:24 -0500 (0:00:00.094) 0:05:05.835 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_version is version(\"4.4\", \"<\")", "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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Tuesday 05 November 2024 18:16:24 -0500 (0:00:00.113) 0:05:05.949 ****** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Tuesday 05 November 2024 18:16:25 -0500 (0:00:00.079) 0:05:06.028 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__has_type_pod or __has_pod_file_ext or __has_pod_file_src_ext or __has_pod_template_src_ext or __has_pod_template_src_ext_j2", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Tuesday 05 November 2024 18:16:25 -0500 (0:00:00.099) 0:05:06.128 ****** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Tuesday 05 November 2024 18:16:25 -0500 (0:00:00.111) 0:05:06.240 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 05 November 2024 18:16:25 -0500 (0:00:00.130) 0:05:06.370 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 05 November 2024 18:16:25 -0500 (0:00:00.515) 0:05:06.885 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 05 November 2024 18:16:25 -0500 (0:00:00.068) 0:05:06.954 ****** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 05 November 2024 18:16:26 -0500 (0:00:00.061) 0:05:07.016 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1730848351.0645916, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1730848322.2235026, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 05 November 2024 18:16:26 -0500 (0:00:00.495) 0:05:07.511 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.005507", "end": "2024-11-05 18:16:26.939876", "rc": 0, "start": "2024-11-05 18:16:26.934369" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Tuesday 05 November 2024 18:16:27 -0500 (0:00:00.514) 0:05:08.026 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.005970", "end": "2024-11-05 18:16:27.470722", "rc": 0, "start": "2024-11-05 18:16:27.464752" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 05 November 2024 18:16:27 -0500 (0:00:00.513) 0:05:08.539 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Tuesday 05 November 2024 18:16:27 -0500 (0:00:00.083) 0:05:08.623 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Tuesday 05 November 2024 18:16:27 -0500 (0:00:00.063) 0:05:08.686 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Tuesday 05 November 2024 18:16:27 -0500 (0:00:00.259) 0:05:08.946 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Tuesday 05 November 2024 18:16:28 -0500 (0:00:00.072) 0:05:09.018 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Tuesday 05 November 2024 18:16:28 -0500 (0:00:00.071) 0:05:09.090 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Tuesday 05 November 2024 18:16:28 -0500 (0:00:00.056) 0:05:09.147 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Tuesday 05 November 2024 18:16:28 -0500 (0:00:00.083) 0:05:09.230 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Tuesday 05 November 2024 18:16:28 -0500 (0:00:00.115) 0:05:09.346 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Tuesday 05 November 2024 18:16:28 -0500 (0:00:00.056) 0:05:09.402 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:127 Tuesday 05 November 2024 18:16:28 -0500 (0:00:00.057) 0:05:09.460 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Tuesday 05 November 2024 18:16:28 -0500 (0:00:00.108) 0:05:09.569 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Tuesday 05 November 2024 18:16:28 -0500 (0:00:00.062) 0:05:09.632 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:130 Tuesday 05 November 2024 18:16:28 -0500 (0:00:00.065) 0:05:09.697 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Tuesday 05 November 2024 18:16:28 -0500 (0:00:00.112) 0:05:09.810 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Tuesday 05 November 2024 18:16:28 -0500 (0:00:00.057) 0:05:09.867 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:133 Tuesday 05 November 2024 18:16:28 -0500 (0:00:00.062) 0:05:09.930 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Tuesday 05 November 2024 18:16:29 -0500 (0:00:00.186) 0:05:10.116 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Tuesday 05 November 2024 18:16:29 -0500 (0:00:00.045) 0:05:10.162 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Tuesday 05 November 2024 18:16:29 -0500 (0:00:00.042) 0:05:10.204 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Tuesday 05 November 2024 18:16:29 -0500 (0:00:00.043) 0:05:10.248 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:139 Tuesday 05 November 2024 18:16:29 -0500 (0:00:00.047) 0:05:10.295 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Tuesday 05 November 2024 18:16:29 -0500 (0:00:00.057) 0:05:10.353 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_selinux_ports | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Tuesday 05 November 2024 18:16:29 -0500 (0:00:00.055) 0:05:10.408 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:157 Tuesday 05 November 2024 18:16:29 -0500 (0:00:00.058) 0:05:10.467 ****** included: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml for managed-node1 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Check given registry_host] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Tuesday 05 November 2024 18:16:29 -0500 (0:00:00.190) 0:05:10.658 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_cert_spec_item[\"registry_host\"] is search(\"/\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 0] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Tuesday 05 November 2024 18:16:29 -0500 (0:00:00.061) 0:05:10.720 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Tuesday 05 November 2024 18:16:29 -0500 (0:00:00.060) 0:05:10.781 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Tuesday 05 November 2024 18:16:29 -0500 (0:00:00.073) 0:05:10.855 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 05 November 2024 18:16:29 -0500 (0:00:00.116) 0:05:10.972 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 05 November 2024 18:16:30 -0500 (0:00:00.066) 0:05:11.038 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 05 November 2024 18:16:30 -0500 (0:00:00.057) 0:05:11.096 ****** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 05 November 2024 18:16:30 -0500 (0:00:00.085) 0:05:11.181 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1730848351.0645916, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1730848322.2235026, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 05 November 2024 18:16:30 -0500 (0:00:00.787) 0:05:11.968 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.005899", "end": "2024-11-05 18:16:31.533539", "rc": 0, "start": "2024-11-05 18:16:31.527640" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Tuesday 05 November 2024 18:16:31 -0500 (0:00:00.776) 0:05:12.745 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.004092", "end": "2024-11-05 18:16:32.173874", "rc": 0, "start": "2024-11-05 18:16:32.169782" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 05 November 2024 18:16:32 -0500 (0:00:00.521) 0:05:13.266 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Tuesday 05 November 2024 18:16:32 -0500 (0:00:00.073) 0:05:13.340 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Tuesday 05 November 2024 18:16:32 -0500 (0:00:00.046) 0:05:13.386 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Tuesday 05 November 2024 18:16:32 -0500 (0:00:00.039) 0:05:13.426 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Tuesday 05 November 2024 18:16:32 -0500 (0:00:00.037) 0:05:13.464 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Tuesday 05 November 2024 18:16:32 -0500 (0:00:00.037) 0:05:13.501 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 2] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Tuesday 05 November 2024 18:16:32 -0500 (0:00:00.037) 0:05:13.539 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Tuesday 05 November 2024 18:16:32 -0500 (0:00:00.047) 0:05:13.586 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Tuesday 05 November 2024 18:16:32 -0500 (0:00:00.040) 0:05:13.627 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Tuesday 05 November 2024 18:16:32 -0500 (0:00:00.057) 0:05:13.685 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_cert_spec_item[\"state\"] | d(\"present\") == \"present\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure certs.d files] ***************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Tuesday 05 November 2024 18:16:32 -0500 (0:00:00.053) 0:05:13.738 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Tuesday 05 November 2024 18:16:32 -0500 (0:00:00.069) 0:05:13.807 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Tuesday 05 November 2024 18:16:32 -0500 (0:00:00.076) 0:05:13.883 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Tuesday 05 November 2024 18:16:32 -0500 (0:00:00.059) 0:05:13.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 : Handle credential files - present] **** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:166 Tuesday 05 November 2024 18:16:33 -0500 (0:00:00.061) 0:05:14.005 ****** included: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml for managed-node1 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set user and group] ******************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Tuesday 05 November 2024 18:16:33 -0500 (0:00:00.143) 0:05:14.148 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Tuesday 05 November 2024 18:16:33 -0500 (0:00:00.159) 0:05:14.308 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 05 November 2024 18:16:33 -0500 (0:00:00.080) 0:05:14.388 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 05 November 2024 18:16:33 -0500 (0:00:00.043) 0:05:14.431 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 05 November 2024 18:16:33 -0500 (0:00:00.043) 0:05:14.475 ****** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 05 November 2024 18:16:33 -0500 (0:00:00.054) 0:05:14.529 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1730848351.0645916, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1730848322.2235026, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 05 November 2024 18:16:34 -0500 (0:00:00.515) 0:05:15.044 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.009574", "end": "2024-11-05 18:16:34.489341", "rc": 0, "start": "2024-11-05 18:16:34.479767" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Tuesday 05 November 2024 18:16:34 -0500 (0:00:00.511) 0:05:15.556 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.006250", "end": "2024-11-05 18:16:34.964989", "rc": 0, "start": "2024-11-05 18:16:34.958739" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 05 November 2024 18:16:35 -0500 (0:00:00.491) 0:05:16.047 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Tuesday 05 November 2024 18:16:35 -0500 (0:00:00.061) 0:05:16.109 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Tuesday 05 November 2024 18:16:35 -0500 (0:00:00.036) 0:05:16.145 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Tuesday 05 November 2024 18:16:35 -0500 (0:00:00.037) 0:05:16.183 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Tuesday 05 November 2024 18:16:35 -0500 (0:00:00.045) 0:05:16.228 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Tuesday 05 November 2024 18:16:35 -0500 (0:00:00.053) 0:05:16.282 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Tuesday 05 November 2024 18:16:35 -0500 (0:00:00.090) 0:05:16.372 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Tuesday 05 November 2024 18:16:35 -0500 (0:00:00.107) 0:05:16.479 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_credential_item[\"state\"] | d(\"present\") == \"present\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure credential file is copied] ***** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Tuesday 05 November 2024 18:16:35 -0500 (0:00:00.069) 0:05:16.549 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Tuesday 05 November 2024 18:16:35 -0500 (0:00:00.066) 0:05:16.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 : Ensure credential file is absent] ***** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Tuesday 05 November 2024 18:16:35 -0500 (0:00:00.056) 0:05:16.672 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Tuesday 05 November 2024 18:16:35 -0500 (0:00:00.181) 0:05:16.853 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Tuesday 05 November 2024 18:16:35 -0500 (0:00:00.043) 0:05:16.897 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_handle_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:175 Tuesday 05 November 2024 18:16:35 -0500 (0:00:00.044) 0:05:16.941 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Tuesday 05 November 2024 18:16:35 -0500 (0:00:00.045) 0:05:16.986 ****** included: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node1 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Tuesday 05 November 2024 18:16:36 -0500 (0:00:00.156) 0:05:17.143 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Tuesday 05 November 2024 18:16:36 -0500 (0:00:00.077) 0:05:17.220 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Tuesday 05 November 2024 18:16:36 -0500 (0:00:00.079) 0:05:17.300 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Tuesday 05 November 2024 18:16:36 -0500 (0:00:00.083) 0:05:17.383 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 05 November 2024 18:16:36 -0500 (0:00:00.183) 0:05:17.566 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 05 November 2024 18:16:36 -0500 (0:00:00.068) 0:05:17.634 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 05 November 2024 18:16:36 -0500 (0:00:00.064) 0:05:17.699 ****** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 05 November 2024 18:16:36 -0500 (0:00:00.091) 0:05:17.791 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1730848351.0645916, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1730848322.2235026, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 05 November 2024 18:16:37 -0500 (0:00:00.613) 0:05:18.405 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.005384", "end": "2024-11-05 18:16:38.008675", "rc": 0, "start": "2024-11-05 18:16:38.003291" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Tuesday 05 November 2024 18:16:38 -0500 (0:00:00.691) 0:05:19.096 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.004851", "end": "2024-11-05 18:16:38.544796", "rc": 0, "start": "2024-11-05 18:16:38.539945" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 05 November 2024 18:16:38 -0500 (0:00:00.547) 0:05:19.644 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Tuesday 05 November 2024 18:16:38 -0500 (0:00:00.127) 0:05:19.772 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Tuesday 05 November 2024 18:16:38 -0500 (0:00:00.071) 0:05:19.843 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Tuesday 05 November 2024 18:16:39 -0500 (0:00:00.180) 0:05:20.024 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Tuesday 05 November 2024 18:16:39 -0500 (0:00:00.061) 0:05:20.086 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Tuesday 05 November 2024 18:16:39 -0500 (0:00:00.059) 0:05:20.145 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Tuesday 05 November 2024 18:16:39 -0500 (0:00:00.060) 0:05:20.206 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_kube", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Tuesday 05 November 2024 18:16:39 -0500 (0:00:00.054) 0:05:20.260 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Tuesday 05 November 2024 18:16:39 -0500 (0:00:00.084) 0:05:20.345 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Tuesday 05 November 2024 18:16:39 -0500 (0:00:00.059) 0:05:20.405 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Tuesday 05 November 2024 18:16:39 -0500 (0:00:00.062) 0:05:20.467 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Tuesday 05 November 2024 18:16:39 -0500 (0:00:00.109) 0:05:20.576 ****** 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.007024", "end": "2024-11-05 18:16:40.294431", "rc": 0, "start": "2024-11-05 18:16:40.287407" } 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Tuesday 05 November 2024 18:16:40 -0500 (0:00:00.786) 0:05:21.363 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Tuesday 05 November 2024 18:16:40 -0500 (0:00:00.077) 0:05:21.441 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1730848530.5972757, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1730848534.298289, "dev": 61, "device_type": 0, "executable": true, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 158482, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1730848534.298289, "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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Tuesday 05 November 2024 18:16:40 -0500 (0:00:00.497) 0:05:21.938 ****** 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": "Tue 2024-11-05 18:15:36 EST", "ActiveEnterTimestampMonotonic": "504871254", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target network-online.target run-user-2001.mount podman\\x2dkube.slice -.mount", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Tue 2024-11-05 18:15:36 EST", "AssertTimestampMonotonic": "504293592", "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": "Tue 2024-11-05 18:15:36 EST", "ConditionTimestampMonotonic": "504293591", "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": "45424", "ExecMainStartTimestamp": "Tue 2024-11-05 18:15:36 EST", "ExecMainStartTimestampMonotonic": "504871232", "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=[Tue 2024-11-05 18:15:36 EST] ; stop_time=[n/a] ; pid=45389 ; 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": "Tue 2024-11-05 18:15:36 EST", "InactiveExitTimestampMonotonic": "504294346", "InvocationID": "e9002f1ef1864c2a969c56d8f990b6f2", "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": "45424", "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": "/home/auth_test_user1 /run/user/2001/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": "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": "Tue 2024-11-05 18:15:36 EST", "StateChangeTimestampMonotonic": "504871254", "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": "Tue 2024-11-05 18:15:36 EST", "WatchdogTimestampMonotonic": "504871251", "WatchdogUSec": "0", "WorkingDirectory": "!/home/auth_test_user1" } } TASK [fedora.linux_system_roles.podman : Check if kube file exists] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:28 Tuesday 05 November 2024 18:16:42 -0500 (0:00:01.279) 0:05:23.217 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1730848533.8462875, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1730848533.3602858, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 176161042, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1730848533.0972848, "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": "4261676529", "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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:38 Tuesday 05 November 2024 18:16:42 -0500 (0:00:00.382) 0:05:23.600 ****** ok: [managed-node1] => { "actions": [ "/bin/podman kube play --down /home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "changed": false, "failed_when_result": false } STDOUT: Pods stopped: Pods removed: Secrets removed: Volumes removed: TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] ********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:56 Tuesday 05 November 2024 18:16:43 -0500 (0:00:00.559) 0:05:24.160 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:61 Tuesday 05 November 2024 18:16:43 -0500 (0:00:00.588) 0:05:24.748 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_removed is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Tuesday 05 November 2024 18:16:43 -0500 (0:00:00.039) 0:05:24.787 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 05 November 2024 18:16:43 -0500 (0:00:00.200) 0:05:24.987 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_item_state | d('present') != 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 05 November 2024 18:16:44 -0500 (0:00:00.053) 0:05:25.041 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_item_state | d('present') != 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 05 November 2024 18:16:44 -0500 (0:00:00.044) 0:05:25.086 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Tuesday 05 November 2024 18:16:44 -0500 (0:00:00.046) 0:05:25.132 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:189 Tuesday 05 November 2024 18:16:44 -0500 (0:00:00.035) 0:05:25.167 ****** included: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for managed-node1 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Tuesday 05 November 2024 18:16:44 -0500 (0:00:00.108) 0:05:25.276 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Tuesday 05 November 2024 18:16:44 -0500 (0:00:00.049) 0:05:25.326 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Tuesday 05 November 2024 18:16:44 -0500 (0:00:00.047) 0:05:25.373 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_quadlet_spec | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Tuesday 05 November 2024 18:16:44 -0500 (0:00:00.039) 0:05:25.413 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Tuesday 05 November 2024 18:16:44 -0500 (0:00:00.055) 0:05:25.469 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 05 November 2024 18:16:44 -0500 (0:00:00.072) 0:05:25.541 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 05 November 2024 18:16:44 -0500 (0:00:00.043) 0:05:25.585 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 05 November 2024 18:16:44 -0500 (0:00:00.043) 0:05:25.628 ****** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 05 November 2024 18:16:44 -0500 (0:00:00.050) 0:05:25.679 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1730848351.0645916, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1730848322.2235026, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 05 November 2024 18:16:45 -0500 (0:00:00.368) 0:05:26.048 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003638", "end": "2024-11-05 18:16:45.364427", "rc": 0, "start": "2024-11-05 18:16:45.360789" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Tuesday 05 November 2024 18:16:45 -0500 (0:00:00.370) 0:05:26.419 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.004259", "end": "2024-11-05 18:16:45.738748", "rc": 0, "start": "2024-11-05 18:16:45.734489" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 05 November 2024 18:16:45 -0500 (0:00:00.477) 0:05:26.896 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Tuesday 05 November 2024 18:16:45 -0500 (0:00:00.055) 0:05:26.952 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Tuesday 05 November 2024 18:16:46 -0500 (0:00:00.037) 0:05:26.990 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Tuesday 05 November 2024 18:16:46 -0500 (0:00:00.043) 0:05:27.033 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Tuesday 05 November 2024 18:16:46 -0500 (0:00:00.042) 0:05:27.076 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Tuesday 05 November 2024 18:16:46 -0500 (0:00:00.038) 0:05:27.114 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Tuesday 05 November 2024 18:16:46 -0500 (0:00:00.036) 0:05:27.151 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Tuesday 05 November 2024 18:16:46 -0500 (0:00:00.067) 0:05:27.218 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Tuesday 05 November 2024 18:16:46 -0500 (0:00:00.041) 0:05:27.260 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Tuesday 05 November 2024 18:16:46 -0500 (0:00:00.035) 0:05:27.295 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:105 Tuesday 05 November 2024 18:16:46 -0500 (0:00:00.083) 0:05:27.379 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:112 Tuesday 05 November 2024 18:16:46 -0500 (0:00:00.066) 0:05:27.445 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Tuesday 05 November 2024 18:16:46 -0500 (0:00:00.137) 0:05:27.583 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1730848530.5972757, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1730848534.298289, "dev": 61, "device_type": 0, "executable": true, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 158482, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1730848534.298289, "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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 Tuesday 05 November 2024 18:16:47 -0500 (0:00:00.446) 0:05:28.029 ****** 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": "-.slice -.mount run-user-2001.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": "/home/auth_test_user1 /run/user/2001/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": "-.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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:33 Tuesday 05 November 2024 18:16:47 -0500 (0:00:00.668) 0:05:28.698 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1730848601.6224945, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "1127036af0ba22b83d33a5a35ab54db2c5855175", "ctime": 1730848544.8903277, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 369098904, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1730848544.5033262, "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": "948556760", "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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:38 Tuesday 05 November 2024 18:16:48 -0500 (0:00:00.485) 0:05:29.183 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_quadlet_file.yml:6 Tuesday 05 November 2024 18:16:48 -0500 (0:00:00.260) 0:05:29.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 : Parse quadlet file] ******************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_quadlet_file.yml:12 Tuesday 05 November 2024 18:16:48 -0500 (0:00:00.379) 0:05:29.823 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_quadlet_file.yml:44 Tuesday 05 November 2024 18:16:48 -0500 (0:00:00.076) 0:05:29.900 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_quadlet_file.yml:52 Tuesday 05 November 2024 18:16:48 -0500 (0:00:00.054) 0:05:29.954 ****** ok: [managed-node1] => { "ansible_facts": { "__podman_quadlet_raw": null }, "changed": false } TASK [fedora.linux_system_roles.podman : Remove quadlet file] ****************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:42 Tuesday 05 November 2024 18:16:49 -0500 (0:00:00.042) 0:05:29.997 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:48 Tuesday 05 November 2024 18:16:49 -0500 (0:00:00.395) 0:05:30.392 ****** ok: [managed-node1] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Remove managed resource] ************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:58 Tuesday 05 November 2024 18:16:50 -0500 (0:00:00.598) 0:05:30.991 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:99 Tuesday 05 November 2024 18:16:50 -0500 (0:00:00.447) 0:05:31.439 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:116 Tuesday 05 November 2024 18:16:50 -0500 (0:00:00.058) 0:05:31.498 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:120 Tuesday 05 November 2024 18:16:50 -0500 (0:00:00.044) 0:05:31.542 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_prune_images | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:131 Tuesday 05 November 2024 18:16:50 -0500 (0:00:00.038) 0:05:31.581 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 05 November 2024 18:16:50 -0500 (0:00:00.069) 0:05:31.650 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_item_state | d('present') != 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 05 November 2024 18:16:50 -0500 (0:00:00.039) 0:05:31.690 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_item_state | d('present') != 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 05 November 2024 18:16:50 -0500 (0:00:00.041) 0:05:31.731 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:141 Tuesday 05 November 2024 18:16:50 -0500 (0:00:00.047) 0:05:31.778 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_test_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : For testing and debugging - volumes] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:150 Tuesday 05 November 2024 18:16:50 -0500 (0:00:00.058) 0:05:31.837 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_test_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : For testing and debugging - containers] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:159 Tuesday 05 November 2024 18:16:50 -0500 (0:00:00.049) 0:05:31.886 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_test_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : For testing and debugging - networks] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:168 Tuesday 05 November 2024 18:16:50 -0500 (0:00:00.044) 0:05:31.930 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_test_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : For testing and debugging - secrets] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:177 Tuesday 05 November 2024 18:16:51 -0500 (0:00:00.155) 0:05:32.086 ****** 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 - pods] ***** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:187 Tuesday 05 November 2024 18:16:51 -0500 (0:00:00.040) 0:05:32.126 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:197 Tuesday 05 November 2024 18:16:51 -0500 (0:00:00.042) 0:05:32.168 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_test_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:116 Tuesday 05 November 2024 18:16:51 -0500 (0:00:00.050) 0:05:32.218 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:196 Tuesday 05 November 2024 18:16:51 -0500 (0:00:00.041) 0:05:32.259 ****** included: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml for managed-node1 => (item=auth_test_user1) TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:4 Tuesday 05 November 2024 18:16:51 -0500 (0:00:00.143) 0:05:32.403 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_linger_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set cancel linger vars] *************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:11 Tuesday 05 November 2024 18:16:51 -0500 (0:00:00.052) 0:05:32.456 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:16 Tuesday 05 November 2024 18:16:51 -0500 (0:00:00.048) 0:05:32.505 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1730848530.5972757, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1730848534.298289, "dev": 61, "device_type": 0, "executable": true, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 158482, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1730848534.298289, "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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:21 Tuesday 05 November 2024 18:16:51 -0500 (0:00:00.373) 0:05:32.878 ****** ok: [managed-node1] => { "changed": false, "containers": [] } TASK [fedora.linux_system_roles.podman : Gather facts for networks] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:30 Tuesday 05 November 2024 18:16:52 -0500 (0:00:00.533) 0:05:33.411 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "network", "ls", "-q" ], "delta": "0:00:00.052369", "end": "2024-11-05 18:16:52.788314", "rc": 0, "start": "2024-11-05 18:16:52.735945" } STDOUT: podman podman-default-kube-network TASK [fedora.linux_system_roles.podman : Gather secrets] *********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:40 Tuesday 05 November 2024 18:16:52 -0500 (0:00:00.439) 0:05:33.851 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "secret", "ls", "-n", "-q" ], "delta": "0:00:00.041197", "end": "2024-11-05 18:16:53.216762", "rc": 0, "start": "2024-11-05 18:16:53.175565" } TASK [fedora.linux_system_roles.podman : Cancel linger if no more resources are in use] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:50 Tuesday 05 November 2024 18:16:53 -0500 (0:00:00.479) 0:05:34.330 ****** changed: [managed-node1] => { "changed": true, "cmd": [ "loginctl", "disable-linger", "auth_test_user1" ], "delta": "0:00:00.008099", "end": "2024-11-05 18:16:53.778565", "rc": 0, "start": "2024-11-05 18:16:53.770466" } TASK [fedora.linux_system_roles.podman : Wait for user session to exit closing state] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:62 Tuesday 05 November 2024 18:16:53 -0500 (0:00:00.550) 0:05:34.881 ****** fatal: [managed-node1]: FAILED! => { "attempts": 1, "changed": false, "cmd": [ "loginctl", "show-user", "--value", "-p", "State", "auth_test_user1" ], "delta": "0:00:00.007823", "end": "2024-11-05 18:16:54.234264", "rc": 1, "start": "2024-11-05 18:16:54.226441" } STDERR: Failed to get user: User ID 2001 is not logged in or lingering MSG: non-zero return code ...ignoring TASK [fedora.linux_system_roles.podman : Stop logind] ************************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:76 Tuesday 05 November 2024 18:16:54 -0500 (0:00:00.425) 0:05:35.306 ****** changed: [managed-node1] => { "changed": true, "name": "systemd-logind", "state": "stopped", "status": { "ActiveEnterTimestamp": "Tue 2024-11-05 18:07:17 EST", "ActiveEnterTimestampMonotonic": "5504578", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "user.slice basic.target systemd-journald.socket dbus.socket system.slice sysinit.target nss-user-lookup.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Tue 2024-11-05 18:07:17 EST", "AssertTimestampMonotonic": "5330722", "Before": "session-4.scope session-5.scope multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.freedesktop.login1", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_kill cap_sys_admin cap_sys_tty_config cap_audit_control cap_mac_admin", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Tue 2024-11-05 18:07:17 EST", "ConditionTimestampMonotonic": "5330721", "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": "599", "ExecMainStartTimestamp": "Tue 2024-11-05 18:07:17 EST", "ExecMainStartTimestampMonotonic": "5331566", "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": "Tue 2024-11-05 18:07:17 EST", "InactiveExitTimestampMonotonic": "5331639", "InvocationID": "1aea30cf8ea7441ca7f3ef12a6541083", "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": "599", "MemoryAccounting": "yes", "MemoryCurrent": "3153920", "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": "Tue 2024-11-05 18:07:17 EST", "StateChangeTimestampMonotonic": "5504578", "StateDirectoryMode": "0755", "StatusErrno": "0", "StatusText": "Processing requests...", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "1", "SystemCallFilter": "_llseek _newselect accept accept4 access add_key alarm arch_prctl bind brk capget capset chdir chmod chown chown32 clock_getres clock_gettime clock_nanosleep clone close connect copy_file_range creat dup dup2 dup3 epoll_create epoll_create1 epoll_ctl epoll_ctl_old epoll_pwait epoll_wait epoll_wait_old eventfd eventfd2 execve execveat exit exit_group faccessat fadvise64 fadvise64_64 fallocate fchdir fchmod fchmodat fchown fchown32 fchownat fcntl fcntl64 fdatasync fgetxattr flistxattr flock fork fremovexattr fsetxattr fstat fstat64 fstatat64 fstatfs fstatfs64 fsync ftruncate ftruncate64 futex futimesat get_mempolicy get_robust_list get_thread_area getcpu getcwd getdents getdents64 getegid getegid32 geteuid geteuid32 getgid getgid32 getgroups getgroups32 getitimer getpeername getpgid getpgrp getpid getppid getpriority getrandom getresgid getresgid32 getresuid getresuid32 getrlimit getrusage getsid getsockname getsockopt gettid gettimeofday getuid getuid32 getxattr inotify_add_watch inotify_init inotify_init1 inotify_rm_watch io_cancel io_destroy io_getevents io_setup io_submit ioctl ioprio_get ioprio_set ipc kcmp keyctl kill lchown lchown32 lgetxattr link linkat listen listxattr llistxattr lremovexattr lseek lsetxattr lstat lstat64 madvise mbind membarrier memfd_create migrate_pages mincore mkdir mkdirat mknod mknodat mlock mlock2 mlockall mmap mmap2 move_pages mprotect mq_getsetattr mq_notify mq_open mq_timedreceive mq_timedsend mq_unlink mremap msgctl msgget msgrcv msgsnd msync munlock munlockall munmap name_to_handle_at nanosleep newfstatat nice oldfstat oldlstat oldolduname oldstat olduname open openat pause personality pipe pipe2 poll ppoll prctl pread64 preadv preadv2 prlimit64 process_vm_readv process_vm_writev pselect6 pwrite64 pwritev pwritev2 read readahead readdir readlink readlinkat readv recv recvfrom recvmmsg recvmsg remap_file_pages removexattr rename renameat renameat2 request_key restart_syscall rmdir rt_sigaction rt_sigpending rt_sigprocmask rt_sigqueueinfo rt_sigreturn rt_sigsuspend rt_sigtimedwait rt_tgsigqueueinfo sched_get_priority_max sched_get_priority_min sched_getaffinity sched_getattr sched_getparam sched_getscheduler sched_rr_get_interval sched_setaffinity sched_setattr sched_setparam sched_setscheduler sched_yield select semctl semget semop semtimedop send sendfile sendfile64 sendmmsg sendmsg sendto set_mempolicy set_robust_list set_thread_area set_tid_address set_tls setfsgid setfsgid32 setfsuid setfsuid32 setgid setgid32 setgroups setgroups32 setitimer setns setpgid setpriority setregid setregid32 setresgid setresgid32 setresuid setresuid32 setreuid setreuid32 setrlimit setsid setsockopt setuid setuid32 setxattr shmat shmctl shmdt shmget shutdown sigaction sigaltstack signal signalfd signalfd4 sigpending sigprocmask sigreturn sigsuspend socket socketcall socketpair splice stat stat64 statfs statfs64 statx symlink symlinkat sync sync_file_range syncfs sysinfo tee tgkill time timer_create timer_delete timer_getoverrun timer_gettime timer_settime timerfd_create timerfd_gettime timerfd_settime times tkill truncate truncate64 ugetrlimit umask uname unlink unlinkat unshare userfaultfd utime utimensat utimes vfork vmsplice wait4 waitid waitpid write writev", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "static", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "user.slice dbus.socket", "WatchdogTimestamp": "Tue 2024-11-05 18:16:33 EST", "WatchdogTimestampMonotonic": "561979178", "WatchdogUSec": "3min" } } TASK [fedora.linux_system_roles.podman : Wait for user session to exit closing state] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:81 Tuesday 05 November 2024 18:16:54 -0500 (0:00:00.636) 0:05:35.943 ****** ok: [managed-node1] => { "attempts": 1, "changed": false, "cmd": [ "loginctl", "show-user", "--value", "-p", "State", "auth_test_user1" ], "delta": "0:00:00.043269", "end": "2024-11-05 18:16:55.324362", "failed_when_result": false, "rc": 1, "start": "2024-11-05 18:16:55.281093" } STDERR: Failed to get user: User ID 2001 is not logged in or lingering MSG: non-zero return code TASK [fedora.linux_system_roles.podman : Restart logind] *********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:92 Tuesday 05 November 2024 18:16:55 -0500 (0:00:00.491) 0:05:36.434 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__user_state is failed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:202 Tuesday 05 November 2024 18:16:55 -0500 (0:00:00.065) 0:05:36.500 ****** included: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml for managed-node1 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set user and group] ******************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Tuesday 05 November 2024 18:16:55 -0500 (0:00:00.338) 0:05:36.838 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Tuesday 05 November 2024 18:16:55 -0500 (0:00:00.069) 0:05:36.907 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 05 November 2024 18:16:56 -0500 (0:00:00.102) 0:05:37.010 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 05 November 2024 18:16:56 -0500 (0:00:00.066) 0:05:37.076 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 05 November 2024 18:16:56 -0500 (0:00:00.070) 0:05:37.146 ****** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 05 November 2024 18:16:56 -0500 (0:00:00.098) 0:05:37.245 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1730848351.0645916, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1730848322.2235026, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 05 November 2024 18:16:56 -0500 (0:00:00.417) 0:05:37.662 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.004094", "end": "2024-11-05 18:16:57.040422", "rc": 0, "start": "2024-11-05 18:16:57.036328" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Tuesday 05 November 2024 18:16:57 -0500 (0:00:00.512) 0:05:38.175 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003606", "end": "2024-11-05 18:16:57.547338", "rc": 0, "start": "2024-11-05 18:16:57.543732" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 05 November 2024 18:16:57 -0500 (0:00:00.449) 0:05:38.625 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Tuesday 05 November 2024 18:16:57 -0500 (0:00:00.095) 0:05:38.720 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Tuesday 05 November 2024 18:16:57 -0500 (0:00:00.058) 0:05:38.779 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Tuesday 05 November 2024 18:16:57 -0500 (0:00:00.055) 0:05:38.834 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Tuesday 05 November 2024 18:16:57 -0500 (0:00:00.065) 0:05:38.899 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Tuesday 05 November 2024 18:16:57 -0500 (0:00:00.059) 0:05:38.959 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Tuesday 05 November 2024 18:16:58 -0500 (0:00:00.057) 0:05:39.016 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Tuesday 05 November 2024 18:16:58 -0500 (0:00:00.078) 0:05:39.094 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_credential_item[\"state\"] | d(\"present\") == \"present\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure credential file is copied] ***** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Tuesday 05 November 2024 18:16:58 -0500 (0:00:00.058) 0:05:39.153 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Tuesday 05 November 2024 18:16:58 -0500 (0:00:00.210) 0:05:39.364 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Tuesday 05 November 2024 18:16:58 -0500 (0:00:00.055) 0:05:39.419 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Tuesday 05 November 2024 18:16:59 -0500 (0:00:00.625) 0:05:40.044 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Tuesday 05 November 2024 18:16:59 -0500 (0:00:00.391) 0:05:40.436 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__credential_dir_files.matched == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:211 Tuesday 05 November 2024 18:16:59 -0500 (0:00:00.061) 0:05:40.498 ****** included: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml for managed-node1 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Check given registry_host] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Tuesday 05 November 2024 18:16:59 -0500 (0:00:00.179) 0:05:40.677 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_cert_spec_item[\"registry_host\"] is search(\"/\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 0] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Tuesday 05 November 2024 18:16:59 -0500 (0:00:00.042) 0:05:40.719 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Tuesday 05 November 2024 18:16:59 -0500 (0:00:00.052) 0:05:40.772 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Tuesday 05 November 2024 18:16:59 -0500 (0:00:00.057) 0:05:40.829 ****** included: /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 05 November 2024 18:16:59 -0500 (0:00:00.084) 0:05:40.913 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 05 November 2024 18:16:59 -0500 (0:00:00.051) 0:05:40.965 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 05 November 2024 18:17:00 -0500 (0:00:00.059) 0:05:41.025 ****** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 05 November 2024 18:17:00 -0500 (0:00:00.055) 0:05:41.081 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1730848351.0645916, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1730848322.2235026, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 05 November 2024 18:17:00 -0500 (0:00:00.426) 0:05:41.507 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.004187", "end": "2024-11-05 18:17:00.838260", "rc": 0, "start": "2024-11-05 18:17:00.834073" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Tuesday 05 November 2024 18:17:00 -0500 (0:00:00.407) 0:05:41.914 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003824", "end": "2024-11-05 18:17:01.251028", "rc": 0, "start": "2024-11-05 18:17:01.247204" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 05 November 2024 18:17:01 -0500 (0:00:00.391) 0:05:42.306 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Tuesday 05 November 2024 18:17:01 -0500 (0:00:00.189) 0:05:42.496 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Tuesday 05 November 2024 18:17:01 -0500 (0:00:00.043) 0:05:42.540 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Tuesday 05 November 2024 18:17:01 -0500 (0:00:00.048) 0:05:42.588 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Tuesday 05 November 2024 18:17:01 -0500 (0:00:00.040) 0:05:42.629 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Tuesday 05 November 2024 18:17:01 -0500 (0:00:00.047) 0:05:42.677 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 2] *** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Tuesday 05 November 2024 18:17:01 -0500 (0:00:00.039) 0:05:42.716 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Tuesday 05 November 2024 18:17:01 -0500 (0:00:00.047) 0:05:42.764 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Tuesday 05 November 2024 18:17:01 -0500 (0:00:00.043) 0:05:42.807 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Tuesday 05 November 2024 18:17:01 -0500 (0:00:00.054) 0:05:42.861 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_cert_spec_item[\"state\"] | d(\"present\") == \"present\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure certs.d files] ***************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Tuesday 05 November 2024 18:17:01 -0500 (0:00:00.039) 0:05:42.901 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Tuesday 05 November 2024 18:17:01 -0500 (0:00:00.053) 0:05:42.954 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Tuesday 05 November 2024 18:17:03 -0500 (0:00:01.077) 0:05:44.032 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Tuesday 05 November 2024 18:17:03 -0500 (0:00:00.398) 0:05:44.431 ****** 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-ea9/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:249 Tuesday 05 November 2024 18:17:03 -0500 (0:00:00.413) 0:05:44.844 ****** changed: [managed-node1] => { "changed": true, "force": false, "name": "auth_test_user1", "remove": false, "state": "absent" } TASK [Remove homedir] ********************************************************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:254 Tuesday 05 November 2024 18:17:04 -0500 (0:00:00.490) 0:05:45.335 ****** changed: [managed-node1] => { "changed": true, "path": "/home/auth_test_user1", "state": "absent" } TASK [Remove local tmpdir] ***************************************************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:272 Tuesday 05 November 2024 18:17:04 -0500 (0:00:00.421) 0:05:45.756 ****** changed: [managed-node1 -> localhost] => { "changed": true, "path": "/tmp/lsr_xgt6kn8w_podman", "state": "absent" } TASK [Clean up registry] ******************************************************* task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:280 Tuesday 05 November 2024 18:17:05 -0500 (0:00:00.329) 0:05:46.086 ****** included: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/cleanup_registry.yml for managed-node1 TASK [Get volume for cleanup] ************************************************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/cleanup_registry.yml:3 Tuesday 05 November 2024 18:17:05 -0500 (0:00:00.194) 0:05:46.281 ****** 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.045796", "end": "2024-11-05 18:17:05.651198", "rc": 0, "start": "2024-11-05 18:17:05.605402" } STDOUT: e45d11cf85f9cf4d11505a01e645dc7b8a48161e5a18c41d86faf1bd17fc3818 TASK [Destroy registry container] ********************************************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/cleanup_registry.yml:11 Tuesday 05 November 2024 18:17:05 -0500 (0:00:00.453) 0:05:46.734 ****** changed: [managed-node1] => { "changed": true, "cmd": [ "podman", "rm", "-f", "podman_registry" ], "delta": "0:00:00.256106", "end": "2024-11-05 18:17:06.304224", "rc": 0, "start": "2024-11-05 18:17:06.048118" } STDOUT: podman_registry TASK [Destroy volume] ********************************************************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/cleanup_registry.yml:15 Tuesday 05 November 2024 18:17:06 -0500 (0:00:00.635) 0:05:47.369 ****** changed: [managed-node1] => { "changed": true, "cmd": [ "podman", "volume", "rm", "e45d11cf85f9cf4d11505a01e645dc7b8a48161e5a18c41d86faf1bd17fc3818" ], "delta": "0:00:00.043683", "end": "2024-11-05 18:17:06.732455", "rc": 0, "start": "2024-11-05 18:17:06.688772" } STDOUT: e45d11cf85f9cf4d11505a01e645dc7b8a48161e5a18c41d86faf1bd17fc3818 TASK [Cleanup paths] *********************************************************** task path: /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/cleanup_registry.yml:19 Tuesday 05 November 2024 18:17:06 -0500 (0:00:00.427) 0:05:47.797 ****** changed: [managed-node1] => (item=/tmp/lsr_tsotjz_n_podman) => { "ansible_loop_var": "item", "changed": true, "item": "/tmp/lsr_tsotjz_n_podman", "path": "/tmp/lsr_tsotjz_n_podman", "state": "absent" } PLAY RECAP ********************************************************************* managed-node1 : ok=714 changed=67 unreachable=0 failed=0 skipped=967 rescued=2 ignored=1 Tuesday 05 November 2024 18:17:07 -0500 (0:00:00.368) 0:05:48.165 ****** =============================================================================== fedora.linux_system_roles.podman : Ensure required packages are installed -- 65.83s /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Ensure test packages ---------------------------------------------------- 5.13s /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:64 fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 4.61s /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 4.01s /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Push test images into local registry ------------------------------------ 3.74s /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:127 Start registry ---------------------------------------------------------- 2.98s /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:102 fedora.linux_system_roles.podman : Gather the package facts ------------- 2.20s /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 2.06s /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 2.00s /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.96s /tmp/collections-ea9/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-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.82s /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.80s /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Start service ------------------------ 1.70s /tmp/collections-ea9/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.59s /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.50s /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Ensure container images are present --- 1.45s /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:18 fedora.linux_system_roles.podman : Ensure container images are present --- 1.40s /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 fedora.linux_system_roles.podman : Remove certs.d files ----------------- 1.38s /tmp/collections-ea9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75