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-3Ao 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-3Ao/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml PLAY [all] ********************************************************************* TASK [Include vault variables] ************************************************* task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:5 Monday 11 November 2024 19:35:48 -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-4kI/tests/vars/vault-variables.yml" ], "changed": false } PLAY [Test various aspects of authentication and security settings] ************ TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:9 Monday 11 November 2024 19:35:49 -0500 (0:00:00.038) 0:00:00.046 ******* ok: [managed-node1] TASK [Run the role with no config to install podman] *************************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:46 Monday 11 November 2024 19:35:50 -0500 (0:00:01.402) 0:00:01.449 ******* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 11 November 2024 19:35:50 -0500 (0:00:00.049) 0:00:01.498 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 11 November 2024 19:35:50 -0500 (0:00:00.023) 0:00:01.522 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Monday 11 November 2024 19:35:50 -0500 (0:00:00.059) 0:00:01.581 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Monday 11 November 2024 19:35:51 -0500 (0:00:00.545) 0:00:02.126 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Monday 11 November 2024 19:35:51 -0500 (0:00:00.043) 0:00:02.170 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Monday 11 November 2024 19:35:51 -0500 (0:00:00.405) 0:00:02.575 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Monday 11 November 2024 19:35:51 -0500 (0:00:00.036) 0:00:02.611 ******* ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-3Ao/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-3Ao/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-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 11 November 2024 19:35:51 -0500 (0:00:00.070) 0:00:02.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 : Enable copr if requested] ************* task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 11 November 2024 19:35:53 -0500 (0:00:01.745) 0:00:04.427 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 11 November 2024 19:35:53 -0500 (0:00:00.073) 0:00:04.500 ******* changed: [managed-node1] => { "changed": true, "rc": 0, "results": [ "Installed: shadow-utils-subid-2:4.6-22.el8.x86_64", "Installed: podman-gvproxy-3:4.9.4-0.1.module_el8+971+3d3df00d.x86_64", "Installed: libnet-1.1.6-15.el8.x86_64", "Installed: runc-1:1.1.12-1.module_el8+885+7da147f3.x86_64", "Installed: container-selinux-2:2.229.0-2.module_el8+847+7863d4e6.noarch", "Installed: dnsmasq-2.79-33.el8.x86_64", "Installed: yajl-2.1.0-12.el8.x86_64", "Installed: podman-plugins-3:4.9.4-0.1.module_el8+971+3d3df00d.x86_64", "Installed: fuse-common-3.3.0-19.el8.x86_64", "Installed: podman-3:4.9.4-0.1.module_el8+971+3d3df00d.x86_64", "Installed: containernetworking-plugins-1:1.4.0-2.module_el8+974+0c52b299.x86_64", "Installed: criu-3.18-4.module_el8+804+f131391c.x86_64", "Installed: libslirp-4.4.0-1.module_el8+804+f131391c.x86_64", "Installed: fuse3-3.3.0-19.el8.x86_64", "Installed: containers-common-2:1-81.module_el8+968+fbb249c7.x86_64", "Installed: fuse-overlayfs-1.13-1.module_el8+804+f131391c.x86_64", "Installed: podman-catatonit-3:4.9.4-0.1.module_el8+971+3d3df00d.x86_64", "Installed: criu-libs-3.18-4.module_el8+804+f131391c.x86_64", "Installed: protobuf-c-1.3.0-8.el8.x86_64", "Installed: slirp4netns-1.2.3-1.module_el8+951+32019cde.x86_64", "Installed: fuse3-libs-3.3.0-19.el8.x86_64", "Installed: crun-1.14.3-2.module_el8+968+fbb249c7.x86_64", "Installed: conmon-3:2.1.10-1.module_el8+804+f131391c.x86_64" ] } lsrpackages: crun podman podman-plugins shadow-utils-subid TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Monday 11 November 2024 19:36:59 -0500 (0:01:05.970) 0:01:10.471 ******* skipping: [managed-node1] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Monday 11 November 2024 19:36:59 -0500 (0:00:00.060) 0:01:10.531 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 11 November 2024 19:36:59 -0500 (0:00:00.056) 0:01:10.588 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Monday 11 November 2024 19:36:59 -0500 (0:00:00.058) 0:01:10.646 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.030352", "end": "2024-11-11 19:37:00.051956", "rc": 0, "start": "2024-11-11 19:37:00.021604" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Monday 11 November 2024 19:37:00 -0500 (0:00:00.497) 0:01:11.144 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Monday 11 November 2024 19:37:00 -0500 (0:00:00.035) 0:01:11.179 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Monday 11 November 2024 19:37:00 -0500 (0:00:00.034) 0:01:11.213 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Monday 11 November 2024 19:37:00 -0500 (0:00:00.053) 0:01:11.267 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Monday 11 November 2024 19:37:00 -0500 (0:00:00.058) 0:01:11.325 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 19:37:00 -0500 (0:00:00.066) 0:01:11.392 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 19:37:00 -0500 (0:00:00.564) 0:01:11.956 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 19:37:00 -0500 (0:00:00.041) 0:01:11.997 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 19:37:01 -0500 (0:00:00.051) 0:01:12.049 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1700557386.0, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731371792.0080051, "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 19:37:01 -0500 (0:00:00.414) 0:01:12.464 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 19:37:01 -0500 (0:00:00.042) 0:01:12.506 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 19:37:01 -0500 (0:00:00.045) 0:01:12.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 : Get subuid file] ********************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 19:37:01 -0500 (0:00:00.046) 0:01:12.598 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 19:37:01 -0500 (0:00:00.044) 0:01:12.642 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 19:37:01 -0500 (0:00:00.043) 0:01:12.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 : Fail if user not in subuid file] ****** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 19:37:01 -0500 (0:00:00.045) 0:01:12.731 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 19:37:01 -0500 (0:00:00.040) 0:01:12.771 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Monday 11 November 2024 19:37:01 -0500 (0:00:00.042) 0:01:12.813 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95 Monday 11 November 2024 19:37:01 -0500 (0:00:00.077) 0:01:12.891 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 11 November 2024 19:37:01 -0500 (0:00:00.074) 0:01:12.965 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 11 November 2024 19:37:01 -0500 (0:00:00.045) 0:01:13.011 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98 Monday 11 November 2024 19:37:02 -0500 (0:00:00.042) 0:01:13.054 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 11 November 2024 19:37:02 -0500 (0:00:00.112) 0:01:13.167 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 11 November 2024 19:37:02 -0500 (0:00:00.041) 0:01:13.209 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101 Monday 11 November 2024 19:37:02 -0500 (0:00:00.046) 0:01:13.255 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Monday 11 November 2024 19:37:02 -0500 (0:00:00.106) 0:01:13.362 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Monday 11 November 2024 19:37:02 -0500 (0:00:00.034) 0:01:13.396 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Monday 11 November 2024 19:37:02 -0500 (0:00:00.031) 0:01:13.428 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Monday 11 November 2024 19:37:02 -0500 (0:00:00.062) 0:01:13.490 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Monday 11 November 2024 19:37:02 -0500 (0:00:00.036) 0:01:13.527 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Monday 11 November 2024 19:37:02 -0500 (0:00:00.035) 0:01:13.563 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Monday 11 November 2024 19:37:02 -0500 (0:00:00.046) 0:01:13.610 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Monday 11 November 2024 19:37:02 -0500 (0:00:00.048) 0:01:13.658 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117 Monday 11 November 2024 19:37:02 -0500 (0:00:00.046) 0:01:13.704 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Monday 11 November 2024 19:37:02 -0500 (0:00:00.047) 0:01:13.752 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128 Monday 11 November 2024 19:37:02 -0500 (0:00:00.046) 0:01:13.798 ******* skipping: [managed-node1] => { "censored": "the output 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137 Monday 11 November 2024 19:37:02 -0500 (0:00:00.040) 0:01:13.839 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Monday 11 November 2024 19:37:02 -0500 (0:00:00.038) 0:01:13.877 ******* skipping: [managed-node1] => { "censored": "the output 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Monday 11 November 2024 19:37:02 -0500 (0:00:00.043) 0:01:13.921 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160 Monday 11 November 2024 19:37:02 -0500 (0:00:00.048) 0:01:13.970 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167 Monday 11 November 2024 19:37:02 -0500 (0:00:00.051) 0:01:14.022 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173 Monday 11 November 2024 19:37:03 -0500 (0:00:00.048) 0:01:14.070 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Monday 11 November 2024 19:37:03 -0500 (0:00:00.035) 0:01:14.106 ******* skipping: [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-3Ao/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:50 Monday 11 November 2024 19:37:03 -0500 (0:00:00.076) 0:01:14.182 ******* included: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml for managed-node1 TASK [Create a temporary directory] ******************************************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:5 Monday 11 November 2024 19:37:03 -0500 (0:00:00.214) 0:01:14.396 ******* changed: [managed-node1] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_3bzezumr_podman", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Set authdir] ************************************************************* task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:12 Monday 11 November 2024 19:37:03 -0500 (0:00:00.501) 0:01:14.897 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_registry_authdir": "/tmp/lsr_3bzezumr_podman/auth", "__podman_test_authfile": "/tmp/lsr_3bzezumr_podman/auth/auth.json" }, "changed": false } TASK [Create authdir] ********************************************************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:17 Monday 11 November 2024 19:37:03 -0500 (0:00:00.039) 0:01:14.937 ******* changed: [managed-node1] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_3bzezumr_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-3Ao/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:23 Monday 11 November 2024 19:37:04 -0500 (0:00:00.541) 0:01:15.478 ******* TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Monday 11 November 2024 19:37:04 -0500 (0:00:00.125) 0:01:15.604 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Monday 11 November 2024 19:37:04 -0500 (0:00:00.100) 0:01:15.704 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Monday 11 November 2024 19:37:04 -0500 (0:00:00.072) 0:01:15.777 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Monday 11 November 2024 19:37:05 -0500 (0:00:00.439) 0:01:16.217 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19 Monday 11 November 2024 19:37:05 -0500 (0:00:00.065) 0:01:16.283 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Monday 11 November 2024 19:37:05 -0500 (0:00:00.088) 0:01:16.371 ******* changed: [managed-node1] => { "changed": true, "rc": 0, "results": [ "Installed: python3-pyasn1-0.3.7-6.el8.noarch" ] } lsrpackages: python3-cryptography python3-dbus python3-pyasn1 TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Monday 11 November 2024 19:37:08 -0500 (0:00:03.597) 0:01:19.969 ******* changed: [managed-node1] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "rc": 0, "results": [ "Installed: xmlrpc-c-client-1.51.0-9.el8.x86_64", "Installed: xmlrpc-c-1.51.0-9.el8.x86_64", "Installed: certmonger-0.79.17-2.el8.x86_64" ] } lsrpackages: certmonger TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 Monday 11 November 2024 19:37:13 -0500 (0:00:04.406) 0:01:24.375 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61 Monday 11 November 2024 19:37:13 -0500 (0:00:00.430) 0:01:24.806 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 Monday 11 November 2024 19:37:14 -0500 (0:00:00.448) 0:01:25.254 ******* changed: [managed-node1] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "enabled": true, "name": "certmonger", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "network.target systemd-journald.socket syslog.target basic.target dbus.service system.slice sysinit.target dbus.socket", "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": "14004", "LimitNPROCSoft": "14004", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "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": "dbus.socket sysinit.target system.slice", "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": "22406", "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 Monday 11 November 2024 19:37:15 -0500 (0:00:01.269) 0:01:26.524 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152 Monday 11 November 2024 19:37:16 -0500 (0:00:01.184) 0:01:27.708 ******* ok: [managed-node1] => (item=['cert', {'name': 'podman_registry', 'dns': ['localhost', '127.0.0.1'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "content": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURqakNDQW5hZ0F3SUJBZ0lSQU1qNGxXcFowMG9udGxTOU5pTUtSbTR3RFFZSktvWklodmNOQVFFTEJRQXcKVURFZ01CNEdBMVVFQXd3WFRHOWpZV3dnVTJsbmJtbHVaeUJCZFhSb2IzSnBkSGt4TERBcUJnTlZCQU1NSTJNNApaamc1TlRaaExUVTVaRE0wWVRJM0xXSTJOVFJpWkRNMkxUSXpNR0UwTmpaa01CNFhEVEkwTVRFeE1qQXdNemN4Ck5sb1hEVEkxTVRFeE1qQXdNemN4TlZvd0ZERVNNQkFHQTFVRUF4TUpiRzlqWVd4b2IzTjBNSUlCSWpBTkJna3EKaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUF2dGVGdEFVVmRDNVcrZUducWxGY3VNaW9uZnh4MEtLbgpRVjZpTWpZS0hqQmVxNDQ2UU5DQ05oSFRWV0M5YnBvWW5UZ0xrZ1dOMm13ZDNwM0NzMjJSdnZNc0VYTnd5VEtmCjcxMlBpRG5JMHlCbVR5ZmVuRDJ0MWtXZ1Y5TDhDbk93NFJJdmtmUU1qT205VHczNWFRaHNFZERYMFlhU2dzV28KOXlWZndFZHRkNlNRYTRnQTZtaEJJQnZzNlpKNHh1d2hFQVhSSmJEU3hiSlZkWHlNQlhxOW8xQmQ0UXJsekFXZApwUzk3dURwaXpzSXd1K1hYN201V1czVnVrVCt4LzJxMzY4c2RKQVlsQjB5VjBuUmkxamsrYXczN2ltWTh3eWYrCkNUUmJCbFMySXlkTktIblVqN3RhOElERjRObXI5TkIvSXY0d0d1WThEcWs0ZEpUNVdHdnZDUUlEQVFBQm80R2UKTUlHYk1Bc0dBMVVkRHdRRUF3SUZvREFmQmdOVkhSRUVHREFXZ2dsc2IyTmhiR2h2YzNTQ0NURXlOeTR3TGpBdQpNVEFkQmdOVkhTVUVGakFVQmdnckJnRUZCUWNEQVFZSUt3WUJCUVVIQXdJd0RBWURWUjBUQVFIL0JBSXdBREFkCkJnTlZIUTRFRmdRVU9VTTROaG5xU3pqTW5NYytaRVk4b2dXc2QyQXdId1lEVlIwakJCZ3dGb0FVdzZQTS85OHgKZHVuT0JHblBMdUhud1dydW5RUXdEUVlKS29aSWh2Y05BUUVMQlFBRGdnRUJBR2tsVTFDZjhtamp3WHJhcnRDNwpSN2xkODhtZDlVMXN5cmFUT0JucFhYaTdWdXE0Q2E2UDU5cnVvbEFXSTVoZTNJTWhlclpvNklSTmZTNzRmNTRKCng2N2FyRGNBNTNMdmFRSm95di9xRmhzSWd5MWtOMGRBY2RvY0tlWVBIWGd6TkdTM01nL2hNSWgyVWxVdFhJaUsKc0sySjBnNlFJMFNGSTl6UEpDK0NrOTFWMGFmRHkxck5IYzhkcFFiSk9hNnhOeHE5Z29Ba2p5aTJjYmlMSzFXZQpPckVIeXlkaU00eWxreE1jcndyTjZuVWtSdko2UGg4S1NsaEc2L0dJN2M2eUNyQm1IV3JGWnEzdHR0QWRtQTZyCmZNTytFb2tRWXlYV1R1Qzdta0VrQUZGVzRVamptcm5UOTFOKzFsRVd4VUtwYWZ5aC8zV1VodWUvWS9tYkJISjUKbnFzPQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==", "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": "LS0tLS1CRUdJTiBQUklWQVRFIEtFWS0tLS0tCk1JSUV2Z0lCQURBTkJna3Foa2lHOXcwQkFRRUZBQVNDQktnd2dnU2tBZ0VBQW9JQkFRQysxNFcwQlJWMExsYjUKNGFlcVVWeTR5S2lkL0hIUW9xZEJYcUl5TmdvZU1GNnJqanBBMElJMkVkTlZZTDF1bWhpZE9BdVNCWTNhYkIzZQpuY0t6YlpHKzh5d1JjM0RKTXAvdlhZK0lPY2pUSUdaUEo5NmNQYTNXUmFCWDB2d0tjN0RoRWkrUjlBeU02YjFQCkRmbHBDR3dSME5mUmhwS0N4YWozSlYvQVIyMTNwSkJyaUFEcWFFRWdHK3pwa25qRzdDRVFCZEVsc05MRnNsVjEKZkl3RmVyMmpVRjNoQ3VYTUJaMmxMM3U0T21MT3dqQzc1ZGZ1YmxaYmRXNlJQN0gvYXJmcnl4MGtCaVVIVEpYUwpkR0xXT1Q1ckRmdUtaanpESi80Sk5Gc0dWTFlqSjAwb2VkU1B1MXJ3Z01YZzJhdjAwSDhpL2pBYTVqd09xVGgwCmxQbFlhKzhKQWdNQkFBRUNnZ0VBUmxwdGo4L1ArT1NjYThJa2JVVlJTVTJ2MjQ0VTV6VVBNNm9QWVROS3g1Wk4KVURFK2lHWlZtbGszNzJHYWRBdWF4MXJCNlRMaStJS2pBRTVvV0gwc0haakh4aWNvalFOOHNtRnJhR3prKy9BVgp4MWlMV0Uza3AvbERBeDFralBYWlh4KzFLYmt1WjBSRDVjRGhFVGRwbjZlOTZDQVVJdUY3U0tFZWkyUEpsekVQCnhUcnQ3NWp5d1NFQitQREZKbjFwR2RrUnJJeW9kQ2RZREhubHBQWTBGYWEyL2lISGs0VVB4eTNQcWxWRXk0NzcKdm16TGpubFBqb0JLTlFXVzk3N2dNY3dyZzdqZmQ2bzcxUGYwYkVkWDlRaEpVYU90WjM1UC92dUdyb3BvV08yRQpIVldoWjFES1pURFlxVXkxSWI4TTduZkw2NTNaR2tMUTE2a0ZGZDZBQVFLQmdRRDBNdGNUYUFhRDgwTjdML3dsCm8vNnRLdXM2MkRQbnhxUXp1cWVmTklRcTJLRG95TEQyM21EZzdVb2dCYzJvWXNuRmRWT0h2ZkIxV0xDcXNNV2QKRVJSSFNzMVpWZktPRCtUd3FPVmRPS2VoQzk2SERQVnFZaHpkRm16cVBuNHpVdU5XZmlOOE1DZHdZQndQVFBpTApHNHFmdllEM05GRlBOZmVYRFFYdE5sbmFnUUtCZ1FESUVKRXczNDNMSTlINEQ5b28yRTNzVzhHZ3dTRWxUdWkwClZwMTIxTHlxWnJiSWRLZmNEYmkxSVFpNEFnMzNjalFFdTh6ZCtOVUtvazNUN1RHN2NhcWRqSVFROGZqRTU3Um8KZWd4aEhzem9XR2E5eTBvdGVLZUlEaDh6VFVCbDlQNGxWNnQzUXVjaitUZWpwcytEWGFMMlQyWTVpdTIyVnQ5SgpwS2dzVzFZQWlRS0JnUURCMEdRUmUvdkgyRmhUdWxjR3pPMUNKWkZEUi91U1ZuOVdxeXVFMlZxWTR3eDdGV1lXCjJaTE1rcWpGVjdYTmtuS1FMTG1hUCs5TVE1TWNObWJ4YlcvSjBaMi83TTR4WUg0VllBZURBSWRTODZldlNtS3kKQjZMZStvQ0JQZzVOejlpdGVqblJ4Q3BaTDM2MXlpSnR6Zk10SzJ2alIvdk13WWw3c3BOa25VR2RnUUtCZ0E1RQpzRFl1RzJ5N2QwUWJ6VkZRYSs1SmRQdkVDbHNnejVQZEFZbnlEaXFRL01RN0hhV2lET1JPSU5NT3duUTlYdHhmCmtITGNSa1ZsNGVzVlpaQ2F3TEpQelROd0xtL01ucDg4NVJrZ0d6a081UFR3UkxBTmhOVTlQSmhxRUFlMWUxS3EKZC80ZmRXQ3BhNEJ1YXlwUlNVZ0x6WnlZL2U4ZEx2dVBsTGJsSkxNUkFvR0JBTkt0cmpqejNHczdWb2FTWG9KUgp0ZjF1U0hiUDh3NWN1OS8vWDlqY3lrRlZKbjJmeUg0SjlEMUNWNktISko5QUtCdGlZUVlXU05sNTV5MVZIZEtBClhtazk2aVgwbGhlc0ttUlZpRk1JMnZlbmg3dTdKWlVXUDltUjJDZCtxQ0lPRUVoU3BVNHlOd0xGZWRxMFM0UUgKYTllVHFHS3k3YVZHek1MTVdLZlZYRTV1Ci0tLS0tRU5EIFBSSVZBVEUgS0VZLS0tLS0K", "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": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURqakNDQW5hZ0F3SUJBZ0lSQU1qNGxXcFowMG9udGxTOU5pTUtSbTR3RFFZSktvWklodmNOQVFFTEJRQXcKVURFZ01CNEdBMVVFQXd3WFRHOWpZV3dnVTJsbmJtbHVaeUJCZFhSb2IzSnBkSGt4TERBcUJnTlZCQU1NSTJNNApaamc1TlRaaExUVTVaRE0wWVRJM0xXSTJOVFJpWkRNMkxUSXpNR0UwTmpaa01CNFhEVEkwTVRFeE1qQXdNemN4Ck5sb1hEVEkxTVRFeE1qQXdNemN4TlZvd0ZERVNNQkFHQTFVRUF4TUpiRzlqWVd4b2IzTjBNSUlCSWpBTkJna3EKaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUF2dGVGdEFVVmRDNVcrZUducWxGY3VNaW9uZnh4MEtLbgpRVjZpTWpZS0hqQmVxNDQ2UU5DQ05oSFRWV0M5YnBvWW5UZ0xrZ1dOMm13ZDNwM0NzMjJSdnZNc0VYTnd5VEtmCjcxMlBpRG5JMHlCbVR5ZmVuRDJ0MWtXZ1Y5TDhDbk93NFJJdmtmUU1qT205VHczNWFRaHNFZERYMFlhU2dzV28KOXlWZndFZHRkNlNRYTRnQTZtaEJJQnZzNlpKNHh1d2hFQVhSSmJEU3hiSlZkWHlNQlhxOW8xQmQ0UXJsekFXZApwUzk3dURwaXpzSXd1K1hYN201V1czVnVrVCt4LzJxMzY4c2RKQVlsQjB5VjBuUmkxamsrYXczN2ltWTh3eWYrCkNUUmJCbFMySXlkTktIblVqN3RhOElERjRObXI5TkIvSXY0d0d1WThEcWs0ZEpUNVdHdnZDUUlEQVFBQm80R2UKTUlHYk1Bc0dBMVVkRHdRRUF3SUZvREFmQmdOVkhSRUVHREFXZ2dsc2IyTmhiR2h2YzNTQ0NURXlOeTR3TGpBdQpNVEFkQmdOVkhTVUVGakFVQmdnckJnRUZCUWNEQVFZSUt3WUJCUVVIQXdJd0RBWURWUjBUQVFIL0JBSXdBREFkCkJnTlZIUTRFRmdRVU9VTTROaG5xU3pqTW5NYytaRVk4b2dXc2QyQXdId1lEVlIwakJCZ3dGb0FVdzZQTS85OHgKZHVuT0JHblBMdUhud1dydW5RUXdEUVlKS29aSWh2Y05BUUVMQlFBRGdnRUJBR2tsVTFDZjhtamp3WHJhcnRDNwpSN2xkODhtZDlVMXN5cmFUT0JucFhYaTdWdXE0Q2E2UDU5cnVvbEFXSTVoZTNJTWhlclpvNklSTmZTNzRmNTRKCng2N2FyRGNBNTNMdmFRSm95di9xRmhzSWd5MWtOMGRBY2RvY0tlWVBIWGd6TkdTM01nL2hNSWgyVWxVdFhJaUsKc0sySjBnNlFJMFNGSTl6UEpDK0NrOTFWMGFmRHkxck5IYzhkcFFiSk9hNnhOeHE5Z29Ba2p5aTJjYmlMSzFXZQpPckVIeXlkaU00eWxreE1jcndyTjZuVWtSdko2UGg4S1NsaEc2L0dJN2M2eUNyQm1IV3JGWnEzdHR0QWRtQTZyCmZNTytFb2tRWXlYV1R1Qzdta0VrQUZGVzRVamptcm5UOTFOKzFsRVd4VUtwYWZ5aC8zV1VodWUvWS9tYkJISjUKbnFzPQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==", "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160 Monday 11 November 2024 19:37:17 -0500 (0:00:01.317) 0:01:29.025 ******* ok: [managed-node1] => { "ansible_facts": { "certificate_test_certs": { "podman_registry": { "ca": "/etc/pki/tls/certs/podman_registry.crt", "ca_content": "-----BEGIN CERTIFICATE-----\nMIIDjjCCAnagAwIBAgIRAMj4lWpZ00ontlS9NiMKRm4wDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMI2M4\nZjg5NTZhLTU5ZDM0YTI3LWI2NTRiZDM2LTIzMGE0NjZkMB4XDTI0MTExMjAwMzcx\nNloXDTI1MTExMjAwMzcxNVowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvteFtAUVdC5W+eGnqlFcuMionfxx0KKn\nQV6iMjYKHjBeq446QNCCNhHTVWC9bpoYnTgLkgWN2mwd3p3Cs22RvvMsEXNwyTKf\n712PiDnI0yBmTyfenD2t1kWgV9L8CnOw4RIvkfQMjOm9Tw35aQhsEdDX0YaSgsWo\n9yVfwEdtd6SQa4gA6mhBIBvs6ZJ4xuwhEAXRJbDSxbJVdXyMBXq9o1Bd4QrlzAWd\npS97uDpizsIwu+XX7m5WW3VukT+x/2q368sdJAYlB0yV0nRi1jk+aw37imY8wyf+\nCTRbBlS2IydNKHnUj7ta8IDF4Nmr9NB/Iv4wGuY8Dqk4dJT5WGvvCQIDAQABo4Ge\nMIGbMAsGA1UdDwQEAwIFoDAfBgNVHREEGDAWgglsb2NhbGhvc3SCCTEyNy4wLjAu\nMTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAd\nBgNVHQ4EFgQUOUM4NhnqSzjMnMc+ZEY8ogWsd2AwHwYDVR0jBBgwFoAUw6PM/98x\ndunOBGnPLuHnwWrunQQwDQYJKoZIhvcNAQELBQADggEBAGklU1Cf8mjjwXrartC7\nR7ld88md9U1syraTOBnpXXi7Vuq4Ca6P59ruolAWI5he3IMherZo6IRNfS74f54J\nx67arDcA53LvaQJoyv/qFhsIgy1kN0dAcdocKeYPHXgzNGS3Mg/hMIh2UlUtXIiK\nsK2J0g6QI0SFI9zPJC+Ck91V0afDy1rNHc8dpQbJOa6xNxq9goAkjyi2cbiLK1We\nOrEHyydiM4ylkxMcrwrN6nUkRvJ6Ph8KSlhG6/GI7c6yCrBmHWrFZq3tttAdmA6r\nfMO+EokQYyXWTuC7mkEkAFFW4UjjmrnT91N+1lEWxUKpafyh/3WUhue/Y/mbBHJ5\nnqs=\n-----END CERTIFICATE-----\n", "cert": "/etc/pki/tls/certs/podman_registry.crt", "cert_content": "-----BEGIN CERTIFICATE-----\nMIIDjjCCAnagAwIBAgIRAMj4lWpZ00ontlS9NiMKRm4wDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMI2M4\nZjg5NTZhLTU5ZDM0YTI3LWI2NTRiZDM2LTIzMGE0NjZkMB4XDTI0MTExMjAwMzcx\nNloXDTI1MTExMjAwMzcxNVowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvteFtAUVdC5W+eGnqlFcuMionfxx0KKn\nQV6iMjYKHjBeq446QNCCNhHTVWC9bpoYnTgLkgWN2mwd3p3Cs22RvvMsEXNwyTKf\n712PiDnI0yBmTyfenD2t1kWgV9L8CnOw4RIvkfQMjOm9Tw35aQhsEdDX0YaSgsWo\n9yVfwEdtd6SQa4gA6mhBIBvs6ZJ4xuwhEAXRJbDSxbJVdXyMBXq9o1Bd4QrlzAWd\npS97uDpizsIwu+XX7m5WW3VukT+x/2q368sdJAYlB0yV0nRi1jk+aw37imY8wyf+\nCTRbBlS2IydNKHnUj7ta8IDF4Nmr9NB/Iv4wGuY8Dqk4dJT5WGvvCQIDAQABo4Ge\nMIGbMAsGA1UdDwQEAwIFoDAfBgNVHREEGDAWgglsb2NhbGhvc3SCCTEyNy4wLjAu\nMTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAd\nBgNVHQ4EFgQUOUM4NhnqSzjMnMc+ZEY8ogWsd2AwHwYDVR0jBBgwFoAUw6PM/98x\ndunOBGnPLuHnwWrunQQwDQYJKoZIhvcNAQELBQADggEBAGklU1Cf8mjjwXrartC7\nR7ld88md9U1syraTOBnpXXi7Vuq4Ca6P59ruolAWI5he3IMherZo6IRNfS74f54J\nx67arDcA53LvaQJoyv/qFhsIgy1kN0dAcdocKeYPHXgzNGS3Mg/hMIh2UlUtXIiK\nsK2J0g6QI0SFI9zPJC+Ck91V0afDy1rNHc8dpQbJOa6xNxq9goAkjyi2cbiLK1We\nOrEHyydiM4ylkxMcrwrN6nUkRvJ6Ph8KSlhG6/GI7c6yCrBmHWrFZq3tttAdmA6r\nfMO+EokQYyXWTuC7mkEkAFFW4UjjmrnT91N+1lEWxUKpafyh/3WUhue/Y/mbBHJ5\nnqs=\n-----END CERTIFICATE-----\n", "key": "/etc/pki/tls/private/podman_registry.key", "key_content": "-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQC+14W0BRV0Llb5\n4aeqUVy4yKid/HHQoqdBXqIyNgoeMF6rjjpA0II2EdNVYL1umhidOAuSBY3abB3e\nncKzbZG+8ywRc3DJMp/vXY+IOcjTIGZPJ96cPa3WRaBX0vwKc7DhEi+R9AyM6b1P\nDflpCGwR0NfRhpKCxaj3JV/AR213pJBriADqaEEgG+zpknjG7CEQBdElsNLFslV1\nfIwFer2jUF3hCuXMBZ2lL3u4OmLOwjC75dfublZbdW6RP7H/arfryx0kBiUHTJXS\ndGLWOT5rDfuKZjzDJ/4JNFsGVLYjJ00oedSPu1rwgMXg2av00H8i/jAa5jwOqTh0\nlPlYa+8JAgMBAAECggEARlptj8/P+OSca8IkbUVRSU2v244U5zUPM6oPYTNKx5ZN\nUDE+iGZVmlk372GadAuax1rB6TLi+IKjAE5oWH0sHZjHxicojQN8smFraGzk+/AV\nx1iLWE3kp/lDAx1kjPXZXx+1KbkuZ0RD5cDhETdpn6e96CAUIuF7SKEei2PJlzEP\nxTrt75jywSEB+PDFJn1pGdkRrIyodCdYDHnlpPY0Faa2/iHHk4UPxy3PqlVEy477\nvmzLjnlPjoBKNQWW977gMcwrg7jfd6o71Pf0bEdX9QhJUaOtZ35P/vuGropoWO2E\nHVWhZ1DKZTDYqUy1Ib8M7nfL653ZGkLQ16kFFd6AAQKBgQD0MtcTaAaD80N7L/wl\no/6tKus62DPnxqQzuqefNIQq2KDoyLD23mDg7UogBc2oYsnFdVOHvfB1WLCqsMWd\nERRHSs1ZVfKOD+TwqOVdOKehC96HDPVqYhzdFmzqPn4zUuNWfiN8MCdwYBwPTPiL\nG4qfvYD3NFFPNfeXDQXtNlnagQKBgQDIEJEw343LI9H4D9oo2E3sW8GgwSElTui0\nVp121LyqZrbIdKfcDbi1IQi4Ag33cjQEu8zd+NUKok3T7TG7caqdjIQQ8fjE57Ro\negxhHszoWGa9y0oteKeIDh8zTUBl9P4lV6t3Qucj+Tejps+DXaL2T2Y5iu22Vt9J\npKgsW1YAiQKBgQDB0GQRe/vH2FhTulcGzO1CJZFDR/uSVn9WqyuE2VqY4wx7FWYW\n2ZLMkqjFV7XNknKQLLmaP+9MQ5McNmbxbW/J0Z2/7M4xYH4VYAeDAIdS86evSmKy\nB6Le+oCBPg5Nz9itejnRxCpZL361yiJtzfMtK2vjR/vMwYl7spNknUGdgQKBgA5E\nsDYuG2y7d0QbzVFQa+5JdPvEClsgz5PdAYnyDiqQ/MQ7HaWiDOROINMOwnQ9Xtxf\nkHLcRkVl4esVZZCawLJPzTNwLm/Mnp885RkgGzkO5PTwRLANhNU9PJhqEAe1e1Kq\nd/4fdWCpa4BuaypRSUgLzZyY/e8dLvuPlLblJLMRAoGBANKtrjjz3Gs7VoaSXoJR\ntf1uSHbP8w5cu9//X9jcykFVJn2fyH4J9D1CV6KHJJ9AKBtiYQYWSNl55y1VHdKA\nXmk96iX0lhesKmRViFMI2venh7u7JZUWP9mR2Cd+qCIOEEhSpU4yNwLFedq0S4QH\na9eTqGKy7aVGzMLMWKfVXE5u\n-----END PRIVATE KEY-----\n" } } }, "changed": false } TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176 Monday 11 November 2024 19:37:18 -0500 (0:00:00.051) 0:01:29.077 ******* ok: [managed-node1] => (item={'cert': '/etc/pki/tls/certs/podman_registry.crt', 'cert_content': '-----BEGIN CERTIFICATE-----\nMIIDjjCCAnagAwIBAgIRAMj4lWpZ00ontlS9NiMKRm4wDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMI2M4\nZjg5NTZhLTU5ZDM0YTI3LWI2NTRiZDM2LTIzMGE0NjZkMB4XDTI0MTExMjAwMzcx\nNloXDTI1MTExMjAwMzcxNVowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvteFtAUVdC5W+eGnqlFcuMionfxx0KKn\nQV6iMjYKHjBeq446QNCCNhHTVWC9bpoYnTgLkgWN2mwd3p3Cs22RvvMsEXNwyTKf\n712PiDnI0yBmTyfenD2t1kWgV9L8CnOw4RIvkfQMjOm9Tw35aQhsEdDX0YaSgsWo\n9yVfwEdtd6SQa4gA6mhBIBvs6ZJ4xuwhEAXRJbDSxbJVdXyMBXq9o1Bd4QrlzAWd\npS97uDpizsIwu+XX7m5WW3VukT+x/2q368sdJAYlB0yV0nRi1jk+aw37imY8wyf+\nCTRbBlS2IydNKHnUj7ta8IDF4Nmr9NB/Iv4wGuY8Dqk4dJT5WGvvCQIDAQABo4Ge\nMIGbMAsGA1UdDwQEAwIFoDAfBgNVHREEGDAWgglsb2NhbGhvc3SCCTEyNy4wLjAu\nMTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAd\nBgNVHQ4EFgQUOUM4NhnqSzjMnMc+ZEY8ogWsd2AwHwYDVR0jBBgwFoAUw6PM/98x\ndunOBGnPLuHnwWrunQQwDQYJKoZIhvcNAQELBQADggEBAGklU1Cf8mjjwXrartC7\nR7ld88md9U1syraTOBnpXXi7Vuq4Ca6P59ruolAWI5he3IMherZo6IRNfS74f54J\nx67arDcA53LvaQJoyv/qFhsIgy1kN0dAcdocKeYPHXgzNGS3Mg/hMIh2UlUtXIiK\nsK2J0g6QI0SFI9zPJC+Ck91V0afDy1rNHc8dpQbJOa6xNxq9goAkjyi2cbiLK1We\nOrEHyydiM4ylkxMcrwrN6nUkRvJ6Ph8KSlhG6/GI7c6yCrBmHWrFZq3tttAdmA6r\nfMO+EokQYyXWTuC7mkEkAFFW4UjjmrnT91N+1lEWxUKpafyh/3WUhue/Y/mbBHJ5\nnqs=\n-----END CERTIFICATE-----\n', 'key': '/etc/pki/tls/private/podman_registry.key', 'key_content': '-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQC+14W0BRV0Llb5\n4aeqUVy4yKid/HHQoqdBXqIyNgoeMF6rjjpA0II2EdNVYL1umhidOAuSBY3abB3e\nncKzbZG+8ywRc3DJMp/vXY+IOcjTIGZPJ96cPa3WRaBX0vwKc7DhEi+R9AyM6b1P\nDflpCGwR0NfRhpKCxaj3JV/AR213pJBriADqaEEgG+zpknjG7CEQBdElsNLFslV1\nfIwFer2jUF3hCuXMBZ2lL3u4OmLOwjC75dfublZbdW6RP7H/arfryx0kBiUHTJXS\ndGLWOT5rDfuKZjzDJ/4JNFsGVLYjJ00oedSPu1rwgMXg2av00H8i/jAa5jwOqTh0\nlPlYa+8JAgMBAAECggEARlptj8/P+OSca8IkbUVRSU2v244U5zUPM6oPYTNKx5ZN\nUDE+iGZVmlk372GadAuax1rB6TLi+IKjAE5oWH0sHZjHxicojQN8smFraGzk+/AV\nx1iLWE3kp/lDAx1kjPXZXx+1KbkuZ0RD5cDhETdpn6e96CAUIuF7SKEei2PJlzEP\nxTrt75jywSEB+PDFJn1pGdkRrIyodCdYDHnlpPY0Faa2/iHHk4UPxy3PqlVEy477\nvmzLjnlPjoBKNQWW977gMcwrg7jfd6o71Pf0bEdX9QhJUaOtZ35P/vuGropoWO2E\nHVWhZ1DKZTDYqUy1Ib8M7nfL653ZGkLQ16kFFd6AAQKBgQD0MtcTaAaD80N7L/wl\no/6tKus62DPnxqQzuqefNIQq2KDoyLD23mDg7UogBc2oYsnFdVOHvfB1WLCqsMWd\nERRHSs1ZVfKOD+TwqOVdOKehC96HDPVqYhzdFmzqPn4zUuNWfiN8MCdwYBwPTPiL\nG4qfvYD3NFFPNfeXDQXtNlnagQKBgQDIEJEw343LI9H4D9oo2E3sW8GgwSElTui0\nVp121LyqZrbIdKfcDbi1IQi4Ag33cjQEu8zd+NUKok3T7TG7caqdjIQQ8fjE57Ro\negxhHszoWGa9y0oteKeIDh8zTUBl9P4lV6t3Qucj+Tejps+DXaL2T2Y5iu22Vt9J\npKgsW1YAiQKBgQDB0GQRe/vH2FhTulcGzO1CJZFDR/uSVn9WqyuE2VqY4wx7FWYW\n2ZLMkqjFV7XNknKQLLmaP+9MQ5McNmbxbW/J0Z2/7M4xYH4VYAeDAIdS86evSmKy\nB6Le+oCBPg5Nz9itejnRxCpZL361yiJtzfMtK2vjR/vMwYl7spNknUGdgQKBgA5E\nsDYuG2y7d0QbzVFQa+5JdPvEClsgz5PdAYnyDiqQ/MQ7HaWiDOROINMOwnQ9Xtxf\nkHLcRkVl4esVZZCawLJPzTNwLm/Mnp885RkgGzkO5PTwRLANhNU9PJhqEAe1e1Kq\nd/4fdWCpa4BuaypRSUgLzZyY/e8dLvuPlLblJLMRAoGBANKtrjjz3Gs7VoaSXoJR\ntf1uSHbP8w5cu9//X9jcykFVJn2fyH4J9D1CV6KHJJ9AKBtiYQYWSNl55y1VHdKA\nXmk96iX0lhesKmRViFMI2venh7u7JZUWP9mR2Cd+qCIOEEhSpU4yNwLFedq0S4QH\na9eTqGKy7aVGzMLMWKfVXE5u\n-----END PRIVATE KEY-----\n', 'ca': '/etc/pki/tls/certs/podman_registry.crt', 'ca_content': '-----BEGIN CERTIFICATE-----\nMIIDjjCCAnagAwIBAgIRAMj4lWpZ00ontlS9NiMKRm4wDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMI2M4\nZjg5NTZhLTU5ZDM0YTI3LWI2NTRiZDM2LTIzMGE0NjZkMB4XDTI0MTExMjAwMzcx\nNloXDTI1MTExMjAwMzcxNVowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvteFtAUVdC5W+eGnqlFcuMionfxx0KKn\nQV6iMjYKHjBeq446QNCCNhHTVWC9bpoYnTgLkgWN2mwd3p3Cs22RvvMsEXNwyTKf\n712PiDnI0yBmTyfenD2t1kWgV9L8CnOw4RIvkfQMjOm9Tw35aQhsEdDX0YaSgsWo\n9yVfwEdtd6SQa4gA6mhBIBvs6ZJ4xuwhEAXRJbDSxbJVdXyMBXq9o1Bd4QrlzAWd\npS97uDpizsIwu+XX7m5WW3VukT+x/2q368sdJAYlB0yV0nRi1jk+aw37imY8wyf+\nCTRbBlS2IydNKHnUj7ta8IDF4Nmr9NB/Iv4wGuY8Dqk4dJT5WGvvCQIDAQABo4Ge\nMIGbMAsGA1UdDwQEAwIFoDAfBgNVHREEGDAWgglsb2NhbGhvc3SCCTEyNy4wLjAu\nMTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAd\nBgNVHQ4EFgQUOUM4NhnqSzjMnMc+ZEY8ogWsd2AwHwYDVR0jBBgwFoAUw6PM/98x\ndunOBGnPLuHnwWrunQQwDQYJKoZIhvcNAQELBQADggEBAGklU1Cf8mjjwXrartC7\nR7ld88md9U1syraTOBnpXXi7Vuq4Ca6P59ruolAWI5he3IMherZo6IRNfS74f54J\nx67arDcA53LvaQJoyv/qFhsIgy1kN0dAcdocKeYPHXgzNGS3Mg/hMIh2UlUtXIiK\nsK2J0g6QI0SFI9zPJC+Ck91V0afDy1rNHc8dpQbJOa6xNxq9goAkjyi2cbiLK1We\nOrEHyydiM4ylkxMcrwrN6nUkRvJ6Ph8KSlhG6/GI7c6yCrBmHWrFZq3tttAdmA6r\nfMO+EokQYyXWTuC7mkEkAFFW4UjjmrnT91N+1lEWxUKpafyh/3WUhue/Y/mbBHJ5\nnqs=\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.032071", "end": "2024-11-11 19:37:18.396568", "item": { "ca": "/etc/pki/tls/certs/podman_registry.crt", "ca_content": "-----BEGIN CERTIFICATE-----\nMIIDjjCCAnagAwIBAgIRAMj4lWpZ00ontlS9NiMKRm4wDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMI2M4\nZjg5NTZhLTU5ZDM0YTI3LWI2NTRiZDM2LTIzMGE0NjZkMB4XDTI0MTExMjAwMzcx\nNloXDTI1MTExMjAwMzcxNVowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvteFtAUVdC5W+eGnqlFcuMionfxx0KKn\nQV6iMjYKHjBeq446QNCCNhHTVWC9bpoYnTgLkgWN2mwd3p3Cs22RvvMsEXNwyTKf\n712PiDnI0yBmTyfenD2t1kWgV9L8CnOw4RIvkfQMjOm9Tw35aQhsEdDX0YaSgsWo\n9yVfwEdtd6SQa4gA6mhBIBvs6ZJ4xuwhEAXRJbDSxbJVdXyMBXq9o1Bd4QrlzAWd\npS97uDpizsIwu+XX7m5WW3VukT+x/2q368sdJAYlB0yV0nRi1jk+aw37imY8wyf+\nCTRbBlS2IydNKHnUj7ta8IDF4Nmr9NB/Iv4wGuY8Dqk4dJT5WGvvCQIDAQABo4Ge\nMIGbMAsGA1UdDwQEAwIFoDAfBgNVHREEGDAWgglsb2NhbGhvc3SCCTEyNy4wLjAu\nMTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAd\nBgNVHQ4EFgQUOUM4NhnqSzjMnMc+ZEY8ogWsd2AwHwYDVR0jBBgwFoAUw6PM/98x\ndunOBGnPLuHnwWrunQQwDQYJKoZIhvcNAQELBQADggEBAGklU1Cf8mjjwXrartC7\nR7ld88md9U1syraTOBnpXXi7Vuq4Ca6P59ruolAWI5he3IMherZo6IRNfS74f54J\nx67arDcA53LvaQJoyv/qFhsIgy1kN0dAcdocKeYPHXgzNGS3Mg/hMIh2UlUtXIiK\nsK2J0g6QI0SFI9zPJC+Ck91V0afDy1rNHc8dpQbJOa6xNxq9goAkjyi2cbiLK1We\nOrEHyydiM4ylkxMcrwrN6nUkRvJ6Ph8KSlhG6/GI7c6yCrBmHWrFZq3tttAdmA6r\nfMO+EokQYyXWTuC7mkEkAFFW4UjjmrnT91N+1lEWxUKpafyh/3WUhue/Y/mbBHJ5\nnqs=\n-----END CERTIFICATE-----\n", "cert": "/etc/pki/tls/certs/podman_registry.crt", "cert_content": "-----BEGIN CERTIFICATE-----\nMIIDjjCCAnagAwIBAgIRAMj4lWpZ00ontlS9NiMKRm4wDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMI2M4\nZjg5NTZhLTU5ZDM0YTI3LWI2NTRiZDM2LTIzMGE0NjZkMB4XDTI0MTExMjAwMzcx\nNloXDTI1MTExMjAwMzcxNVowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvteFtAUVdC5W+eGnqlFcuMionfxx0KKn\nQV6iMjYKHjBeq446QNCCNhHTVWC9bpoYnTgLkgWN2mwd3p3Cs22RvvMsEXNwyTKf\n712PiDnI0yBmTyfenD2t1kWgV9L8CnOw4RIvkfQMjOm9Tw35aQhsEdDX0YaSgsWo\n9yVfwEdtd6SQa4gA6mhBIBvs6ZJ4xuwhEAXRJbDSxbJVdXyMBXq9o1Bd4QrlzAWd\npS97uDpizsIwu+XX7m5WW3VukT+x/2q368sdJAYlB0yV0nRi1jk+aw37imY8wyf+\nCTRbBlS2IydNKHnUj7ta8IDF4Nmr9NB/Iv4wGuY8Dqk4dJT5WGvvCQIDAQABo4Ge\nMIGbMAsGA1UdDwQEAwIFoDAfBgNVHREEGDAWgglsb2NhbGhvc3SCCTEyNy4wLjAu\nMTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAd\nBgNVHQ4EFgQUOUM4NhnqSzjMnMc+ZEY8ogWsd2AwHwYDVR0jBBgwFoAUw6PM/98x\ndunOBGnPLuHnwWrunQQwDQYJKoZIhvcNAQELBQADggEBAGklU1Cf8mjjwXrartC7\nR7ld88md9U1syraTOBnpXXi7Vuq4Ca6P59ruolAWI5he3IMherZo6IRNfS74f54J\nx67arDcA53LvaQJoyv/qFhsIgy1kN0dAcdocKeYPHXgzNGS3Mg/hMIh2UlUtXIiK\nsK2J0g6QI0SFI9zPJC+Ck91V0afDy1rNHc8dpQbJOa6xNxq9goAkjyi2cbiLK1We\nOrEHyydiM4ylkxMcrwrN6nUkRvJ6Ph8KSlhG6/GI7c6yCrBmHWrFZq3tttAdmA6r\nfMO+EokQYyXWTuC7mkEkAFFW4UjjmrnT91N+1lEWxUKpafyh/3WUhue/Y/mbBHJ5\nnqs=\n-----END CERTIFICATE-----\n", "key": "/etc/pki/tls/private/podman_registry.key", "key_content": "-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQC+14W0BRV0Llb5\n4aeqUVy4yKid/HHQoqdBXqIyNgoeMF6rjjpA0II2EdNVYL1umhidOAuSBY3abB3e\nncKzbZG+8ywRc3DJMp/vXY+IOcjTIGZPJ96cPa3WRaBX0vwKc7DhEi+R9AyM6b1P\nDflpCGwR0NfRhpKCxaj3JV/AR213pJBriADqaEEgG+zpknjG7CEQBdElsNLFslV1\nfIwFer2jUF3hCuXMBZ2lL3u4OmLOwjC75dfublZbdW6RP7H/arfryx0kBiUHTJXS\ndGLWOT5rDfuKZjzDJ/4JNFsGVLYjJ00oedSPu1rwgMXg2av00H8i/jAa5jwOqTh0\nlPlYa+8JAgMBAAECggEARlptj8/P+OSca8IkbUVRSU2v244U5zUPM6oPYTNKx5ZN\nUDE+iGZVmlk372GadAuax1rB6TLi+IKjAE5oWH0sHZjHxicojQN8smFraGzk+/AV\nx1iLWE3kp/lDAx1kjPXZXx+1KbkuZ0RD5cDhETdpn6e96CAUIuF7SKEei2PJlzEP\nxTrt75jywSEB+PDFJn1pGdkRrIyodCdYDHnlpPY0Faa2/iHHk4UPxy3PqlVEy477\nvmzLjnlPjoBKNQWW977gMcwrg7jfd6o71Pf0bEdX9QhJUaOtZ35P/vuGropoWO2E\nHVWhZ1DKZTDYqUy1Ib8M7nfL653ZGkLQ16kFFd6AAQKBgQD0MtcTaAaD80N7L/wl\no/6tKus62DPnxqQzuqefNIQq2KDoyLD23mDg7UogBc2oYsnFdVOHvfB1WLCqsMWd\nERRHSs1ZVfKOD+TwqOVdOKehC96HDPVqYhzdFmzqPn4zUuNWfiN8MCdwYBwPTPiL\nG4qfvYD3NFFPNfeXDQXtNlnagQKBgQDIEJEw343LI9H4D9oo2E3sW8GgwSElTui0\nVp121LyqZrbIdKfcDbi1IQi4Ag33cjQEu8zd+NUKok3T7TG7caqdjIQQ8fjE57Ro\negxhHszoWGa9y0oteKeIDh8zTUBl9P4lV6t3Qucj+Tejps+DXaL2T2Y5iu22Vt9J\npKgsW1YAiQKBgQDB0GQRe/vH2FhTulcGzO1CJZFDR/uSVn9WqyuE2VqY4wx7FWYW\n2ZLMkqjFV7XNknKQLLmaP+9MQ5McNmbxbW/J0Z2/7M4xYH4VYAeDAIdS86evSmKy\nB6Le+oCBPg5Nz9itejnRxCpZL361yiJtzfMtK2vjR/vMwYl7spNknUGdgQKBgA5E\nsDYuG2y7d0QbzVFQa+5JdPvEClsgz5PdAYnyDiqQ/MQ7HaWiDOROINMOwnQ9Xtxf\nkHLcRkVl4esVZZCawLJPzTNwLm/Mnp885RkgGzkO5PTwRLANhNU9PJhqEAe1e1Kq\nd/4fdWCpa4BuaypRSUgLzZyY/e8dLvuPlLblJLMRAoGBANKtrjjz3Gs7VoaSXoJR\ntf1uSHbP8w5cu9//X9jcykFVJn2fyH4J9D1CV6KHJJ9AKBtiYQYWSNl55y1VHdKA\nXmk96iX0lhesKmRViFMI2venh7u7JZUWP9mR2Cd+qCIOEEhSpU4yNwLFedq0S4QH\na9eTqGKy7aVGzMLMWKfVXE5u\n-----END PRIVATE KEY-----\n" }, "rc": 0, "start": "2024-11-11 19:37:18.364497" } STDOUT: Request "20241112003716" removed. TASK [fedora.linux_system_roles.certificate : Remove files] ******************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181 Monday 11 November 2024 19:37:18 -0500 (0:00:00.439) 0:01:29.516 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:34 Monday 11 November 2024 19:37:19 -0500 (0:00:01.161) 0:01:30.678 ******* changed: [managed-node1] => { "changed": true, "checksum": "71aa1fbb81f971898cd35afe1583d4313eadba19", "dest": "/tmp/lsr_3bzezumr_podman/auth/registry_cert.crt", "gid": 0, "group": "root", "md5sum": "9e1268041c5ee68d86c71f41b1f46569", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 1294, "src": "/root/.ansible/tmp/ansible-tmp-1731371839.7036595-9372-37089594832457/source", "state": "file", "uid": 0 } TASK [Write key for registry] ************************************************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:40 Monday 11 November 2024 19:37:20 -0500 (0:00:00.987) 0:01:31.665 ******* changed: [managed-node1] => { "changed": true, "checksum": "2a06f0266996b883b9d183f0c921975f1e89cea9", "dest": "/tmp/lsr_3bzezumr_podman/auth/registry_key.pem", "gid": 0, "group": "root", "md5sum": "2b42046b88f1262530550e7ff5255c58", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 1704, "src": "/root/.ansible/tmp/ansible-tmp-1731371840.6884696-9418-7473721173468/source", "state": "file", "uid": 0 } TASK [Write CA cert for registry] ********************************************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:46 Monday 11 November 2024 19:37:21 -0500 (0:00:00.772) 0:01:32.438 ******* changed: [managed-node1] => { "changed": true, "checksum": "71aa1fbb81f971898cd35afe1583d4313eadba19", "dest": "/tmp/lsr_3bzezumr_podman/auth/ca.crt", "gid": 0, "group": "root", "md5sum": "9e1268041c5ee68d86c71f41b1f46569", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 1294, "src": "/root/.ansible/tmp/ansible-tmp-1731371841.4535005-9457-22175907777466/source", "state": "file", "uid": 0 } TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:55 Monday 11 November 2024 19:37:22 -0500 (0:00:00.710) 0:01:33.149 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:60 Monday 11 November 2024 19:37:22 -0500 (0:00:00.053) 0:01:33.202 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:64 Monday 11 November 2024 19:37:22 -0500 (0:00:00.077) 0:01:33.280 ******* changed: [managed-node1] => { "changed": true, "rc": 0, "results": [ "Installed: httpd-tools-2.4.37-64.module_el8+965+1ad5c49d.x86_64", "Installed: skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64", "Installed: apr-util-openssl-1.6.1-9.el8.x86_64", "Installed: apr-1.6.3-12.el8.x86_64", "Installed: apr-util-1.6.1-9.el8.x86_64", "Installed: apr-util-bdb-1.6.1-9.el8.x86_64" ] } lsrpackages: httpd-tools skopeo TASK [Write user and password] ************************************************* task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:70 Monday 11 November 2024 19:37:27 -0500 (0:00:05.391) 0:01:38.671 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:78 Monday 11 November 2024 19:37:28 -0500 (0:00:00.424) 0:01:39.096 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:94 Monday 11 November 2024 19:37:28 -0500 (0:00:00.743) 0:01:39.840 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_cleanup_paths": [ "/tmp/lsr_3bzezumr_podman" ] }, "changed": false } TASK [Start registry] ********************************************************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:102 Monday 11 November 2024 19:37:28 -0500 (0:00:00.032) 0:01:39.873 ******* changed: [managed-node1] => { "changed": true, "cmd": [ "podman", "run", "-d", "-p", "127.0.0.1:5000:5000", "--name", "podman_registry", "-v", "/tmp/lsr_3bzezumr_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:04.253906", "end": "2024-11-11 19:37:33.416096", "rc": 0, "start": "2024-11-11 19:37:29.162190" } STDOUT: 800ba1affaf366a4beb4002fd029066ee095f5e6560c3e07741ed2acb1105c74 STDERR: Trying to pull quay.io/libpod/registry:2.8.2... Getting image source signatures Copying blob sha256:7264a8db6415046d36d16ba98b79778e18accee6ffa71850405994cffa9be7de Copying blob sha256:7417fa3c6d923a722787ff60825c3c40f74621ab2e4abcc120e25b10a35e4811 Copying blob sha256:c4d48a809fc2256f8aa0aeee47998488d64409855adba00a7cb3007ab9f3286e 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-3Ao/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:113 Monday 11 November 2024 19:37:33 -0500 (0:00:04.641) 0:01:44.515 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:117 Monday 11 November 2024 19:37:34 -0500 (0:00:00.542) 0:01:45.057 ******* ok: [managed-node1] => { "attempts": 1, "changed": false, "cmd": [ "podman", "logs", "podman_registry" ], "delta": "0:00:00.037338", "end": "2024-11-11 19:37:34.363790", "rc": 0, "start": "2024-11-11 19:37:34.326452" } STDERR: time="2024-11-12T00:37:33.410981138Z" 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=f93639ca-6318-48ac-a1e6-1f37bdd27cd3 service=registry version=2.8.2 time="2024-11-12T00:37:33.411033898Z" level=info msg="Starting upload purge in 27m0s" go.version=go1.19.9 instance.id=f93639ca-6318-48ac-a1e6-1f37bdd27cd3 service=registry version=2.8.2 time="2024-11-12T00:37:33.411041926Z" level=info msg="redis not configured" go.version=go1.19.9 instance.id=f93639ca-6318-48ac-a1e6-1f37bdd27cd3 service=registry version=2.8.2 time="2024-11-12T00:37:33.411131149Z" level=info msg="using inmemory blob descriptor cache" go.version=go1.19.9 instance.id=f93639ca-6318-48ac-a1e6-1f37bdd27cd3 service=registry version=2.8.2 time="2024-11-12T00:37:33.411428749Z" level=info msg="restricting TLS version to tls1.2 or higher" go.version=go1.19.9 instance.id=f93639ca-6318-48ac-a1e6-1f37bdd27cd3 service=registry version=2.8.2 time="2024-11-12T00:37:33.411451119Z" 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=f93639ca-6318-48ac-a1e6-1f37bdd27cd3 service=registry version=2.8.2 time="2024-11-12T00:37:33.411944346Z" level=info msg="listening on [::]:5000, tls" go.version=go1.19.9 instance.id=f93639ca-6318-48ac-a1e6-1f37bdd27cd3 service=registry version=2.8.2 2024/11/12 00:37:33 http: TLS handshake error from 10.88.0.1:57184: EOF TASK [Convert test image names into local registry names] ********************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:123 Monday 11 November 2024 19:37:34 -0500 (0:00:00.436) 0:01:45.493 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:127 Monday 11 November 2024 19:37:34 -0500 (0:00:00.062) 0:01:45.555 ******* 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_3bzezumr_podman/auth/auth.json\" --cert-dir=\"/tmp/lsr_3bzezumr_podman/auth\" quay.io/libpod/testimage:20210610 docker://localhost:5000/libpod/testimage:20210610", "delta": "0:00:03.051034", "end": "2024-11-11 19:37:37.945340", "item": { "key": "quay.io/libpod/testimage:20210610", "value": "localhost:5000/libpod/testimage:20210610" }, "rc": 0, "start": "2024-11-11 19:37:34.894306" } 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-3Ao/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:136 Monday 11 November 2024 19:37:38 -0500 (0:00:03.484) 0:01:49.040 ******* ok: [managed-node1] => (item=localhost:5000/libpod/testimage:20210610) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "skopeo", "inspect", "--authfile=/tmp/lsr_3bzezumr_podman/auth/auth.json", "--cert-dir=/tmp/lsr_3bzezumr_podman/auth", "docker://localhost:5000/libpod/testimage:20210610" ], "delta": "0:00:00.162505", "end": "2024-11-11 19:37:38.480068", "item": "localhost:5000/libpod/testimage:20210610", "rc": 0, "start": "2024-11-11 19:37:38.317563" } 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-3Ao/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:58 Monday 11 November 2024 19:37:38 -0500 (0:00:00.574) 0:01:49.614 ******* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 11 November 2024 19:37:38 -0500 (0:00:00.168) 0:01:49.783 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 11 November 2024 19:37:38 -0500 (0:00:00.081) 0:01:49.865 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Monday 11 November 2024 19:37:38 -0500 (0:00:00.053) 0:01:49.918 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Monday 11 November 2024 19:37:38 -0500 (0:00:00.048) 0:01:49.967 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Monday 11 November 2024 19:37:38 -0500 (0:00:00.046) 0:01:50.013 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Monday 11 November 2024 19:37:39 -0500 (0:00:00.050) 0:01:50.064 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Monday 11 November 2024 19:37:39 -0500 (0:00:00.053) 0:01:50.118 ******* ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-3Ao/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-3Ao/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-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 11 November 2024 19:37:39 -0500 (0:00:00.108) 0:01:50.226 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 11 November 2024 19:37:40 -0500 (0:00:01.671) 0:01:51.898 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 11 November 2024 19:37:40 -0500 (0:00:00.057) 0:01:51.955 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Monday 11 November 2024 19:37:41 -0500 (0:00:00.087) 0:01:52.043 ******* skipping: [managed-node1] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Monday 11 November 2024 19:37:41 -0500 (0:00:00.082) 0:01:52.126 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 11 November 2024 19:37:41 -0500 (0:00:00.054) 0:01:52.180 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Monday 11 November 2024 19:37:41 -0500 (0:00:00.054) 0:01:52.235 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.027258", "end": "2024-11-11 19:37:41.587646", "rc": 0, "start": "2024-11-11 19:37:41.560388" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Monday 11 November 2024 19:37:41 -0500 (0:00:00.471) 0:01:52.706 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Monday 11 November 2024 19:37:41 -0500 (0:00:00.050) 0:01:52.756 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Monday 11 November 2024 19:37:41 -0500 (0:00:00.178) 0:01:52.935 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Monday 11 November 2024 19:37:41 -0500 (0:00:00.082) 0:01:53.017 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Monday 11 November 2024 19:37:42 -0500 (0:00:00.114) 0:01:53.132 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 19:37:42 -0500 (0:00:00.120) 0:01:53.252 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 19:37:42 -0500 (0:00:00.057) 0:01:53.310 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 19:37:42 -0500 (0:00:00.053) 0:01:53.363 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 19:37:42 -0500 (0:00:00.063) 0:01:53.427 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731371821.3488855, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731371792.0080051, "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 19:37:42 -0500 (0:00:00.392) 0:01:53.819 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 19:37:42 -0500 (0:00:00.049) 0:01:53.868 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 19:37:42 -0500 (0:00:00.048) 0:01:53.917 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 19:37:42 -0500 (0:00:00.049) 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 : Get subgid file] ********************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 19:37:42 -0500 (0:00:00.048) 0:01:54.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 : Set user subuid and subgid info] ****** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 19:37:43 -0500 (0:00:00.054) 0:01:54.069 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 19:37:43 -0500 (0:00:00.079) 0:01:54.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 : Fail if user not in subgid file] ****** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 19:37:43 -0500 (0:00:00.087) 0:01:54.236 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Monday 11 November 2024 19:37:43 -0500 (0:00:00.060) 0:01:54.297 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95 Monday 11 November 2024 19:37:43 -0500 (0:00:00.096) 0:01:54.394 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 11 November 2024 19:37:43 -0500 (0:00:00.113) 0:01:54.508 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 11 November 2024 19:37:43 -0500 (0:00:00.039) 0:01:54.548 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98 Monday 11 November 2024 19:37:43 -0500 (0:00:00.038) 0:01:54.586 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 11 November 2024 19:37:43 -0500 (0:00:00.066) 0:01:54.653 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 11 November 2024 19:37:43 -0500 (0:00:00.037) 0:01:54.690 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101 Monday 11 November 2024 19:37:43 -0500 (0:00:00.037) 0:01:54.728 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Monday 11 November 2024 19:37:43 -0500 (0:00:00.108) 0:01:54.837 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Monday 11 November 2024 19:37:43 -0500 (0:00:00.041) 0:01:54.878 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Monday 11 November 2024 19:37:43 -0500 (0:00:00.048) 0:01:54.926 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Monday 11 November 2024 19:37:43 -0500 (0:00:00.067) 0:01:54.994 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Monday 11 November 2024 19:37:44 -0500 (0:00:00.036) 0:01:55.031 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Monday 11 November 2024 19:37:44 -0500 (0:00:00.042) 0:01:55.073 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Monday 11 November 2024 19:37:44 -0500 (0:00:00.060) 0:01:55.134 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Monday 11 November 2024 19:37:44 -0500 (0:00:00.038) 0:01:55.173 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117 Monday 11 November 2024 19:37:44 -0500 (0:00:00.130) 0:01:55.303 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Monday 11 November 2024 19:37:44 -0500 (0:00:00.074) 0:01:55.378 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128 Monday 11 November 2024 19:37:44 -0500 (0:00:00.046) 0:01:55.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 credential files - present] **** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137 Monday 11 November 2024 19:37:44 -0500 (0:00:00.047) 0:01:55.472 ******* skipping: [managed-node1] => { "censored": "the output 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Monday 11 November 2024 19:37:44 -0500 (0:00:00.034) 0:01:55.507 ******* skipping: [managed-node1] => { "censored": "the output 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Monday 11 November 2024 19:37:44 -0500 (0:00:00.031) 0:01:55.538 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Monday 11 November 2024 19:37:44 -0500 (0:00:00.081) 0:01:55.619 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Monday 11 November 2024 19:37:44 -0500 (0:00:00.055) 0:01:55.675 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Monday 11 November 2024 19:37:44 -0500 (0:00:00.047) 0:01:55.723 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Monday 11 November 2024 19:37:44 -0500 (0:00:00.040) 0:01:55.763 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 19:37:44 -0500 (0:00:00.086) 0:01:55.850 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 19:37:44 -0500 (0:00:00.038) 0:01:55.888 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 19:37:44 -0500 (0:00:00.036) 0:01:55.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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 19:37:44 -0500 (0:00:00.046) 0:01:55.971 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731371821.3488855, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731371792.0080051, "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 19:37:45 -0500 (0:00:00.414) 0:01:56.386 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 19:37:45 -0500 (0:00:00.045) 0:01:56.431 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 19:37:45 -0500 (0:00:00.046) 0:01:56.477 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 19:37:45 -0500 (0:00:00.090) 0:01:56.568 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 19:37:45 -0500 (0:00:00.045) 0:01:56.614 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 19:37:45 -0500 (0:00:00.045) 0:01:56.660 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 19:37:45 -0500 (0:00:00.046) 0:01:56.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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 19:37:45 -0500 (0:00:00.044) 0:01:56.750 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Monday 11 November 2024 19:37:45 -0500 (0:00:00.044) 0:01:56.795 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Monday 11 November 2024 19:37:45 -0500 (0:00:00.054) 0:01:56.849 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Monday 11 November 2024 19:37:45 -0500 (0:00:00.086) 0:01:56.936 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Monday 11 November 2024 19:37:45 -0500 (0:00:00.052) 0:01:56.988 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Monday 11 November 2024 19:37:46 -0500 (0:00:00.042) 0:01:57.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 : Get service name using systemd-escape] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Monday 11 November 2024 19:37:46 -0500 (0:00:00.046) 0:01:57.078 ******* 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.005732", "end": "2024-11-11 19:37:46.367212", "rc": 0, "start": "2024-11-11 19:37:46.361480" } 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Monday 11 November 2024 19:37:46 -0500 (0:00:00.405) 0:01:57.483 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Monday 11 November 2024 19:37:46 -0500 (0:00:00.052) 0:01:57.536 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Monday 11 November 2024 19:37:46 -0500 (0:00:00.139) 0:01:57.675 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 11 November 2024 19:37:46 -0500 (0:00:00.132) 0:01:57.808 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 11 November 2024 19:37:46 -0500 (0:00:00.078) 0:01:57.886 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 11 November 2024 19:37:46 -0500 (0:00:00.106) 0:01:57.993 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Monday 11 November 2024 19:37:47 -0500 (0:00:00.046) 0:01:58.039 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Monday 11 November 2024 19:37:47 -0500 (0:00:00.047) 0:01:58.087 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Monday 11 November 2024 19:37:47 -0500 (0:00:00.049) 0:01:58.137 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:73 Monday 11 November 2024 19:37:48 -0500 (0:00:00.956) 0:01:59.093 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:84 Monday 11 November 2024 19:37:48 -0500 (0:00:00.052) 0:01:59.146 ******* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 11 November 2024 19:37:48 -0500 (0:00:00.103) 0:01:59.249 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 11 November 2024 19:37:48 -0500 (0:00:00.058) 0:01:59.308 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Monday 11 November 2024 19:37:48 -0500 (0:00:00.045) 0:01:59.354 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Monday 11 November 2024 19:37:48 -0500 (0:00:00.047) 0:01:59.402 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Monday 11 November 2024 19:37:48 -0500 (0:00:00.055) 0:01:59.458 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Monday 11 November 2024 19:37:48 -0500 (0:00:00.052) 0:01:59.511 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Monday 11 November 2024 19:37:48 -0500 (0:00:00.050) 0:01:59.562 ******* ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-3Ao/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-3Ao/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-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 11 November 2024 19:37:48 -0500 (0:00:00.114) 0:01:59.676 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 11 November 2024 19:37:50 -0500 (0:00:01.635) 0:02:01.312 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 11 November 2024 19:37:50 -0500 (0:00:00.035) 0:02:01.347 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Monday 11 November 2024 19:37:50 -0500 (0:00:00.038) 0:02:01.385 ******* skipping: [managed-node1] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Monday 11 November 2024 19:37:50 -0500 (0:00:00.036) 0:02:01.422 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 11 November 2024 19:37:50 -0500 (0:00:00.046) 0:02:01.469 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Monday 11 November 2024 19:37:50 -0500 (0:00:00.049) 0:02:01.518 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.028267", "end": "2024-11-11 19:37:50.882981", "rc": 0, "start": "2024-11-11 19:37:50.854714" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Monday 11 November 2024 19:37:50 -0500 (0:00:00.490) 0:02:02.008 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Monday 11 November 2024 19:37:51 -0500 (0:00:00.074) 0:02:02.083 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Monday 11 November 2024 19:37:51 -0500 (0:00:00.063) 0:02:02.147 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Monday 11 November 2024 19:37:51 -0500 (0:00:00.109) 0:02:02.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 : Check user and group information] ***** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Monday 11 November 2024 19:37:51 -0500 (0:00:00.090) 0:02:02.346 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 19:37:51 -0500 (0:00:00.145) 0:02:02.492 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 19:37:51 -0500 (0:00:00.060) 0:02:02.553 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 19:37:51 -0500 (0:00:00.044) 0:02:02.597 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 19:37:51 -0500 (0:00:00.062) 0:02:02.660 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731371821.3488855, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731371792.0080051, "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 19:37:52 -0500 (0:00:00.436) 0:02:03.097 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 19:37:52 -0500 (0:00:00.125) 0:02:03.222 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 19:37:52 -0500 (0:00:00.099) 0:02:03.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 : Get subuid file] ********************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 19:37:52 -0500 (0:00:00.112) 0:02:03.435 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 19:37:52 -0500 (0:00:00.070) 0:02:03.506 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 19:37:52 -0500 (0:00:00.084) 0:02:03.591 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 19:37:52 -0500 (0:00:00.104) 0:02:03.695 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 19:37:52 -0500 (0:00:00.096) 0:02:03.792 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Monday 11 November 2024 19:37:52 -0500 (0:00:00.059) 0:02:03.852 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95 Monday 11 November 2024 19:37:52 -0500 (0:00:00.104) 0:02:03.956 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 11 November 2024 19:37:53 -0500 (0:00:00.122) 0:02:04.079 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 11 November 2024 19:37:53 -0500 (0:00:00.097) 0:02:04.176 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98 Monday 11 November 2024 19:37:53 -0500 (0:00:00.105) 0:02:04.282 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 11 November 2024 19:37:53 -0500 (0:00:00.205) 0:02:04.487 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 11 November 2024 19:37:53 -0500 (0:00:00.091) 0:02:04.579 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101 Monday 11 November 2024 19:37:53 -0500 (0:00:00.091) 0:02:04.671 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Monday 11 November 2024 19:37:53 -0500 (0:00:00.142) 0:02:04.813 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Monday 11 November 2024 19:37:53 -0500 (0:00:00.145) 0:02:04.959 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Monday 11 November 2024 19:37:54 -0500 (0:00:00.108) 0:02:05.067 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Monday 11 November 2024 19:37:54 -0500 (0:00:00.151) 0:02:05.219 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Monday 11 November 2024 19:37:54 -0500 (0:00:00.134) 0:02:05.354 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Monday 11 November 2024 19:37:54 -0500 (0:00:00.056) 0:02:05.410 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Monday 11 November 2024 19:37:54 -0500 (0:00:00.049) 0:02:05.460 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Monday 11 November 2024 19:37:54 -0500 (0:00:00.088) 0:02:05.548 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117 Monday 11 November 2024 19:37:54 -0500 (0:00:00.071) 0:02:05.619 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Monday 11 November 2024 19:37:54 -0500 (0:00:00.058) 0:02:05.678 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128 Monday 11 November 2024 19:37:54 -0500 (0:00:00.042) 0:02:05.720 ******* skipping: [managed-node1] => { "censored": "the output 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137 Monday 11 November 2024 19:37:54 -0500 (0:00:00.035) 0:02:05.756 ******* skipping: [managed-node1] => { "censored": "the output 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Monday 11 November 2024 19:37:54 -0500 (0:00:00.041) 0:02:05.798 ******* skipping: [managed-node1] => { "censored": "the output 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Monday 11 November 2024 19:37:54 -0500 (0:00:00.049) 0:02:05.847 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Monday 11 November 2024 19:37:54 -0500 (0:00:00.113) 0:02:05.961 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Monday 11 November 2024 19:37:54 -0500 (0:00:00.045) 0:02:06.006 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Monday 11 November 2024 19:37:55 -0500 (0:00:00.051) 0:02:06.058 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Monday 11 November 2024 19:37:55 -0500 (0:00:00.103) 0:02:06.162 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 19:37:55 -0500 (0:00:00.111) 0:02:06.273 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 19:37:55 -0500 (0:00:00.055) 0:02:06.329 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 19:37:55 -0500 (0:00:00.042) 0:02:06.372 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 19:37:55 -0500 (0:00:00.072) 0:02:06.445 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731371821.3488855, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731371792.0080051, "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 19:37:55 -0500 (0:00:00.378) 0:02:06.823 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 19:37:55 -0500 (0:00:00.037) 0:02:06.861 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 19:37:55 -0500 (0:00:00.034) 0:02:06.895 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 19:37:55 -0500 (0:00:00.033) 0:02:06.928 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 19:37:55 -0500 (0:00:00.035) 0:02:06.963 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 19:37:55 -0500 (0:00:00.035) 0:02:06.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 : Fail if user not in subuid file] ****** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 19:37:56 -0500 (0:00:00.039) 0:02:07.038 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 19:37:56 -0500 (0:00:00.046) 0:02:07.084 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Monday 11 November 2024 19:37:56 -0500 (0:00:00.048) 0:02:07.133 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Monday 11 November 2024 19:37:56 -0500 (0:00:00.039) 0:02:07.173 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Monday 11 November 2024 19:37:56 -0500 (0:00:00.086) 0:02:07.259 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Monday 11 November 2024 19:37:56 -0500 (0:00:00.044) 0:02:07.304 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Monday 11 November 2024 19:37:56 -0500 (0:00:00.036) 0:02:07.341 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Monday 11 November 2024 19:37:56 -0500 (0:00:00.082) 0:02:07.423 ******* 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.006257", "end": "2024-11-11 19:37:56.720574", "rc": 0, "start": "2024-11-11 19:37:56.714317" } 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Monday 11 November 2024 19:37:56 -0500 (0:00:00.433) 0:02:07.857 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Monday 11 November 2024 19:37:56 -0500 (0:00:00.061) 0:02:07.919 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Monday 11 November 2024 19:37:57 -0500 (0:00:00.149) 0:02:08.068 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 11 November 2024 19:37:57 -0500 (0:00:00.077) 0:02:08.146 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 11 November 2024 19:37:57 -0500 (0:00:00.032) 0:02:08.178 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 11 November 2024 19:37:57 -0500 (0:00:00.034) 0:02:08.213 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Monday 11 November 2024 19:37:57 -0500 (0:00:00.032) 0:02:08.246 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Monday 11 November 2024 19:37:57 -0500 (0:00:00.044) 0:02:08.291 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Monday 11 November 2024 19:37:57 -0500 (0:00:00.039) 0:02:08.330 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:99 Monday 11 November 2024 19:37:57 -0500 (0:00:00.662) 0:02:08.993 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:110 Monday 11 November 2024 19:37:58 -0500 (0:00:00.054) 0:02:09.047 ******* changed: [managed-node1 -> localhost] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_h9hf5n8m_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-3Ao/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:118 Monday 11 November 2024 19:37:58 -0500 (0:00:00.300) 0:02:09.348 ******* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 11 November 2024 19:37:58 -0500 (0:00:00.087) 0:02:09.436 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 11 November 2024 19:37:58 -0500 (0:00:00.109) 0:02:09.545 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Monday 11 November 2024 19:37:58 -0500 (0:00:00.063) 0:02:09.609 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Monday 11 November 2024 19:37:58 -0500 (0:00:00.097) 0:02:09.706 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Monday 11 November 2024 19:37:58 -0500 (0:00:00.110) 0:02:09.816 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Monday 11 November 2024 19:37:58 -0500 (0:00:00.051) 0:02:09.867 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Monday 11 November 2024 19:37:58 -0500 (0:00:00.048) 0:02:09.916 ******* ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-3Ao/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-3Ao/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-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 11 November 2024 19:37:59 -0500 (0:00:00.110) 0:02:10.027 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 11 November 2024 19:38:00 -0500 (0:00:01.676) 0:02:11.703 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 11 November 2024 19:38:00 -0500 (0:00:00.072) 0:02:11.775 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Monday 11 November 2024 19:38:00 -0500 (0:00:00.069) 0:02:11.845 ******* skipping: [managed-node1] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Monday 11 November 2024 19:38:00 -0500 (0:00:00.065) 0:02:11.911 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 11 November 2024 19:38:00 -0500 (0:00:00.098) 0:02:12.009 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Monday 11 November 2024 19:38:01 -0500 (0:00:00.074) 0:02:12.084 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.027298", "end": "2024-11-11 19:38:01.540401", "rc": 0, "start": "2024-11-11 19:38:01.513103" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Monday 11 November 2024 19:38:01 -0500 (0:00:00.577) 0:02:12.661 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Monday 11 November 2024 19:38:01 -0500 (0:00:00.103) 0:02:12.765 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Monday 11 November 2024 19:38:01 -0500 (0:00:00.084) 0:02:12.850 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Monday 11 November 2024 19:38:02 -0500 (0:00:00.228) 0:02:13.079 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Monday 11 November 2024 19:38:02 -0500 (0:00:00.111) 0:02:13.190 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 19:38:02 -0500 (0:00:00.150) 0:02:13.341 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 19:38:02 -0500 (0:00:00.049) 0:02:13.390 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 19:38:02 -0500 (0:00:00.054) 0:02:13.444 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 19:38:02 -0500 (0:00:00.052) 0:02:13.497 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731371821.3488855, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731371792.0080051, "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 19:38:02 -0500 (0:00:00.380) 0:02:13.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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 19:38:02 -0500 (0:00:00.033) 0:02:13.911 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 19:38:02 -0500 (0:00:00.035) 0:02:13.947 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 19:38:02 -0500 (0:00:00.040) 0:02:13.987 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 19:38:03 -0500 (0:00:00.048) 0:02:14.036 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 19:38:03 -0500 (0:00:00.047) 0:02:14.083 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 19:38:03 -0500 (0:00:00.050) 0:02:14.134 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 19:38:03 -0500 (0:00:00.037) 0:02:14.171 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Monday 11 November 2024 19:38:03 -0500 (0:00:00.032) 0:02:14.203 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95 Monday 11 November 2024 19:38:03 -0500 (0:00:00.044) 0:02:14.248 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 11 November 2024 19:38:03 -0500 (0:00:00.116) 0:02:14.365 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 11 November 2024 19:38:03 -0500 (0:00:00.046) 0:02:14.411 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98 Monday 11 November 2024 19:38:03 -0500 (0:00:00.045) 0:02:14.457 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 11 November 2024 19:38:03 -0500 (0:00:00.081) 0:02:14.538 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 11 November 2024 19:38:03 -0500 (0:00:00.036) 0:02:14.575 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101 Monday 11 November 2024 19:38:03 -0500 (0:00:00.037) 0:02:14.613 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Monday 11 November 2024 19:38:03 -0500 (0:00:00.067) 0:02:14.680 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Monday 11 November 2024 19:38:03 -0500 (0:00:00.048) 0:02:14.728 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Monday 11 November 2024 19:38:03 -0500 (0:00:00.041) 0:02:14.770 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Monday 11 November 2024 19:38:03 -0500 (0:00:00.077) 0:02:14.848 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Monday 11 November 2024 19:38:03 -0500 (0:00:00.057) 0:02:14.906 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Monday 11 November 2024 19:38:03 -0500 (0:00:00.040) 0:02:14.947 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Monday 11 November 2024 19:38:03 -0500 (0:00:00.033) 0:02:14.980 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Monday 11 November 2024 19:38:03 -0500 (0:00:00.035) 0:02:15.016 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117 Monday 11 November 2024 19:38:04 -0500 (0:00:00.037) 0:02:15.053 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Monday 11 November 2024 19:38:04 -0500 (0:00:00.097) 0:02:15.151 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128 Monday 11 November 2024 19:38:04 -0500 (0:00:00.039) 0:02:15.190 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Monday 11 November 2024 19:38:04 -0500 (0:00:00.102) 0:02:15.293 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Monday 11 November 2024 19:38:04 -0500 (0:00:00.038) 0:02:15.331 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Monday 11 November 2024 19:38:04 -0500 (0:00:00.039) 0:02:15.370 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Monday 11 November 2024 19:38:04 -0500 (0:00:00.036) 0:02:15.406 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 19:38:04 -0500 (0:00:00.062) 0:02:15.468 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 19:38:04 -0500 (0:00:00.045) 0:02:15.514 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 19:38:04 -0500 (0:00:00.055) 0:02:15.570 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 19:38:04 -0500 (0:00:00.066) 0:02:15.637 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731371821.3488855, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731371792.0080051, "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 19:38:05 -0500 (0:00:00.391) 0:02:16.028 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 19:38:05 -0500 (0:00:00.038) 0:02:16.066 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 19:38:05 -0500 (0:00:00.043) 0:02:16.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 : Get subuid file] ********************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 19:38:05 -0500 (0:00:00.034) 0:02:16.144 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 19:38:05 -0500 (0:00:00.035) 0:02:16.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 : Set user subuid and subgid info] ****** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 19:38:05 -0500 (0:00:00.044) 0:02:16.225 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 19:38:05 -0500 (0:00:00.111) 0:02:16.337 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 19:38:05 -0500 (0:00:00.046) 0:02:16.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 per-cert spec variables part 2] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Monday 11 November 2024 19:38:05 -0500 (0:00:00.050) 0:02:16.434 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Monday 11 November 2024 19:38:05 -0500 (0:00:00.079) 0:02:16.513 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Monday 11 November 2024 19:38:05 -0500 (0:00:00.051) 0:02:16.565 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Monday 11 November 2024 19:38:05 -0500 (0:00:00.059) 0:02:16.624 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Monday 11 November 2024 19:38:05 -0500 (0:00:00.388) 0:02:17.013 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Monday 11 November 2024 19:38:06 -0500 (0:00:00.733) 0:02:17.747 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Monday 11 November 2024 19:38:06 -0500 (0:00:00.053) 0:02:17.800 ******* skipping: [managed-node1] => { "censored": "the output 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Monday 11 November 2024 19:38:06 -0500 (0:00:00.035) 0:02:17.835 ******* skipping: [managed-node1] => { "censored": "the output 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137 Monday 11 November 2024 19:38:06 -0500 (0:00:00.041) 0:02:17.877 ******* skipping: [managed-node1] => { "censored": "the output 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Monday 11 November 2024 19:38:06 -0500 (0:00:00.032) 0:02:17.909 ******* skipping: [managed-node1] => { "censored": "the output 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Monday 11 November 2024 19:38:06 -0500 (0:00:00.032) 0:02:17.942 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Monday 11 November 2024 19:38:07 -0500 (0:00:00.110) 0:02:18.052 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Monday 11 November 2024 19:38:07 -0500 (0:00:00.046) 0:02:18.099 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Monday 11 November 2024 19:38:07 -0500 (0:00:00.046) 0:02:18.145 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Monday 11 November 2024 19:38:07 -0500 (0:00:00.054) 0:02:18.199 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 19:38:07 -0500 (0:00:00.227) 0:02:18.427 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 19:38:07 -0500 (0:00:00.080) 0:02:18.507 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 19:38:07 -0500 (0:00:00.116) 0:02:18.623 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 19:38:07 -0500 (0:00:00.086) 0:02:18.710 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731371821.3488855, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731371792.0080051, "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 19:38:08 -0500 (0:00:00.461) 0:02:19.171 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 19:38:08 -0500 (0:00:00.063) 0:02:19.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 : Set user subuid and subgid info] ****** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 19:38:08 -0500 (0:00:00.057) 0:02:19.293 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 19:38:08 -0500 (0:00:00.055) 0:02:19.349 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 19:38:08 -0500 (0:00:00.063) 0:02:19.412 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 19:38:08 -0500 (0:00:00.058) 0:02:19.471 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 19:38:08 -0500 (0:00:00.058) 0:02:19.530 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 19:38:08 -0500 (0:00:00.066) 0:02:19.596 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Monday 11 November 2024 19:38:08 -0500 (0:00:00.057) 0:02:19.654 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Monday 11 November 2024 19:38:08 -0500 (0:00:00.056) 0:02:19.711 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Monday 11 November 2024 19:38:08 -0500 (0:00:00.073) 0:02:19.784 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Monday 11 November 2024 19:38:08 -0500 (0:00:00.045) 0:02:19.830 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Monday 11 November 2024 19:38:08 -0500 (0:00:00.046) 0:02:19.876 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Monday 11 November 2024 19:38:08 -0500 (0:00:00.047) 0:02:19.924 ******* 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.005669", "end": "2024-11-11 19:38:09.219405", "rc": 0, "start": "2024-11-11 19:38:09.213736" } 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Monday 11 November 2024 19:38:09 -0500 (0:00:00.393) 0:02:20.317 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Monday 11 November 2024 19:38:09 -0500 (0:00:00.081) 0:02:20.398 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Monday 11 November 2024 19:38:09 -0500 (0:00:00.075) 0:02:20.474 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 11 November 2024 19:38:09 -0500 (0:00:00.078) 0:02:20.553 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 11 November 2024 19:38:09 -0500 (0:00:00.081) 0:02:20.635 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 11 November 2024 19:38:09 -0500 (0:00:00.053) 0:02:20.688 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Monday 11 November 2024 19:38:09 -0500 (0:00:00.050) 0:02:20.739 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Monday 11 November 2024 19:38:09 -0500 (0:00:00.059) 0:02:20.798 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Monday 11 November 2024 19:38:09 -0500 (0:00:00.060) 0:02:20.858 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53 Monday 11 November 2024 19:38:10 -0500 (0:00:00.772) 0:02:21.631 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61 Monday 11 November 2024 19:38:11 -0500 (0:00:00.421) 0:02:22.053 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70 Monday 11 November 2024 19:38:11 -0500 (0:00:00.386) 0:02:22.439 ******* 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-1731371891.4604893-11600-67551720667802/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 Monday 11 November 2024 19:38:12 -0500 (0:00:00.711) 0:02:23.150 ******* [WARNING]: Using a variable for a task's 'args' is unsafe in some situations (see https://docs.ansible.com/ansible/devel/reference_appendices/faq.html#argsplat- unsafe) changed: [managed-node1] => { "actions": [ "/usr/bin/podman play kube --start=true /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "changed": true } STDOUT: Pod: 8e2c287a75209d9fde9f71419234d826f396ad66a604b000a3d39323a75a10ba Container: 9aeb8b9c38a143cd4190e3db42b9e49d15cb573a5a139be10d9fbb70f0d0eb77 TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:88 Monday 11 November 2024 19:38:13 -0500 (0:00:01.469) 0:02:24.619 ******* ok: [managed-node1] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:100 Monday 11 November 2024 19:38:14 -0500 (0:00:00.935) 0:02:25.555 ******* 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": "network-online.target -.mount sysinit.target basic.target system-podman\\x2dkube.slice systemd-journald.socket", "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": "14004", "LimitNPROCSoft": "14004", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "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": "sysinit.target system-podman\\x2dkube.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-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": "22406", "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Monday 11 November 2024 19:38:15 -0500 (0:00:01.092) 0:02:26.658 ******* 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": "systemd-journald.socket sysinit.target basic.target network-online.target -.mount system-podman\\x2dkube.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "man:podman-kube-play(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14004", "LimitNPROCSoft": "14004", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "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": "sysinit.target system-podman\\x2dkube.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-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": "22406", "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:127 Monday 11 November 2024 19:38:17 -0500 (0:00:02.115) 0:02:28.773 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160 Monday 11 November 2024 19:38:17 -0500 (0:00:00.118) 0:02:28.892 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Monday 11 November 2024 19:38:18 -0500 (0:00:00.243) 0:02:29.135 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Monday 11 November 2024 19:38:18 -0500 (0:00:00.075) 0:02:29.211 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Monday 11 November 2024 19:38:18 -0500 (0:00:00.060) 0:02:29.271 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Monday 11 November 2024 19:38:18 -0500 (0:00:00.048) 0:02:29.320 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Monday 11 November 2024 19:38:18 -0500 (0:00:00.073) 0:02:29.393 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 19:38:18 -0500 (0:00:00.092) 0:02:29.485 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 19:38:18 -0500 (0:00:00.054) 0:02:29.540 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 19:38:18 -0500 (0:00:00.057) 0:02:29.598 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 19:38:18 -0500 (0:00:00.143) 0:02:29.741 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731371821.3488855, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731371792.0080051, "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 19:38:19 -0500 (0:00:00.827) 0:02:30.569 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 19:38:19 -0500 (0:00:00.092) 0:02:30.661 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 19:38:19 -0500 (0:00:00.141) 0:02:30.803 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 19:38:19 -0500 (0:00:00.186) 0:02:30.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 : Get subgid file] ********************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 19:38:20 -0500 (0:00:00.061) 0:02:31.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 : Set user subuid and subgid info] ****** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 19:38:20 -0500 (0:00:00.048) 0:02:31.100 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 19:38:20 -0500 (0:00:00.105) 0:02:31.206 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 19:38:20 -0500 (0:00:00.058) 0:02:31.264 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Monday 11 November 2024 19:38:20 -0500 (0:00:00.058) 0:02:31.323 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Monday 11 November 2024 19:38:20 -0500 (0:00:00.081) 0:02:31.404 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Monday 11 November 2024 19:38:20 -0500 (0:00:00.051) 0:02:31.455 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Monday 11 November 2024 19:38:20 -0500 (0:00:00.051) 0:02:31.507 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Monday 11 November 2024 19:38:20 -0500 (0:00:00.107) 0:02:31.614 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Monday 11 November 2024 19:38:20 -0500 (0:00:00.063) 0:02:31.678 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Monday 11 November 2024 19:38:20 -0500 (0:00:00.049) 0:02:31.727 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Monday 11 November 2024 19:38:20 -0500 (0:00:00.113) 0:02:31.841 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 11 November 2024 19:38:20 -0500 (0:00:00.151) 0:02:31.993 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 11 November 2024 19:38:21 -0500 (0:00:00.073) 0:02:32.066 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 11 November 2024 19:38:21 -0500 (0:00:00.048) 0:02:32.114 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Monday 11 November 2024 19:38:21 -0500 (0:00:00.047) 0:02:32.162 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:18 Monday 11 November 2024 19:38:21 -0500 (0:00:00.048) 0:02:32.210 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:39 Monday 11 November 2024 19:38:22 -0500 (0:00:01.141) 0:02:33.351 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:48 Monday 11 November 2024 19:38:22 -0500 (0:00:00.583) 0:02:33.935 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:58 Monday 11 November 2024 19:38:23 -0500 (0:00:00.144) 0:02:34.080 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:70 Monday 11 November 2024 19:38:23 -0500 (0:00:00.073) 0:02:34.154 ******* 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-1731371903.1924057-12202-225569078906134/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:82 Monday 11 November 2024 19:38:24 -0500 (0:00:00.992) 0:02:35.146 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:110 Monday 11 November 2024 19:38:24 -0500 (0:00:00.053) 0:02:35.200 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:125 Monday 11 November 2024 19:38:24 -0500 (0:00:00.064) 0:02:35.265 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167 Monday 11 November 2024 19:38:24 -0500 (0:00:00.068) 0:02:35.333 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173 Monday 11 November 2024 19:38:24 -0500 (0:00:00.044) 0:02:35.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 : Handle certs.d files - absent] ******** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Monday 11 November 2024 19:38:24 -0500 (0:00:00.044) 0:02:35.422 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Monday 11 November 2024 19:38:24 -0500 (0:00:00.144) 0:02:35.566 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Monday 11 November 2024 19:38:24 -0500 (0:00:00.052) 0:02:35.619 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Monday 11 November 2024 19:38:24 -0500 (0:00:00.053) 0:02:35.672 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Monday 11 November 2024 19:38:24 -0500 (0:00:00.070) 0:02:35.743 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 19:38:24 -0500 (0:00:00.117) 0:02:35.860 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 19:38:24 -0500 (0:00:00.056) 0:02:35.916 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 19:38:24 -0500 (0:00:00.062) 0:02:35.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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 19:38:25 -0500 (0:00:00.088) 0:02:36.067 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731371821.3488855, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731371792.0080051, "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 19:38:25 -0500 (0:00:00.720) 0:02:36.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 : Check with getsubids for user subgids] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 19:38:25 -0500 (0:00:00.086) 0:02:36.875 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 19:38:25 -0500 (0:00:00.034) 0:02:36.909 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 19:38:25 -0500 (0:00:00.033) 0:02:36.943 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 19:38:25 -0500 (0:00:00.035) 0:02:36.978 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 19:38:25 -0500 (0:00:00.037) 0:02:37.016 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 19:38:26 -0500 (0:00:00.050) 0:02:37.066 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 19:38:26 -0500 (0:00:00.062) 0:02:37.129 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Monday 11 November 2024 19:38:26 -0500 (0:00:00.048) 0:02:37.177 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Monday 11 November 2024 19:38:26 -0500 (0:00:00.060) 0:02:37.238 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Monday 11 November 2024 19:38:26 -0500 (0:00:00.066) 0:02:37.305 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure certs.d directory] ************* task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Monday 11 November 2024 19:38:26 -0500 (0:00:00.095) 0:02:37.401 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Monday 11 November 2024 19:38:26 -0500 (0:00:00.078) 0:02:37.480 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Monday 11 November 2024 19:38:26 -0500 (0:00:00.082) 0:02:37.562 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Monday 11 November 2024 19:38:26 -0500 (0:00:00.066) 0:02:37.629 ******* skipping: [managed-node1] => { "censored": "the output 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Monday 11 November 2024 19:38:26 -0500 (0:00:00.052) 0:02:37.681 ******* skipping: [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-3Ao/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:132 Monday 11 November 2024 19:38:26 -0500 (0:00:00.075) 0:02:37.757 ******* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 11 November 2024 19:38:26 -0500 (0:00:00.199) 0:02:37.956 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 11 November 2024 19:38:27 -0500 (0:00:00.082) 0:02:38.038 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Monday 11 November 2024 19:38:27 -0500 (0:00:00.057) 0:02:38.096 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Monday 11 November 2024 19:38:27 -0500 (0:00:00.050) 0:02:38.146 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Monday 11 November 2024 19:38:27 -0500 (0:00:00.105) 0:02:38.251 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Monday 11 November 2024 19:38:27 -0500 (0:00:00.088) 0:02:38.340 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Monday 11 November 2024 19:38:27 -0500 (0:00:00.091) 0:02:38.431 ******* ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-3Ao/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-3Ao/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-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 11 November 2024 19:38:27 -0500 (0:00:00.192) 0:02:38.624 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 11 November 2024 19:38:29 -0500 (0:00:02.215) 0:02:40.840 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 11 November 2024 19:38:29 -0500 (0:00:00.077) 0:02:40.917 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Monday 11 November 2024 19:38:29 -0500 (0:00:00.086) 0:02:41.004 ******* skipping: [managed-node1] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Monday 11 November 2024 19:38:30 -0500 (0:00:00.048) 0:02:41.052 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 11 November 2024 19:38:30 -0500 (0:00:00.047) 0:02:41.099 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Monday 11 November 2024 19:38:30 -0500 (0:00:00.047) 0:02:41.147 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.039262", "end": "2024-11-11 19:38:30.744383", "rc": 0, "start": "2024-11-11 19:38:30.705121" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Monday 11 November 2024 19:38:31 -0500 (0:00:00.910) 0:02:42.058 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Monday 11 November 2024 19:38:31 -0500 (0:00:00.134) 0:02:42.193 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Monday 11 November 2024 19:38:31 -0500 (0:00:00.100) 0:02:42.294 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Monday 11 November 2024 19:38:31 -0500 (0:00:00.079) 0:02:42.373 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Monday 11 November 2024 19:38:31 -0500 (0:00:00.062) 0:02:42.435 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 19:38:31 -0500 (0:00:00.103) 0:02:42.539 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 19:38:31 -0500 (0:00:00.068) 0:02:42.607 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 19:38:31 -0500 (0:00:00.097) 0:02:42.705 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 19:38:31 -0500 (0:00:00.133) 0:02:42.839 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731371821.3488855, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731371792.0080051, "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 19:38:32 -0500 (0:00:00.777) 0:02:43.617 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 19:38:32 -0500 (0:00:00.111) 0:02:43.729 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 19:38:32 -0500 (0:00:00.099) 0:02:43.828 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 19:38:32 -0500 (0:00:00.094) 0:02:43.923 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 19:38:33 -0500 (0:00:00.154) 0:02:44.078 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 19:38:33 -0500 (0:00:00.140) 0:02:44.219 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 19:38:33 -0500 (0:00:00.087) 0:02:44.306 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 19:38:33 -0500 (0:00:00.082) 0:02:44.389 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Monday 11 November 2024 19:38:33 -0500 (0:00:00.115) 0:02:44.504 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95 Monday 11 November 2024 19:38:33 -0500 (0:00:00.046) 0:02:44.550 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 11 November 2024 19:38:33 -0500 (0:00:00.065) 0:02:44.616 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 11 November 2024 19:38:33 -0500 (0:00:00.060) 0:02:44.677 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98 Monday 11 November 2024 19:38:33 -0500 (0:00:00.046) 0:02:44.724 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 11 November 2024 19:38:33 -0500 (0:00:00.075) 0:02:44.800 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 11 November 2024 19:38:33 -0500 (0:00:00.039) 0:02:44.839 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101 Monday 11 November 2024 19:38:33 -0500 (0:00:00.034) 0:02:44.874 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Monday 11 November 2024 19:38:33 -0500 (0:00:00.069) 0:02:44.943 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Monday 11 November 2024 19:38:33 -0500 (0:00:00.042) 0:02:44.985 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Monday 11 November 2024 19:38:34 -0500 (0:00:00.074) 0:02:45.060 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Monday 11 November 2024 19:38:34 -0500 (0:00:00.094) 0:02:45.155 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Monday 11 November 2024 19:38:34 -0500 (0:00:00.045) 0:02:45.201 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Monday 11 November 2024 19:38:34 -0500 (0:00:00.076) 0:02:45.277 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Monday 11 November 2024 19:38:34 -0500 (0:00:00.099) 0:02:45.377 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Monday 11 November 2024 19:38:34 -0500 (0:00:00.218) 0:02:45.596 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117 Monday 11 November 2024 19:38:34 -0500 (0:00:00.062) 0:02:45.658 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Monday 11 November 2024 19:38:34 -0500 (0:00:00.088) 0:02:45.747 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128 Monday 11 November 2024 19:38:34 -0500 (0:00:00.099) 0:02:45.846 ******* skipping: [managed-node1] => { "censored": "the output 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137 Monday 11 November 2024 19:38:34 -0500 (0:00:00.085) 0:02:45.931 ******* skipping: [managed-node1] => { "censored": "the output 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Monday 11 November 2024 19:38:34 -0500 (0:00:00.048) 0:02:45.979 ******* skipping: [managed-node1] => { "censored": "the output 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Monday 11 November 2024 19:38:34 -0500 (0:00:00.042) 0:02:46.022 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Monday 11 November 2024 19:38:35 -0500 (0:00:00.123) 0:02:46.146 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Monday 11 November 2024 19:38:35 -0500 (0:00:00.067) 0:02:46.213 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Monday 11 November 2024 19:38:35 -0500 (0:00:00.072) 0:02:46.285 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Monday 11 November 2024 19:38:35 -0500 (0:00:00.056) 0:02:46.341 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 19:38:35 -0500 (0:00:00.089) 0:02:46.431 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 19:38:35 -0500 (0:00:00.045) 0:02:46.476 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 19:38:35 -0500 (0:00:00.045) 0:02:46.521 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 19:38:35 -0500 (0:00:00.063) 0:02:46.584 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731371821.3488855, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731371792.0080051, "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 19:38:36 -0500 (0:00:00.497) 0:02:47.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 : Check with getsubids for user subgids] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 19:38:36 -0500 (0:00:00.097) 0:02:47.180 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 19:38:36 -0500 (0:00:00.043) 0:02:47.224 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 19:38:36 -0500 (0:00:00.119) 0:02:47.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 : Get subgid file] ********************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 19:38:36 -0500 (0:00:00.101) 0:02:47.444 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 19:38:36 -0500 (0:00:00.105) 0:02:47.550 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 19:38:36 -0500 (0:00:00.067) 0:02:47.618 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 19:38:36 -0500 (0:00:00.045) 0:02:47.663 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Monday 11 November 2024 19:38:36 -0500 (0:00:00.113) 0:02:47.777 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Monday 11 November 2024 19:38:36 -0500 (0:00:00.114) 0:02:47.891 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Monday 11 November 2024 19:38:36 -0500 (0:00:00.132) 0:02:48.023 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Monday 11 November 2024 19:38:37 -0500 (0:00:00.052) 0:02:48.076 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Monday 11 November 2024 19:38:37 -0500 (0:00:00.044) 0:02:48.121 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Monday 11 November 2024 19:38:37 -0500 (0:00:00.065) 0:02:48.186 ******* 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.007027", "end": "2024-11-11 19:38:37.581251", "rc": 0, "start": "2024-11-11 19:38:37.574224" } 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Monday 11 November 2024 19:38:37 -0500 (0:00:00.535) 0:02:48.722 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Monday 11 November 2024 19:38:37 -0500 (0:00:00.046) 0:02:48.769 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Monday 11 November 2024 19:38:37 -0500 (0:00:00.100) 0:02:48.869 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 11 November 2024 19:38:37 -0500 (0:00:00.105) 0:02:48.975 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 11 November 2024 19:38:38 -0500 (0:00:00.134) 0:02:49.109 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 11 November 2024 19:38:38 -0500 (0:00:00.075) 0:02:49.185 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Monday 11 November 2024 19:38:38 -0500 (0:00:00.064) 0:02:49.250 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Monday 11 November 2024 19:38:38 -0500 (0:00:00.071) 0:02:49.321 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Monday 11 November 2024 19:38:38 -0500 (0:00:00.065) 0:02:49.386 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53 Monday 11 November 2024 19:38:39 -0500 (0:00:01.149) 0:02:50.536 ******* ok: [managed-node1] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1731371892.7916484, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1731371892.034651, "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": 1731371891.767652, "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": "2921911010", "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61 Monday 11 November 2024 19:38:40 -0500 (0:00:00.755) 0:02:51.291 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70 Monday 11 November 2024 19:38:40 -0500 (0:00:00.645) 0:02:51.937 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 Monday 11 November 2024 19:38:41 -0500 (0:00:00.942) 0:02:52.880 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:88 Monday 11 November 2024 19:38:42 -0500 (0:00:00.667) 0:02:53.547 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:100 Monday 11 November 2024 19:38:42 -0500 (0:00:00.060) 0:02:53.608 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Monday 11 November 2024 19:38:42 -0500 (0:00:00.076) 0:02:53.684 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:127 Monday 11 November 2024 19:38:42 -0500 (0:00:00.064) 0:02:53.749 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160 Monday 11 November 2024 19:38:42 -0500 (0:00:00.086) 0:02:53.835 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Monday 11 November 2024 19:38:42 -0500 (0:00:00.150) 0:02:53.986 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Monday 11 November 2024 19:38:43 -0500 (0:00:00.076) 0:02:54.062 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Monday 11 November 2024 19:38:43 -0500 (0:00:00.073) 0:02:54.135 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Monday 11 November 2024 19:38:43 -0500 (0:00:00.136) 0:02:54.272 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Monday 11 November 2024 19:38:43 -0500 (0:00:00.086) 0:02:54.359 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 19:38:43 -0500 (0:00:00.118) 0:02:54.478 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 19:38:43 -0500 (0:00:00.069) 0:02:54.547 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 19:38:43 -0500 (0:00:00.061) 0:02:54.608 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 19:38:43 -0500 (0:00:00.077) 0:02:54.686 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731371821.3488855, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731371792.0080051, "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 19:38:44 -0500 (0:00:00.690) 0:02:55.376 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 19:38:44 -0500 (0:00:00.046) 0:02:55.423 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 19:38:44 -0500 (0:00:00.048) 0:02:55.471 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 19:38:44 -0500 (0:00:00.045) 0:02:55.516 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 19:38:44 -0500 (0:00:00.049) 0:02:55.566 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 19:38:44 -0500 (0:00:00.047) 0:02:55.613 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 19:38:44 -0500 (0:00:00.040) 0:02:55.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 subgid file] ****** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 19:38:44 -0500 (0:00:00.038) 0:02:55.693 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Monday 11 November 2024 19:38:44 -0500 (0:00:00.039) 0:02:55.733 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Monday 11 November 2024 19:38:44 -0500 (0:00:00.095) 0:02:55.829 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Monday 11 November 2024 19:38:44 -0500 (0:00:00.038) 0:02:55.867 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Monday 11 November 2024 19:38:44 -0500 (0:00:00.035) 0:02:55.902 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Monday 11 November 2024 19:38:45 -0500 (0:00:00.133) 0:02:56.036 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Monday 11 November 2024 19:38:45 -0500 (0:00:00.095) 0:02:56.131 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Monday 11 November 2024 19:38:45 -0500 (0:00:00.054) 0:02:56.186 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Monday 11 November 2024 19:38:45 -0500 (0:00:00.107) 0:02:56.294 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 11 November 2024 19:38:45 -0500 (0:00:00.088) 0:02:56.382 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 11 November 2024 19:38:45 -0500 (0:00:00.054) 0:02:56.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 for possible linger cancel] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 11 November 2024 19:38:45 -0500 (0:00:00.048) 0:02:56.485 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Monday 11 November 2024 19:38:45 -0500 (0:00:00.046) 0:02:56.532 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:18 Monday 11 November 2024 19:38:45 -0500 (0:00:00.043) 0:02:56.575 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:39 Monday 11 November 2024 19:38:46 -0500 (0:00:01.056) 0:02:57.632 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:48 Monday 11 November 2024 19:38:47 -0500 (0:00:00.547) 0:02:58.179 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:58 Monday 11 November 2024 19:38:47 -0500 (0:00:00.054) 0:02:58.234 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:70 Monday 11 November 2024 19:38:47 -0500 (0:00:00.068) 0:02:58.302 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:82 Monday 11 November 2024 19:38:48 -0500 (0:00:00.935) 0:02:59.238 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:110 Monday 11 November 2024 19:38:48 -0500 (0:00:00.083) 0:02:59.321 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:125 Monday 11 November 2024 19:38:48 -0500 (0:00:00.052) 0:02:59.374 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167 Monday 11 November 2024 19:38:48 -0500 (0:00:00.072) 0:02:59.446 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173 Monday 11 November 2024 19:38:48 -0500 (0:00:00.243) 0:02:59.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 : Handle certs.d files - absent] ******** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Monday 11 November 2024 19:38:48 -0500 (0:00:00.089) 0:02:59.779 ******* skipping: [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-3Ao/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:143 Monday 11 November 2024 19:38:48 -0500 (0:00:00.142) 0:02:59.922 ******* changed: [managed-node1] => { "changed": true, "checksum": "b819d75ccfa3c80e53a58ff6bf6cebaa53935c90", "dest": "/tmp/lsr_h9hf5n8m_podman/auth.json", "md5sum": "f15cd4419e7120618eaac8d321813d3d", "remote_checksum": "b819d75ccfa3c80e53a58ff6bf6cebaa53935c90", "remote_md5sum": null } TASK [Provide a credentials file - root] *************************************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:149 Monday 11 November 2024 19:38:49 -0500 (0:00:00.735) 0:03:00.658 ******* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 11 November 2024 19:38:49 -0500 (0:00:00.126) 0:03:00.785 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 11 November 2024 19:38:49 -0500 (0:00:00.059) 0:03:00.844 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Monday 11 November 2024 19:38:49 -0500 (0:00:00.042) 0:03:00.886 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Monday 11 November 2024 19:38:49 -0500 (0:00:00.034) 0:03:00.921 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Monday 11 November 2024 19:38:49 -0500 (0:00:00.034) 0:03:00.956 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Monday 11 November 2024 19:38:49 -0500 (0:00:00.035) 0:03:00.991 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Monday 11 November 2024 19:38:50 -0500 (0:00:00.042) 0:03:01.034 ******* ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-3Ao/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-3Ao/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-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 11 November 2024 19:38:50 -0500 (0:00:00.082) 0:03:01.116 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 11 November 2024 19:38:52 -0500 (0:00:02.142) 0:03:03.259 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 11 November 2024 19:38:52 -0500 (0:00:00.037) 0:03:03.296 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Monday 11 November 2024 19:38:52 -0500 (0:00:00.038) 0:03:03.335 ******* skipping: [managed-node1] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Monday 11 November 2024 19:38:52 -0500 (0:00:00.039) 0:03:03.375 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 11 November 2024 19:38:52 -0500 (0:00:00.047) 0:03:03.422 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Monday 11 November 2024 19:38:52 -0500 (0:00:00.051) 0:03:03.473 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.038602", "end": "2024-11-11 19:38:52.953247", "rc": 0, "start": "2024-11-11 19:38:52.914645" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Monday 11 November 2024 19:38:53 -0500 (0:00:00.604) 0:03:04.078 ******* ok: [managed-node1] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Monday 11 November 2024 19:38:53 -0500 (0:00:00.051) 0:03:04.130 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Monday 11 November 2024 19:38:53 -0500 (0:00:00.065) 0:03:04.195 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Monday 11 November 2024 19:38:53 -0500 (0:00:00.090) 0:03:04.285 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Monday 11 November 2024 19:38:53 -0500 (0:00:00.061) 0:03:04.347 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 19:38:53 -0500 (0:00:00.092) 0:03:04.440 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 19:38:53 -0500 (0:00:00.054) 0:03:04.495 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 19:38:53 -0500 (0:00:00.056) 0:03:04.551 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 19:38:53 -0500 (0:00:00.070) 0:03:04.622 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731371821.3488855, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731371792.0080051, "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 19:38:54 -0500 (0:00:00.870) 0:03:05.492 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 19:38:54 -0500 (0:00:00.520) 0:03:06.012 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 19:38:55 -0500 (0:00:00.093) 0:03:06.105 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 19:38:55 -0500 (0:00:00.072) 0:03:06.178 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 19:38:55 -0500 (0:00:00.060) 0:03:06.239 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 19:38:55 -0500 (0:00:00.076) 0:03:06.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 subuid file] ****** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 19:38:55 -0500 (0:00:00.085) 0:03:06.401 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 19:38:55 -0500 (0:00:00.056) 0:03:06.458 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Monday 11 November 2024 19:38:55 -0500 (0:00:00.047) 0:03:06.505 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95 Monday 11 November 2024 19:38:55 -0500 (0:00:00.059) 0:03:06.565 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 11 November 2024 19:38:55 -0500 (0:00:00.122) 0:03:06.688 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 11 November 2024 19:38:55 -0500 (0:00:00.091) 0:03:06.779 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98 Monday 11 November 2024 19:38:55 -0500 (0:00:00.140) 0:03:06.920 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 11 November 2024 19:38:56 -0500 (0:00:00.239) 0:03:07.159 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 11 November 2024 19:38:56 -0500 (0:00:00.111) 0:03:07.271 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101 Monday 11 November 2024 19:38:56 -0500 (0:00:00.103) 0:03:07.374 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Monday 11 November 2024 19:38:56 -0500 (0:00:00.162) 0:03:07.537 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Monday 11 November 2024 19:38:56 -0500 (0:00:00.222) 0:03:07.759 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Monday 11 November 2024 19:38:56 -0500 (0:00:00.105) 0:03:07.865 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Monday 11 November 2024 19:38:57 -0500 (0:00:00.185) 0:03:08.050 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Monday 11 November 2024 19:38:57 -0500 (0:00:00.049) 0:03:08.100 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Monday 11 November 2024 19:38:57 -0500 (0:00:00.049) 0:03:08.150 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Monday 11 November 2024 19:38:57 -0500 (0:00:00.050) 0:03:08.201 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Monday 11 November 2024 19:38:57 -0500 (0:00:00.051) 0:03:08.253 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117 Monday 11 November 2024 19:38:57 -0500 (0:00:00.082) 0:03:08.335 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Monday 11 November 2024 19:38:57 -0500 (0:00:00.073) 0:03:08.409 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128 Monday 11 November 2024 19:38:57 -0500 (0:00:00.089) 0:03:08.499 ******* skipping: [managed-node1] => { "censored": "the output 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137 Monday 11 November 2024 19:38:57 -0500 (0:00:00.049) 0:03:08.548 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Monday 11 November 2024 19:38:57 -0500 (0:00:00.154) 0:03:08.703 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Monday 11 November 2024 19:38:57 -0500 (0:00:00.110) 0:03:08.814 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 19:38:57 -0500 (0:00:00.164) 0:03:08.978 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 19:38:58 -0500 (0:00:00.073) 0:03:09.052 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 19:38:58 -0500 (0:00:00.134) 0:03:09.186 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 19:38:58 -0500 (0:00:00.098) 0:03:09.285 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731371821.3488855, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731371792.0080051, "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 19:38:58 -0500 (0:00:00.536) 0:03:09.822 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 19:38:58 -0500 (0:00:00.035) 0:03:09.857 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 19:38:58 -0500 (0:00:00.035) 0:03:09.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 : Get subuid file] ********************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 19:38:58 -0500 (0:00:00.035) 0:03:09.928 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 19:38:58 -0500 (0:00:00.034) 0:03:09.963 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 19:38:58 -0500 (0:00:00.034) 0:03:09.997 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 19:38:59 -0500 (0:00:00.036) 0:03:10.034 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 19:38:59 -0500 (0:00:00.047) 0:03:10.081 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Monday 11 November 2024 19:38:59 -0500 (0:00:00.047) 0:03:10.128 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Monday 11 November 2024 19:38:59 -0500 (0:00:00.073) 0:03:10.202 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Monday 11 November 2024 19:38:59 -0500 (0:00:00.512) 0:03:10.714 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Monday 11 November 2024 19:39:00 -0500 (0:00:00.965) 0:03:11.680 ******* skipping: [managed-node1] => { "censored": "the output 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Monday 11 November 2024 19:39:00 -0500 (0:00:00.052) 0:03:11.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 : Find files in credentials directory] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Monday 11 November 2024 19:39:00 -0500 (0:00:00.049) 0:03:11.783 ******* skipping: [managed-node1] => { "censored": "the output 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Monday 11 November 2024 19:39:00 -0500 (0:00:00.054) 0:03:11.837 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Monday 11 November 2024 19:39:00 -0500 (0:00:00.071) 0:03:11.909 ******* skipping: [managed-node1] => { "censored": "the output 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Monday 11 November 2024 19:39:00 -0500 (0:00:00.062) 0:03:11.971 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Monday 11 November 2024 19:39:01 -0500 (0:00:00.306) 0:03:12.278 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Monday 11 November 2024 19:39:01 -0500 (0:00:00.082) 0:03:12.360 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Monday 11 November 2024 19:39:01 -0500 (0:00:00.086) 0:03:12.446 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Monday 11 November 2024 19:39:01 -0500 (0:00:00.064) 0:03:12.511 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 19:39:01 -0500 (0:00:00.146) 0:03:12.658 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 19:39:01 -0500 (0:00:00.186) 0:03:12.844 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 19:39:01 -0500 (0:00:00.086) 0:03:12.930 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 19:39:02 -0500 (0:00:00.097) 0:03:13.028 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731371821.3488855, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731371792.0080051, "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 19:39:02 -0500 (0:00:00.576) 0:03:13.605 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 19:39:02 -0500 (0:00:00.049) 0:03:13.655 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 19:39:02 -0500 (0:00:00.057) 0:03:13.713 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 19:39:02 -0500 (0:00:00.058) 0:03:13.771 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 19:39:02 -0500 (0:00:00.059) 0:03:13.831 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 19:39:02 -0500 (0:00:00.062) 0:03:13.893 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 19:39:02 -0500 (0:00:00.089) 0:03:13.983 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 19:39:03 -0500 (0:00:00.099) 0:03:14.083 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Monday 11 November 2024 19:39:03 -0500 (0:00:00.070) 0:03:14.153 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Monday 11 November 2024 19:39:03 -0500 (0:00:00.231) 0:03:14.385 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Monday 11 November 2024 19:39:03 -0500 (0:00:00.147) 0:03:14.533 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Monday 11 November 2024 19:39:03 -0500 (0:00:00.085) 0:03:14.618 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Monday 11 November 2024 19:39:03 -0500 (0:00:00.114) 0:03:14.733 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Monday 11 November 2024 19:39:03 -0500 (0:00:00.091) 0:03:14.824 ******* 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.006326", "end": "2024-11-11 19:39:04.350610", "rc": 0, "start": "2024-11-11 19:39:04.344284" } 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Monday 11 November 2024 19:39:04 -0500 (0:00:00.642) 0:03:15.467 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Monday 11 November 2024 19:39:04 -0500 (0:00:00.037) 0:03:15.504 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Monday 11 November 2024 19:39:04 -0500 (0:00:00.131) 0:03:15.635 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 11 November 2024 19:39:04 -0500 (0:00:00.110) 0:03:15.746 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 11 November 2024 19:39:04 -0500 (0:00:00.058) 0:03:15.805 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 11 November 2024 19:39:04 -0500 (0:00:00.059) 0:03:15.865 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Monday 11 November 2024 19:39:04 -0500 (0:00:00.062) 0:03:15.927 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Monday 11 November 2024 19:39:04 -0500 (0:00:00.067) 0:03:15.994 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Monday 11 November 2024 19:39:05 -0500 (0:00:00.109) 0:03:16.104 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53 Monday 11 November 2024 19:39:06 -0500 (0:00:01.101) 0:03:17.206 ******* ok: [managed-node1] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1731371892.7916484, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1731371892.034651, "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": 1731371891.767652, "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": "2921911010", "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61 Monday 11 November 2024 19:39:06 -0500 (0:00:00.670) 0:03:17.876 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70 Monday 11 November 2024 19:39:07 -0500 (0:00:00.908) 0:03:18.784 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 Monday 11 November 2024 19:39:08 -0500 (0:00:01.150) 0:03:19.935 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:88 Monday 11 November 2024 19:39:10 -0500 (0:00:01.143) 0:03:21.078 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:100 Monday 11 November 2024 19:39:10 -0500 (0:00:00.079) 0:03:21.158 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Monday 11 November 2024 19:39:10 -0500 (0:00:00.086) 0:03:21.244 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:127 Monday 11 November 2024 19:39:10 -0500 (0:00:00.061) 0:03:21.306 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160 Monday 11 November 2024 19:39:10 -0500 (0:00:00.081) 0:03:21.388 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Monday 11 November 2024 19:39:10 -0500 (0:00:00.304) 0:03:21.692 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Monday 11 November 2024 19:39:10 -0500 (0:00:00.113) 0:03:21.806 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Monday 11 November 2024 19:39:10 -0500 (0:00:00.062) 0:03:21.869 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Monday 11 November 2024 19:39:10 -0500 (0:00:00.081) 0:03:21.950 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Monday 11 November 2024 19:39:11 -0500 (0:00:00.197) 0:03:22.148 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 19:39:11 -0500 (0:00:00.101) 0:03:22.249 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 19:39:11 -0500 (0:00:00.077) 0:03:22.327 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 19:39:11 -0500 (0:00:00.050) 0:03:22.377 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 19:39:11 -0500 (0:00:00.057) 0:03:22.435 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731371821.3488855, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731371792.0080051, "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 19:39:11 -0500 (0:00:00.502) 0:03:22.937 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 19:39:12 -0500 (0:00:00.106) 0:03:23.044 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 19:39:12 -0500 (0:00:00.050) 0:03:23.094 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 19:39:12 -0500 (0:00:00.052) 0:03:23.147 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 19:39:12 -0500 (0:00:00.047) 0:03:23.194 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 19:39:12 -0500 (0:00:00.040) 0:03:23.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 : Fail if user not in subuid file] ****** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 19:39:12 -0500 (0:00:00.048) 0:03:23.283 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 19:39:12 -0500 (0:00:00.052) 0:03:23.336 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Monday 11 November 2024 19:39:12 -0500 (0:00:00.053) 0:03:23.389 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Monday 11 November 2024 19:39:12 -0500 (0:00:00.096) 0:03:23.486 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Monday 11 November 2024 19:39:12 -0500 (0:00:00.065) 0:03:23.552 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Monday 11 November 2024 19:39:12 -0500 (0:00:00.057) 0:03:23.609 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Monday 11 November 2024 19:39:12 -0500 (0:00:00.084) 0:03:23.694 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Monday 11 November 2024 19:39:12 -0500 (0:00:00.083) 0:03:23.778 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Monday 11 November 2024 19:39:12 -0500 (0:00:00.056) 0:03:23.834 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Monday 11 November 2024 19:39:12 -0500 (0:00:00.123) 0:03:23.958 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 11 November 2024 19:39:13 -0500 (0:00:00.075) 0:03:24.033 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 11 November 2024 19:39:13 -0500 (0:00:00.045) 0:03:24.079 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 11 November 2024 19:39:13 -0500 (0:00:00.090) 0:03:24.170 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Monday 11 November 2024 19:39:13 -0500 (0:00:00.035) 0:03:24.206 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:18 Monday 11 November 2024 19:39:13 -0500 (0:00:00.031) 0:03:24.237 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:39 Monday 11 November 2024 19:39:14 -0500 (0:00:01.073) 0:03:25.311 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:48 Monday 11 November 2024 19:39:14 -0500 (0:00:00.706) 0:03:26.017 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:58 Monday 11 November 2024 19:39:15 -0500 (0:00:00.054) 0:03:26.072 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:70 Monday 11 November 2024 19:39:15 -0500 (0:00:00.059) 0:03:26.131 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:82 Monday 11 November 2024 19:39:16 -0500 (0:00:01.060) 0:03:27.191 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:110 Monday 11 November 2024 19:39:16 -0500 (0:00:00.065) 0:03:27.257 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:125 Monday 11 November 2024 19:39:16 -0500 (0:00:00.044) 0:03:27.302 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167 Monday 11 November 2024 19:39:16 -0500 (0:00:00.045) 0:03:27.348 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173 Monday 11 November 2024 19:39:16 -0500 (0:00:00.045) 0:03:27.394 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Monday 11 November 2024 19:39:16 -0500 (0:00:00.097) 0:03:27.492 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Monday 11 November 2024 19:39:16 -0500 (0:00:00.040) 0:03:27.532 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 19:39:16 -0500 (0:00:00.060) 0:03:27.593 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 19:39:16 -0500 (0:00:00.039) 0:03:27.633 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 19:39:16 -0500 (0:00:00.104) 0:03:27.738 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 19:39:16 -0500 (0:00:00.057) 0:03:27.796 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731371821.3488855, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731371792.0080051, "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 19:39:17 -0500 (0:00:00.577) 0:03:28.373 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 19:39:17 -0500 (0:00:00.085) 0:03:28.459 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 19:39:17 -0500 (0:00:00.100) 0:03:28.559 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 19:39:17 -0500 (0:00:00.085) 0:03:28.645 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 19:39:17 -0500 (0:00:00.082) 0:03:28.727 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 19:39:17 -0500 (0:00:00.083) 0:03:28.811 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 19:39:17 -0500 (0:00:00.074) 0:03:28.885 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 19:39:17 -0500 (0:00:00.051) 0:03:28.937 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Monday 11 November 2024 19:39:17 -0500 (0:00:00.066) 0:03:29.003 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Monday 11 November 2024 19:39:18 -0500 (0:00:00.083) 0:03:29.087 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Monday 11 November 2024 19:39:18 -0500 (0:00:00.070) 0:03:29.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 : Ensure credential file content is present] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Monday 11 November 2024 19:39:18 -0500 (0:00:00.054) 0:03:29.211 ******* skipping: [managed-node1] => { "censored": "the output 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Monday 11 November 2024 19:39:18 -0500 (0:00:00.067) 0:03:29.279 ******* skipping: [managed-node1] => { "censored": "the output 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Monday 11 November 2024 19:39:18 -0500 (0:00:00.057) 0:03:29.337 ******* skipping: [managed-node1] => { "censored": "the output 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Monday 11 November 2024 19:39:18 -0500 (0:00:00.058) 0:03:29.396 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Monday 11 November 2024 19:39:18 -0500 (0:00:00.055) 0:03:29.451 ******* skipping: [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-3Ao/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:161 Monday 11 November 2024 19:39:18 -0500 (0:00:00.168) 0:03:29.620 ******* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 11 November 2024 19:39:18 -0500 (0:00:00.243) 0:03:29.863 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 11 November 2024 19:39:18 -0500 (0:00:00.093) 0:03:29.957 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Monday 11 November 2024 19:39:18 -0500 (0:00:00.067) 0:03:30.024 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Monday 11 November 2024 19:39:19 -0500 (0:00:00.072) 0:03:30.096 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Monday 11 November 2024 19:39:19 -0500 (0:00:00.094) 0:03:30.191 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Monday 11 November 2024 19:39:19 -0500 (0:00:00.064) 0:03:30.255 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Monday 11 November 2024 19:39:19 -0500 (0:00:00.084) 0:03:30.340 ******* ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-3Ao/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-3Ao/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-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 11 November 2024 19:39:19 -0500 (0:00:00.187) 0:03:30.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 : Enable copr if requested] ************* task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 11 November 2024 19:39:21 -0500 (0:00:02.080) 0:03:32.608 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 11 November 2024 19:39:21 -0500 (0:00:00.051) 0:03:32.660 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Monday 11 November 2024 19:39:21 -0500 (0:00:00.061) 0:03:32.721 ******* skipping: [managed-node1] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Monday 11 November 2024 19:39:21 -0500 (0:00:00.208) 0:03:32.930 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 11 November 2024 19:39:21 -0500 (0:00:00.048) 0:03:32.979 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Monday 11 November 2024 19:39:21 -0500 (0:00:00.042) 0:03:33.021 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.031340", "end": "2024-11-11 19:39:22.463626", "rc": 0, "start": "2024-11-11 19:39:22.432286" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Monday 11 November 2024 19:39:22 -0500 (0:00:00.637) 0:03:33.659 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Monday 11 November 2024 19:39:22 -0500 (0:00:00.103) 0:03:33.762 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Monday 11 November 2024 19:39:22 -0500 (0:00:00.066) 0:03:33.829 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Monday 11 November 2024 19:39:22 -0500 (0:00:00.078) 0:03:33.907 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Monday 11 November 2024 19:39:22 -0500 (0:00:00.081) 0:03:33.988 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 19:39:23 -0500 (0:00:00.116) 0:03:34.105 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 19:39:23 -0500 (0:00:00.071) 0:03:34.176 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 19:39:23 -0500 (0:00:00.077) 0:03:34.253 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 19:39:23 -0500 (0:00:00.073) 0:03:34.326 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731371821.3488855, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731371792.0080051, "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 19:39:23 -0500 (0:00:00.511) 0:03:34.837 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 19:39:23 -0500 (0:00:00.042) 0:03:34.880 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 19:39:23 -0500 (0:00:00.046) 0:03:34.927 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 19:39:23 -0500 (0:00:00.052) 0:03:34.979 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 19:39:23 -0500 (0:00:00.037) 0:03:35.017 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 19:39:24 -0500 (0:00:00.105) 0:03:35.123 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 19:39:24 -0500 (0:00:00.034) 0:03:35.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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 19:39:24 -0500 (0:00:00.034) 0:03:35.192 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Monday 11 November 2024 19:39:24 -0500 (0:00:00.033) 0:03:35.226 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95 Monday 11 November 2024 19:39:24 -0500 (0:00:00.045) 0:03:35.271 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 11 November 2024 19:39:24 -0500 (0:00:00.096) 0:03:35.368 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 11 November 2024 19:39:24 -0500 (0:00:00.048) 0:03:35.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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98 Monday 11 November 2024 19:39:24 -0500 (0:00:00.047) 0:03:35.464 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 11 November 2024 19:39:24 -0500 (0:00:00.089) 0:03:35.554 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 11 November 2024 19:39:24 -0500 (0:00:00.049) 0:03:35.603 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101 Monday 11 November 2024 19:39:24 -0500 (0:00:00.044) 0:03:35.648 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Monday 11 November 2024 19:39:24 -0500 (0:00:00.110) 0:03:35.759 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Monday 11 November 2024 19:39:24 -0500 (0:00:00.039) 0:03:35.799 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Monday 11 November 2024 19:39:24 -0500 (0:00:00.033) 0:03:35.833 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Monday 11 November 2024 19:39:24 -0500 (0:00:00.067) 0:03:35.900 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Monday 11 November 2024 19:39:24 -0500 (0:00:00.107) 0:03:36.008 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Monday 11 November 2024 19:39:25 -0500 (0:00:00.056) 0:03:36.064 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Monday 11 November 2024 19:39:25 -0500 (0:00:00.060) 0:03:36.125 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Monday 11 November 2024 19:39:25 -0500 (0:00:00.058) 0:03:36.184 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117 Monday 11 November 2024 19:39:25 -0500 (0:00:00.061) 0:03:36.245 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Monday 11 November 2024 19:39:25 -0500 (0:00:00.058) 0:03:36.304 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128 Monday 11 November 2024 19:39:25 -0500 (0:00:00.057) 0:03:36.361 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Monday 11 November 2024 19:39:25 -0500 (0:00:00.099) 0:03:36.460 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Monday 11 November 2024 19:39:25 -0500 (0:00:00.034) 0:03:36.494 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Monday 11 November 2024 19:39:25 -0500 (0:00:00.038) 0:03:36.533 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Monday 11 November 2024 19:39:25 -0500 (0:00:00.037) 0:03:36.570 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 19:39:25 -0500 (0:00:00.069) 0:03:36.640 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 19:39:25 -0500 (0:00:00.075) 0:03:36.715 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 19:39:25 -0500 (0:00:00.084) 0:03:36.800 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 19:39:25 -0500 (0:00:00.110) 0:03:36.910 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731371821.3488855, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731371792.0080051, "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 19:39:26 -0500 (0:00:00.527) 0:03:37.438 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 19:39:26 -0500 (0:00:00.121) 0:03:37.560 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 19:39:26 -0500 (0:00:00.040) 0:03:37.601 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 19:39:26 -0500 (0:00:00.050) 0:03:37.651 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 19:39:26 -0500 (0:00:00.037) 0:03:37.688 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 19:39:26 -0500 (0:00:00.034) 0:03:37.722 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 19:39:26 -0500 (0:00:00.032) 0:03:37.755 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 19:39:26 -0500 (0:00:00.032) 0:03:37.788 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Monday 11 November 2024 19:39:26 -0500 (0:00:00.034) 0:03:37.823 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Monday 11 November 2024 19:39:26 -0500 (0:00:00.051) 0:03:37.874 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Monday 11 November 2024 19:39:26 -0500 (0:00:00.067) 0:03:37.942 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Monday 11 November 2024 19:39:27 -0500 (0:00:00.095) 0:03:38.038 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Monday 11 November 2024 19:39:27 -0500 (0:00:00.102) 0:03:38.140 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Monday 11 November 2024 19:39:27 -0500 (0:00:00.193) 0:03:38.334 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Monday 11 November 2024 19:39:27 -0500 (0:00:00.081) 0:03:38.415 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the certs.d directory is absent if empty] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Monday 11 November 2024 19:39:27 -0500 (0:00:00.126) 0:03:38.542 ******* skipping: [managed-node1] => { "censored": "the output 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137 Monday 11 November 2024 19:39:27 -0500 (0:00:00.108) 0:03:38.651 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Monday 11 November 2024 19:39:27 -0500 (0:00:00.271) 0:03:38.922 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Monday 11 November 2024 19:39:28 -0500 (0:00:00.133) 0:03:39.056 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 19:39:28 -0500 (0:00:00.374) 0:03:39.430 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 19:39:28 -0500 (0:00:00.111) 0:03:39.541 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 19:39:28 -0500 (0:00:00.106) 0:03:39.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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 19:39:28 -0500 (0:00:00.116) 0:03:39.765 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731371821.3488855, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731371792.0080051, "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 19:39:29 -0500 (0:00:00.518) 0:03:40.284 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 19:39:29 -0500 (0:00:00.035) 0:03:40.320 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 19:39:29 -0500 (0:00:00.050) 0:03:40.371 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 19:39:29 -0500 (0:00:00.066) 0:03:40.437 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 19:39:29 -0500 (0:00:00.058) 0:03:40.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 : Set user subuid and subgid info] ****** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 19:39:29 -0500 (0:00:00.056) 0:03:40.552 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 19:39:29 -0500 (0:00:00.050) 0:03:40.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 : Fail if user not in subgid file] ****** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 19:39:29 -0500 (0:00:00.050) 0:03:40.654 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Monday 11 November 2024 19:39:29 -0500 (0:00:00.067) 0:03:40.722 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Monday 11 November 2024 19:39:29 -0500 (0:00:00.126) 0:03:40.849 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Monday 11 November 2024 19:39:29 -0500 (0:00:00.083) 0:03:40.932 ******* skipping: [managed-node1] => { "censored": "the output 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Monday 11 November 2024 19:39:30 -0500 (0:00:00.096) 0:03:41.028 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file is absent] ***** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Monday 11 November 2024 19:39:30 -0500 (0:00:00.101) 0:03:41.129 ******* skipping: [managed-node1] => { "censored": "the output 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Monday 11 November 2024 19:39:30 -0500 (0:00:00.052) 0:03:41.182 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is absent if empty] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Monday 11 November 2024 19:39:30 -0500 (0:00:00.116) 0:03:41.298 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Monday 11 November 2024 19:39:30 -0500 (0:00:00.038) 0:03:41.337 ******* skipping: [managed-node1] => { "censored": "the output 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Monday 11 November 2024 19:39:30 -0500 (0:00:00.030) 0:03:41.367 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Monday 11 November 2024 19:39:30 -0500 (0:00:00.093) 0:03:41.460 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Monday 11 November 2024 19:39:30 -0500 (0:00:00.050) 0:03:41.511 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Monday 11 November 2024 19:39:30 -0500 (0:00:00.057) 0:03:41.569 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_kube_name": "auth_test_1_kube", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Monday 11 November 2024 19:39:30 -0500 (0:00:00.048) 0:03:41.618 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 19:39:30 -0500 (0:00:00.092) 0:03:41.711 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 19:39:30 -0500 (0:00:00.048) 0:03:41.759 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 19:39:30 -0500 (0:00:00.068) 0:03:41.828 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 19:39:30 -0500 (0:00:00.060) 0:03:41.889 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731371821.3488855, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731371792.0080051, "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 19:39:31 -0500 (0:00:00.496) 0:03:42.385 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 19:39:31 -0500 (0:00:00.045) 0:03:42.431 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 19:39:31 -0500 (0:00:00.039) 0:03:42.470 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 19:39:31 -0500 (0:00:00.035) 0:03:42.506 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 19:39:31 -0500 (0:00:00.033) 0:03:42.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 : Set user subuid and subgid info] ****** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 19:39:31 -0500 (0:00:00.097) 0:03:42.637 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 19:39:31 -0500 (0:00:00.035) 0:03:42.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 subgid file] ****** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 19:39:31 -0500 (0:00:00.041) 0:03:42.713 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Monday 11 November 2024 19:39:31 -0500 (0:00:00.040) 0:03:42.753 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Monday 11 November 2024 19:39:31 -0500 (0:00:00.041) 0:03:42.795 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Monday 11 November 2024 19:39:31 -0500 (0:00:00.103) 0:03:42.898 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Monday 11 November 2024 19:39:31 -0500 (0:00:00.087) 0:03:42.986 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Monday 11 November 2024 19:39:32 -0500 (0:00:00.085) 0:03:43.071 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Monday 11 November 2024 19:39:32 -0500 (0:00:00.050) 0:03:43.122 ******* 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.008433", "end": "2024-11-11 19:39:32.528088", "rc": 0, "start": "2024-11-11 19:39:32.519655" } 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Monday 11 November 2024 19:39:32 -0500 (0:00:00.523) 0:03:43.646 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Monday 11 November 2024 19:39:32 -0500 (0:00:00.079) 0:03:43.725 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Monday 11 November 2024 19:39:32 -0500 (0:00:00.038) 0:03:43.764 ******* changed: [managed-node1] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "state": "stopped", "status": { "ActiveEnterTimestamp": "Mon 2024-11-11 19:38:17 EST", "ActiveEnterTimestampMonotonic": "411525936", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target system-podman\\x2dkube.slice systemd-journald.socket -.mount network-online.target sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Mon 2024-11-11 19:38:16 EST", "AssertTimestampMonotonic": "410645295", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2024-11-11 19:38:16 EST", "ConditionTimestampMonotonic": "410645294", "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": "20181", "ExecMainStartTimestamp": "Mon 2024-11-11 19:38:17 EST", "ExecMainStartTimestampMonotonic": "411525921", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[Mon 2024-11-11 19:38:16 EST] ; stop_time=[n/a] ; pid=20069 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2024-11-11 19:38:16 EST", "InactiveExitTimestampMonotonic": "410646128", "InvocationID": "c6a3c3489277476090e637d6fce79829", "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": "14004", "LimitNPROCSoft": "14004", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "20181", "MemoryAccounting": "yes", "MemoryCurrent": "13156352", "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": "Mon 2024-11-11 19:38:17 EST", "StateChangeTimestampMonotonic": "411525936", "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": "5", "TasksMax": "22406", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "Wants": "network-online.target", "WatchdogTimestamp": "Mon 2024-11-11 19:38:17 EST", "WatchdogTimestampMonotonic": "411525933", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.podman : Check if kube file exists] ************ task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:28 Monday 11 November 2024 19:39:34 -0500 (0:00:01.373) 0:03:45.137 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731371892.7916484, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1731371892.034651, "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": 1731371891.767652, "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": "2921911010", "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:38 Monday 11 November 2024 19:39:34 -0500 (0:00:00.465) 0:03:45.603 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:56 Monday 11 November 2024 19:39:35 -0500 (0:00:00.526) 0:03:46.129 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:61 Monday 11 November 2024 19:39:35 -0500 (0:00:00.478) 0:03:46.608 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Monday 11 November 2024 19:39:35 -0500 (0:00:00.100) 0:03:46.708 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 11 November 2024 19:39:35 -0500 (0:00:00.267) 0:03:46.976 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 11 November 2024 19:39:36 -0500 (0:00:00.055) 0:03:47.031 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 11 November 2024 19:39:36 -0500 (0:00:00.043) 0:03:47.075 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Monday 11 November 2024 19:39:36 -0500 (0:00:00.047) 0:03:47.122 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160 Monday 11 November 2024 19:39:36 -0500 (0:00:00.035) 0:03:47.157 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Monday 11 November 2024 19:39:36 -0500 (0:00:00.102) 0:03:47.260 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Monday 11 November 2024 19:39:36 -0500 (0:00:00.056) 0:03:47.317 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Monday 11 November 2024 19:39:36 -0500 (0:00:00.099) 0:03:47.416 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Monday 11 November 2024 19:39:36 -0500 (0:00:00.101) 0:03:47.517 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Monday 11 November 2024 19:39:36 -0500 (0:00:00.119) 0:03:47.637 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 19:39:36 -0500 (0:00:00.108) 0:03:47.746 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 19:39:36 -0500 (0:00:00.042) 0:03:47.788 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 19:39:36 -0500 (0:00:00.038) 0:03:47.827 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 19:39:36 -0500 (0:00:00.046) 0:03:47.873 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731371821.3488855, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731371792.0080051, "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 19:39:37 -0500 (0:00:00.399) 0:03:48.273 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 19:39:37 -0500 (0:00:00.039) 0:03:48.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 : Set user subuid and subgid info] ****** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 19:39:37 -0500 (0:00:00.095) 0:03:48.408 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 19:39:37 -0500 (0:00:00.038) 0:03:48.447 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 19:39:37 -0500 (0:00:00.041) 0:03:48.489 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 19:39:37 -0500 (0:00:00.049) 0:03:48.538 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 19:39:37 -0500 (0:00:00.085) 0:03:48.624 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 19:39:37 -0500 (0:00:00.091) 0:03:48.715 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Monday 11 November 2024 19:39:37 -0500 (0:00:00.048) 0:03:48.763 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Monday 11 November 2024 19:39:37 -0500 (0:00:00.079) 0:03:48.843 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Monday 11 November 2024 19:39:37 -0500 (0:00:00.046) 0:03:48.890 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Monday 11 November 2024 19:39:37 -0500 (0:00:00.042) 0:03:48.932 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Monday 11 November 2024 19:39:37 -0500 (0:00:00.083) 0:03:49.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 : Cleanup quadlets] ********************* task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Monday 11 November 2024 19:39:38 -0500 (0:00:00.067) 0:03:49.083 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Monday 11 November 2024 19:39:38 -0500 (0:00:00.094) 0:03:49.177 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 Monday 11 November 2024 19:39:38 -0500 (0:00:00.040) 0:03:49.217 ******* 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": "-.mount sysinit.target basic.target systemd-journald.socket system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "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": "14004", "LimitNPROCSoft": "14004", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "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": "-.mount sysinit.target system.slice", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.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": "22406", "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:33 Monday 11 November 2024 19:39:38 -0500 (0:00:00.709) 0:03:49.927 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731371927.7205667, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "1127036af0ba22b83d33a5a35ab54db2c5855175", "ctime": 1731371904.0226212, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 379584646, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1731371903.6536222, "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": "3898958700", "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:38 Monday 11 November 2024 19:39:39 -0500 (0:00:00.414) 0:03:50.342 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_quadlet_file.yml:6 Monday 11 November 2024 19:39:39 -0500 (0:00:00.218) 0:03:50.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 : Parse quadlet file] ******************* task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_quadlet_file.yml:12 Monday 11 November 2024 19:39:39 -0500 (0:00:00.428) 0:03:50.989 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_quadlet_file.yml:44 Monday 11 November 2024 19:39:40 -0500 (0:00:00.094) 0:03:51.083 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Reset raw variable] ******************* task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_quadlet_file.yml:52 Monday 11 November 2024 19:39:40 -0500 (0:00:00.069) 0:03:51.153 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_quadlet_raw": null }, "changed": false } TASK [fedora.linux_system_roles.podman : Remove quadlet file] ****************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:42 Monday 11 November 2024 19:39:40 -0500 (0:00:00.072) 0:03:51.225 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:48 Monday 11 November 2024 19:39:40 -0500 (0:00:00.463) 0:03:51.689 ******* ok: [managed-node1] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Remove managed resource] ************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:58 Monday 11 November 2024 19:39:41 -0500 (0:00:00.646) 0:03:52.335 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:95 Monday 11 November 2024 19:39:41 -0500 (0:00:00.427) 0:03:52.762 ******* skipping: [managed-node1] => { "censored": "the output 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:112 Monday 11 November 2024 19:39:41 -0500 (0:00:00.058) 0:03:52.821 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:116 Monday 11 November 2024 19:39:41 -0500 (0:00:00.037) 0:03:52.858 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:127 Monday 11 November 2024 19:39:41 -0500 (0:00:00.050) 0:03:52.909 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 11 November 2024 19:39:41 -0500 (0:00:00.088) 0:03:52.998 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 11 November 2024 19:39:42 -0500 (0:00:00.048) 0:03:53.047 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 11 November 2024 19:39:42 -0500 (0:00:00.050) 0:03:53.098 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:137 Monday 11 November 2024 19:39:42 -0500 (0:00:00.091) 0:03:53.190 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:146 Monday 11 November 2024 19:39:42 -0500 (0:00:00.126) 0:03:53.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 - containers] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:155 Monday 11 November 2024 19:39:42 -0500 (0:00:00.084) 0:03:53.401 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:164 Monday 11 November 2024 19:39:42 -0500 (0:00:00.063) 0:03:53.464 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:173 Monday 11 November 2024 19:39:42 -0500 (0:00:00.144) 0:03:53.608 ******* skipping: [managed-node1] => { "censored": "the output 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:183 Monday 11 November 2024 19:39:42 -0500 (0:00:00.048) 0:03:53.657 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Monday 11 November 2024 19:39:42 -0500 (0:00:00.043) 0:03:53.700 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167 Monday 11 November 2024 19:39:42 -0500 (0:00:00.033) 0:03:53.734 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173 Monday 11 November 2024 19:39:42 -0500 (0:00:00.032) 0:03:53.766 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Monday 11 November 2024 19:39:42 -0500 (0:00:00.098) 0:03:53.864 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Monday 11 November 2024 19:39:42 -0500 (0:00:00.045) 0:03:53.910 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 19:39:42 -0500 (0:00:00.088) 0:03:53.998 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 19:39:43 -0500 (0:00:00.061) 0:03:54.060 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 19:39:43 -0500 (0:00:00.057) 0:03:54.117 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 19:39:43 -0500 (0:00:00.075) 0:03:54.193 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731371821.3488855, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731371792.0080051, "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 19:39:43 -0500 (0:00:00.470) 0:03:54.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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 19:39:43 -0500 (0:00:00.043) 0:03:54.708 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 19:39:43 -0500 (0:00:00.041) 0:03:54.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 : Get subuid file] ********************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 19:39:43 -0500 (0:00:00.052) 0:03:54.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 : Get subgid file] ********************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 19:39:43 -0500 (0:00:00.047) 0:03:54.849 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 19:39:43 -0500 (0:00:00.040) 0:03:54.889 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 19:39:43 -0500 (0:00:00.104) 0:03:54.994 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 19:39:44 -0500 (0:00:00.039) 0:03:55.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 : Set credential variables] ************* task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Monday 11 November 2024 19:39:44 -0500 (0:00:00.061) 0:03:55.096 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Monday 11 November 2024 19:39:44 -0500 (0:00:00.138) 0:03:55.234 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Monday 11 November 2024 19:39:44 -0500 (0:00:00.074) 0:03:55.308 ******* skipping: [managed-node1] => { "censored": "the output 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Monday 11 November 2024 19:39:44 -0500 (0:00:00.050) 0:03:55.359 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file is absent] ***** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Monday 11 November 2024 19:39:44 -0500 (0:00:00.075) 0:03:55.435 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Monday 11 November 2024 19:39:44 -0500 (0:00:00.483) 0:03:55.918 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Monday 11 November 2024 19:39:45 -0500 (0:00:00.575) 0:03:56.493 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Monday 11 November 2024 19:39:45 -0500 (0:00:00.511) 0:03:57.005 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Monday 11 November 2024 19:39:46 -0500 (0:00:00.272) 0:03:57.277 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Monday 11 November 2024 19:39:46 -0500 (0:00:00.059) 0:03:57.337 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Monday 11 November 2024 19:39:46 -0500 (0:00:00.069) 0:03:57.407 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Monday 11 November 2024 19:39:46 -0500 (0:00:00.064) 0:03:57.472 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 19:39:46 -0500 (0:00:00.114) 0:03:57.587 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 19:39:46 -0500 (0:00:00.080) 0:03:57.667 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 19:39:46 -0500 (0:00:00.147) 0:03:57.814 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 19:39:46 -0500 (0:00:00.067) 0:03:57.881 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731371821.3488855, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731371792.0080051, "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 19:39:47 -0500 (0:00:00.385) 0:03:58.266 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 19:39:47 -0500 (0:00:00.041) 0:03:58.308 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 19:39:47 -0500 (0:00:00.037) 0:03:58.346 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 19:39:47 -0500 (0:00:00.037) 0:03:58.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 : Get subgid file] ********************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 19:39:47 -0500 (0:00:00.037) 0:03:58.421 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 19:39:47 -0500 (0:00:00.037) 0:03:58.459 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 19:39:47 -0500 (0:00:00.036) 0:03:58.495 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 19:39:47 -0500 (0:00:00.037) 0:03:58.533 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Monday 11 November 2024 19:39:47 -0500 (0:00:00.036) 0:03:58.569 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Monday 11 November 2024 19:39:47 -0500 (0:00:00.045) 0:03:58.614 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Monday 11 November 2024 19:39:47 -0500 (0:00:00.063) 0:03:58.678 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Monday 11 November 2024 19:39:47 -0500 (0:00:00.055) 0:03:58.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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Monday 11 November 2024 19:39:47 -0500 (0:00:00.039) 0:03:58.774 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Monday 11 November 2024 19:39:47 -0500 (0:00:00.051) 0:03:58.825 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Monday 11 November 2024 19:39:48 -0500 (0:00:01.102) 0:03:59.927 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Monday 11 November 2024 19:39:49 -0500 (0:00:00.379) 0:04:00.307 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:175 Monday 11 November 2024 19:39:49 -0500 (0:00:00.534) 0:04:00.842 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:180 Monday 11 November 2024 19:39:50 -0500 (0:00:00.775) 0:04:01.618 ******* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 11 November 2024 19:39:50 -0500 (0:00:00.207) 0:04:01.825 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 11 November 2024 19:39:50 -0500 (0:00:00.137) 0:04:01.962 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Monday 11 November 2024 19:39:50 -0500 (0:00:00.050) 0:04:02.013 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Monday 11 November 2024 19:39:51 -0500 (0:00:00.055) 0:04:02.068 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Monday 11 November 2024 19:39:51 -0500 (0:00:00.040) 0:04:02.109 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Monday 11 November 2024 19:39:51 -0500 (0:00:00.037) 0:04:02.146 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Monday 11 November 2024 19:39:51 -0500 (0:00:00.036) 0:04:02.183 ******* ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-3Ao/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-3Ao/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-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 11 November 2024 19:39:51 -0500 (0:00:00.079) 0:04:02.262 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 11 November 2024 19:39:52 -0500 (0:00:01.646) 0:04:03.909 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 11 November 2024 19:39:52 -0500 (0:00:00.110) 0:04:04.020 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Monday 11 November 2024 19:39:53 -0500 (0:00:00.076) 0:04:04.096 ******* skipping: [managed-node1] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Monday 11 November 2024 19:39:53 -0500 (0:00:00.130) 0:04:04.227 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 11 November 2024 19:39:53 -0500 (0:00:00.050) 0:04:04.277 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Monday 11 November 2024 19:39:53 -0500 (0:00:00.056) 0:04:04.334 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.030871", "end": "2024-11-11 19:39:53.685460", "rc": 0, "start": "2024-11-11 19:39:53.654589" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Monday 11 November 2024 19:39:53 -0500 (0:00:00.473) 0:04:04.808 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Monday 11 November 2024 19:39:53 -0500 (0:00:00.056) 0:04:04.864 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Monday 11 November 2024 19:39:53 -0500 (0:00:00.047) 0:04:04.911 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Monday 11 November 2024 19:39:53 -0500 (0:00:00.048) 0:04:04.959 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Monday 11 November 2024 19:39:53 -0500 (0:00:00.054) 0:04:05.014 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 19:39:54 -0500 (0:00:00.077) 0:04:05.092 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 19:39:54 -0500 (0:00:00.054) 0:04:05.147 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 19:39:54 -0500 (0:00:00.039) 0:04:05.186 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 19:39:54 -0500 (0:00:00.052) 0:04:05.238 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731371821.3488855, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731371792.0080051, "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 19:39:54 -0500 (0:00:00.400) 0:04:05.638 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 19:39:54 -0500 (0:00:00.039) 0:04:05.678 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 19:39:54 -0500 (0:00:00.041) 0:04:05.720 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 19:39:54 -0500 (0:00:00.040) 0:04:05.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 : Get subgid file] ********************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 19:39:54 -0500 (0:00:00.174) 0:04:05.936 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 19:39:54 -0500 (0:00:00.060) 0:04:05.996 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 19:39:55 -0500 (0:00:00.061) 0:04:06.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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 19:39:55 -0500 (0:00:00.055) 0:04:06.113 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Monday 11 November 2024 19:39:55 -0500 (0:00:00.068) 0:04:06.181 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95 Monday 11 November 2024 19:39:55 -0500 (0:00:00.084) 0:04:06.266 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 11 November 2024 19:39:55 -0500 (0:00:00.113) 0:04:06.379 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 11 November 2024 19:39:55 -0500 (0:00:00.065) 0:04:06.445 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98 Monday 11 November 2024 19:39:55 -0500 (0:00:00.052) 0:04:06.497 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 11 November 2024 19:39:55 -0500 (0:00:00.072) 0:04:06.570 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 11 November 2024 19:39:55 -0500 (0:00:00.051) 0:04:06.621 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101 Monday 11 November 2024 19:39:55 -0500 (0:00:00.048) 0:04:06.670 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Monday 11 November 2024 19:39:55 -0500 (0:00:00.075) 0:04:06.746 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Monday 11 November 2024 19:39:55 -0500 (0:00:00.036) 0:04:06.782 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Monday 11 November 2024 19:39:55 -0500 (0:00:00.037) 0:04:06.819 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Monday 11 November 2024 19:39:55 -0500 (0:00:00.135) 0:04:06.955 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Monday 11 November 2024 19:39:55 -0500 (0:00:00.037) 0:04:06.992 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Monday 11 November 2024 19:39:56 -0500 (0:00:00.038) 0:04:07.031 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Monday 11 November 2024 19:39:56 -0500 (0:00:00.036) 0:04:07.068 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Monday 11 November 2024 19:39:56 -0500 (0:00:00.035) 0:04:07.104 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117 Monday 11 November 2024 19:39:56 -0500 (0:00:00.038) 0:04:07.142 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Monday 11 November 2024 19:39:56 -0500 (0:00:00.038) 0:04:07.181 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128 Monday 11 November 2024 19:39:56 -0500 (0:00:00.039) 0:04:07.221 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Monday 11 November 2024 19:39:56 -0500 (0:00:00.141) 0:04:07.362 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Monday 11 November 2024 19:39:56 -0500 (0:00:00.049) 0:04:07.411 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Monday 11 November 2024 19:39:56 -0500 (0:00:00.050) 0:04:07.462 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Monday 11 November 2024 19:39:56 -0500 (0:00:00.049) 0:04:07.512 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 19:39:56 -0500 (0:00:00.071) 0:04:07.584 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 19:39:56 -0500 (0:00:00.419) 0:04:08.004 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 19:39:57 -0500 (0:00:00.045) 0:04:08.050 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 19:39:57 -0500 (0:00:00.067) 0:04:08.117 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731371821.3488855, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731371792.0080051, "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 19:39:57 -0500 (0:00:00.482) 0:04:08.600 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003623", "end": "2024-11-11 19:39:57.896943", "rc": 0, "start": "2024-11-11 19:39:57.893320" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 19:39:57 -0500 (0:00:00.390) 0:04:08.990 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003582", "end": "2024-11-11 19:39:58.297687", "rc": 0, "start": "2024-11-11 19:39:58.294105" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 19:39:58 -0500 (0:00:00.440) 0:04:09.431 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 19:39:58 -0500 (0:00:00.086) 0:04:09.517 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 19:39:58 -0500 (0:00:00.040) 0:04:09.558 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 19:39:58 -0500 (0:00:00.041) 0:04:09.599 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 19:39:58 -0500 (0:00:00.046) 0:04:09.645 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 19:39:58 -0500 (0:00:00.038) 0:04:09.684 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Monday 11 November 2024 19:39:58 -0500 (0:00:00.034) 0:04:09.719 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Monday 11 November 2024 19:39:58 -0500 (0:00:00.045) 0:04:09.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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Monday 11 November 2024 19:39:58 -0500 (0:00:00.038) 0:04:09.802 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure certs.d directory] ************* task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Monday 11 November 2024 19:39:58 -0500 (0:00:00.057) 0:04:09.860 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Monday 11 November 2024 19:39:59 -0500 (0:00:00.417) 0:04:10.278 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Monday 11 November 2024 19:39:59 -0500 (0:00:00.746) 0:04:11.025 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Monday 11 November 2024 19:40:00 -0500 (0:00:00.071) 0:04:11.096 ******* skipping: [managed-node1] => { "censored": "the output 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Monday 11 November 2024 19:40:00 -0500 (0:00:00.058) 0:04:11.154 ******* skipping: [managed-node1] => { "censored": "the output 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137 Monday 11 November 2024 19:40:00 -0500 (0:00:00.086) 0:04:11.240 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Monday 11 November 2024 19:40:00 -0500 (0:00:00.293) 0:04:11.534 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Monday 11 November 2024 19:40:00 -0500 (0:00:00.159) 0:04:11.694 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 19:40:00 -0500 (0:00:00.091) 0:04:11.785 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 19:40:00 -0500 (0:00:00.058) 0:04:11.843 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 19:40:00 -0500 (0:00:00.058) 0:04:11.901 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 19:40:00 -0500 (0:00:00.074) 0:04:11.976 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731371821.3488855, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731371792.0080051, "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 19:40:01 -0500 (0:00:00.465) 0:04:12.442 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003659", "end": "2024-11-11 19:40:01.981414", "rc": 0, "start": "2024-11-11 19:40:01.977755" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 19:40:02 -0500 (0:00:00.674) 0:04:13.116 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003652", "end": "2024-11-11 19:40:02.597736", "rc": 0, "start": "2024-11-11 19:40:02.594084" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 19:40:02 -0500 (0:00:00.603) 0:04:13.720 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 19:40:02 -0500 (0:00:00.073) 0:04:13.793 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 19:40:02 -0500 (0:00:00.050) 0:04:13.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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 19:40:02 -0500 (0:00:00.039) 0:04:13.883 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 19:40:02 -0500 (0:00:00.037) 0:04:13.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 : Fail if user not in subgid file] ****** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 19:40:02 -0500 (0:00:00.036) 0:04:13.957 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Monday 11 November 2024 19:40:02 -0500 (0:00:00.038) 0:04:13.995 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is present] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Monday 11 November 2024 19:40:03 -0500 (0:00:00.111) 0:04:14.106 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Monday 11 November 2024 19:40:03 -0500 (0:00:00.410) 0:04:14.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 credential file content is present] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Monday 11 November 2024 19:40:03 -0500 (0:00:00.043) 0:04:14.560 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Monday 11 November 2024 19:40:04 -0500 (0:00:00.819) 0:04:15.380 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Find files in credentials directory] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Monday 11 November 2024 19:40:04 -0500 (0:00:00.112) 0:04:15.492 ******* skipping: [managed-node1] => { "censored": "the output 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Monday 11 November 2024 19:40:04 -0500 (0:00:00.038) 0:04:15.531 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Monday 11 November 2024 19:40:04 -0500 (0:00:00.039) 0:04:15.570 ******* skipping: [managed-node1] => { "censored": "the output 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Monday 11 November 2024 19:40:04 -0500 (0:00:00.033) 0:04:15.604 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Monday 11 November 2024 19:40:04 -0500 (0:00:00.123) 0:04:15.728 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Monday 11 November 2024 19:40:04 -0500 (0:00:00.086) 0:04:15.815 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Monday 11 November 2024 19:40:04 -0500 (0:00:00.135) 0:04:15.950 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Monday 11 November 2024 19:40:04 -0500 (0:00:00.058) 0:04:16.009 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 19:40:05 -0500 (0:00:00.093) 0:04:16.102 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 19:40:05 -0500 (0:00:00.044) 0:04:16.147 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 19:40:05 -0500 (0:00:00.040) 0:04:16.187 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 19:40:05 -0500 (0:00:00.049) 0:04:16.237 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731371821.3488855, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731371792.0080051, "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 19:40:05 -0500 (0:00:00.397) 0:04:16.634 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003733", "end": "2024-11-11 19:40:05.919771", "rc": 0, "start": "2024-11-11 19:40:05.916038" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 19:40:05 -0500 (0:00:00.381) 0:04:17.016 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003647", "end": "2024-11-11 19:40:06.302667", "rc": 0, "start": "2024-11-11 19:40:06.299020" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 19:40:06 -0500 (0:00:00.384) 0:04:17.401 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 19:40:06 -0500 (0:00:00.057) 0:04:17.458 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 19:40:06 -0500 (0:00:00.037) 0:04:17.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 : Set user subuid and subgid info] ****** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 19:40:06 -0500 (0:00:00.108) 0:04:17.604 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 19:40:06 -0500 (0:00:00.038) 0:04:17.643 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 19:40:06 -0500 (0:00:00.054) 0:04:17.697 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Monday 11 November 2024 19:40:06 -0500 (0:00:00.049) 0:04:17.747 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Monday 11 November 2024 19:40:06 -0500 (0:00:00.044) 0:04:17.792 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Monday 11 November 2024 19:40:06 -0500 (0:00:00.081) 0:04:17.873 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Monday 11 November 2024 19:40:06 -0500 (0:00:00.054) 0:04:17.927 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Monday 11 November 2024 19:40:06 -0500 (0:00:00.046) 0:04:17.974 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Monday 11 November 2024 19:40:06 -0500 (0:00:00.048) 0:04:18.023 ******* 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.005634", "end": "2024-11-11 19:40:07.308083", "rc": 0, "start": "2024-11-11 19:40:07.302449" } 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Monday 11 November 2024 19:40:07 -0500 (0:00:00.464) 0:04:18.487 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Monday 11 November 2024 19:40:07 -0500 (0:00:00.136) 0:04:18.624 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Monday 11 November 2024 19:40:07 -0500 (0:00:00.286) 0:04:18.910 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 11 November 2024 19:40:08 -0500 (0:00:00.236) 0:04:19.147 ******* changed: [managed-node1] => { "changed": true, "cmd": [ "loginctl", "enable-linger", "auth_test_user1" ], "delta": "0:00:00.020026", "end": "2024-11-11 19:40:08.671557", "rc": 0, "start": "2024-11-11 19:40:08.651531" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 11 November 2024 19:40:08 -0500 (0:00:00.668) 0:04:19.816 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 11 November 2024 19:40:08 -0500 (0:00:00.066) 0:04:19.882 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Monday 11 November 2024 19:40:08 -0500 (0:00:00.059) 0:04:19.942 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Monday 11 November 2024 19:40:09 -0500 (0:00:00.208) 0:04:20.150 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Monday 11 November 2024 19:40:09 -0500 (0:00:00.048) 0:04:20.199 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53 Monday 11 November 2024 19:40:10 -0500 (0:00:01.159) 0:04:21.358 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61 Monday 11 November 2024 19:40:10 -0500 (0:00:00.438) 0:04:21.797 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70 Monday 11 November 2024 19:40:11 -0500 (0:00:00.462) 0:04:22.259 ******* 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-1731372011.350299-16283-118169690631043/source", "state": "file", "uid": 2001 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 Monday 11 November 2024 19:40:12 -0500 (0:00:00.949) 0:04:23.209 ******* 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: c27999989d819e96cef0b6dbbd28ef61fefb54906f0e944e235b1d140a143333 Container: a36c4ab3338f133b8027c81d7d9e3d7be4f9a4d96fe5bce3e22a65d4f7d7f615 TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:88 Monday 11 November 2024 19:40:13 -0500 (0:00:01.210) 0:04:24.419 ******* ok: [managed-node1] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:100 Monday 11 November 2024 19:40:14 -0500 (0:00:00.728) 0:04:25.147 ******* changed: [managed-node1] => { "changed": true, "enabled": true, "name": "podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "run-user-2001.mount -.mount basic.target network-online.target podman\\x2dkube.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "man:podman-kube-play(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PODMAN_SYSTEMD_UNIT=podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/user/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "inherit", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14004", "LimitNPROCSoft": "14004", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "podman\\x2dkube.slice basic.target", "RequiresMountsFor": "/run/user/2001/containers /home/auth_test_user1", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22406", "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Monday 11 November 2024 19:40:14 -0500 (0:00:00.657) 0:04:25.805 ******* 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": "network-online.target run-user-2001.mount -.mount podman\\x2dkube.slice basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target default.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "man:podman-kube-play(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PODMAN_SYSTEMD_UNIT=podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/user/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "inherit", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14004", "LimitNPROCSoft": "14004", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "basic.target podman\\x2dkube.slice", "RequiresMountsFor": "/run/user/2001/containers /home/auth_test_user1", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22406", "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:127 Monday 11 November 2024 19:40:16 -0500 (0:00:01.261) 0:04:27.067 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160 Monday 11 November 2024 19:40:16 -0500 (0:00:00.065) 0:04:27.132 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Monday 11 November 2024 19:40:16 -0500 (0:00:00.147) 0:04:27.280 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Monday 11 November 2024 19:40:16 -0500 (0:00:00.072) 0:04:27.352 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Monday 11 November 2024 19:40:16 -0500 (0:00:00.087) 0:04:27.440 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Monday 11 November 2024 19:40:16 -0500 (0:00:00.131) 0:04:27.572 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Monday 11 November 2024 19:40:16 -0500 (0:00:00.179) 0:04:27.751 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 19:40:16 -0500 (0:00:00.143) 0:04:27.895 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 19:40:17 -0500 (0:00:00.359) 0:04:28.256 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 19:40:17 -0500 (0:00:00.060) 0:04:28.316 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 19:40:17 -0500 (0:00:00.076) 0:04:28.393 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731371821.3488855, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731371792.0080051, "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 19:40:17 -0500 (0:00:00.532) 0:04:28.925 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.005891", "end": "2024-11-11 19:40:18.351612", "rc": 0, "start": "2024-11-11 19:40:18.345721" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 19:40:18 -0500 (0:00:00.560) 0:04:29.486 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.004826", "end": "2024-11-11 19:40:18.895038", "rc": 0, "start": "2024-11-11 19:40:18.890212" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 19:40:18 -0500 (0:00:00.521) 0:04:30.007 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 19:40:19 -0500 (0:00:00.067) 0:04:30.075 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 19:40:19 -0500 (0:00:00.040) 0:04:30.115 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 19:40:19 -0500 (0:00:00.039) 0:04:30.155 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 19:40:19 -0500 (0:00:00.035) 0:04:30.190 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 19:40:19 -0500 (0:00:00.035) 0:04:30.226 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Monday 11 November 2024 19:40:19 -0500 (0:00:00.034) 0:04:30.261 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Monday 11 November 2024 19:40:19 -0500 (0:00:00.062) 0:04:30.323 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Monday 11 November 2024 19:40:19 -0500 (0:00:00.039) 0:04:30.362 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Monday 11 November 2024 19:40:19 -0500 (0:00:00.036) 0:04:30.399 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Monday 11 November 2024 19:40:19 -0500 (0:00:00.078) 0:04:30.478 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Monday 11 November 2024 19:40:19 -0500 (0:00:00.062) 0:04:30.540 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Monday 11 November 2024 19:40:19 -0500 (0:00:00.043) 0:04:30.584 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Monday 11 November 2024 19:40:19 -0500 (0:00:00.190) 0:04:30.775 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 11 November 2024 19:40:19 -0500 (0:00:00.061) 0:04:30.837 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 11 November 2024 19:40:20 -0500 (0:00:00.504) 0:04:31.342 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 11 November 2024 19:40:20 -0500 (0:00:00.067) 0:04:31.410 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Monday 11 November 2024 19:40:20 -0500 (0:00:00.055) 0:04:31.465 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:18 Monday 11 November 2024 19:40:20 -0500 (0:00:00.056) 0:04:31.522 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:39 Monday 11 November 2024 19:40:21 -0500 (0:00:01.231) 0:04:32.753 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:48 Monday 11 November 2024 19:40:22 -0500 (0:00:00.539) 0:04:33.292 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:58 Monday 11 November 2024 19:40:22 -0500 (0:00:00.050) 0:04:33.343 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:70 Monday 11 November 2024 19:40:22 -0500 (0:00:00.049) 0:04:33.392 ******* 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-1731372022.433664-16787-25891813030404/source", "state": "file", "uid": 2001 } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:82 Monday 11 November 2024 19:40:23 -0500 (0:00:01.060) 0:04:34.453 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:110 Monday 11 November 2024 19:40:23 -0500 (0:00:00.055) 0:04:34.509 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:125 Monday 11 November 2024 19:40:23 -0500 (0:00:00.072) 0:04:34.581 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167 Monday 11 November 2024 19:40:23 -0500 (0:00:00.056) 0:04:34.638 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173 Monday 11 November 2024 19:40:23 -0500 (0:00:00.038) 0:04:34.676 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Monday 11 November 2024 19:40:23 -0500 (0:00:00.113) 0:04:34.790 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Monday 11 November 2024 19:40:23 -0500 (0:00:00.155) 0:04:34.946 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 19:40:24 -0500 (0:00:00.095) 0:04:35.041 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 19:40:24 -0500 (0:00:00.062) 0:04:35.104 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 19:40:24 -0500 (0:00:00.065) 0:04:35.170 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 19:40:24 -0500 (0:00:00.136) 0:04:35.306 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731371821.3488855, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731371792.0080051, "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 19:40:24 -0500 (0:00:00.564) 0:04:35.870 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.005494", "end": "2024-11-11 19:40:25.290686", "rc": 0, "start": "2024-11-11 19:40:25.285192" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 19:40:25 -0500 (0:00:00.547) 0:04:36.418 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.007003", "end": "2024-11-11 19:40:25.847048", "rc": 0, "start": "2024-11-11 19:40:25.840045" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 19:40:25 -0500 (0:00:00.547) 0:04:36.965 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 19:40:26 -0500 (0:00:00.096) 0:04:37.062 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 19:40:26 -0500 (0:00:00.094) 0:04:37.156 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 19:40:26 -0500 (0:00:00.062) 0:04:37.218 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 19:40:26 -0500 (0:00:00.061) 0:04:37.280 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 19:40:26 -0500 (0:00:00.057) 0:04:37.337 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Monday 11 November 2024 19:40:26 -0500 (0:00:00.057) 0:04:37.394 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Monday 11 November 2024 19:40:26 -0500 (0:00:00.190) 0:04:37.585 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Monday 11 November 2024 19:40:26 -0500 (0:00:00.108) 0:04:37.693 ******* skipping: [managed-node1] => { "censored": "the output 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Monday 11 November 2024 19:40:26 -0500 (0:00:00.104) 0:04:37.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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Monday 11 November 2024 19:40:26 -0500 (0:00:00.080) 0:04:37.878 ******* skipping: [managed-node1] => { "censored": "the output 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Monday 11 November 2024 19:40:27 -0500 (0:00:00.174) 0:04:38.052 ******* skipping: [managed-node1] => { "censored": "the output 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Monday 11 November 2024 19:40:27 -0500 (0:00:00.062) 0:04:38.115 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Monday 11 November 2024 19:40:27 -0500 (0:00:00.065) 0:04:38.180 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Monday 11 November 2024 19:40:27 -0500 (0:00:00.316) 0:04:38.497 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Monday 11 November 2024 19:40:27 -0500 (0:00:00.064) 0:04:38.562 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Monday 11 November 2024 19:40:27 -0500 (0:00:00.063) 0:04:38.625 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Monday 11 November 2024 19:40:27 -0500 (0:00:00.058) 0:04:38.684 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 19:40:27 -0500 (0:00:00.072) 0:04:38.757 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 19:40:27 -0500 (0:00:00.041) 0:04:38.798 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 19:40:27 -0500 (0:00:00.042) 0:04:38.841 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 19:40:27 -0500 (0:00:00.058) 0:04:38.900 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731371821.3488855, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731371792.0080051, "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 19:40:28 -0500 (0:00:00.547) 0:04:39.447 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003851", "end": "2024-11-11 19:40:28.818904", "rc": 0, "start": "2024-11-11 19:40:28.815053" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 19:40:28 -0500 (0:00:00.501) 0:04:39.949 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003631", "end": "2024-11-11 19:40:29.395129", "rc": 0, "start": "2024-11-11 19:40:29.391498" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 19:40:29 -0500 (0:00:00.573) 0:04:40.522 ******* ok: [managed-node1] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 19:40:29 -0500 (0:00:00.075) 0:04:40.597 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 19:40:29 -0500 (0:00:00.051) 0:04:40.649 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 19:40:29 -0500 (0:00:00.183) 0:04:40.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 : Fail if user not in subuid file] ****** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 19:40:29 -0500 (0:00:00.045) 0:04:40.879 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 19:40:29 -0500 (0:00:00.043) 0:04:40.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 : Set per-cert spec variables part 2] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Monday 11 November 2024 19:40:29 -0500 (0:00:00.038) 0:04:40.961 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Monday 11 November 2024 19:40:29 -0500 (0:00:00.043) 0:04:41.005 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Monday 11 November 2024 19:40:30 -0500 (0:00:00.044) 0:04:41.049 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Monday 11 November 2024 19:40:30 -0500 (0:00:00.080) 0:04:41.129 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Monday 11 November 2024 19:40:30 -0500 (0:00:00.088) 0:04:41.218 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Monday 11 November 2024 19:40:30 -0500 (0:00:00.142) 0:04:41.360 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Monday 11 November 2024 19:40:30 -0500 (0:00:00.143) 0:04:41.503 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the certs.d directory is absent if empty] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Monday 11 November 2024 19:40:30 -0500 (0:00:00.047) 0:04:41.551 ******* skipping: [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-3Ao/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:208 Monday 11 November 2024 19:40:30 -0500 (0:00:00.072) 0:04:41.624 ******* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 11 November 2024 19:40:30 -0500 (0:00:00.093) 0:04:41.717 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 11 November 2024 19:40:30 -0500 (0:00:00.072) 0:04:41.790 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Monday 11 November 2024 19:40:30 -0500 (0:00:00.061) 0:04:41.851 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Monday 11 November 2024 19:40:31 -0500 (0:00:00.234) 0:04:42.085 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Monday 11 November 2024 19:40:31 -0500 (0:00:00.064) 0:04:42.150 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Monday 11 November 2024 19:40:31 -0500 (0:00:00.083) 0:04:42.233 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Monday 11 November 2024 19:40:31 -0500 (0:00:00.043) 0:04:42.277 ******* ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-3Ao/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-3Ao/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-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 11 November 2024 19:40:31 -0500 (0:00:00.095) 0:04:42.373 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 11 November 2024 19:40:33 -0500 (0:00:02.041) 0:04:44.414 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 11 November 2024 19:40:33 -0500 (0:00:00.108) 0:04:44.523 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Monday 11 November 2024 19:40:33 -0500 (0:00:00.075) 0:04:44.599 ******* skipping: [managed-node1] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Monday 11 November 2024 19:40:33 -0500 (0:00:00.057) 0:04:44.656 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 11 November 2024 19:40:33 -0500 (0:00:00.057) 0:04:44.714 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Monday 11 November 2024 19:40:33 -0500 (0:00:00.063) 0:04:44.777 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.032693", "end": "2024-11-11 19:40:34.187664", "rc": 0, "start": "2024-11-11 19:40:34.154971" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Monday 11 November 2024 19:40:34 -0500 (0:00:00.529) 0:04:45.307 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Monday 11 November 2024 19:40:34 -0500 (0:00:00.053) 0:04:45.361 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Monday 11 November 2024 19:40:34 -0500 (0:00:00.060) 0:04:45.421 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Monday 11 November 2024 19:40:34 -0500 (0:00:00.086) 0:04:45.508 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Monday 11 November 2024 19:40:34 -0500 (0:00:00.214) 0:04:45.722 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 19:40:34 -0500 (0:00:00.093) 0:04:45.815 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 19:40:35 -0500 (0:00:00.530) 0:04:46.346 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 19:40:35 -0500 (0:00:00.064) 0:04:46.411 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 19:40:35 -0500 (0:00:00.082) 0:04:46.493 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731371821.3488855, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731371792.0080051, "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 19:40:35 -0500 (0:00:00.530) 0:04:47.023 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 19:40:36 -0500 (0:00:00.038) 0:04:47.061 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 19:40:36 -0500 (0:00:00.035) 0:04:47.097 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 19:40:36 -0500 (0:00:00.041) 0:04:47.139 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 19:40:36 -0500 (0:00:00.057) 0:04:47.197 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 19:40:36 -0500 (0:00:00.087) 0:04:47.285 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 19:40:36 -0500 (0:00:00.111) 0:04:47.396 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 19:40:36 -0500 (0:00:00.090) 0:04:47.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 config file paths] **************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Monday 11 November 2024 19:40:36 -0500 (0:00:00.097) 0:04:47.584 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95 Monday 11 November 2024 19:40:36 -0500 (0:00:00.087) 0:04:47.672 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 11 November 2024 19:40:36 -0500 (0:00:00.162) 0:04:47.834 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 11 November 2024 19:40:36 -0500 (0:00:00.060) 0:04:47.895 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98 Monday 11 November 2024 19:40:37 -0500 (0:00:00.147) 0:04:48.042 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 11 November 2024 19:40:37 -0500 (0:00:00.101) 0:04:48.144 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 11 November 2024 19:40:37 -0500 (0:00:00.051) 0:04:48.196 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101 Monday 11 November 2024 19:40:37 -0500 (0:00:00.048) 0:04:48.245 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Monday 11 November 2024 19:40:37 -0500 (0:00:00.099) 0:04:48.344 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Monday 11 November 2024 19:40:37 -0500 (0:00:00.050) 0:04:48.395 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Monday 11 November 2024 19:40:37 -0500 (0:00:00.050) 0:04:48.445 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Monday 11 November 2024 19:40:37 -0500 (0:00:00.091) 0:04:48.536 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Monday 11 November 2024 19:40:37 -0500 (0:00:00.043) 0:04:48.580 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Monday 11 November 2024 19:40:37 -0500 (0:00:00.048) 0:04:48.629 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Monday 11 November 2024 19:40:37 -0500 (0:00:00.038) 0:04:48.667 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Monday 11 November 2024 19:40:37 -0500 (0:00:00.036) 0:04:48.703 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117 Monday 11 November 2024 19:40:37 -0500 (0:00:00.036) 0:04:48.740 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Monday 11 November 2024 19:40:37 -0500 (0:00:00.034) 0:04:48.775 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128 Monday 11 November 2024 19:40:37 -0500 (0:00:00.048) 0:04:48.824 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Monday 11 November 2024 19:40:38 -0500 (0:00:00.208) 0:04:49.032 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Monday 11 November 2024 19:40:38 -0500 (0:00:00.049) 0:04:49.081 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Monday 11 November 2024 19:40:38 -0500 (0:00:00.053) 0:04:49.135 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Monday 11 November 2024 19:40:38 -0500 (0:00:00.053) 0:04:49.188 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 19:40:38 -0500 (0:00:00.093) 0:04:49.282 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 19:40:38 -0500 (0:00:00.082) 0:04:49.365 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 19:40:38 -0500 (0:00:00.105) 0:04:49.470 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 19:40:38 -0500 (0:00:00.086) 0:04:49.557 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731371821.3488855, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731371792.0080051, "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 19:40:39 -0500 (0:00:00.540) 0:04:50.098 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 19:40:39 -0500 (0:00:00.043) 0:04:50.141 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 19:40:39 -0500 (0:00:00.039) 0:04:50.181 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 19:40:39 -0500 (0:00:00.034) 0:04:50.216 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 19:40:39 -0500 (0:00:00.035) 0:04:50.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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 19:40:39 -0500 (0:00:00.033) 0:04:50.285 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 19:40:39 -0500 (0:00:00.033) 0:04:50.319 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 19:40:39 -0500 (0:00:00.038) 0:04:50.358 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Monday 11 November 2024 19:40:39 -0500 (0:00:00.040) 0:04:50.398 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Monday 11 November 2024 19:40:39 -0500 (0:00:00.164) 0:04:50.563 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Monday 11 November 2024 19:40:39 -0500 (0:00:00.052) 0:04:50.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 : Ensure certs.d directory] ************* task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Monday 11 November 2024 19:40:39 -0500 (0:00:00.072) 0:04:50.688 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Monday 11 November 2024 19:40:39 -0500 (0:00:00.053) 0:04:50.741 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Monday 11 November 2024 19:40:39 -0500 (0:00:00.065) 0:04:50.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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Monday 11 November 2024 19:40:39 -0500 (0:00:00.070) 0:04:50.877 ******* skipping: [managed-node1] => { "censored": "the output 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Monday 11 November 2024 19:40:39 -0500 (0:00:00.083) 0:04:50.961 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137 Monday 11 November 2024 19:40:40 -0500 (0:00:00.090) 0:04:51.052 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Monday 11 November 2024 19:40:40 -0500 (0:00:00.214) 0:04:51.266 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Monday 11 November 2024 19:40:40 -0500 (0:00:00.111) 0:04:51.378 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 19:40:40 -0500 (0:00:00.100) 0:04:51.478 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 19:40:40 -0500 (0:00:00.072) 0:04:51.551 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 19:40:40 -0500 (0:00:00.053) 0:04:51.604 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 19:40:40 -0500 (0:00:00.054) 0:04:51.659 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731371821.3488855, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731371792.0080051, "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 19:40:41 -0500 (0:00:00.481) 0:04:52.140 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 19:40:41 -0500 (0:00:00.036) 0:04:52.177 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 19:40:41 -0500 (0:00:00.041) 0:04:52.219 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 19:40:41 -0500 (0:00:00.147) 0:04:52.366 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 19:40:41 -0500 (0:00:00.049) 0:04:52.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 : Set user subuid and subgid info] ****** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 19:40:41 -0500 (0:00:00.051) 0:04:52.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 : Fail if user not in subuid file] ****** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 19:40:41 -0500 (0:00:00.040) 0:04:52.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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 19:40:41 -0500 (0:00:00.034) 0:04:52.543 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Monday 11 November 2024 19:40:41 -0500 (0:00:00.036) 0:04:52.580 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Monday 11 November 2024 19:40:41 -0500 (0:00:00.066) 0:04:52.646 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Monday 11 November 2024 19:40:41 -0500 (0:00:00.041) 0:04:52.688 ******* skipping: [managed-node1] => { "censored": "the output 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Monday 11 November 2024 19:40:41 -0500 (0:00:00.041) 0:04:52.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 : Ensure credential file is absent] ***** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Monday 11 November 2024 19:40:41 -0500 (0:00:00.038) 0:04:52.768 ******* skipping: [managed-node1] => { "censored": "the output 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Monday 11 November 2024 19:40:41 -0500 (0:00:00.043) 0:04:52.811 ******* skipping: [managed-node1] => { "censored": "the output 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Monday 11 November 2024 19:40:41 -0500 (0:00:00.041) 0:04:52.852 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Monday 11 November 2024 19:40:41 -0500 (0:00:00.043) 0:04:52.896 ******* skipping: [managed-node1] => { "censored": "the output 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Monday 11 November 2024 19:40:41 -0500 (0:00:00.038) 0:04:52.934 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Monday 11 November 2024 19:40:42 -0500 (0:00:00.120) 0:04:53.055 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Monday 11 November 2024 19:40:42 -0500 (0:00:00.049) 0:04:53.104 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Monday 11 November 2024 19:40:42 -0500 (0:00:00.052) 0:04:53.156 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Monday 11 November 2024 19:40:42 -0500 (0:00:00.130) 0:04:53.287 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 19:40:42 -0500 (0:00:00.077) 0:04:53.365 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 19:40:42 -0500 (0:00:00.054) 0:04:53.419 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 19:40:42 -0500 (0:00:00.048) 0:04:53.468 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 19:40:42 -0500 (0:00:00.077) 0:04:53.546 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731371821.3488855, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731371792.0080051, "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 19:40:43 -0500 (0:00:00.516) 0:04:54.063 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 19:40:43 -0500 (0:00:00.045) 0:04:54.108 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 19:40:43 -0500 (0:00:00.046) 0:04:54.154 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 19:40:43 -0500 (0:00:00.038) 0:04:54.193 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 19:40:43 -0500 (0:00:00.035) 0:04:54.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 : Set user subuid and subgid info] ****** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 19:40:43 -0500 (0:00:00.034) 0:04:54.263 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 19:40:43 -0500 (0:00:00.035) 0:04:54.298 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 19:40:43 -0500 (0:00:00.034) 0:04:54.332 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Monday 11 November 2024 19:40:43 -0500 (0:00:00.040) 0:04:54.372 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Monday 11 November 2024 19:40:43 -0500 (0:00:00.045) 0:04:54.418 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Monday 11 November 2024 19:40:43 -0500 (0:00:00.077) 0:04:54.496 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Monday 11 November 2024 19:40:43 -0500 (0:00:00.046) 0:04:54.542 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Monday 11 November 2024 19:40:43 -0500 (0:00:00.048) 0:04:54.590 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Monday 11 November 2024 19:40:43 -0500 (0:00:00.136) 0:04:54.727 ******* 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.008562", "end": "2024-11-11 19:40:44.087320", "rc": 0, "start": "2024-11-11 19:40:44.078758" } 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Monday 11 November 2024 19:40:44 -0500 (0:00:00.476) 0:04:55.204 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Monday 11 November 2024 19:40:44 -0500 (0:00:00.135) 0:04:55.340 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Monday 11 November 2024 19:40:44 -0500 (0:00:00.046) 0:04:55.386 ******* 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": "basic.target systemd-journald.socket system-podman\\x2dkube.slice network-online.target -.mount sysinit.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": "14004", "LimitNPROCSoft": "14004", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "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": "sysinit.target -.mount system-podman\\x2dkube.slice", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "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": "22406", "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:28 Monday 11 November 2024 19:40:45 -0500 (0:00:00.683) 0:04:56.069 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Remove pod/containers] **************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:38 Monday 11 November 2024 19:40:45 -0500 (0:00:00.508) 0:04:56.578 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:56 Monday 11 November 2024 19:40:45 -0500 (0:00:00.063) 0:04:56.642 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:61 Monday 11 November 2024 19:40:46 -0500 (0:00:00.527) 0:04:57.169 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Monday 11 November 2024 19:40:46 -0500 (0:00:00.050) 0:04:57.220 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 11 November 2024 19:40:46 -0500 (0:00:00.062) 0:04:57.282 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 11 November 2024 19:40:46 -0500 (0:00:00.036) 0:04:57.319 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 11 November 2024 19:40:46 -0500 (0:00:00.036) 0:04:57.355 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Monday 11 November 2024 19:40:46 -0500 (0:00:00.037) 0:04:57.393 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160 Monday 11 November 2024 19:40:46 -0500 (0:00:00.050) 0:04:57.443 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Monday 11 November 2024 19:40:46 -0500 (0:00:00.151) 0:04:57.595 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Monday 11 November 2024 19:40:46 -0500 (0:00:00.164) 0:04:57.760 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Monday 11 November 2024 19:40:46 -0500 (0:00:00.058) 0:04:57.819 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Monday 11 November 2024 19:40:46 -0500 (0:00:00.045) 0:04:57.864 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Monday 11 November 2024 19:40:46 -0500 (0:00:00.075) 0:04:57.939 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 19:40:47 -0500 (0:00:00.089) 0:04:58.029 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 19:40:47 -0500 (0:00:00.056) 0:04:58.085 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 19:40:47 -0500 (0:00:00.048) 0:04:58.134 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 19:40:47 -0500 (0:00:00.063) 0:04:58.198 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731371821.3488855, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731371792.0080051, "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 19:40:47 -0500 (0:00:00.482) 0:04:58.680 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 19:40:47 -0500 (0:00:00.038) 0:04:58.719 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 19:40:47 -0500 (0:00:00.035) 0:04:58.754 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 19:40:47 -0500 (0:00:00.036) 0:04:58.791 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 19:40:47 -0500 (0:00:00.035) 0:04:58.826 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 19:40:47 -0500 (0:00:00.037) 0:04:58.864 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 19:40:47 -0500 (0:00:00.037) 0:04:58.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 subgid file] ****** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 19:40:47 -0500 (0:00:00.038) 0:04:58.939 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Monday 11 November 2024 19:40:47 -0500 (0:00:00.045) 0:04:58.985 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Monday 11 November 2024 19:40:48 -0500 (0:00:00.068) 0:04:59.053 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Monday 11 November 2024 19:40:48 -0500 (0:00:00.155) 0:04:59.209 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Monday 11 November 2024 19:40:48 -0500 (0:00:00.095) 0:04:59.305 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Monday 11 November 2024 19:40:48 -0500 (0:00:00.262) 0:04:59.568 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Monday 11 November 2024 19:40:48 -0500 (0:00:00.067) 0:04:59.635 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Monday 11 November 2024 19:40:48 -0500 (0:00:00.140) 0:04:59.776 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 Monday 11 November 2024 19:40:48 -0500 (0:00:00.052) 0:04:59.828 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:33 Monday 11 November 2024 19:40:49 -0500 (0:00:00.673) 0:05:00.502 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Parse quadlet file] ******************* task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:38 Monday 11 November 2024 19:40:49 -0500 (0:00:00.505) 0:05:01.008 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:42 Monday 11 November 2024 19:40:50 -0500 (0:00:00.043) 0:05:01.051 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:48 Monday 11 November 2024 19:40:50 -0500 (0:00:00.493) 0:05:01.545 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:58 Monday 11 November 2024 19:40:50 -0500 (0:00:00.046) 0:05:01.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 : Remove volumes] *********************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:95 Monday 11 November 2024 19:40:50 -0500 (0:00:00.049) 0:05:01.641 ******* skipping: [managed-node1] => { "censored": "the output 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:112 Monday 11 November 2024 19:40:50 -0500 (0:00:00.053) 0:05:01.695 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:116 Monday 11 November 2024 19:40:50 -0500 (0:00:00.039) 0:05:01.735 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:127 Monday 11 November 2024 19:40:50 -0500 (0:00:00.044) 0:05:01.779 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 11 November 2024 19:40:50 -0500 (0:00:00.080) 0:05:01.860 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 11 November 2024 19:40:50 -0500 (0:00:00.068) 0:05:01.928 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 11 November 2024 19:40:51 -0500 (0:00:00.166) 0:05:02.094 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:137 Monday 11 November 2024 19:40:51 -0500 (0:00:00.036) 0:05:02.130 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:146 Monday 11 November 2024 19:40:51 -0500 (0:00:00.040) 0:05:02.171 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:155 Monday 11 November 2024 19:40:51 -0500 (0:00:00.044) 0:05:02.216 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:164 Monday 11 November 2024 19:40:51 -0500 (0:00:00.049) 0:05:02.265 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:173 Monday 11 November 2024 19:40:51 -0500 (0:00:00.051) 0:05:02.317 ******* skipping: [managed-node1] => { "censored": "the output 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:183 Monday 11 November 2024 19:40:51 -0500 (0:00:00.062) 0:05:02.379 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Monday 11 November 2024 19:40:51 -0500 (0:00:00.065) 0:05:02.444 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167 Monday 11 November 2024 19:40:51 -0500 (0:00:00.071) 0:05:02.516 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173 Monday 11 November 2024 19:40:51 -0500 (0:00:00.062) 0:05:02.578 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Monday 11 November 2024 19:40:51 -0500 (0:00:00.213) 0:05:02.792 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Monday 11 November 2024 19:40:51 -0500 (0:00:00.093) 0:05:02.886 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 19:40:52 -0500 (0:00:00.167) 0:05:03.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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 19:40:52 -0500 (0:00:00.116) 0:05:03.171 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 19:40:52 -0500 (0:00:00.116) 0:05:03.287 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 19:40:52 -0500 (0:00:00.136) 0:05:03.424 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731371821.3488855, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731371792.0080051, "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 19:40:52 -0500 (0:00:00.597) 0:05:04.021 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 19:40:53 -0500 (0:00:00.039) 0:05:04.061 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 19:40:53 -0500 (0:00:00.036) 0:05:04.097 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 19:40:53 -0500 (0:00:00.035) 0:05:04.132 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 19:40:53 -0500 (0:00:00.036) 0:05:04.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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 19:40:53 -0500 (0:00:00.036) 0:05:04.205 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 19:40:53 -0500 (0:00:00.034) 0:05:04.240 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 19:40:53 -0500 (0:00:00.036) 0:05:04.277 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Monday 11 November 2024 19:40:53 -0500 (0:00:00.035) 0:05:04.312 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Monday 11 November 2024 19:40:53 -0500 (0:00:00.055) 0:05:04.367 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Monday 11 November 2024 19:40:53 -0500 (0:00:00.042) 0:05:04.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 : Ensure credential file content is present] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Monday 11 November 2024 19:40:53 -0500 (0:00:00.080) 0:05:04.490 ******* skipping: [managed-node1] => { "censored": "the output 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Monday 11 November 2024 19:40:53 -0500 (0:00:00.058) 0:05:04.548 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Monday 11 November 2024 19:40:54 -0500 (0:00:00.554) 0:05:05.103 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Monday 11 November 2024 19:40:54 -0500 (0:00:00.530) 0:05:05.633 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Monday 11 November 2024 19:40:55 -0500 (0:00:00.703) 0:05:06.337 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Monday 11 November 2024 19:40:55 -0500 (0:00:00.255) 0:05:06.592 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Monday 11 November 2024 19:40:55 -0500 (0:00:00.105) 0:05:06.697 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Monday 11 November 2024 19:40:56 -0500 (0:00:00.341) 0:05:07.039 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Monday 11 November 2024 19:40:56 -0500 (0:00:00.058) 0:05:07.097 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 19:40:56 -0500 (0:00:00.081) 0:05:07.179 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 19:40:56 -0500 (0:00:00.042) 0:05:07.222 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 19:40:56 -0500 (0:00:00.042) 0:05:07.265 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 19:40:56 -0500 (0:00:00.051) 0:05:07.317 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731371821.3488855, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731371792.0080051, "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 19:40:56 -0500 (0:00:00.494) 0:05:07.812 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 19:40:56 -0500 (0:00:00.044) 0:05:07.856 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 19:40:56 -0500 (0:00:00.060) 0:05:07.917 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 19:40:56 -0500 (0:00:00.040) 0:05:07.957 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 19:40:56 -0500 (0:00:00.034) 0:05:07.992 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 19:40:57 -0500 (0:00:00.036) 0:05:08.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 user not in subuid file] ****** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 19:40:57 -0500 (0:00:00.037) 0:05:08.066 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 19:40:57 -0500 (0:00:00.036) 0:05:08.103 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Monday 11 November 2024 19:40:57 -0500 (0:00:00.039) 0:05:08.143 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Monday 11 November 2024 19:40:57 -0500 (0:00:00.079) 0:05:08.222 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Monday 11 November 2024 19:40:57 -0500 (0:00:00.092) 0:05:08.314 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Monday 11 November 2024 19:40:57 -0500 (0:00:00.105) 0:05:08.420 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Monday 11 November 2024 19:40:57 -0500 (0:00:00.349) 0:05:08.770 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Monday 11 November 2024 19:40:57 -0500 (0:00:00.115) 0:05:08.885 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Monday 11 November 2024 19:40:59 -0500 (0:00:02.086) 0:05:10.972 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the certs.d directory is absent if empty] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Monday 11 November 2024 19:41:00 -0500 (0:00:00.536) 0:05:11.509 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:228 Monday 11 November 2024 19:41:01 -0500 (0:00:00.623) 0:05:12.133 ******* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 11 November 2024 19:41:01 -0500 (0:00:00.138) 0:05:12.271 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 11 November 2024 19:41:01 -0500 (0:00:00.084) 0:05:12.356 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Monday 11 November 2024 19:41:01 -0500 (0:00:00.060) 0:05:12.416 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Monday 11 November 2024 19:41:01 -0500 (0:00:00.062) 0:05:12.479 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Monday 11 November 2024 19:41:01 -0500 (0:00:00.131) 0:05:12.611 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Monday 11 November 2024 19:41:01 -0500 (0:00:00.096) 0:05:12.707 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Monday 11 November 2024 19:41:01 -0500 (0:00:00.109) 0:05:12.817 ******* ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-3Ao/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-3Ao/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-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 11 November 2024 19:41:01 -0500 (0:00:00.137) 0:05:12.954 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 11 November 2024 19:41:04 -0500 (0:00:02.174) 0:05:15.129 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 11 November 2024 19:41:04 -0500 (0:00:00.050) 0:05:15.180 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Monday 11 November 2024 19:41:04 -0500 (0:00:00.049) 0:05:15.229 ******* skipping: [managed-node1] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Monday 11 November 2024 19:41:04 -0500 (0:00:00.052) 0:05:15.281 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 11 November 2024 19:41:04 -0500 (0:00:00.059) 0:05:15.340 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Monday 11 November 2024 19:41:04 -0500 (0:00:00.042) 0:05:15.383 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.030998", "end": "2024-11-11 19:41:04.791173", "rc": 0, "start": "2024-11-11 19:41:04.760175" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Monday 11 November 2024 19:41:04 -0500 (0:00:00.542) 0:05:15.925 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Monday 11 November 2024 19:41:04 -0500 (0:00:00.056) 0:05:15.981 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Monday 11 November 2024 19:41:05 -0500 (0:00:00.050) 0:05:16.031 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Monday 11 November 2024 19:41:05 -0500 (0:00:00.061) 0:05:16.093 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Monday 11 November 2024 19:41:05 -0500 (0:00:00.065) 0:05:16.158 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 19:41:05 -0500 (0:00:00.096) 0:05:16.254 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 19:41:05 -0500 (0:00:00.550) 0:05:16.804 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 19:41:05 -0500 (0:00:00.068) 0:05:16.873 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 19:41:05 -0500 (0:00:00.054) 0:05:16.928 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731371821.3488855, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731371792.0080051, "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 19:41:06 -0500 (0:00:00.517) 0:05:17.445 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.004774", "end": "2024-11-11 19:41:06.898934", "rc": 0, "start": "2024-11-11 19:41:06.894160" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 19:41:07 -0500 (0:00:00.647) 0:05:18.092 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003834", "end": "2024-11-11 19:41:07.470624", "rc": 0, "start": "2024-11-11 19:41:07.466790" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 19:41:07 -0500 (0:00:00.481) 0:05:18.574 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 19:41:07 -0500 (0:00:00.056) 0:05:18.630 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 19:41:07 -0500 (0:00:00.034) 0:05:18.665 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 19:41:07 -0500 (0:00:00.034) 0:05:18.700 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 19:41:07 -0500 (0:00:00.045) 0:05:18.745 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 19:41:07 -0500 (0:00:00.041) 0:05:18.786 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Monday 11 November 2024 19:41:07 -0500 (0:00:00.047) 0:05:18.834 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95 Monday 11 November 2024 19:41:07 -0500 (0:00:00.061) 0:05:18.895 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 11 November 2024 19:41:07 -0500 (0:00:00.096) 0:05:18.991 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 11 November 2024 19:41:08 -0500 (0:00:00.049) 0:05:19.041 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98 Monday 11 November 2024 19:41:08 -0500 (0:00:00.102) 0:05:19.144 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 11 November 2024 19:41:08 -0500 (0:00:00.130) 0:05:19.275 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 11 November 2024 19:41:08 -0500 (0:00:00.044) 0:05:19.319 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101 Monday 11 November 2024 19:41:08 -0500 (0:00:00.046) 0:05:19.366 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Monday 11 November 2024 19:41:08 -0500 (0:00:00.081) 0:05:19.447 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Monday 11 November 2024 19:41:08 -0500 (0:00:00.133) 0:05:19.581 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Monday 11 November 2024 19:41:08 -0500 (0:00:00.040) 0:05:19.621 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Monday 11 November 2024 19:41:08 -0500 (0:00:00.077) 0:05:19.699 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Monday 11 November 2024 19:41:08 -0500 (0:00:00.037) 0:05:19.736 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Monday 11 November 2024 19:41:08 -0500 (0:00:00.044) 0:05:19.781 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Monday 11 November 2024 19:41:08 -0500 (0:00:00.053) 0:05:19.835 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Monday 11 November 2024 19:41:08 -0500 (0:00:00.067) 0:05:19.902 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117 Monday 11 November 2024 19:41:08 -0500 (0:00:00.068) 0:05:19.971 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Monday 11 November 2024 19:41:09 -0500 (0:00:00.074) 0:05:20.045 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128 Monday 11 November 2024 19:41:09 -0500 (0:00:00.066) 0:05:20.112 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Monday 11 November 2024 19:41:09 -0500 (0:00:00.138) 0:05:20.251 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Monday 11 November 2024 19:41:09 -0500 (0:00:00.061) 0:05:20.312 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Monday 11 November 2024 19:41:09 -0500 (0:00:00.058) 0:05:20.371 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Monday 11 November 2024 19:41:09 -0500 (0:00:00.057) 0:05:20.429 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 19:41:09 -0500 (0:00:00.115) 0:05:20.544 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 19:41:09 -0500 (0:00:00.243) 0:05:20.788 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 19:41:09 -0500 (0:00:00.068) 0:05:20.857 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 19:41:09 -0500 (0:00:00.088) 0:05:20.945 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731371821.3488855, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731371792.0080051, "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 19:41:10 -0500 (0:00:00.675) 0:05:21.621 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003576", "end": "2024-11-11 19:41:11.130770", "rc": 0, "start": "2024-11-11 19:41:11.127194" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 19:41:11 -0500 (0:00:00.634) 0:05:22.256 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.004932", "end": "2024-11-11 19:41:11.647625", "rc": 0, "start": "2024-11-11 19:41:11.642693" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 19:41:11 -0500 (0:00:00.502) 0:05:22.758 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 19:41:11 -0500 (0:00:00.097) 0:05:22.855 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 19:41:11 -0500 (0:00:00.047) 0:05:22.902 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 19:41:11 -0500 (0:00:00.044) 0:05:22.947 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 19:41:11 -0500 (0:00:00.043) 0:05:22.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 : Fail if user not in subgid file] ****** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 19:41:12 -0500 (0:00:00.042) 0:05:23.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 : Set per-cert spec variables part 2] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Monday 11 November 2024 19:41:12 -0500 (0:00:00.035) 0:05:23.068 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Monday 11 November 2024 19:41:12 -0500 (0:00:00.046) 0:05:23.115 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Monday 11 November 2024 19:41:12 -0500 (0:00:00.039) 0:05:23.155 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Monday 11 November 2024 19:41:12 -0500 (0:00:00.052) 0:05:23.208 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Monday 11 November 2024 19:41:12 -0500 (0:00:00.041) 0:05:23.249 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Monday 11 November 2024 19:41:12 -0500 (0:00:00.061) 0:05:23.311 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Monday 11 November 2024 19:41:12 -0500 (0:00:00.073) 0:05:23.384 ******* skipping: [managed-node1] => { "censored": "the output 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Monday 11 November 2024 19:41:12 -0500 (0:00:00.055) 0:05:23.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 : Handle credential files - present] **** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137 Monday 11 November 2024 19:41:12 -0500 (0:00:00.164) 0:05:23.603 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Monday 11 November 2024 19:41:12 -0500 (0:00:00.110) 0:05:23.714 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Monday 11 November 2024 19:41:12 -0500 (0:00:00.044) 0:05:23.758 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 19:41:12 -0500 (0:00:00.068) 0:05:23.827 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 19:41:12 -0500 (0:00:00.052) 0:05:23.880 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 19:41:12 -0500 (0:00:00.058) 0:05:23.939 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 19:41:12 -0500 (0:00:00.058) 0:05:23.997 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731371821.3488855, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731371792.0080051, "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 19:41:13 -0500 (0:00:00.497) 0:05:24.494 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.004073", "end": "2024-11-11 19:41:13.863170", "rc": 0, "start": "2024-11-11 19:41:13.859097" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 19:41:13 -0500 (0:00:00.500) 0:05:24.995 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.004696", "end": "2024-11-11 19:41:14.377634", "rc": 0, "start": "2024-11-11 19:41:14.372938" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 19:41:14 -0500 (0:00:00.483) 0:05:25.479 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 19:41:14 -0500 (0:00:00.057) 0:05:25.536 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 19:41:14 -0500 (0:00:00.036) 0:05:25.572 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 19:41:14 -0500 (0:00:00.034) 0:05:25.607 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 19:41:14 -0500 (0:00:00.037) 0:05:25.644 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 19:41:14 -0500 (0:00:00.038) 0:05:25.682 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Monday 11 November 2024 19:41:14 -0500 (0:00:00.048) 0:05:25.731 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Monday 11 November 2024 19:41:14 -0500 (0:00:00.070) 0:05:25.802 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Monday 11 November 2024 19:41:14 -0500 (0:00:00.184) 0:05:25.986 ******* skipping: [managed-node1] => { "censored": "the output 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Monday 11 November 2024 19:41:15 -0500 (0:00:00.039) 0:05:26.026 ******* skipping: [managed-node1] => { "censored": "the output 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Monday 11 November 2024 19:41:15 -0500 (0:00:00.039) 0:05:26.066 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Find files in credentials directory] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Monday 11 November 2024 19:41:15 -0500 (0:00:00.040) 0:05:26.106 ******* skipping: [managed-node1] => { "censored": "the output 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Monday 11 November 2024 19:41:15 -0500 (0:00:00.037) 0:05:26.143 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Monday 11 November 2024 19:41:15 -0500 (0:00:00.045) 0:05:26.189 ******* skipping: [managed-node1] => { "censored": "the output 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Monday 11 November 2024 19:41:15 -0500 (0:00:00.041) 0:05:26.231 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Monday 11 November 2024 19:41:15 -0500 (0:00:00.130) 0:05:26.361 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Monday 11 November 2024 19:41:15 -0500 (0:00:00.062) 0:05:26.423 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Monday 11 November 2024 19:41:15 -0500 (0:00:00.073) 0:05:26.496 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Monday 11 November 2024 19:41:15 -0500 (0:00:00.041) 0:05:26.538 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 19:41:15 -0500 (0:00:00.068) 0:05:26.607 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 19:41:15 -0500 (0:00:00.043) 0:05:26.650 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 19:41:15 -0500 (0:00:00.045) 0:05:26.695 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 19:41:15 -0500 (0:00:00.059) 0:05:26.755 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731371821.3488855, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731371792.0080051, "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 19:41:16 -0500 (0:00:00.501) 0:05:27.256 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.005383", "end": "2024-11-11 19:41:16.670552", "rc": 0, "start": "2024-11-11 19:41:16.665169" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 19:41:16 -0500 (0:00:00.646) 0:05:27.903 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.006815", "end": "2024-11-11 19:41:17.350359", "rc": 0, "start": "2024-11-11 19:41:17.343544" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 19:41:17 -0500 (0:00:00.563) 0:05:28.466 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 19:41:17 -0500 (0:00:00.055) 0:05:28.522 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 19:41:17 -0500 (0:00:00.037) 0:05:28.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 : Set user subuid and subgid info] ****** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 19:41:17 -0500 (0:00:00.040) 0:05:28.600 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 19:41:17 -0500 (0:00:00.042) 0:05:28.642 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 19:41:17 -0500 (0:00:00.053) 0:05:28.696 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Monday 11 November 2024 19:41:17 -0500 (0:00:00.069) 0:05:28.765 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Monday 11 November 2024 19:41:17 -0500 (0:00:00.059) 0:05:28.825 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Monday 11 November 2024 19:41:17 -0500 (0:00:00.108) 0:05:28.933 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Monday 11 November 2024 19:41:18 -0500 (0:00:00.131) 0:05:29.065 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Monday 11 November 2024 19:41:18 -0500 (0:00:00.115) 0:05:29.181 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Monday 11 November 2024 19:41:18 -0500 (0:00:00.093) 0:05:29.275 ******* 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.006781", "end": "2024-11-11 19:41:18.883884", "rc": 0, "start": "2024-11-11 19:41:18.877103" } 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Monday 11 November 2024 19:41:19 -0500 (0:00:00.754) 0:05:30.029 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Monday 11 November 2024 19:41:19 -0500 (0:00:00.184) 0:05:30.214 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731372008.6783502, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1731372013.0523374, "dev": 61, "device_type": 0, "executable": true, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 165057, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1731372013.0523374, "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Monday 11 November 2024 19:41:19 -0500 (0:00:00.494) 0:05:30.708 ******* changed: [managed-node1] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "state": "stopped", "status": { "ActiveEnterTimestamp": "Mon 2024-11-11 19:40:15 EST", "ActiveEnterTimestampMonotonic": "529922036", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "network-online.target run-user-2001.mount -.mount podman\\x2dkube.slice basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Mon 2024-11-11 19:40:15 EST", "AssertTimestampMonotonic": "529267078", "Before": "shutdown.target default.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2024-11-11 19:40:15 EST", "ConditionTimestampMonotonic": "529267076", "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": "46420", "ExecMainStartTimestamp": "Mon 2024-11-11 19:40:15 EST", "ExecMainStartTimestampMonotonic": "529921995", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[Mon 2024-11-11 19:40:15 EST] ; stop_time=[n/a] ; pid=46385 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/user/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2024-11-11 19:40:15 EST", "InactiveExitTimestampMonotonic": "529267753", "InvocationID": "e5900dc31ff844b4a38cc10d32339708", "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": "14004", "LimitNPROCSoft": "14004", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "46420", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "basic.target podman\\x2dkube.slice", "RequiresMountsFor": "/run/user/2001/containers /home/auth_test_user1", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Mon 2024-11-11 19:40:15 EST", "StateChangeTimestampMonotonic": "529922036", "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": "22406", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "default.target", "Wants": "network-online.target", "WatchdogTimestamp": "Mon 2024-11-11 19:40:15 EST", "WatchdogTimestampMonotonic": "529922033", "WatchdogUSec": "0", "WorkingDirectory": "!/home/auth_test_user1" } } TASK [fedora.linux_system_roles.podman : Check if kube file exists] ************ task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:28 Monday 11 November 2024 19:41:20 -0500 (0:00:01.181) 0:05:31.889 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731372012.6163387, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1731372012.1003401, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 2097308, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1731372011.795341, "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": "594683044", "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:38 Monday 11 November 2024 19:41:21 -0500 (0:00:00.390) 0:05:32.280 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:56 Monday 11 November 2024 19:41:21 -0500 (0:00:00.685) 0:05:32.966 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:61 Monday 11 November 2024 19:41:22 -0500 (0:00:00.435) 0:05:33.401 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Monday 11 November 2024 19:41:22 -0500 (0:00:00.046) 0:05:33.447 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 11 November 2024 19:41:22 -0500 (0:00:00.071) 0:05:33.519 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 11 November 2024 19:41:22 -0500 (0:00:00.040) 0:05:33.559 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 11 November 2024 19:41:22 -0500 (0:00:00.038) 0:05:33.598 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Monday 11 November 2024 19:41:22 -0500 (0:00:00.047) 0:05:33.645 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160 Monday 11 November 2024 19:41:22 -0500 (0:00:00.042) 0:05:33.688 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Monday 11 November 2024 19:41:22 -0500 (0:00:00.265) 0:05:33.954 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Monday 11 November 2024 19:41:22 -0500 (0:00:00.060) 0:05:34.014 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Monday 11 November 2024 19:41:23 -0500 (0:00:00.055) 0:05:34.069 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Monday 11 November 2024 19:41:23 -0500 (0:00:00.042) 0:05:34.112 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Monday 11 November 2024 19:41:23 -0500 (0:00:00.057) 0:05:34.170 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 19:41:23 -0500 (0:00:00.066) 0:05:34.236 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 19:41:23 -0500 (0:00:00.043) 0:05:34.280 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 19:41:23 -0500 (0:00:00.169) 0:05:34.450 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 19:41:23 -0500 (0:00:00.084) 0:05:34.535 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731371821.3488855, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731371792.0080051, "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 19:41:23 -0500 (0:00:00.490) 0:05:35.025 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003401", "end": "2024-11-11 19:41:24.364636", "rc": 0, "start": "2024-11-11 19:41:24.361235" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 19:41:24 -0500 (0:00:00.479) 0:05:35.505 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003842", "end": "2024-11-11 19:41:24.927621", "rc": 0, "start": "2024-11-11 19:41:24.923779" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 19:41:25 -0500 (0:00:00.522) 0:05:36.028 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 19:41:25 -0500 (0:00:00.060) 0:05:36.089 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 19:41:25 -0500 (0:00:00.035) 0:05:36.124 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 19:41:25 -0500 (0:00:00.037) 0:05:36.162 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 19:41:25 -0500 (0:00:00.040) 0:05:36.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 : Fail if user not in subgid file] ****** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 19:41:25 -0500 (0:00:00.052) 0:05:36.255 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Monday 11 November 2024 19:41:25 -0500 (0:00:00.061) 0:05:36.316 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Monday 11 November 2024 19:41:25 -0500 (0:00:00.111) 0:05:36.428 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Monday 11 November 2024 19:41:25 -0500 (0:00:00.126) 0:05:36.554 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Monday 11 November 2024 19:41:25 -0500 (0:00:00.130) 0:05:36.684 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Monday 11 November 2024 19:41:25 -0500 (0:00:00.201) 0:05:36.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 : Cleanup quadlets] ********************* task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Monday 11 November 2024 19:41:25 -0500 (0:00:00.077) 0:05:36.963 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Monday 11 November 2024 19:41:26 -0500 (0:00:00.107) 0:05:37.070 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731372008.6783502, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1731372013.0523374, "dev": 61, "device_type": 0, "executable": true, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 165057, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1731372013.0523374, "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 Monday 11 November 2024 19:41:26 -0500 (0:00:00.391) 0:05:37.462 ******* 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 basic.target -.mount run-user-2001.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": "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": "14004", "LimitNPROCSoft": "14004", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "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": "-.slice basic.target", "RequiresMountsFor": "/run/user/2001/containers /home/auth_test_user1", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "-.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": "22406", "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:33 Monday 11 November 2024 19:41:27 -0500 (0:00:00.709) 0:05:38.171 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731372080.313978, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "1127036af0ba22b83d33a5a35ab54db2c5855175", "ctime": 1731372023.303307, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 157286618, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1731372022.8973088, "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": "3195521267", "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:38 Monday 11 November 2024 19:41:27 -0500 (0:00:00.471) 0:05:38.643 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_quadlet_file.yml:6 Monday 11 November 2024 19:41:27 -0500 (0:00:00.102) 0:05:38.745 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_quadlet_file.yml:12 Monday 11 November 2024 19:41:28 -0500 (0:00:00.488) 0:05:39.234 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_quadlet_file.yml:44 Monday 11 November 2024 19:41:28 -0500 (0:00:00.059) 0:05:39.293 ******* skipping: [managed-node1] => { "censored": "the output 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_quadlet_file.yml:52 Monday 11 November 2024 19:41:28 -0500 (0:00:00.041) 0:05:39.334 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_quadlet_raw": null }, "changed": false } TASK [fedora.linux_system_roles.podman : Remove quadlet file] ****************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:42 Monday 11 November 2024 19:41:28 -0500 (0:00:00.063) 0:05:39.398 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:48 Monday 11 November 2024 19:41:28 -0500 (0:00:00.467) 0:05:39.865 ******* ok: [managed-node1] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Remove managed resource] ************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:58 Monday 11 November 2024 19:41:29 -0500 (0:00:00.564) 0:05:40.430 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Remove volumes] *********************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:95 Monday 11 November 2024 19:41:29 -0500 (0:00:00.462) 0:05:40.893 ******* skipping: [managed-node1] => { "censored": "the output 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:112 Monday 11 November 2024 19:41:29 -0500 (0:00:00.062) 0:05:40.955 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:116 Monday 11 November 2024 19:41:29 -0500 (0:00:00.039) 0:05:40.995 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:127 Monday 11 November 2024 19:41:30 -0500 (0:00:00.040) 0:05:41.035 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 11 November 2024 19:41:30 -0500 (0:00:00.071) 0:05:41.106 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 11 November 2024 19:41:30 -0500 (0:00:00.065) 0:05:41.172 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 11 November 2024 19:41:30 -0500 (0:00:00.089) 0:05:41.261 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:137 Monday 11 November 2024 19:41:30 -0500 (0:00:00.086) 0:05:41.348 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:146 Monday 11 November 2024 19:41:30 -0500 (0:00:00.261) 0:05:41.609 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:155 Monday 11 November 2024 19:41:30 -0500 (0:00:00.078) 0:05:41.687 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:164 Monday 11 November 2024 19:41:30 -0500 (0:00:00.063) 0:05:41.750 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:173 Monday 11 November 2024 19:41:30 -0500 (0:00:00.108) 0:05:41.859 ******* skipping: [managed-node1] => { "censored": "the output 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:183 Monday 11 November 2024 19:41:30 -0500 (0:00:00.125) 0:05:41.984 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Monday 11 November 2024 19:41:31 -0500 (0:00:00.052) 0:05:42.036 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167 Monday 11 November 2024 19:41:31 -0500 (0:00:00.043) 0:05:42.080 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:4 Monday 11 November 2024 19:41:31 -0500 (0:00:00.117) 0:05:42.197 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:11 Monday 11 November 2024 19:41:31 -0500 (0:00:00.042) 0:05:42.240 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:16 Monday 11 November 2024 19:41:31 -0500 (0:00:00.045) 0:05:42.286 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731372008.6783502, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1731372013.0523374, "dev": 61, "device_type": 0, "executable": true, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 165057, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1731372013.0523374, "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:21 Monday 11 November 2024 19:41:31 -0500 (0:00:00.388) 0:05:42.674 ******* ok: [managed-node1] => { "changed": false, "containers": [] } TASK [fedora.linux_system_roles.podman : Gather facts for networks] ************ task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:30 Monday 11 November 2024 19:41:32 -0500 (0:00:00.597) 0:05:43.272 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "network", "ls", "-q" ], "delta": "0:00:00.053272", "end": "2024-11-11 19:41:32.674972", "rc": 0, "start": "2024-11-11 19:41:32.621700" } STDOUT: podman podman-default-kube-network TASK [fedora.linux_system_roles.podman : Gather secrets] *********************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:40 Monday 11 November 2024 19:41:32 -0500 (0:00:00.524) 0:05:43.796 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "secret", "ls", "-n", "-q" ], "delta": "0:00:00.041273", "end": "2024-11-11 19:41:33.236339", "rc": 0, "start": "2024-11-11 19:41:33.195066" } TASK [fedora.linux_system_roles.podman : Cancel linger if no more resources are in use] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:50 Monday 11 November 2024 19:41:33 -0500 (0:00:00.537) 0:05:44.333 ******* changed: [managed-node1] => { "changed": true, "cmd": [ "loginctl", "disable-linger", "auth_test_user1" ], "delta": "0:00:00.007875", "end": "2024-11-11 19:41:33.625029", "rc": 0, "start": "2024-11-11 19:41:33.617154" } TASK [fedora.linux_system_roles.podman : Wait for user session to exit closing state] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:62 Monday 11 November 2024 19:41:33 -0500 (0:00:00.422) 0:05:44.756 ******* fatal: [managed-node1]: FAILED! => { "attempts": 1, "changed": false, "cmd": [ "loginctl", "show-user", "--value", "-p", "State", "auth_test_user1" ], "delta": "0:00:00.007199", "end": "2024-11-11 19:41:34.056007", "rc": 1, "start": "2024-11-11 19:41:34.048808" } 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:76 Monday 11 November 2024 19:41:34 -0500 (0:00:00.419) 0:05:45.176 ******* changed: [managed-node1] => { "changed": true, "name": "systemd-logind", "state": "stopped", "status": { "ActiveEnterTimestamp": "Mon 2024-11-11 19:31:33 EST", "ActiveEnterTimestampMonotonic": "7204090", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice systemd-journald.socket nss-user-lookup.target user.slice sysinit.target basic.target dbus.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Mon 2024-11-11 19:31:33 EST", "AssertTimestampMonotonic": "7063762", "Before": "shutdown.target session-3.scope session-5.scope multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.freedesktop.login1", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_kill cap_sys_admin cap_sys_tty_config cap_audit_control cap_mac_admin", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2024-11-11 19:31:33 EST", "ConditionTimestampMonotonic": "7063761", "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": "593", "ExecMainStartTimestamp": "Mon 2024-11-11 19:31:33 EST", "ExecMainStartTimestampMonotonic": "7064472", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/lib/systemd/systemd-logind ; argv[]=/usr/lib/systemd/systemd-logind ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "512", "FragmentPath": "/usr/lib/systemd/system/systemd-logind.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "systemd-logind.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2024-11-11 19:31:33 EST", "InactiveExitTimestampMonotonic": "7064535", "InvocationID": "926a61b0cd244c54a633da8804a97cda", "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": "14004", "LimitNPROCSoft": "14004", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "593", "MemoryAccounting": "yes", "MemoryCurrent": "3170304", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "systemd-logind.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target dbus.socket system.slice", "Restart": "always", "RestartUSec": "0", "RestrictNamespaces": "yes", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Mon 2024-11-11 19:31:33 EST", "StateChangeTimestampMonotonic": "7204090", "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": "22406", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "static", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "user.slice dbus.socket", "WatchdogTimestamp": "Mon 2024-11-11 19:41:32 EST", "WatchdogTimestampMonotonic": "606472170", "WatchdogUSec": "3min" } } TASK [fedora.linux_system_roles.podman : Wait for user session to exit closing state] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:81 Monday 11 November 2024 19:41:34 -0500 (0:00:00.726) 0:05:45.902 ******* ok: [managed-node1] => { "attempts": 1, "changed": false, "cmd": [ "loginctl", "show-user", "--value", "-p", "State", "auth_test_user1" ], "delta": "0:00:00.041893", "end": "2024-11-11 19:41:35.277116", "failed_when_result": false, "rc": 1, "start": "2024-11-11 19:41:35.235223" } 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:92 Monday 11 November 2024 19:41:35 -0500 (0:00:00.663) 0:05:46.566 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173 Monday 11 November 2024 19:41:35 -0500 (0:00:00.061) 0:05:46.627 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Monday 11 November 2024 19:41:35 -0500 (0:00:00.188) 0:05:46.816 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Monday 11 November 2024 19:41:35 -0500 (0:00:00.061) 0:05:46.877 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 19:41:35 -0500 (0:00:00.099) 0:05:46.977 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 19:41:36 -0500 (0:00:00.064) 0:05:47.042 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 19:41:36 -0500 (0:00:00.050) 0:05:47.092 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 19:41:36 -0500 (0:00:00.059) 0:05:47.152 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731371821.3488855, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731371792.0080051, "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 19:41:36 -0500 (0:00:00.437) 0:05:47.590 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003635", "end": "2024-11-11 19:41:36.941140", "rc": 0, "start": "2024-11-11 19:41:36.937505" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 19:41:37 -0500 (0:00:00.474) 0:05:48.064 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003958", "end": "2024-11-11 19:41:37.394411", "rc": 0, "start": "2024-11-11 19:41:37.390453" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 19:41:37 -0500 (0:00:00.431) 0:05:48.495 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 19:41:37 -0500 (0:00:00.068) 0:05:48.564 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 19:41:37 -0500 (0:00:00.040) 0:05:48.604 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 19:41:37 -0500 (0:00:00.043) 0:05:48.648 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 19:41:37 -0500 (0:00:00.048) 0:05:48.697 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 19:41:37 -0500 (0:00:00.056) 0:05:48.753 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Monday 11 November 2024 19:41:37 -0500 (0:00:00.256) 0:05:49.009 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Monday 11 November 2024 19:41:38 -0500 (0:00:00.140) 0:05:49.149 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Monday 11 November 2024 19:41:38 -0500 (0:00:00.117) 0:05:49.267 ******* skipping: [managed-node1] => { "censored": "the output 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Monday 11 November 2024 19:41:38 -0500 (0:00:00.110) 0:05:49.378 ******* skipping: [managed-node1] => { "censored": "the output 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Monday 11 November 2024 19:41:38 -0500 (0:00:00.073) 0:05:49.452 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Monday 11 November 2024 19:41:38 -0500 (0:00:00.490) 0:05:49.942 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Monday 11 November 2024 19:41:39 -0500 (0:00:00.377) 0:05:50.320 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Monday 11 November 2024 19:41:39 -0500 (0:00:00.047) 0:05:50.367 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Monday 11 November 2024 19:41:39 -0500 (0:00:00.172) 0:05:50.540 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Monday 11 November 2024 19:41:39 -0500 (0:00:00.063) 0:05:50.604 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Monday 11 November 2024 19:41:39 -0500 (0:00:00.069) 0:05:50.674 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Monday 11 November 2024 19:41:39 -0500 (0:00:00.060) 0:05:50.734 ******* included: /tmp/collections-3Ao/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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 11 November 2024 19:41:39 -0500 (0:00:00.083) 0:05:50.818 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 11 November 2024 19:41:39 -0500 (0:00:00.042) 0:05:50.860 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 11 November 2024 19:41:39 -0500 (0:00:00.039) 0:05:50.900 ******* ok: [managed-node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 11 November 2024 19:41:39 -0500 (0:00:00.050) 0:05:50.950 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731371821.3488855, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1731371792.0080051, "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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 11 November 2024 19:41:40 -0500 (0:00:00.387) 0:05:51.338 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003506", "end": "2024-11-11 19:41:40.612904", "rc": 0, "start": "2024-11-11 19:41:40.609398" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 11 November 2024 19:41:40 -0500 (0:00:00.465) 0:05:51.803 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003560", "end": "2024-11-11 19:41:41.079071", "rc": 0, "start": "2024-11-11 19:41:41.075511" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 11 November 2024 19:41:41 -0500 (0:00:00.373) 0:05:52.176 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 11 November 2024 19:41:41 -0500 (0:00:00.057) 0:05: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 : Get subgid file] ********************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 11 November 2024 19:41:41 -0500 (0:00:00.037) 0:05:52.271 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 11 November 2024 19:41:41 -0500 (0:00:00.035) 0:05:52.307 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 11 November 2024 19:41:41 -0500 (0:00:00.038) 0:05:52.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 : Fail if user not in subgid file] ****** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 11 November 2024 19:41:41 -0500 (0:00:00.036) 0:05:52.381 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Monday 11 November 2024 19:41:41 -0500 (0:00:00.046) 0:05:52.427 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Monday 11 November 2024 19:41:41 -0500 (0:00:00.054) 0:05:52.482 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Monday 11 November 2024 19:41:41 -0500 (0:00:00.053) 0:05:52.536 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure certs.d directory] ************* task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Monday 11 November 2024 19:41:41 -0500 (0:00:00.068) 0:05:52.604 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Monday 11 November 2024 19:41:41 -0500 (0:00:00.050) 0:05:52.654 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Monday 11 November 2024 19:41:41 -0500 (0:00:00.065) 0:05:52.720 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Monday 11 November 2024 19:41:42 -0500 (0:00:01.147) 0:05:53.867 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Monday 11 November 2024 19:41:43 -0500 (0:00:00.463) 0:05:54.331 ******* 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-3Ao/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:249 Monday 11 November 2024 19:41:43 -0500 (0:00:00.407) 0:05:54.739 ******* changed: [managed-node1] => { "changed": true, "force": false, "name": "auth_test_user1", "remove": false, "state": "absent" } TASK [Remove homedir] ********************************************************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:254 Monday 11 November 2024 19:41:44 -0500 (0:00:00.495) 0:05:55.235 ******* changed: [managed-node1] => { "changed": true, "path": "/home/auth_test_user1", "state": "absent" } TASK [Remove local tmpdir] ***************************************************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:272 Monday 11 November 2024 19:41:44 -0500 (0:00:00.437) 0:05:55.673 ******* changed: [managed-node1 -> localhost] => { "changed": true, "path": "/tmp/lsr_h9hf5n8m_podman", "state": "absent" } TASK [Clean up registry] ******************************************************* task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:280 Monday 11 November 2024 19:41:45 -0500 (0:00:00.888) 0:05:56.562 ******* included: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/cleanup_registry.yml for managed-node1 TASK [Get volume for cleanup] ************************************************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/cleanup_registry.yml:3 Monday 11 November 2024 19:41:45 -0500 (0:00:00.201) 0:05:56.763 ******* 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.041885", "end": "2024-11-11 19:41:46.164060", "rc": 0, "start": "2024-11-11 19:41:46.122175" } STDOUT: 2436682bdeff299bc549a5a42a780f73c247496226d7f08911e54a79ce0094f0 TASK [Destroy registry container] ********************************************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/cleanup_registry.yml:11 Monday 11 November 2024 19:41:46 -0500 (0:00:00.528) 0:05:57.292 ******* changed: [managed-node1] => { "changed": true, "cmd": [ "podman", "rm", "-f", "podman_registry" ], "delta": "0:00:00.254141", "end": "2024-11-11 19:41:46.856168", "rc": 0, "start": "2024-11-11 19:41:46.602027" } STDOUT: podman_registry TASK [Destroy volume] ********************************************************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/cleanup_registry.yml:15 Monday 11 November 2024 19:41:46 -0500 (0:00:00.727) 0:05:58.019 ******* changed: [managed-node1] => { "changed": true, "cmd": [ "podman", "volume", "rm", "2436682bdeff299bc549a5a42a780f73c247496226d7f08911e54a79ce0094f0" ], "delta": "0:00:00.043406", "end": "2024-11-11 19:41:47.387303", "rc": 0, "start": "2024-11-11 19:41:47.343897" } STDOUT: 2436682bdeff299bc549a5a42a780f73c247496226d7f08911e54a79ce0094f0 TASK [Cleanup paths] *********************************************************** task path: /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/cleanup_registry.yml:19 Monday 11 November 2024 19:41:47 -0500 (0:00:00.551) 0:05:58.571 ******* changed: [managed-node1] => (item=/tmp/lsr_3bzezumr_podman) => { "ansible_loop_var": "item", "changed": true, "item": "/tmp/lsr_3bzezumr_podman", "path": "/tmp/lsr_3bzezumr_podman", "state": "absent" } PLAY RECAP ********************************************************************* managed-node1 : ok=714 changed=67 unreachable=0 failed=0 skipped=954 rescued=2 ignored=1 Monday 11 November 2024 19:41:47 -0500 (0:00:00.406) 0:05:58.977 ******* =============================================================================== fedora.linux_system_roles.podman : Ensure required packages are installed -- 65.97s /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Ensure test packages ---------------------------------------------------- 5.39s /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:64 Start registry ---------------------------------------------------------- 4.64s /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:102 fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 4.41s /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 3.60s /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Push test images into local registry ------------------------------------ 3.48s /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:127 fedora.linux_system_roles.podman : Gather the package facts ------------- 2.22s /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 2.17s /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 2.14s /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Start service ------------------------ 2.12s /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 fedora.linux_system_roles.podman : Remove certs.d files ----------------- 2.09s /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 fedora.linux_system_roles.podman : Gather the package facts ------------- 2.08s /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 2.04s /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.75s /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.68s /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.67s /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.65s /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.64s /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Update containers/pods --------------- 1.47s /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 Gathering Facts --------------------------------------------------------- 1.40s /tmp/collections-3Ao/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:9