[DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ansible-playbook [core 2.16.9] 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/tmp.PEcYTbfqSk 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml PLAY [all] ********************************************************************* TASK [Include vault variables] ************************************************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:5 Wednesday 31 July 2024 21:07:11 -0400 (0:00:00.010) 0:00:00.010 ******** 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": [ "/var/ARTIFACTS/work-generalhoe9pi3j/plans/general/tree/podman/tests/vars/vault-variables.yml" ], "changed": false } PLAY [Test various aspects of authentication and security settings] ************ TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:9 Wednesday 31 July 2024 21:07:11 -0400 (0:00:00.020) 0:00:00.031 ******** ok: [managed_node1] TASK [Run the role with no config to install podman] *************************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:46 Wednesday 31 July 2024 21:07:14 -0400 (0:00:03.622) 0:00:03.654 ******** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Wednesday 31 July 2024 21:07:14 -0400 (0:00:00.043) 0:00:03.698 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Wednesday 31 July 2024 21:07:14 -0400 (0:00:00.025) 0:00:03.723 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Wednesday 31 July 2024 21:07:14 -0400 (0:00:00.034) 0:00:03.758 ******** ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Wednesday 31 July 2024 21:07:15 -0400 (0:00:00.453) 0:00:04.211 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Wednesday 31 July 2024 21:07:15 -0400 (0:00:00.020) 0:00:04.232 ******** ok: [managed_node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Wednesday 31 July 2024 21:07:15 -0400 (0:00:00.042) 0:00:04.275 ******** ok: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Wednesday 31 July 2024 21:07:17 -0400 (0:00:01.738) 0:00:06.014 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Wednesday 31 July 2024 21:07:17 -0400 (0:00:00.044) 0:00:06.058 ******** changed: [managed_node1] => { "changed": true, "rc": 0, "results": [ "Installed: conmon-3:2.1.10-1.module_el8+804+f131391c.x86_64", "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" ] } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Wednesday 31 July 2024 21:08:31 -0400 (0:01:14.380) 0:01:20.439 ******** ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.040580", "end": "2024-07-31 21:08:32.113555", "rc": 0, "start": "2024-07-31 21:08:32.072975" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Wednesday 31 July 2024 21:08:32 -0400 (0:00:00.531) 0:01:20.971 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:32 Wednesday 31 July 2024 21:08:32 -0400 (0:00:00.032) 0:01:21.003 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:39 Wednesday 31 July 2024 21:08:32 -0400 (0:00:00.029) 0:01:21.033 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:49 Wednesday 31 July 2024 21:08:32 -0400 (0:00:00.048) 0:01:21.081 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Wednesday 31 July 2024 21:08:32 -0400 (0:00:00.048) 0:01:21.130 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 31 July 2024 21:08:32 -0400 (0:00:00.061) 0:01:21.192 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 31 July 2024 21:08:32 -0400 (0:00:00.511) 0:01:21.703 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 31 July 2024 21:08:32 -0400 (0:00:00.030) 0:01:21.734 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 31 July 2024 21:08:33 -0400 (0:00:00.067) 0:01:21.802 ******** ok: [managed_node1] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 31 July 2024 21:08:33 -0400 (0:00:00.377) 0:01:22.179 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 31 July 2024 21:08:33 -0400 (0:00:00.037) 0:01:22.216 ******** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1700557386.0, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1722474474.4946053, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "481438935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 31 July 2024 21:08:33 -0400 (0:00:00.377) 0:01:22.594 ******** 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 group with getsubids] *********** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 31 July 2024 21:08:33 -0400 (0:00:00.029) 0:01:22.623 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 31 July 2024 21:08:33 -0400 (0:00:00.026) 0:01:22.650 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 31 July 2024 21:08:33 -0400 (0:00:00.025) 0:01:22.675 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 31 July 2024 21:08:33 -0400 (0:00:00.027) 0:01:22.703 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 31 July 2024 21:08:33 -0400 (0:00:00.024) 0:01:22.728 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 31 July 2024 21:08:33 -0400 (0:00:00.026) 0:01:22.754 ******** skipping: [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 group not in subgid file] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 31 July 2024 21:08:33 -0400 (0:00:00.024) 0:01:22.779 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:62 Wednesday 31 July 2024 21:08:34 -0400 (0:00:00.027) 0:01:22.807 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:71 Wednesday 31 July 2024 21:08:34 -0400 (0:00:00.049) 0:01:22.856 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Wednesday 31 July 2024 21:08:34 -0400 (0:00:00.054) 0:01:22.911 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Wednesday 31 July 2024 21:08:34 -0400 (0:00:00.028) 0:01:22.940 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:74 Wednesday 31 July 2024 21:08:34 -0400 (0:00:00.027) 0:01:22.967 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Wednesday 31 July 2024 21:08:34 -0400 (0:00:00.054) 0:01:23.021 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Wednesday 31 July 2024 21:08:34 -0400 (0:00:00.029) 0:01:23.051 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:77 Wednesday 31 July 2024 21:08:34 -0400 (0:00:00.059) 0:01:23.110 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Wednesday 31 July 2024 21:08:34 -0400 (0:00:00.056) 0:01:23.166 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Wednesday 31 July 2024 21:08:34 -0400 (0:00:00.028) 0:01:23.195 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Wednesday 31 July 2024 21:08:34 -0400 (0:00:00.028) 0:01:23.223 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Wednesday 31 July 2024 21:08:34 -0400 (0:00:00.057) 0:01:23.280 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Wednesday 31 July 2024 21:08:34 -0400 (0:00:00.030) 0:01:23.311 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Wednesday 31 July 2024 21:08:34 -0400 (0:00:00.025) 0:01:23.337 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Wednesday 31 July 2024 21:08:34 -0400 (0:00:00.029) 0:01:23.367 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Wednesday 31 July 2024 21:08:34 -0400 (0:00:00.026) 0:01:23.393 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:93 Wednesday 31 July 2024 21:08:34 -0400 (0:00:00.028) 0:01:23.421 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:100 Wednesday 31 July 2024 21:08:34 -0400 (0:00:00.027) 0:01:23.448 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Wednesday 31 July 2024 21:08:34 -0400 (0:00:00.027) 0:01:23.476 ******** skipping: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:113 Wednesday 31 July 2024 21:08:34 -0400 (0:00:00.024) 0:01:23.500 ******** skipping: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Wednesday 31 July 2024 21:08:34 -0400 (0:00:00.024) 0:01:23.525 ******** skipping: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Wednesday 31 July 2024 21:08:34 -0400 (0:00:00.024) 0:01:23.549 ******** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:136 Wednesday 31 July 2024 21:08:34 -0400 (0:00:00.023) 0:01:23.573 ******** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:143 Wednesday 31 July 2024 21:08:34 -0400 (0:00:00.026) 0:01:23.600 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:149 Wednesday 31 July 2024 21:08:34 -0400 (0:00:00.022) 0:01:23.623 ******** skipping: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:158 Wednesday 31 July 2024 21:08:34 -0400 (0:00:00.053) 0:01:23.677 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:50 Wednesday 31 July 2024 21:08:34 -0400 (0:00:00.039) 0:01:23.717 ******** included: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml for managed_node1 TASK [Create a temporary directory] ******************************************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:5 Wednesday 31 July 2024 21:08:34 -0400 (0:00:00.056) 0:01:23.774 ******** changed: [managed_node1] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_53y1kxth_podman", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Set authdir] ************************************************************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:12 Wednesday 31 July 2024 21:08:35 -0400 (0:00:00.456) 0:01:24.230 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_registry_authdir": "/tmp/lsr_53y1kxth_podman/auth", "__podman_test_authfile": "/tmp/lsr_53y1kxth_podman/auth/auth.json" }, "changed": false } TASK [Create authdir] ********************************************************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:17 Wednesday 31 July 2024 21:08:35 -0400 (0:00:00.029) 0:01:24.260 ******** changed: [managed_node1] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_53y1kxth_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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:23 Wednesday 31 July 2024 21:08:35 -0400 (0:00:00.481) 0:01:24.742 ******** TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Wednesday 31 July 2024 21:08:36 -0400 (0:00:00.063) 0:01:24.805 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Wednesday 31 July 2024 21:08:36 -0400 (0:00:00.044) 0:01:24.850 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Wednesday 31 July 2024 21:08:36 -0400 (0:00:00.033) 0:01:24.883 ******** ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Wednesday 31 July 2024 21:08:36 -0400 (0:00:00.384) 0:01:25.268 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19 Wednesday 31 July 2024 21:08:36 -0400 (0:00:00.034) 0:01:25.303 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Wednesday 31 July 2024 21:08:36 -0400 (0:00:00.054) 0:01:25.357 ******** changed: [managed_node1] => { "changed": true, "rc": 0, "results": [ "Installed: python3-pyasn1-0.3.7-6.el8.noarch" ] } TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Wednesday 31 July 2024 21:08:39 -0400 (0:00:03.276) 0:01:28.634 ******** changed: [managed_node1] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "rc": 0, "results": [ "Installed: xmlrpc-c-1.51.0-9.el8.x86_64", "Installed: certmonger-0.79.17-2.el8.x86_64", "Installed: xmlrpc-c-client-1.51.0-9.el8.x86_64" ] } TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 Wednesday 31 July 2024 21:08:44 -0400 (0:00:04.236) 0:01:32.870 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61 Wednesday 31 July 2024 21:08:44 -0400 (0:00:00.396) 0:01:33.266 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 Wednesday 31 July 2024 21:08:44 -0400 (0:00:00.434) 0:01:33.700 ******** 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": "systemd-journald.socket network.target basic.target syslog.target dbus.service sysinit.target system.slice 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": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "certmonger.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/certmonger.pid", "PartOf": "dbus.service", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target dbus.socket 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": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 Wednesday 31 July 2024 21:08:45 -0400 (0:00:00.964) 0:01:34.665 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152 Wednesday 31 July 2024 21:08:46 -0400 (0:00:00.799) 0:01:35.465 ******** ok: [managed_node1] => (item=['cert', {'name': 'podman_registry', 'dns': ['localhost', '127.0.0.1'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "content": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURqakNDQW5hZ0F3SUJBZ0lSQU04OUdYMkVFMFdodThrM0IwOW51K0l3RFFZSktvWklodmNOQVFFTEJRQXcKVURFZ01CNEdBMVVFQXd3WFRHOWpZV3dnVTJsbmJtbHVaeUJCZFhSb2IzSnBkSGt4TERBcUJnTlZCQU1NSTJObQpNMlF4T1Rka0xUZzBNVE0wTldFeExXSmlZemt6TnpBM0xUUm1OamRpWW1VeE1CNFhEVEkwTURnd01UQXhNRGcwCk5sb1hEVEkxTURnd01UQXhNRGcwTlZvd0ZERVNNQkFHQTFVRUF4TUpiRzlqWVd4b2IzTjBNSUlCSWpBTkJna3EKaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUFxTTN5VktxNnhubHJBS1c4YmpmTU5oa1p5WHFrdksveQpqbmJ0QnNkY1VVMXYzQVRvY2xLSzNDays2b21SZTcrbTlSbUVVNDNOV1NlKy9Kdm11aDRtUmkxLy9LMk5YZmt2ClgyNlh2dzZiampZcXlGMytZTEdxTnlJZ3dyS0NHTmJ2blhUWGZSRTdrYTBUQnY5VDNPRUkrbWd3SSs2elJPSUoKbzE2SElFTkE2WFpuMzM1bEpkbFRyMmdKczk3OVk3UjhqeGJHZ2ZBcDFGZnJEbk9rdzVMRGhEWks5OWdvekN0eQpxb0NleHQwVlZpTXY3ckp0Njc3WHc0NklncEgrbm00OVBpZTBvWTdqS3RoTFJ1a2R3K2piMmNnQVdqQnIwN1R5CjA4ZzVKTDVkZkd4dllKYytLcTFKUUZPQ0g2NStzcWtXT2pxYXRjVzhPYjZtS0dEWVZFNXBYd0lEQVFBQm80R2UKTUlHYk1Bc0dBMVVkRHdRRUF3SUZvREFmQmdOVkhSRUVHREFXZ2dsc2IyTmhiR2h2YzNTQ0NURXlOeTR3TGpBdQpNVEFkQmdOVkhTVUVGakFVQmdnckJnRUZCUWNEQVFZSUt3WUJCUVVIQXdJd0RBWURWUjBUQVFIL0JBSXdBREFkCkJnTlZIUTRFRmdRVXZpaGlvM0szTC9IODYvQkxSNkdmSjdFL3YvSXdId1lEVlIwakJCZ3dGb0FVS1NvVFRYYk4KWVRyeGRkOFdsWERHcjBqWTdrc3dEUVlKS29aSWh2Y05BUUVMQlFBRGdnRUJBSUJ5OXUxK1VGeVpQWERrU3RTNApMMzMvOHloekFYVXpSQXB2dE1NZlJ1S1NtaHJURjRZR2lmNVJnd2QzOVFLU1ZZNThzcVQ1REtEbURMWjVPai95CkswZDI2WGpRVzZzVVMyM2hvRmpYcFdBaEx1QmNoaEpmYnZLMUoreFRhZ1pZUVNFaU9YQTYrRkhvazFjcFp5cTcKUExOeXhWRE9vb3JNYXZJZnp6bFM3Zkc1TktZMTVGYm9yK0lTcUlBclpCdnNtZnBGdWk1cFRHaWdwS2lBbFVUZwpBVFZ5UEpLOVAyRkdNaGk2TnJSTmFmVUgwSkJ6KzJUUnFOSFMxN2NWUjgvTlR0QmZ1dExTNjlLRzFOM210Q0U3CmxZeGI0UHl0Sm1PNmlSOVZRN0RwNVNJRWVhLzZ1UVJIbFBVZjRmdzZaK0ozdHIyb0lBYmFwNGc1aGtwWCtFWG8KUTh3PQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==", "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": "LS0tLS1CRUdJTiBQUklWQVRFIEtFWS0tLS0tCk1JSUV2UUlCQURBTkJna3Foa2lHOXcwQkFRRUZBQVNDQktjd2dnU2pBZ0VBQW9JQkFRQ296ZkpVcXJyR2VXc0EKcGJ4dU44dzJHUm5KZXFTOHIvS09kdTBHeDF4UlRXL2NCT2h5VW9yY0tUN3FpWkY3djZiMUdZUlRqYzFaSjc3OAptK2E2SGlaR0xYLzhyWTFkK1M5ZmJwZS9EcHVPTmlySVhmNWdzYW8zSWlEQ3NvSVkxdStkZE5kOUVUdVJyUk1HCi8xUGM0UWo2YURBajdyTkU0Z21qWG9jZ1EwRHBkbWZmZm1VbDJWT3ZhQW16M3YxanRIeVBGc2FCOENuVVYrc08KYzZURGtzT0VOa3IzMkNqTUszS3FnSjdHM1JWV0l5L3VzbTNydnRmRGpvaUNrZjZlYmowK0o3U2hqdU1xMkV0Rwo2UjNENk52WnlBQmFNR3ZUdFBMVHlEa2t2bDE4Ykc5Z2x6NHFyVWxBVTRJZnJuNnlxUlk2T3BxMXhidzV2cVlvCllOaFVUbWxmQWdNQkFBRUNnZ0VCQUowWkRhNCtOaFVBYXRUdmFhNHB2Nk9aT0thSnZVYmRlSitkam5vQWo2b2EKcHovY1VYZ1QyYWVMdTBJTFJab2xndndZQTA2L2FaelBvSzczYUlOT0M5REVCNWpnNisvSk9JMVlIMkZ2OXRVagpGQzNsVEJneFFIaVBDbTRvTTJ0cW5SV3M1OTg5YW5MbzRBeGpFMms5QlY0R0dNZFlIdjY4WHJ2ci9WWEpRV0FECmp5c05ad1ZGMjI2dVpybnhVYytTajhKQjAxK0dsRFpmMTFQaGI3czd5S05yZmk2MkpnVVVmV0FCMVF1NFI2R3MKQmYwRVV2N21jMzNVZDZzbnFIOXp6dWVGL2JxTHZZTjJibzlGYnNDS3UySFdCUTlMcnR5bGFxVi95OG4wemFyZQo5REpXb0c5WHN2MDNTeEtUcmFoMTErMmRoL2VELytjWDZBaU9XQ3hWQ0FFQ2dZRUEwM2NkaE0wQnlGeGxXbzdpCjFZNkp2eUpldzduUjVEdlkzcnZrS0pCVGtGYmZpempDQ2ZPYklZcElSMVlhclppTXQzM3NlTUtzODQ5ZUIyS3EKYWVRRHRDalg5cXVLZU1yR2JVRjd4bHdrWEYwMDlZNnNNazlXZHlDZW9ac1h1bEM1ZDUrL1gva3hTdUliLzJmRgo4MjdTVHBWTW9QVFdzNmkxbUtSeVpKWUxCMDhDZ1lFQXpGclR4YXk3dlJGc3M0cXhiYXZxSTJvNk5CR2MySXZyCnlLNHhMcmM2V1REaGZMK3NNZkE1enlqUnhjbmpHS2ZoaE9UR3NrSlpJbDlubmQ1L1JaYVI5cEZVSnYzRWhCbDQKenprTnVCWGRPb2dOWDBGZmJrUlo0czVpVldvNEloajZCZXI0MUg5ck1kczRBMWs1SVhGYk5lYUV0OW9pWUg2cgpQVEhGd0plbytQRUNnWUJRM3FITVVyWlcwSGIyVGVTVHRTSWFsV05XU0s3ck1MUDhZakNjRHEzV2FsS3RKSFNZClo3QXhBSGdweDlVR0JHdjBGRlVselpWa3c3UTY4TkdwRTBrVFVmZGRYemJpZ1BHbmdMNThHbXJSWTlmSC9Oci8KbG5YRHN4YlhTTCtuUWczYm9KMEliLzBZM1NYRjVBTEEyT1hXcGFRYmZlYko2RUFpY3VsSWJGVWxZd0tCZ0FiTQord0U0RjJOYVloaXpnK1lYYzRwTUxiV3Y1RjFjZ3JOQ0FNY0NPQUhoMjQ4d1BjWEhyZFRVRWU4WUllT2ZLcVVtCmkrcEF4UUNjMWpEdHg2U0VOMFZTWHMrUllHblpBeWs2UjllWmVxeEkvTkR2dHdKUGFnSmZSZXg3eFhSMUNsVUsKRmMvVWtiZXVDUFlya1BnbzhwVWZuOGtTakZSVHd0VWRnK3c5MzlTeEFvR0FXdjNoaUpnMVBRTDQxdzhnSmQ1QwpHN2VqWnhuZzVHYVk2UkFiQ0wrcTFoQWVpc2o2NlBHemh1SFp1YjhmUThVeXJ1YWZ0bEZiYkZuTFlVRzBUTnlhCnE1U0Roc2lrVlNwT2UvbTJidjFUZFluV05rZWtzY01Zb3hMMlJQZjlqMlRnR2xFK3pwS005ZDRKYitVTG9uVnAKekFjNE1EbmxsaUd4Y3FMVytNYUcvTXc9Ci0tLS0tRU5EIFBSSVZBVEUgS0VZLS0tLS0K", "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": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURqakNDQW5hZ0F3SUJBZ0lSQU04OUdYMkVFMFdodThrM0IwOW51K0l3RFFZSktvWklodmNOQVFFTEJRQXcKVURFZ01CNEdBMVVFQXd3WFRHOWpZV3dnVTJsbmJtbHVaeUJCZFhSb2IzSnBkSGt4TERBcUJnTlZCQU1NSTJObQpNMlF4T1Rka0xUZzBNVE0wTldFeExXSmlZemt6TnpBM0xUUm1OamRpWW1VeE1CNFhEVEkwTURnd01UQXhNRGcwCk5sb1hEVEkxTURnd01UQXhNRGcwTlZvd0ZERVNNQkFHQTFVRUF4TUpiRzlqWVd4b2IzTjBNSUlCSWpBTkJna3EKaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUFxTTN5VktxNnhubHJBS1c4YmpmTU5oa1p5WHFrdksveQpqbmJ0QnNkY1VVMXYzQVRvY2xLSzNDays2b21SZTcrbTlSbUVVNDNOV1NlKy9Kdm11aDRtUmkxLy9LMk5YZmt2ClgyNlh2dzZiampZcXlGMytZTEdxTnlJZ3dyS0NHTmJ2blhUWGZSRTdrYTBUQnY5VDNPRUkrbWd3SSs2elJPSUoKbzE2SElFTkE2WFpuMzM1bEpkbFRyMmdKczk3OVk3UjhqeGJHZ2ZBcDFGZnJEbk9rdzVMRGhEWks5OWdvekN0eQpxb0NleHQwVlZpTXY3ckp0Njc3WHc0NklncEgrbm00OVBpZTBvWTdqS3RoTFJ1a2R3K2piMmNnQVdqQnIwN1R5CjA4ZzVKTDVkZkd4dllKYytLcTFKUUZPQ0g2NStzcWtXT2pxYXRjVzhPYjZtS0dEWVZFNXBYd0lEQVFBQm80R2UKTUlHYk1Bc0dBMVVkRHdRRUF3SUZvREFmQmdOVkhSRUVHREFXZ2dsc2IyTmhiR2h2YzNTQ0NURXlOeTR3TGpBdQpNVEFkQmdOVkhTVUVGakFVQmdnckJnRUZCUWNEQVFZSUt3WUJCUVVIQXdJd0RBWURWUjBUQVFIL0JBSXdBREFkCkJnTlZIUTRFRmdRVXZpaGlvM0szTC9IODYvQkxSNkdmSjdFL3YvSXdId1lEVlIwakJCZ3dGb0FVS1NvVFRYYk4KWVRyeGRkOFdsWERHcjBqWTdrc3dEUVlKS29aSWh2Y05BUUVMQlFBRGdnRUJBSUJ5OXUxK1VGeVpQWERrU3RTNApMMzMvOHloekFYVXpSQXB2dE1NZlJ1S1NtaHJURjRZR2lmNVJnd2QzOVFLU1ZZNThzcVQ1REtEbURMWjVPai95CkswZDI2WGpRVzZzVVMyM2hvRmpYcFdBaEx1QmNoaEpmYnZLMUoreFRhZ1pZUVNFaU9YQTYrRkhvazFjcFp5cTcKUExOeXhWRE9vb3JNYXZJZnp6bFM3Zkc1TktZMTVGYm9yK0lTcUlBclpCdnNtZnBGdWk1cFRHaWdwS2lBbFVUZwpBVFZ5UEpLOVAyRkdNaGk2TnJSTmFmVUgwSkJ6KzJUUnFOSFMxN2NWUjgvTlR0QmZ1dExTNjlLRzFOM210Q0U3CmxZeGI0UHl0Sm1PNmlSOVZRN0RwNVNJRWVhLzZ1UVJIbFBVZjRmdzZaK0ozdHIyb0lBYmFwNGc1aGtwWCtFWG8KUTh3PQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==", "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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160 Wednesday 31 July 2024 21:08:47 -0400 (0:00:01.168) 0:01:36.634 ******** ok: [managed_node1] => { "ansible_facts": { "certificate_test_certs": { "podman_registry": { "ca": "/etc/pki/tls/certs/podman_registry.crt", "ca_content": "-----BEGIN CERTIFICATE-----\nMIIDjjCCAnagAwIBAgIRAM89GX2EE0Whu8k3B09nu+IwDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMI2Nm\nM2QxOTdkLTg0MTM0NWExLWJiYzkzNzA3LTRmNjdiYmUxMB4XDTI0MDgwMTAxMDg0\nNloXDTI1MDgwMTAxMDg0NVowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqM3yVKq6xnlrAKW8bjfMNhkZyXqkvK/y\njnbtBsdcUU1v3AToclKK3Ck+6omRe7+m9RmEU43NWSe+/Jvmuh4mRi1//K2NXfkv\nX26Xvw6bjjYqyF3+YLGqNyIgwrKCGNbvnXTXfRE7ka0TBv9T3OEI+mgwI+6zROIJ\no16HIENA6XZn335lJdlTr2gJs979Y7R8jxbGgfAp1FfrDnOkw5LDhDZK99gozCty\nqoCext0VViMv7rJt677Xw46IgpH+nm49Pie0oY7jKthLRukdw+jb2cgAWjBr07Ty\n08g5JL5dfGxvYJc+Kq1JQFOCH65+sqkWOjqatcW8Ob6mKGDYVE5pXwIDAQABo4Ge\nMIGbMAsGA1UdDwQEAwIFoDAfBgNVHREEGDAWgglsb2NhbGhvc3SCCTEyNy4wLjAu\nMTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAd\nBgNVHQ4EFgQUvihio3K3L/H86/BLR6GfJ7E/v/IwHwYDVR0jBBgwFoAUKSoTTXbN\nYTrxdd8WlXDGr0jY7kswDQYJKoZIhvcNAQELBQADggEBAIBy9u1+UFyZPXDkStS4\nL33/8yhzAXUzRApvtMMfRuKSmhrTF4YGif5Rgwd39QKSVY58sqT5DKDmDLZ5Oj/y\nK0d26XjQW6sUS23hoFjXpWAhLuBchhJfbvK1J+xTagZYQSEiOXA6+FHok1cpZyq7\nPLNyxVDOoorMavIfzzlS7fG5NKY15Fbor+ISqIArZBvsmfpFui5pTGigpKiAlUTg\nATVyPJK9P2FGMhi6NrRNafUH0JBz+2TRqNHS17cVR8/NTtBfutLS69KG1N3mtCE7\nlYxb4PytJmO6iR9VQ7Dp5SIEea/6uQRHlPUf4fw6Z+J3tr2oIAbap4g5hkpX+EXo\nQ8w=\n-----END CERTIFICATE-----\n", "cert": "/etc/pki/tls/certs/podman_registry.crt", "cert_content": "-----BEGIN CERTIFICATE-----\nMIIDjjCCAnagAwIBAgIRAM89GX2EE0Whu8k3B09nu+IwDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMI2Nm\nM2QxOTdkLTg0MTM0NWExLWJiYzkzNzA3LTRmNjdiYmUxMB4XDTI0MDgwMTAxMDg0\nNloXDTI1MDgwMTAxMDg0NVowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqM3yVKq6xnlrAKW8bjfMNhkZyXqkvK/y\njnbtBsdcUU1v3AToclKK3Ck+6omRe7+m9RmEU43NWSe+/Jvmuh4mRi1//K2NXfkv\nX26Xvw6bjjYqyF3+YLGqNyIgwrKCGNbvnXTXfRE7ka0TBv9T3OEI+mgwI+6zROIJ\no16HIENA6XZn335lJdlTr2gJs979Y7R8jxbGgfAp1FfrDnOkw5LDhDZK99gozCty\nqoCext0VViMv7rJt677Xw46IgpH+nm49Pie0oY7jKthLRukdw+jb2cgAWjBr07Ty\n08g5JL5dfGxvYJc+Kq1JQFOCH65+sqkWOjqatcW8Ob6mKGDYVE5pXwIDAQABo4Ge\nMIGbMAsGA1UdDwQEAwIFoDAfBgNVHREEGDAWgglsb2NhbGhvc3SCCTEyNy4wLjAu\nMTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAd\nBgNVHQ4EFgQUvihio3K3L/H86/BLR6GfJ7E/v/IwHwYDVR0jBBgwFoAUKSoTTXbN\nYTrxdd8WlXDGr0jY7kswDQYJKoZIhvcNAQELBQADggEBAIBy9u1+UFyZPXDkStS4\nL33/8yhzAXUzRApvtMMfRuKSmhrTF4YGif5Rgwd39QKSVY58sqT5DKDmDLZ5Oj/y\nK0d26XjQW6sUS23hoFjXpWAhLuBchhJfbvK1J+xTagZYQSEiOXA6+FHok1cpZyq7\nPLNyxVDOoorMavIfzzlS7fG5NKY15Fbor+ISqIArZBvsmfpFui5pTGigpKiAlUTg\nATVyPJK9P2FGMhi6NrRNafUH0JBz+2TRqNHS17cVR8/NTtBfutLS69KG1N3mtCE7\nlYxb4PytJmO6iR9VQ7Dp5SIEea/6uQRHlPUf4fw6Z+J3tr2oIAbap4g5hkpX+EXo\nQ8w=\n-----END CERTIFICATE-----\n", "key": "/etc/pki/tls/private/podman_registry.key", "key_content": "-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQCozfJUqrrGeWsA\npbxuN8w2GRnJeqS8r/KOdu0Gx1xRTW/cBOhyUorcKT7qiZF7v6b1GYRTjc1ZJ778\nm+a6HiZGLX/8rY1d+S9fbpe/DpuONirIXf5gsao3IiDCsoIY1u+ddNd9ETuRrRMG\n/1Pc4Qj6aDAj7rNE4gmjXocgQ0DpdmfffmUl2VOvaAmz3v1jtHyPFsaB8CnUV+sO\nc6TDksOENkr32CjMK3KqgJ7G3RVWIy/usm3rvtfDjoiCkf6ebj0+J7ShjuMq2EtG\n6R3D6NvZyABaMGvTtPLTyDkkvl18bG9glz4qrUlAU4Ifrn6yqRY6Opq1xbw5vqYo\nYNhUTmlfAgMBAAECggEBAJ0ZDa4+NhUAatTvaa4pv6OZOKaJvUbdeJ+djnoAj6oa\npz/cUXgT2aeLu0ILRZolgvwYA06/aZzPoK73aINOC9DEB5jg6+/JOI1YH2Fv9tUj\nFC3lTBgxQHiPCm4oM2tqnRWs5989anLo4AxjE2k9BV4GGMdYHv68Xrvr/VXJQWAD\njysNZwVF226uZrnxUc+Sj8JB01+GlDZf11Phb7s7yKNrfi62JgUUfWAB1Qu4R6Gs\nBf0EUv7mc33Ud6snqH9zzueF/bqLvYN2bo9FbsCKu2HWBQ9LrtylaqV/y8n0zare\n9DJWoG9Xsv03SxKTrah11+2dh/eD/+cX6AiOWCxVCAECgYEA03cdhM0ByFxlWo7i\n1Y6JvyJew7nR5DvY3rvkKJBTkFbfizjCCfObIYpIR1YarZiMt33seMKs849eB2Kq\naeQDtCjX9quKeMrGbUF7xlwkXF009Y6sMk9WdyCeoZsXulC5d5+/X/kxSuIb/2fF\n827STpVMoPTWs6i1mKRyZJYLB08CgYEAzFrTxay7vRFss4qxbavqI2o6NBGc2Ivr\nyK4xLrc6WTDhfL+sMfA5zyjRxcnjGKfhhOTGskJZIl9nnd5/RZaR9pFUJv3EhBl4\nzzkNuBXdOogNX0FfbkRZ4s5iVWo4Ihj6Ber41H9rMds4A1k5IXFbNeaEt9oiYH6r\nPTHFwJeo+PECgYBQ3qHMUrZW0Hb2TeSTtSIalWNWSK7rMLP8YjCcDq3WalKtJHSY\nZ7AxAHgpx9UGBGv0FFUlzZVkw7Q68NGpE0kTUfddXzbigPGngL58GmrRY9fH/Nr/\nlnXDsxbXSL+nQg3boJ0Ib/0Y3SXF5ALA2OXWpaQbfebJ6EAiculIbFUlYwKBgAbM\n+wE4F2NaYhizg+YXc4pMLbWv5F1cgrNCAMcCOAHh248wPcXHrdTUEe8YIeOfKqUm\ni+pAxQCc1jDtx6SEN0VSXs+RYGnZAyk6R9eZeqxI/NDvtwJPagJfRex7xXR1ClUK\nFc/UkbeuCPYrkPgo8pUfn8kSjFRTwtUdg+w939SxAoGAWv3hiJg1PQL41w8gJd5C\nG7ejZxng5GaY6RAbCL+q1hAeisj66PGzhuHZub8fQ8UyruaftlFbbFnLYUG0TNya\nq5SDhsikVSpOe/m2bv1TdYnWNkekscMYoxL2RPf9j2TgGlE+zpKM9d4Jb+ULonVp\nzAc4MDnlliGxcqLW+MaG/Mw=\n-----END PRIVATE KEY-----\n" } } }, "changed": false } TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176 Wednesday 31 July 2024 21:08:47 -0400 (0:00:00.036) 0:01:36.670 ******** ok: [managed_node1] => (item={'cert': '/etc/pki/tls/certs/podman_registry.crt', 'cert_content': '-----BEGIN CERTIFICATE-----\nMIIDjjCCAnagAwIBAgIRAM89GX2EE0Whu8k3B09nu+IwDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMI2Nm\nM2QxOTdkLTg0MTM0NWExLWJiYzkzNzA3LTRmNjdiYmUxMB4XDTI0MDgwMTAxMDg0\nNloXDTI1MDgwMTAxMDg0NVowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqM3yVKq6xnlrAKW8bjfMNhkZyXqkvK/y\njnbtBsdcUU1v3AToclKK3Ck+6omRe7+m9RmEU43NWSe+/Jvmuh4mRi1//K2NXfkv\nX26Xvw6bjjYqyF3+YLGqNyIgwrKCGNbvnXTXfRE7ka0TBv9T3OEI+mgwI+6zROIJ\no16HIENA6XZn335lJdlTr2gJs979Y7R8jxbGgfAp1FfrDnOkw5LDhDZK99gozCty\nqoCext0VViMv7rJt677Xw46IgpH+nm49Pie0oY7jKthLRukdw+jb2cgAWjBr07Ty\n08g5JL5dfGxvYJc+Kq1JQFOCH65+sqkWOjqatcW8Ob6mKGDYVE5pXwIDAQABo4Ge\nMIGbMAsGA1UdDwQEAwIFoDAfBgNVHREEGDAWgglsb2NhbGhvc3SCCTEyNy4wLjAu\nMTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAd\nBgNVHQ4EFgQUvihio3K3L/H86/BLR6GfJ7E/v/IwHwYDVR0jBBgwFoAUKSoTTXbN\nYTrxdd8WlXDGr0jY7kswDQYJKoZIhvcNAQELBQADggEBAIBy9u1+UFyZPXDkStS4\nL33/8yhzAXUzRApvtMMfRuKSmhrTF4YGif5Rgwd39QKSVY58sqT5DKDmDLZ5Oj/y\nK0d26XjQW6sUS23hoFjXpWAhLuBchhJfbvK1J+xTagZYQSEiOXA6+FHok1cpZyq7\nPLNyxVDOoorMavIfzzlS7fG5NKY15Fbor+ISqIArZBvsmfpFui5pTGigpKiAlUTg\nATVyPJK9P2FGMhi6NrRNafUH0JBz+2TRqNHS17cVR8/NTtBfutLS69KG1N3mtCE7\nlYxb4PytJmO6iR9VQ7Dp5SIEea/6uQRHlPUf4fw6Z+J3tr2oIAbap4g5hkpX+EXo\nQ8w=\n-----END CERTIFICATE-----\n', 'key': '/etc/pki/tls/private/podman_registry.key', 'key_content': '-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQCozfJUqrrGeWsA\npbxuN8w2GRnJeqS8r/KOdu0Gx1xRTW/cBOhyUorcKT7qiZF7v6b1GYRTjc1ZJ778\nm+a6HiZGLX/8rY1d+S9fbpe/DpuONirIXf5gsao3IiDCsoIY1u+ddNd9ETuRrRMG\n/1Pc4Qj6aDAj7rNE4gmjXocgQ0DpdmfffmUl2VOvaAmz3v1jtHyPFsaB8CnUV+sO\nc6TDksOENkr32CjMK3KqgJ7G3RVWIy/usm3rvtfDjoiCkf6ebj0+J7ShjuMq2EtG\n6R3D6NvZyABaMGvTtPLTyDkkvl18bG9glz4qrUlAU4Ifrn6yqRY6Opq1xbw5vqYo\nYNhUTmlfAgMBAAECggEBAJ0ZDa4+NhUAatTvaa4pv6OZOKaJvUbdeJ+djnoAj6oa\npz/cUXgT2aeLu0ILRZolgvwYA06/aZzPoK73aINOC9DEB5jg6+/JOI1YH2Fv9tUj\nFC3lTBgxQHiPCm4oM2tqnRWs5989anLo4AxjE2k9BV4GGMdYHv68Xrvr/VXJQWAD\njysNZwVF226uZrnxUc+Sj8JB01+GlDZf11Phb7s7yKNrfi62JgUUfWAB1Qu4R6Gs\nBf0EUv7mc33Ud6snqH9zzueF/bqLvYN2bo9FbsCKu2HWBQ9LrtylaqV/y8n0zare\n9DJWoG9Xsv03SxKTrah11+2dh/eD/+cX6AiOWCxVCAECgYEA03cdhM0ByFxlWo7i\n1Y6JvyJew7nR5DvY3rvkKJBTkFbfizjCCfObIYpIR1YarZiMt33seMKs849eB2Kq\naeQDtCjX9quKeMrGbUF7xlwkXF009Y6sMk9WdyCeoZsXulC5d5+/X/kxSuIb/2fF\n827STpVMoPTWs6i1mKRyZJYLB08CgYEAzFrTxay7vRFss4qxbavqI2o6NBGc2Ivr\nyK4xLrc6WTDhfL+sMfA5zyjRxcnjGKfhhOTGskJZIl9nnd5/RZaR9pFUJv3EhBl4\nzzkNuBXdOogNX0FfbkRZ4s5iVWo4Ihj6Ber41H9rMds4A1k5IXFbNeaEt9oiYH6r\nPTHFwJeo+PECgYBQ3qHMUrZW0Hb2TeSTtSIalWNWSK7rMLP8YjCcDq3WalKtJHSY\nZ7AxAHgpx9UGBGv0FFUlzZVkw7Q68NGpE0kTUfddXzbigPGngL58GmrRY9fH/Nr/\nlnXDsxbXSL+nQg3boJ0Ib/0Y3SXF5ALA2OXWpaQbfebJ6EAiculIbFUlYwKBgAbM\n+wE4F2NaYhizg+YXc4pMLbWv5F1cgrNCAMcCOAHh248wPcXHrdTUEe8YIeOfKqUm\ni+pAxQCc1jDtx6SEN0VSXs+RYGnZAyk6R9eZeqxI/NDvtwJPagJfRex7xXR1ClUK\nFc/UkbeuCPYrkPgo8pUfn8kSjFRTwtUdg+w939SxAoGAWv3hiJg1PQL41w8gJd5C\nG7ejZxng5GaY6RAbCL+q1hAeisj66PGzhuHZub8fQ8UyruaftlFbbFnLYUG0TNya\nq5SDhsikVSpOe/m2bv1TdYnWNkekscMYoxL2RPf9j2TgGlE+zpKM9d4Jb+ULonVp\nzAc4MDnlliGxcqLW+MaG/Mw=\n-----END PRIVATE KEY-----\n', 'ca': '/etc/pki/tls/certs/podman_registry.crt', 'ca_content': '-----BEGIN CERTIFICATE-----\nMIIDjjCCAnagAwIBAgIRAM89GX2EE0Whu8k3B09nu+IwDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMI2Nm\nM2QxOTdkLTg0MTM0NWExLWJiYzkzNzA3LTRmNjdiYmUxMB4XDTI0MDgwMTAxMDg0\nNloXDTI1MDgwMTAxMDg0NVowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqM3yVKq6xnlrAKW8bjfMNhkZyXqkvK/y\njnbtBsdcUU1v3AToclKK3Ck+6omRe7+m9RmEU43NWSe+/Jvmuh4mRi1//K2NXfkv\nX26Xvw6bjjYqyF3+YLGqNyIgwrKCGNbvnXTXfRE7ka0TBv9T3OEI+mgwI+6zROIJ\no16HIENA6XZn335lJdlTr2gJs979Y7R8jxbGgfAp1FfrDnOkw5LDhDZK99gozCty\nqoCext0VViMv7rJt677Xw46IgpH+nm49Pie0oY7jKthLRukdw+jb2cgAWjBr07Ty\n08g5JL5dfGxvYJc+Kq1JQFOCH65+sqkWOjqatcW8Ob6mKGDYVE5pXwIDAQABo4Ge\nMIGbMAsGA1UdDwQEAwIFoDAfBgNVHREEGDAWgglsb2NhbGhvc3SCCTEyNy4wLjAu\nMTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAd\nBgNVHQ4EFgQUvihio3K3L/H86/BLR6GfJ7E/v/IwHwYDVR0jBBgwFoAUKSoTTXbN\nYTrxdd8WlXDGr0jY7kswDQYJKoZIhvcNAQELBQADggEBAIBy9u1+UFyZPXDkStS4\nL33/8yhzAXUzRApvtMMfRuKSmhrTF4YGif5Rgwd39QKSVY58sqT5DKDmDLZ5Oj/y\nK0d26XjQW6sUS23hoFjXpWAhLuBchhJfbvK1J+xTagZYQSEiOXA6+FHok1cpZyq7\nPLNyxVDOoorMavIfzzlS7fG5NKY15Fbor+ISqIArZBvsmfpFui5pTGigpKiAlUTg\nATVyPJK9P2FGMhi6NrRNafUH0JBz+2TRqNHS17cVR8/NTtBfutLS69KG1N3mtCE7\nlYxb4PytJmO6iR9VQ7Dp5SIEea/6uQRHlPUf4fw6Z+J3tr2oIAbap4g5hkpX+EXo\nQ8w=\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.035531", "end": "2024-07-31 21:08:48.231525", "item": { "ca": "/etc/pki/tls/certs/podman_registry.crt", "ca_content": "-----BEGIN CERTIFICATE-----\nMIIDjjCCAnagAwIBAgIRAM89GX2EE0Whu8k3B09nu+IwDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMI2Nm\nM2QxOTdkLTg0MTM0NWExLWJiYzkzNzA3LTRmNjdiYmUxMB4XDTI0MDgwMTAxMDg0\nNloXDTI1MDgwMTAxMDg0NVowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqM3yVKq6xnlrAKW8bjfMNhkZyXqkvK/y\njnbtBsdcUU1v3AToclKK3Ck+6omRe7+m9RmEU43NWSe+/Jvmuh4mRi1//K2NXfkv\nX26Xvw6bjjYqyF3+YLGqNyIgwrKCGNbvnXTXfRE7ka0TBv9T3OEI+mgwI+6zROIJ\no16HIENA6XZn335lJdlTr2gJs979Y7R8jxbGgfAp1FfrDnOkw5LDhDZK99gozCty\nqoCext0VViMv7rJt677Xw46IgpH+nm49Pie0oY7jKthLRukdw+jb2cgAWjBr07Ty\n08g5JL5dfGxvYJc+Kq1JQFOCH65+sqkWOjqatcW8Ob6mKGDYVE5pXwIDAQABo4Ge\nMIGbMAsGA1UdDwQEAwIFoDAfBgNVHREEGDAWgglsb2NhbGhvc3SCCTEyNy4wLjAu\nMTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAd\nBgNVHQ4EFgQUvihio3K3L/H86/BLR6GfJ7E/v/IwHwYDVR0jBBgwFoAUKSoTTXbN\nYTrxdd8WlXDGr0jY7kswDQYJKoZIhvcNAQELBQADggEBAIBy9u1+UFyZPXDkStS4\nL33/8yhzAXUzRApvtMMfRuKSmhrTF4YGif5Rgwd39QKSVY58sqT5DKDmDLZ5Oj/y\nK0d26XjQW6sUS23hoFjXpWAhLuBchhJfbvK1J+xTagZYQSEiOXA6+FHok1cpZyq7\nPLNyxVDOoorMavIfzzlS7fG5NKY15Fbor+ISqIArZBvsmfpFui5pTGigpKiAlUTg\nATVyPJK9P2FGMhi6NrRNafUH0JBz+2TRqNHS17cVR8/NTtBfutLS69KG1N3mtCE7\nlYxb4PytJmO6iR9VQ7Dp5SIEea/6uQRHlPUf4fw6Z+J3tr2oIAbap4g5hkpX+EXo\nQ8w=\n-----END CERTIFICATE-----\n", "cert": "/etc/pki/tls/certs/podman_registry.crt", "cert_content": "-----BEGIN CERTIFICATE-----\nMIIDjjCCAnagAwIBAgIRAM89GX2EE0Whu8k3B09nu+IwDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMI2Nm\nM2QxOTdkLTg0MTM0NWExLWJiYzkzNzA3LTRmNjdiYmUxMB4XDTI0MDgwMTAxMDg0\nNloXDTI1MDgwMTAxMDg0NVowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqM3yVKq6xnlrAKW8bjfMNhkZyXqkvK/y\njnbtBsdcUU1v3AToclKK3Ck+6omRe7+m9RmEU43NWSe+/Jvmuh4mRi1//K2NXfkv\nX26Xvw6bjjYqyF3+YLGqNyIgwrKCGNbvnXTXfRE7ka0TBv9T3OEI+mgwI+6zROIJ\no16HIENA6XZn335lJdlTr2gJs979Y7R8jxbGgfAp1FfrDnOkw5LDhDZK99gozCty\nqoCext0VViMv7rJt677Xw46IgpH+nm49Pie0oY7jKthLRukdw+jb2cgAWjBr07Ty\n08g5JL5dfGxvYJc+Kq1JQFOCH65+sqkWOjqatcW8Ob6mKGDYVE5pXwIDAQABo4Ge\nMIGbMAsGA1UdDwQEAwIFoDAfBgNVHREEGDAWgglsb2NhbGhvc3SCCTEyNy4wLjAu\nMTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAd\nBgNVHQ4EFgQUvihio3K3L/H86/BLR6GfJ7E/v/IwHwYDVR0jBBgwFoAUKSoTTXbN\nYTrxdd8WlXDGr0jY7kswDQYJKoZIhvcNAQELBQADggEBAIBy9u1+UFyZPXDkStS4\nL33/8yhzAXUzRApvtMMfRuKSmhrTF4YGif5Rgwd39QKSVY58sqT5DKDmDLZ5Oj/y\nK0d26XjQW6sUS23hoFjXpWAhLuBchhJfbvK1J+xTagZYQSEiOXA6+FHok1cpZyq7\nPLNyxVDOoorMavIfzzlS7fG5NKY15Fbor+ISqIArZBvsmfpFui5pTGigpKiAlUTg\nATVyPJK9P2FGMhi6NrRNafUH0JBz+2TRqNHS17cVR8/NTtBfutLS69KG1N3mtCE7\nlYxb4PytJmO6iR9VQ7Dp5SIEea/6uQRHlPUf4fw6Z+J3tr2oIAbap4g5hkpX+EXo\nQ8w=\n-----END CERTIFICATE-----\n", "key": "/etc/pki/tls/private/podman_registry.key", "key_content": "-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQCozfJUqrrGeWsA\npbxuN8w2GRnJeqS8r/KOdu0Gx1xRTW/cBOhyUorcKT7qiZF7v6b1GYRTjc1ZJ778\nm+a6HiZGLX/8rY1d+S9fbpe/DpuONirIXf5gsao3IiDCsoIY1u+ddNd9ETuRrRMG\n/1Pc4Qj6aDAj7rNE4gmjXocgQ0DpdmfffmUl2VOvaAmz3v1jtHyPFsaB8CnUV+sO\nc6TDksOENkr32CjMK3KqgJ7G3RVWIy/usm3rvtfDjoiCkf6ebj0+J7ShjuMq2EtG\n6R3D6NvZyABaMGvTtPLTyDkkvl18bG9glz4qrUlAU4Ifrn6yqRY6Opq1xbw5vqYo\nYNhUTmlfAgMBAAECggEBAJ0ZDa4+NhUAatTvaa4pv6OZOKaJvUbdeJ+djnoAj6oa\npz/cUXgT2aeLu0ILRZolgvwYA06/aZzPoK73aINOC9DEB5jg6+/JOI1YH2Fv9tUj\nFC3lTBgxQHiPCm4oM2tqnRWs5989anLo4AxjE2k9BV4GGMdYHv68Xrvr/VXJQWAD\njysNZwVF226uZrnxUc+Sj8JB01+GlDZf11Phb7s7yKNrfi62JgUUfWAB1Qu4R6Gs\nBf0EUv7mc33Ud6snqH9zzueF/bqLvYN2bo9FbsCKu2HWBQ9LrtylaqV/y8n0zare\n9DJWoG9Xsv03SxKTrah11+2dh/eD/+cX6AiOWCxVCAECgYEA03cdhM0ByFxlWo7i\n1Y6JvyJew7nR5DvY3rvkKJBTkFbfizjCCfObIYpIR1YarZiMt33seMKs849eB2Kq\naeQDtCjX9quKeMrGbUF7xlwkXF009Y6sMk9WdyCeoZsXulC5d5+/X/kxSuIb/2fF\n827STpVMoPTWs6i1mKRyZJYLB08CgYEAzFrTxay7vRFss4qxbavqI2o6NBGc2Ivr\nyK4xLrc6WTDhfL+sMfA5zyjRxcnjGKfhhOTGskJZIl9nnd5/RZaR9pFUJv3EhBl4\nzzkNuBXdOogNX0FfbkRZ4s5iVWo4Ihj6Ber41H9rMds4A1k5IXFbNeaEt9oiYH6r\nPTHFwJeo+PECgYBQ3qHMUrZW0Hb2TeSTtSIalWNWSK7rMLP8YjCcDq3WalKtJHSY\nZ7AxAHgpx9UGBGv0FFUlzZVkw7Q68NGpE0kTUfddXzbigPGngL58GmrRY9fH/Nr/\nlnXDsxbXSL+nQg3boJ0Ib/0Y3SXF5ALA2OXWpaQbfebJ6EAiculIbFUlYwKBgAbM\n+wE4F2NaYhizg+YXc4pMLbWv5F1cgrNCAMcCOAHh248wPcXHrdTUEe8YIeOfKqUm\ni+pAxQCc1jDtx6SEN0VSXs+RYGnZAyk6R9eZeqxI/NDvtwJPagJfRex7xXR1ClUK\nFc/UkbeuCPYrkPgo8pUfn8kSjFRTwtUdg+w939SxAoGAWv3hiJg1PQL41w8gJd5C\nG7ejZxng5GaY6RAbCL+q1hAeisj66PGzhuHZub8fQ8UyruaftlFbbFnLYUG0TNya\nq5SDhsikVSpOe/m2bv1TdYnWNkekscMYoxL2RPf9j2TgGlE+zpKM9d4Jb+ULonVp\nzAc4MDnlliGxcqLW+MaG/Mw=\n-----END PRIVATE KEY-----\n" }, "rc": 0, "start": "2024-07-31 21:08:48.195994" } STDOUT: Request "20240801010846" removed. TASK [fedora.linux_system_roles.certificate : Remove files] ******************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181 Wednesday 31 July 2024 21:08:48 -0400 (0:00:00.420) 0:01:37.091 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:34 Wednesday 31 July 2024 21:08:49 -0400 (0:00:01.128) 0:01:38.219 ******** changed: [managed_node1] => { "changed": true, "checksum": "cec8d9784c339f93c795de8db633ba0b38c1e509", "dest": "/tmp/lsr_53y1kxth_podman/auth/registry_cert.crt", "gid": 0, "group": "root", "md5sum": "627384b8d457fb82612db927b7faef8e", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 1294, "src": "/root/.ansible/tmp/ansible-tmp-1722474529.4675758-8470-146768816377505/source", "state": "file", "uid": 0 } TASK [Write key for registry] ************************************************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:40 Wednesday 31 July 2024 21:08:50 -0400 (0:00:00.799) 0:01:39.019 ******** changed: [managed_node1] => { "changed": true, "checksum": "f5858eed49cc0bd8a6e842577baa91ee110127db", "dest": "/tmp/lsr_53y1kxth_podman/auth/registry_key.pem", "gid": 0, "group": "root", "md5sum": "28095e1d214e433f5282d3809bec9392", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 1704, "src": "/root/.ansible/tmp/ansible-tmp-1722474530.2651-8485-50241226207337/source", "state": "file", "uid": 0 } TASK [Write CA cert for registry] ********************************************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:46 Wednesday 31 July 2024 21:08:50 -0400 (0:00:00.703) 0:01:39.722 ******** changed: [managed_node1] => { "changed": true, "checksum": "cec8d9784c339f93c795de8db633ba0b38c1e509", "dest": "/tmp/lsr_53y1kxth_podman/auth/ca.crt", "gid": 0, "group": "root", "md5sum": "627384b8d457fb82612db927b7faef8e", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 1294, "src": "/root/.ansible/tmp/ansible-tmp-1722474530.968843-8500-239337137765276/source", "state": "file", "uid": 0 } TASK [Ensure test packages] **************************************************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:52 Wednesday 31 July 2024 21:08:51 -0400 (0:00:00.700) 0:01:40.423 ******** changed: [managed_node1] => { "changed": true, "rc": 0, "results": [ "Installed: apr-util-bdb-1.6.1-9.el8.x86_64", "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" ] } TASK [Write user and password] ************************************************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:57 Wednesday 31 July 2024 21:08:56 -0400 (0:00:05.209) 0:01:45.633 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:65 Wednesday 31 July 2024 21:08:57 -0400 (0:00:00.407) 0:01:46.040 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:81 Wednesday 31 July 2024 21:08:57 -0400 (0:00:00.726) 0:01:46.767 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_cleanup_paths": [ "/tmp/lsr_53y1kxth_podman" ] }, "changed": false } TASK [Start registry] ********************************************************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:89 Wednesday 31 July 2024 21:08:58 -0400 (0:00:00.030) 0:01:46.797 ******** changed: [managed_node1] => { "changed": true, "cmd": [ "podman", "run", "-d", "-p", "127.0.0.1:5000:5000", "--name", "podman_registry", "-v", "/tmp/lsr_53y1kxth_podman/auth:/auth:Z", "-e", "REGISTRY_AUTH=htpasswd", "-e", "REGISTRY_AUTH_HTPASSWD_REALM=Registry Realm", "-e", "REGISTRY_AUTH_HTPASSWD_PATH=/auth/htpasswd", "-e", "REGISTRY_HTTP_TLS_CERTIFICATE=/auth/registry_cert.crt", "-e", "REGISTRY_HTTP_TLS_KEY=/auth/registry_key.pem", "quay.io/libpod/registry:2.8.2" ], "delta": "0:00:03.857909", "end": "2024-07-31 21:09:02.176173", "rc": 0, "start": "2024-07-31 21:08:58.318264" } STDOUT: 8746265ba3591ec539ece68628b31bfd8f7cf7a8309be9ad572f3a4028412ecf STDERR: Trying to pull quay.io/libpod/registry:2.8.2... Getting image source signatures Copying blob sha256:7417fa3c6d923a722787ff60825c3c40f74621ab2e4abcc120e25b10a35e4811 Copying blob sha256:c4d48a809fc2256f8aa0aeee47998488d64409855adba00a7cb3007ab9f3286e Copying blob sha256:7264a8db6415046d36d16ba98b79778e18accee6ffa71850405994cffa9be7de Copying blob sha256:88b450dec42ebc9659f10c6fd6d2326706fec4ab7aadf0c38973d930c23c546a Copying blob sha256:121f958bea53668d782691e643e9401ea21dd36c9d81078b51964d2e82b51376 Copying config sha256:0030ba3d620c647159c935ee778991c68ef3e51a274703753b0bc530104ef5e5 Writing manifest to image destination TASK [Wait for port] *********************************************************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:100 Wednesday 31 July 2024 21:09:02 -0400 (0:00:04.240) 0:01:51.038 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:104 Wednesday 31 July 2024 21:09:02 -0400 (0:00:00.491) 0:01:51.529 ******** ok: [managed_node1] => { "attempts": 1, "changed": false, "cmd": [ "podman", "logs", "podman_registry" ], "delta": "0:00:00.042785", "end": "2024-07-31 21:09:03.095267", "rc": 0, "start": "2024-07-31 21:09:03.052482" } STDERR: time="2024-08-01T01:09:02.156567589Z" 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=d7ffdb4f-6105-41de-8b43-2fd0175dff46 service=registry version=2.8.2 time="2024-08-01T01:09:02.156758597Z" level=info msg="redis not configured" go.version=go1.19.9 instance.id=d7ffdb4f-6105-41de-8b43-2fd0175dff46 service=registry version=2.8.2 time="2024-08-01T01:09:02.156878415Z" level=info msg="using inmemory blob descriptor cache" go.version=go1.19.9 instance.id=d7ffdb4f-6105-41de-8b43-2fd0175dff46 service=registry version=2.8.2 time="2024-08-01T01:09:02.157328719Z" level=info msg="restricting TLS version to tls1.2 or higher" go.version=go1.19.9 instance.id=d7ffdb4f-6105-41de-8b43-2fd0175dff46 service=registry version=2.8.2 time="2024-08-01T01:09:02.157372264Z" 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=d7ffdb4f-6105-41de-8b43-2fd0175dff46 service=registry version=2.8.2 time="2024-08-01T01:09:02.157585467Z" level=info msg="listening on [::]:5000, tls" go.version=go1.19.9 instance.id=d7ffdb4f-6105-41de-8b43-2fd0175dff46 service=registry version=2.8.2 time="2024-08-01T01:09:02.156694429Z" level=info msg="Starting upload purge in 11m0s" go.version=go1.19.9 instance.id=d7ffdb4f-6105-41de-8b43-2fd0175dff46 service=registry version=2.8.2 2024/08/01 01:09:02 http: TLS handshake error from 10.88.0.1:36468: EOF TASK [Convert test image names into local registry names] ********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:110 Wednesday 31 July 2024 21:09:03 -0400 (0:00:00.428) 0:01:51.958 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:114 Wednesday 31 July 2024 21:09:03 -0400 (0:00:00.031) 0:01:51.989 ******** 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_53y1kxth_podman/auth/auth.json\" --cert-dir=\"/tmp/lsr_53y1kxth_podman/auth\" quay.io/libpod/testimage:20210610 docker://localhost:5000/libpod/testimage:20210610", "delta": "0:00:02.418813", "end": "2024-07-31 21:09:05.930261", "item": { "key": "quay.io/libpod/testimage:20210610", "value": "localhost:5000/libpod/testimage:20210610" }, "rc": 0, "start": "2024-07-31 21:09:03.511448" } 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:123 Wednesday 31 July 2024 21:09:05 -0400 (0:00:02.801) 0:01:54.790 ******** ok: [managed_node1] => (item=localhost:5000/libpod/testimage:20210610) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "skopeo", "inspect", "--authfile=/tmp/lsr_53y1kxth_podman/auth/auth.json", "--cert-dir=/tmp/lsr_53y1kxth_podman/auth", "docker://localhost:5000/libpod/testimage:20210610" ], "delta": "0:00:00.186532", "end": "2024-07-31 21:09:06.499299", "item": "localhost:5000/libpod/testimage:20210610", "rc": 0, "start": "2024-07-31 21:09:06.312767" } 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:58 Wednesday 31 July 2024 21:09:06 -0400 (0:00:00.567) 0:01:55.358 ******** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Wednesday 31 July 2024 21:09:06 -0400 (0:00:00.096) 0:01:55.454 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Wednesday 31 July 2024 21:09:06 -0400 (0:00:00.050) 0:01:55.505 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Wednesday 31 July 2024 21:09:06 -0400 (0:00:00.033) 0:01:55.538 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Wednesday 31 July 2024 21:09:06 -0400 (0:00:00.032) 0:01:55.571 ******** 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 platform/version specific variables] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Wednesday 31 July 2024 21:09:06 -0400 (0:00:00.029) 0:01:55.600 ******** ok: [managed_node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Wednesday 31 July 2024 21:09:06 -0400 (0:00:00.068) 0:01:55.668 ******** ok: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Wednesday 31 July 2024 21:09:08 -0400 (0:00:01.567) 0:01:57.236 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Wednesday 31 July 2024 21:09:08 -0400 (0:00:00.029) 0:01:57.265 ******** 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 : Get podman version] ******************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Wednesday 31 July 2024 21:09:08 -0400 (0:00:00.029) 0:01:57.295 ******** ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.031147", "end": "2024-07-31 21:09:08.840974", "rc": 0, "start": "2024-07-31 21:09:08.809827" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Wednesday 31 July 2024 21:09:08 -0400 (0:00:00.406) 0:01:57.701 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:32 Wednesday 31 July 2024 21:09:08 -0400 (0:00:00.030) 0:01:57.732 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:39 Wednesday 31 July 2024 21:09:08 -0400 (0:00:00.029) 0:01:57.762 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:49 Wednesday 31 July 2024 21:09:09 -0400 (0:00:00.037) 0:01:57.800 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Wednesday 31 July 2024 21:09:09 -0400 (0:00:00.067) 0:01:57.868 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 31 July 2024 21:09:09 -0400 (0:00:00.062) 0:01:57.930 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 31 July 2024 21:09:09 -0400 (0:00:00.034) 0:01:57.965 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 31 July 2024 21:09:09 -0400 (0:00:00.030) 0:01:57.995 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 31 July 2024 21:09:09 -0400 (0:00:00.041) 0:01:58.037 ******** ok: [managed_node1] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 31 July 2024 21:09:09 -0400 (0:00:00.379) 0:01:58.417 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 31 July 2024 21:09:09 -0400 (0:00:00.037) 0:01:58.455 ******** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722474513.7316563, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1722474474.4946053, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "481438935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 31 July 2024 21:09:10 -0400 (0:00:00.382) 0:01:58.838 ******** 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 group with getsubids] *********** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 31 July 2024 21:09:10 -0400 (0:00:00.027) 0:01:58.865 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 31 July 2024 21:09:10 -0400 (0:00:00.026) 0:01:58.892 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 31 July 2024 21:09:10 -0400 (0:00:00.026) 0:01:58.919 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 31 July 2024 21:09:10 -0400 (0:00:00.026) 0:01:58.946 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 31 July 2024 21:09:10 -0400 (0:00:00.026) 0:01:58.972 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 31 July 2024 21:09:10 -0400 (0:00:00.027) 0:01:59.000 ******** skipping: [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 group not in subgid file] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 31 July 2024 21:09:10 -0400 (0:00:00.026) 0:01:59.026 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:62 Wednesday 31 July 2024 21:09:10 -0400 (0:00:00.027) 0:01:59.054 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:71 Wednesday 31 July 2024 21:09:10 -0400 (0:00:00.053) 0:01:59.107 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Wednesday 31 July 2024 21:09:10 -0400 (0:00:00.087) 0:01:59.195 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Wednesday 31 July 2024 21:09:10 -0400 (0:00:00.031) 0:01:59.227 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:74 Wednesday 31 July 2024 21:09:10 -0400 (0:00:00.026) 0:01:59.254 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Wednesday 31 July 2024 21:09:10 -0400 (0:00:00.055) 0:01:59.310 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Wednesday 31 July 2024 21:09:10 -0400 (0:00:00.026) 0:01:59.336 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:77 Wednesday 31 July 2024 21:09:10 -0400 (0:00:00.029) 0:01:59.366 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Wednesday 31 July 2024 21:09:10 -0400 (0:00:00.056) 0:01:59.422 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Wednesday 31 July 2024 21:09:10 -0400 (0:00:00.028) 0:01:59.450 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Wednesday 31 July 2024 21:09:10 -0400 (0:00:00.028) 0:01:59.479 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Wednesday 31 July 2024 21:09:10 -0400 (0:00:00.060) 0:01:59.539 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Wednesday 31 July 2024 21:09:10 -0400 (0:00:00.028) 0:01:59.567 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Wednesday 31 July 2024 21:09:10 -0400 (0:00:00.029) 0:01:59.597 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Wednesday 31 July 2024 21:09:10 -0400 (0:00:00.027) 0:01:59.624 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Wednesday 31 July 2024 21:09:10 -0400 (0:00:00.030) 0:01:59.654 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:93 Wednesday 31 July 2024 21:09:10 -0400 (0:00:00.027) 0:01:59.682 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:100 Wednesday 31 July 2024 21:09:10 -0400 (0:00:00.064) 0:01:59.746 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Wednesday 31 July 2024 21:09:10 -0400 (0:00:00.030) 0:01:59.777 ******** skipping: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:113 Wednesday 31 July 2024 21:09:11 -0400 (0:00:00.025) 0:01:59.802 ******** skipping: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Wednesday 31 July 2024 21:09:11 -0400 (0:00:00.027) 0:01:59.829 ******** skipping: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Wednesday 31 July 2024 21:09:11 -0400 (0:00:00.023) 0:01:59.853 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Wednesday 31 July 2024 21:09:11 -0400 (0:00:00.073) 0:01:59.926 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Wednesday 31 July 2024 21:09:11 -0400 (0:00:00.040) 0:01:59.967 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Wednesday 31 July 2024 21:09:11 -0400 (0:00:00.044) 0:02:00.012 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Wednesday 31 July 2024 21:09:11 -0400 (0:00:00.033) 0:02:00.045 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 31 July 2024 21:09:11 -0400 (0:00:00.061) 0:02:00.107 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 31 July 2024 21:09:11 -0400 (0:00:00.035) 0:02:00.142 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 31 July 2024 21:09:11 -0400 (0:00:00.034) 0:02:00.177 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 31 July 2024 21:09:11 -0400 (0:00:00.044) 0:02:00.222 ******** ok: [managed_node1] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 31 July 2024 21:09:11 -0400 (0:00:00.392) 0:02:00.614 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 31 July 2024 21:09:11 -0400 (0:00:00.038) 0:02:00.652 ******** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722474513.7316563, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1722474474.4946053, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "481438935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 31 July 2024 21:09:12 -0400 (0:00:00.383) 0:02:01.036 ******** 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 group with getsubids] *********** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 31 July 2024 21:09:12 -0400 (0:00:00.061) 0:02:01.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 : Set user subuid and subgid info] ****** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 31 July 2024 21:09:12 -0400 (0:00:00.026) 0:02:01.124 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 31 July 2024 21:09:12 -0400 (0:00:00.028) 0:02:01.153 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 31 July 2024 21:09:12 -0400 (0:00:00.026) 0:02:01.179 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 31 July 2024 21:09:12 -0400 (0:00:00.030) 0:02:01.209 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 31 July 2024 21:09:12 -0400 (0:00:00.026) 0:02:01.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 : Fail if group not in subgid file] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 31 July 2024 21:09:12 -0400 (0:00:00.027) 0:02:01.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 : Fail if no kube spec is given] ******** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Wednesday 31 July 2024 21:09:12 -0400 (0:00:00.026) 0:02:01.290 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Wednesday 31 July 2024 21:09:12 -0400 (0:00:00.024) 0:02:01.315 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Wednesday 31 July 2024 21:09:12 -0400 (0:00:00.045) 0:02:01.361 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Wednesday 31 July 2024 21:09:12 -0400 (0:00:00.032) 0:02:01.394 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Wednesday 31 July 2024 21:09:12 -0400 (0:00:00.032) 0:02:01.426 ******** ok: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Wednesday 31 July 2024 21:09:12 -0400 (0:00:00.037) 0:02:01.464 ******** 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.006031", "end": "2024-07-31 21:09:12.996991", "rc": 0, "start": "2024-07-31 21:09:12.990960" } 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Wednesday 31 July 2024 21:09:13 -0400 (0:00:00.389) 0:02:01.853 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Wednesday 31 July 2024 21:09:13 -0400 (0:00:00.028) 0:02:01.882 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Wednesday 31 July 2024 21:09:13 -0400 (0:00:00.066) 0:02:01.949 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Wednesday 31 July 2024 21:09:13 -0400 (0:00:00.050) 0:02:02.000 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Wednesday 31 July 2024 21:09:13 -0400 (0:00:00.063) 0:02:02.064 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Wednesday 31 July 2024 21:09:13 -0400 (0:00:00.028) 0:02:02.092 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Wednesday 31 July 2024 21:09:13 -0400 (0:00:00.027) 0:02:02.120 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Wednesday 31 July 2024 21:09:13 -0400 (0:00:00.027) 0:02:02.147 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Wednesday 31 July 2024 21:09:13 -0400 (0:00:00.030) 0:02:02.178 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:73 Wednesday 31 July 2024 21:09:14 -0400 (0:00:00.767) 0:02:02.945 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:84 Wednesday 31 July 2024 21:09:14 -0400 (0:00:00.028) 0:02:02.974 ******** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Wednesday 31 July 2024 21:09:14 -0400 (0:00:00.067) 0:02:03.041 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Wednesday 31 July 2024 21:09:14 -0400 (0:00:00.053) 0:02:03.094 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Wednesday 31 July 2024 21:09:14 -0400 (0:00:00.036) 0:02:03.131 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Wednesday 31 July 2024 21:09:14 -0400 (0:00:00.026) 0:02:03.158 ******** 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 platform/version specific variables] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Wednesday 31 July 2024 21:09:14 -0400 (0:00:00.031) 0:02:03.189 ******** ok: [managed_node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Wednesday 31 July 2024 21:09:14 -0400 (0:00:00.067) 0:02:03.256 ******** ok: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Wednesday 31 July 2024 21:09:16 -0400 (0:00:01.644) 0:02:04.901 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Wednesday 31 July 2024 21:09:16 -0400 (0:00:00.030) 0:02:04.932 ******** 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 : Get podman version] ******************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Wednesday 31 July 2024 21:09:16 -0400 (0:00:00.034) 0:02:04.966 ******** ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.030887", "end": "2024-07-31 21:09:16.521601", "rc": 0, "start": "2024-07-31 21:09:16.490714" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Wednesday 31 July 2024 21:09:16 -0400 (0:00:00.415) 0:02:05.382 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:32 Wednesday 31 July 2024 21:09:16 -0400 (0:00:00.032) 0:02:05.415 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:39 Wednesday 31 July 2024 21:09:16 -0400 (0:00:00.028) 0:02:05.443 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:49 Wednesday 31 July 2024 21:09:16 -0400 (0:00:00.058) 0:02:05.502 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Wednesday 31 July 2024 21:09:16 -0400 (0:00:00.061) 0:02:05.563 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 31 July 2024 21:09:16 -0400 (0:00:00.062) 0:02:05.625 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 31 July 2024 21:09:16 -0400 (0:00:00.035) 0:02:05.661 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 31 July 2024 21:09:16 -0400 (0:00:00.033) 0:02:05.695 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 31 July 2024 21:09:16 -0400 (0:00:00.042) 0:02:05.737 ******** ok: [managed_node1] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 31 July 2024 21:09:17 -0400 (0:00:00.389) 0:02:06.126 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 31 July 2024 21:09:17 -0400 (0:00:00.039) 0:02:06.165 ******** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722474513.7316563, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1722474474.4946053, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "481438935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 31 July 2024 21:09:17 -0400 (0:00:00.388) 0:02:06.554 ******** 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 group with getsubids] *********** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 31 July 2024 21:09:17 -0400 (0:00:00.028) 0:02:06.582 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 31 July 2024 21:09:17 -0400 (0:00:00.028) 0:02:06.611 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 31 July 2024 21:09:17 -0400 (0:00:00.063) 0:02:06.674 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 31 July 2024 21:09:17 -0400 (0:00:00.028) 0:02:06.702 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 31 July 2024 21:09:17 -0400 (0:00:00.029) 0:02:06.732 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 31 July 2024 21:09:17 -0400 (0:00:00.028) 0:02:06.760 ******** skipping: [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 group not in subgid file] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 31 July 2024 21:09:17 -0400 (0:00:00.029) 0:02:06.789 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:62 Wednesday 31 July 2024 21:09:18 -0400 (0:00:00.027) 0:02:06.817 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:71 Wednesday 31 July 2024 21:09:18 -0400 (0:00:00.037) 0:02:06.855 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Wednesday 31 July 2024 21:09:18 -0400 (0:00:00.057) 0:02:06.912 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Wednesday 31 July 2024 21:09:18 -0400 (0:00:00.029) 0:02:06.941 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:74 Wednesday 31 July 2024 21:09:18 -0400 (0:00:00.030) 0:02:06.972 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Wednesday 31 July 2024 21:09:18 -0400 (0:00:00.056) 0:02:07.028 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Wednesday 31 July 2024 21:09:18 -0400 (0:00:00.029) 0:02:07.058 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:77 Wednesday 31 July 2024 21:09:18 -0400 (0:00:00.029) 0:02:07.087 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Wednesday 31 July 2024 21:09:18 -0400 (0:00:00.058) 0:02:07.146 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Wednesday 31 July 2024 21:09:18 -0400 (0:00:00.028) 0:02:07.174 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Wednesday 31 July 2024 21:09:18 -0400 (0:00:00.067) 0:02:07.241 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Wednesday 31 July 2024 21:09:18 -0400 (0:00:00.060) 0:02:07.302 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Wednesday 31 July 2024 21:09:18 -0400 (0:00:00.031) 0:02:07.333 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Wednesday 31 July 2024 21:09:18 -0400 (0:00:00.027) 0:02:07.361 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Wednesday 31 July 2024 21:09:18 -0400 (0:00:00.030) 0:02:07.392 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Wednesday 31 July 2024 21:09:18 -0400 (0:00:00.027) 0:02:07.420 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:93 Wednesday 31 July 2024 21:09:18 -0400 (0:00:00.030) 0:02:07.450 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:100 Wednesday 31 July 2024 21:09:18 -0400 (0:00:00.028) 0:02:07.479 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Wednesday 31 July 2024 21:09:18 -0400 (0:00:00.031) 0:02:07.510 ******** skipping: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:113 Wednesday 31 July 2024 21:09:18 -0400 (0:00:00.026) 0:02:07.536 ******** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Wednesday 31 July 2024 21:09:18 -0400 (0:00:00.027) 0:02:07.563 ******** skipping: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Wednesday 31 July 2024 21:09:18 -0400 (0:00:00.025) 0:02:07.589 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Wednesday 31 July 2024 21:09:18 -0400 (0:00:00.095) 0:02:07.685 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Wednesday 31 July 2024 21:09:18 -0400 (0:00:00.040) 0:02:07.725 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Wednesday 31 July 2024 21:09:18 -0400 (0:00:00.042) 0:02:07.768 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Wednesday 31 July 2024 21:09:19 -0400 (0:00:00.031) 0:02:07.800 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 31 July 2024 21:09:19 -0400 (0:00:00.093) 0:02:07.894 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 31 July 2024 21:09:19 -0400 (0:00:00.034) 0:02:07.928 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 31 July 2024 21:09:19 -0400 (0:00:00.031) 0:02:07.960 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 31 July 2024 21:09:19 -0400 (0:00:00.044) 0:02:08.004 ******** ok: [managed_node1] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 31 July 2024 21:09:19 -0400 (0:00:00.384) 0:02:08.389 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 31 July 2024 21:09:19 -0400 (0:00:00.040) 0:02:08.429 ******** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722474513.7316563, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1722474474.4946053, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "481438935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 31 July 2024 21:09:20 -0400 (0:00:00.382) 0:02:08.811 ******** 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 group with getsubids] *********** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 31 July 2024 21:09:20 -0400 (0:00:00.028) 0:02:08.840 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 31 July 2024 21:09:20 -0400 (0:00:00.027) 0:02:08.867 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 31 July 2024 21:09:20 -0400 (0:00:00.027) 0:02:08.895 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 31 July 2024 21:09:20 -0400 (0:00:00.027) 0:02:08.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 user subuid and subgid info] ****** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 31 July 2024 21:09:20 -0400 (0:00:00.028) 0:02:08.951 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 31 July 2024 21:09:20 -0400 (0:00:00.026) 0:02:08.977 ******** skipping: [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 group not in subgid file] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 31 July 2024 21:09:20 -0400 (0:00:00.028) 0:02:09.006 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Wednesday 31 July 2024 21:09:20 -0400 (0:00:00.026) 0:02:09.032 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Wednesday 31 July 2024 21:09:20 -0400 (0:00:00.027) 0:02:09.059 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Wednesday 31 July 2024 21:09:20 -0400 (0:00:00.043) 0:02:09.103 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Wednesday 31 July 2024 21:09:20 -0400 (0:00:00.031) 0:02:09.135 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Wednesday 31 July 2024 21:09:20 -0400 (0:00:00.031) 0:02:09.167 ******** ok: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Wednesday 31 July 2024 21:09:20 -0400 (0:00:00.073) 0:02:09.240 ******** 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.005891", "end": "2024-07-31 21:09:20.767161", "rc": 0, "start": "2024-07-31 21:09:20.761270" } 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Wednesday 31 July 2024 21:09:20 -0400 (0:00:00.383) 0:02:09.624 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Wednesday 31 July 2024 21:09:20 -0400 (0:00:00.026) 0:02:09.651 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Wednesday 31 July 2024 21:09:20 -0400 (0:00:00.065) 0:02:09.717 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Wednesday 31 July 2024 21:09:20 -0400 (0:00:00.051) 0:02:09.768 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Wednesday 31 July 2024 21:09:21 -0400 (0:00:00.029) 0:02:09.797 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Wednesday 31 July 2024 21:09:21 -0400 (0:00:00.027) 0:02:09.825 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Wednesday 31 July 2024 21:09:21 -0400 (0:00:00.029) 0:02:09.854 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Wednesday 31 July 2024 21:09:21 -0400 (0:00:00.027) 0:02:09.882 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Wednesday 31 July 2024 21:09:21 -0400 (0:00:00.031) 0:02:09.913 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:99 Wednesday 31 July 2024 21:09:21 -0400 (0:00:00.667) 0:02:10.580 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:110 Wednesday 31 July 2024 21:09:21 -0400 (0:00:00.029) 0:02:10.610 ******** changed: [managed_node1 -> localhost] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_yxyhdunu_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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:118 Wednesday 31 July 2024 21:09:22 -0400 (0:00:00.213) 0:02:10.824 ******** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Wednesday 31 July 2024 21:09:22 -0400 (0:00:00.073) 0:02:10.897 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Wednesday 31 July 2024 21:09:22 -0400 (0:00:00.094) 0:02:10.992 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Wednesday 31 July 2024 21:09:22 -0400 (0:00:00.034) 0:02:11.027 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Wednesday 31 July 2024 21:09:22 -0400 (0:00:00.028) 0:02:11.056 ******** 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 platform/version specific variables] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Wednesday 31 July 2024 21:09:22 -0400 (0:00:00.028) 0:02:11.084 ******** ok: [managed_node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Wednesday 31 July 2024 21:09:22 -0400 (0:00:00.065) 0:02:11.150 ******** ok: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Wednesday 31 July 2024 21:09:23 -0400 (0:00:01.580) 0:02:12.730 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Wednesday 31 July 2024 21:09:23 -0400 (0:00:00.028) 0:02:12.759 ******** 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 : Get podman version] ******************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Wednesday 31 July 2024 21:09:24 -0400 (0:00:00.036) 0:02:12.796 ******** ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.028557", "end": "2024-07-31 21:09:24.350125", "rc": 0, "start": "2024-07-31 21:09:24.321568" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Wednesday 31 July 2024 21:09:24 -0400 (0:00:00.415) 0:02:13.211 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:32 Wednesday 31 July 2024 21:09:24 -0400 (0:00:00.030) 0:02:13.242 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:39 Wednesday 31 July 2024 21:09:24 -0400 (0:00:00.029) 0:02:13.272 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:49 Wednesday 31 July 2024 21:09:24 -0400 (0:00:00.054) 0:02:13.327 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Wednesday 31 July 2024 21:09:24 -0400 (0:00:00.057) 0:02:13.384 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 31 July 2024 21:09:24 -0400 (0:00:00.107) 0:02:13.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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 31 July 2024 21:09:24 -0400 (0:00:00.035) 0:02:13.527 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 31 July 2024 21:09:24 -0400 (0:00:00.038) 0:02:13.565 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 31 July 2024 21:09:24 -0400 (0:00:00.041) 0:02:13.606 ******** ok: [managed_node1] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 31 July 2024 21:09:25 -0400 (0:00:00.387) 0:02:13.994 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 31 July 2024 21:09:25 -0400 (0:00:00.039) 0:02:14.033 ******** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722474513.7316563, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1722474474.4946053, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "481438935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 31 July 2024 21:09:25 -0400 (0:00:00.381) 0:02:14.414 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 31 July 2024 21:09:25 -0400 (0:00:00.029) 0:02:14.444 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 31 July 2024 21:09:25 -0400 (0:00:00.028) 0:02:14.473 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 31 July 2024 21:09:25 -0400 (0:00:00.027) 0:02:14.501 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 31 July 2024 21:09:25 -0400 (0:00:00.030) 0:02:14.531 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 31 July 2024 21:09:25 -0400 (0:00:00.028) 0:02:14.559 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 31 July 2024 21:09:25 -0400 (0:00:00.031) 0:02:14.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 group not in subgid file] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 31 July 2024 21:09:25 -0400 (0:00:00.028) 0:02:14.619 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:62 Wednesday 31 July 2024 21:09:25 -0400 (0:00:00.029) 0:02:14.649 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:71 Wednesday 31 July 2024 21:09:25 -0400 (0:00:00.038) 0:02:14.687 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Wednesday 31 July 2024 21:09:25 -0400 (0:00:00.057) 0:02:14.745 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Wednesday 31 July 2024 21:09:25 -0400 (0:00:00.030) 0:02:14.776 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:74 Wednesday 31 July 2024 21:09:26 -0400 (0:00:00.074) 0:02:14.850 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Wednesday 31 July 2024 21:09:26 -0400 (0:00:00.059) 0:02:14.910 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Wednesday 31 July 2024 21:09:26 -0400 (0:00:00.029) 0:02:14.939 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:77 Wednesday 31 July 2024 21:09:26 -0400 (0:00:00.030) 0:02:14.969 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Wednesday 31 July 2024 21:09:26 -0400 (0:00:00.059) 0:02:15.029 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Wednesday 31 July 2024 21:09:26 -0400 (0:00:00.028) 0:02:15.057 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Wednesday 31 July 2024 21:09:26 -0400 (0:00:00.031) 0:02:15.089 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Wednesday 31 July 2024 21:09:26 -0400 (0:00:00.059) 0:02:15.148 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Wednesday 31 July 2024 21:09:26 -0400 (0:00:00.029) 0:02:15.178 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Wednesday 31 July 2024 21:09:26 -0400 (0:00:00.029) 0:02:15.208 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Wednesday 31 July 2024 21:09:26 -0400 (0:00:00.029) 0:02:15.238 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Wednesday 31 July 2024 21:09:26 -0400 (0:00:00.031) 0:02:15.269 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:93 Wednesday 31 July 2024 21:09:26 -0400 (0:00:00.029) 0:02:15.299 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:100 Wednesday 31 July 2024 21:09:26 -0400 (0:00:00.030) 0:02:15.329 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Wednesday 31 July 2024 21:09:26 -0400 (0:00:00.028) 0:02:15.358 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Wednesday 31 July 2024 21:09:26 -0400 (0:00:00.116) 0:02:15.475 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Wednesday 31 July 2024 21:09:26 -0400 (0:00:00.029) 0:02:15.504 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Wednesday 31 July 2024 21:09:26 -0400 (0:00:00.033) 0:02:15.537 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Wednesday 31 July 2024 21:09:26 -0400 (0:00:00.033) 0:02:15.571 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 31 July 2024 21:09:26 -0400 (0:00:00.056) 0:02:15.627 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 31 July 2024 21:09:26 -0400 (0:00:00.033) 0:02:15.661 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 31 July 2024 21:09:26 -0400 (0:00:00.035) 0:02:15.696 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 31 July 2024 21:09:26 -0400 (0:00:00.040) 0:02:15.737 ******** ok: [managed_node1] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 31 July 2024 21:09:27 -0400 (0:00:00.383) 0:02:16.121 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 31 July 2024 21:09:27 -0400 (0:00:00.039) 0:02:16.160 ******** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722474513.7316563, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1722474474.4946053, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "481438935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 31 July 2024 21:09:27 -0400 (0:00:00.381) 0:02:16.542 ******** 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 group with getsubids] *********** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 31 July 2024 21:09:27 -0400 (0:00:00.031) 0:02:16.573 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 31 July 2024 21:09:27 -0400 (0:00:00.028) 0:02:16.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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 31 July 2024 21:09:27 -0400 (0:00:00.031) 0:02:16.632 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 31 July 2024 21:09:27 -0400 (0:00:00.027) 0:02:16.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 : Set user subuid and subgid info] ****** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 31 July 2024 21:09:27 -0400 (0:00:00.029) 0:02:16.689 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 31 July 2024 21:09:27 -0400 (0:00:00.026) 0:02:16.716 ******** skipping: [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 group not in subgid file] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 31 July 2024 21:09:27 -0400 (0:00:00.068) 0:02:16.785 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Wednesday 31 July 2024 21:09:28 -0400 (0:00:00.029) 0:02:16.815 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Wednesday 31 July 2024 21:09:28 -0400 (0:00:00.034) 0:02:16.849 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Wednesday 31 July 2024 21:09:28 -0400 (0:00:00.033) 0:02:16.883 ******** ok: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Wednesday 31 July 2024 21:09:28 -0400 (0:00:00.044) 0:02:16.927 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Wednesday 31 July 2024 21:09:28 -0400 (0:00:00.396) 0:02:17.323 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Wednesday 31 July 2024 21:09:29 -0400 (0:00:00.743) 0:02:18.067 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Wednesday 31 July 2024 21:09:29 -0400 (0:00:00.040) 0:02:18.108 ******** skipping: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Wednesday 31 July 2024 21:09:29 -0400 (0:00:00.031) 0:02:18.140 ******** skipping: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:113 Wednesday 31 July 2024 21:09:29 -0400 (0:00:00.028) 0:02:18.169 ******** skipping: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Wednesday 31 July 2024 21:09:29 -0400 (0:00:00.029) 0:02:18.198 ******** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Wednesday 31 July 2024 21:09:29 -0400 (0:00:00.025) 0:02:18.224 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Wednesday 31 July 2024 21:09:29 -0400 (0:00:00.104) 0:02:18.328 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Wednesday 31 July 2024 21:09:29 -0400 (0:00:00.041) 0:02:18.370 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Wednesday 31 July 2024 21:09:29 -0400 (0:00:00.041) 0:02:18.412 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Wednesday 31 July 2024 21:09:29 -0400 (0:00:00.036) 0:02:18.448 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 31 July 2024 21:09:29 -0400 (0:00:00.107) 0:02:18.556 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 31 July 2024 21:09:29 -0400 (0:00:00.034) 0:02:18.590 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 31 July 2024 21:09:29 -0400 (0:00:00.037) 0:02:18.627 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 31 July 2024 21:09:29 -0400 (0:00:00.043) 0:02:18.671 ******** ok: [managed_node1] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 31 July 2024 21:09:30 -0400 (0:00:00.393) 0:02:19.064 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 31 July 2024 21:09:30 -0400 (0:00:00.040) 0:02:19.104 ******** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722474513.7316563, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1722474474.4946053, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "481438935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 31 July 2024 21:09:30 -0400 (0:00:00.389) 0:02:19.494 ******** 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 group with getsubids] *********** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 31 July 2024 21:09:30 -0400 (0:00:00.031) 0:02:19.525 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 31 July 2024 21:09:30 -0400 (0:00:00.028) 0:02:19.554 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 31 July 2024 21:09:30 -0400 (0:00:00.032) 0:02:19.586 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 31 July 2024 21:09:30 -0400 (0:00:00.029) 0:02:19.615 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 31 July 2024 21:09:30 -0400 (0:00:00.029) 0:02:19.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 subuid file] ****** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 31 July 2024 21:09:30 -0400 (0:00:00.028) 0:02:19.673 ******** skipping: [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 group not in subgid file] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 31 July 2024 21:09:30 -0400 (0:00:00.028) 0:02:19.701 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Wednesday 31 July 2024 21:09:30 -0400 (0:00:00.027) 0:02:19.729 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Wednesday 31 July 2024 21:09:30 -0400 (0:00:00.028) 0:02:19.758 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Wednesday 31 July 2024 21:09:31 -0400 (0:00:00.048) 0:02:19.807 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Wednesday 31 July 2024 21:09:31 -0400 (0:00:00.031) 0:02:19.838 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Wednesday 31 July 2024 21:09:31 -0400 (0:00:00.033) 0:02:19.872 ******** ok: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Wednesday 31 July 2024 21:09:31 -0400 (0:00:00.082) 0:02:19.955 ******** 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.005974", "end": "2024-07-31 21:09:31.482344", "rc": 0, "start": "2024-07-31 21:09:31.476370" } 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Wednesday 31 July 2024 21:09:31 -0400 (0:00:00.384) 0:02:20.339 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Wednesday 31 July 2024 21:09:31 -0400 (0:00:00.030) 0:02:20.369 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Wednesday 31 July 2024 21:09:31 -0400 (0:00:00.068) 0:02:20.438 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Wednesday 31 July 2024 21:09:31 -0400 (0:00:00.054) 0:02:20.492 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Wednesday 31 July 2024 21:09:31 -0400 (0:00:00.032) 0:02:20.525 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Wednesday 31 July 2024 21:09:31 -0400 (0:00:00.031) 0:02:20.556 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Wednesday 31 July 2024 21:09:31 -0400 (0:00:00.032) 0:02:20.588 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Wednesday 31 July 2024 21:09:31 -0400 (0:00:00.030) 0:02:20.619 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Wednesday 31 July 2024 21:09:31 -0400 (0:00:00.032) 0:02:20.652 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53 Wednesday 31 July 2024 21:09:32 -0400 (0:00:00.761) 0:02:21.413 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61 Wednesday 31 July 2024 21:09:32 -0400 (0:00:00.373) 0:02:21.786 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70 Wednesday 31 July 2024 21:09:33 -0400 (0:00:00.384) 0:02:22.171 ******** 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-1722474573.422863-9099-128106244106060/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 Wednesday 31 July 2024 21:09:34 -0400 (0:00:00.717) 0:02:22.888 ******** [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: 9730b2d3b98f335257288ab613695afe961e60b9ab0683150b005620a19418cd Container: 90cf44676022a6b60ccdb84168aa145ec59e24e397e0e9d97138d9597ac18de0 TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:88 Wednesday 31 July 2024 21:09:35 -0400 (0:00:01.611) 0:02:24.500 ******** ok: [managed_node1] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:100 Wednesday 31 July 2024 21:09:36 -0400 (0:00:00.915) 0:02:25.415 ******** changed: [managed_node1] => { "changed": true, "enabled": true, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "system-podman\\x2dkube.slice sysinit.target systemd-journald.socket network-online.target -.mount basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "man:podman-kube-play(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "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": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-online.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Wednesday 31 July 2024 21:09:37 -0400 (0:00:01.021) 0:02:26.437 ******** changed: [managed_node1] => { "changed": true, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "network-online.target -.mount systemd-journald.socket system-podman\\x2dkube.slice basic.target 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": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "-.mount sysinit.target system-podman\\x2dkube.slice", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "Wants": "network-online.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.podman : Restart service] ********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:127 Wednesday 31 July 2024 21:09:39 -0400 (0:00:01.818) 0:02:28.255 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:136 Wednesday 31 July 2024 21:09:39 -0400 (0:00:00.034) 0:02:28.290 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Wednesday 31 July 2024 21:09:39 -0400 (0:00:00.106) 0:02:28.396 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Wednesday 31 July 2024 21:09:39 -0400 (0:00:00.041) 0:02:28.438 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Wednesday 31 July 2024 21:09:39 -0400 (0:00:00.041) 0:02:28.479 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Wednesday 31 July 2024 21:09:39 -0400 (0:00:00.032) 0:02:28.512 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Wednesday 31 July 2024 21:09:39 -0400 (0:00:00.045) 0:02:28.557 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 31 July 2024 21:09:39 -0400 (0:00:00.057) 0:02:28.615 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 31 July 2024 21:09:39 -0400 (0:00:00.035) 0:02:28.651 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 31 July 2024 21:09:39 -0400 (0:00:00.036) 0:02:28.687 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 31 July 2024 21:09:39 -0400 (0:00:00.040) 0:02:28.728 ******** ok: [managed_node1] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 31 July 2024 21:09:40 -0400 (0:00:00.544) 0:02:29.272 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 31 July 2024 21:09:40 -0400 (0:00:00.038) 0:02:29.311 ******** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722474513.7316563, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1722474474.4946053, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "481438935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 31 July 2024 21:09:41 -0400 (0:00:00.555) 0:02:29.867 ******** 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 group with getsubids] *********** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 31 July 2024 21:09:41 -0400 (0:00:00.031) 0:02:29.898 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 31 July 2024 21:09:41 -0400 (0:00:00.028) 0:02:29.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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 31 July 2024 21:09:41 -0400 (0:00:00.071) 0:02:29.998 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 31 July 2024 21:09:41 -0400 (0:00:00.031) 0:02:30.030 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 31 July 2024 21:09:41 -0400 (0:00:00.028) 0:02:30.059 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 31 July 2024 21:09:41 -0400 (0:00:00.032) 0:02:30.091 ******** skipping: [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 group not in subgid file] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 31 July 2024 21:09:41 -0400 (0:00:00.028) 0:02:30.119 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Wednesday 31 July 2024 21:09:41 -0400 (0:00:00.032) 0:02:30.151 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_activate_systemd_unit": false, "__podman_images_found": [ "localhost:5000/libpod/testimage:20210610" ], "__podman_kube_yamls_raw": "", "__podman_service_name": "auth_test_1_quadlet.service", "__podman_systemd_scope": "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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Wednesday 31 July 2024 21:09:41 -0400 (0:00:00.052) 0:02:30.204 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Wednesday 31 July 2024 21:09:41 -0400 (0:00:00.031) 0:02:30.235 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Wednesday 31 July 2024 21:09:41 -0400 (0:00:00.033) 0:02:30.268 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Wednesday 31 July 2024 21:09:41 -0400 (0:00:00.061) 0:02:30.329 ******** ok: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Wednesday 31 July 2024 21:09:41 -0400 (0:00:00.034) 0:02:30.364 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Wednesday 31 July 2024 21:09:41 -0400 (0:00:00.026) 0:02:30.391 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Wednesday 31 July 2024 21:09:41 -0400 (0:00:00.067) 0:02:30.458 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Wednesday 31 July 2024 21:09:41 -0400 (0:00:00.051) 0:02:30.510 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Wednesday 31 July 2024 21:09:41 -0400 (0:00:00.028) 0:02:30.538 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Wednesday 31 July 2024 21:09:41 -0400 (0:00:00.031) 0:02:30.569 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Wednesday 31 July 2024 21:09:41 -0400 (0:00:00.073) 0:02:30.643 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:18 Wednesday 31 July 2024 21:09:41 -0400 (0:00:00.029) 0:02:30.672 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:39 Wednesday 31 July 2024 21:09:42 -0400 (0:00:01.080) 0:02:31.753 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:48 Wednesday 31 July 2024 21:09:43 -0400 (0:00:00.535) 0:02:32.289 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:58 Wednesday 31 July 2024 21:09:43 -0400 (0:00:00.030) 0:02:32.319 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:70 Wednesday 31 July 2024 21:09:43 -0400 (0:00:00.031) 0:02:32.351 ******** 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-1722474583.6109264-9211-214640611610307/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:82 Wednesday 31 July 2024 21:09:44 -0400 (0:00:00.998) 0:02:33.350 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:110 Wednesday 31 July 2024 21:09:44 -0400 (0:00:00.034) 0:02:33.384 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:125 Wednesday 31 July 2024 21:09:44 -0400 (0:00:00.035) 0:02:33.420 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:143 Wednesday 31 July 2024 21:09:44 -0400 (0:00:00.037) 0:02:33.457 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:149 Wednesday 31 July 2024 21:09:44 -0400 (0:00:00.030) 0:02:33.488 ******** skipping: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:158 Wednesday 31 July 2024 21:09:44 -0400 (0:00:00.027) 0:02:33.516 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Wednesday 31 July 2024 21:09:44 -0400 (0:00:00.095) 0:02:33.611 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Wednesday 31 July 2024 21:09:44 -0400 (0:00:00.029) 0:02:33.641 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Wednesday 31 July 2024 21:09:44 -0400 (0:00:00.036) 0:02:33.677 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Wednesday 31 July 2024 21:09:44 -0400 (0:00:00.030) 0:02:33.708 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 31 July 2024 21:09:45 -0400 (0:00:00.106) 0:02:33.814 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 31 July 2024 21:09:45 -0400 (0:00:00.035) 0:02:33.849 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 31 July 2024 21:09:45 -0400 (0:00:00.035) 0:02:33.885 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 31 July 2024 21:09:45 -0400 (0:00:00.042) 0:02:33.927 ******** ok: [managed_node1] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 31 July 2024 21:09:45 -0400 (0:00:00.549) 0:02:34.477 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 31 July 2024 21:09:45 -0400 (0:00:00.043) 0:02:34.520 ******** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722474513.7316563, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1722474474.4946053, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "481438935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 31 July 2024 21:09:46 -0400 (0:00:00.557) 0:02:35.078 ******** 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 group with getsubids] *********** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 31 July 2024 21:09:46 -0400 (0:00:00.032) 0:02:35.111 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 31 July 2024 21:09:46 -0400 (0:00:00.029) 0:02:35.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 : Get subuid file] ********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 31 July 2024 21:09:46 -0400 (0:00:00.032) 0:02:35.172 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 31 July 2024 21:09:46 -0400 (0:00:00.029) 0:02:35.201 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 31 July 2024 21:09:46 -0400 (0:00:00.033) 0:02:35.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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 31 July 2024 21:09:46 -0400 (0:00:00.031) 0:02:35.266 ******** skipping: [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 group not in subgid file] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 31 July 2024 21:09:46 -0400 (0:00:00.031) 0:02:35.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 : Set per-cert spec variables part 2] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Wednesday 31 July 2024 21:09:46 -0400 (0:00:00.030) 0:02:35.328 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Wednesday 31 July 2024 21:09:46 -0400 (0:00:00.039) 0:02:35.367 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Wednesday 31 July 2024 21:09:46 -0400 (0:00:00.035) 0:02:35.403 ******** ok: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Wednesday 31 July 2024 21:09:46 -0400 (0:00:00.044) 0:02:35.448 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Wednesday 31 July 2024 21:09:46 -0400 (0:00:00.033) 0:02:35.482 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Wednesday 31 July 2024 21:09:46 -0400 (0:00:00.098) 0:02:35.580 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Wednesday 31 July 2024 21:09:46 -0400 (0:00:00.043) 0:02:35.624 ******** skipping: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Wednesday 31 July 2024 21:09:46 -0400 (0:00:00.034) 0:02:35.659 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:132 Wednesday 31 July 2024 21:09:46 -0400 (0:00:00.049) 0:02:35.709 ******** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Wednesday 31 July 2024 21:09:47 -0400 (0:00:00.089) 0:02:35.798 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Wednesday 31 July 2024 21:09:47 -0400 (0:00:00.057) 0:02:35.855 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Wednesday 31 July 2024 21:09:47 -0400 (0:00:00.038) 0:02:35.894 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Wednesday 31 July 2024 21:09:47 -0400 (0:00:00.032) 0:02:35.926 ******** 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 platform/version specific variables] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Wednesday 31 July 2024 21:09:47 -0400 (0:00:00.033) 0:02:35.960 ******** ok: [managed_node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Wednesday 31 July 2024 21:09:47 -0400 (0:00:00.070) 0:02:36.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 : Enable copr if requested] ************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Wednesday 31 July 2024 21:09:49 -0400 (0:00:02.242) 0:02:38.273 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Wednesday 31 July 2024 21:09:49 -0400 (0:00:00.032) 0:02:38.305 ******** 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 : Get podman version] ******************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Wednesday 31 July 2024 21:09:49 -0400 (0:00:00.084) 0:02:38.390 ******** ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.047790", "end": "2024-07-31 21:09:50.068427", "rc": 0, "start": "2024-07-31 21:09:50.020637" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Wednesday 31 July 2024 21:09:50 -0400 (0:00:00.556) 0:02:38.946 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:32 Wednesday 31 July 2024 21:09:50 -0400 (0:00:00.032) 0:02:38.979 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:39 Wednesday 31 July 2024 21:09:50 -0400 (0:00:00.029) 0:02:39.009 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:49 Wednesday 31 July 2024 21:09:50 -0400 (0:00:00.033) 0:02:39.043 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Wednesday 31 July 2024 21:09:50 -0400 (0:00:00.036) 0:02:39.079 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 31 July 2024 21:09:50 -0400 (0:00:00.062) 0:02:39.142 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 31 July 2024 21:09:50 -0400 (0:00:00.035) 0:02:39.177 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 31 July 2024 21:09:50 -0400 (0:00:00.034) 0:02:39.211 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 31 July 2024 21:09:50 -0400 (0:00:00.041) 0:02:39.253 ******** ok: [managed_node1] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 31 July 2024 21:09:50 -0400 (0:00:00.532) 0:02:39.786 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 31 July 2024 21:09:51 -0400 (0:00:00.037) 0:02:39.823 ******** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722474513.7316563, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1722474474.4946053, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "481438935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 31 July 2024 21:09:51 -0400 (0:00:00.508) 0:02:40.331 ******** 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 group with getsubids] *********** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 31 July 2024 21:09:51 -0400 (0:00:00.029) 0:02:40.361 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 31 July 2024 21:09:51 -0400 (0:00:00.028) 0:02:40.389 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 31 July 2024 21:09:51 -0400 (0:00:00.028) 0:02:40.418 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 31 July 2024 21:09:51 -0400 (0:00:00.029) 0:02:40.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 : Set user subuid and subgid info] ****** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 31 July 2024 21:09:51 -0400 (0:00:00.079) 0:02:40.526 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 31 July 2024 21:09:51 -0400 (0:00:00.028) 0:02:40.555 ******** skipping: [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 group not in subgid file] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 31 July 2024 21:09:51 -0400 (0:00:00.030) 0:02:40.586 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:62 Wednesday 31 July 2024 21:09:51 -0400 (0:00:00.028) 0:02:40.614 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:71 Wednesday 31 July 2024 21:09:51 -0400 (0:00:00.039) 0:02:40.654 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Wednesday 31 July 2024 21:09:51 -0400 (0:00:00.057) 0:02:40.711 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Wednesday 31 July 2024 21:09:51 -0400 (0:00:00.029) 0:02:40.741 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:74 Wednesday 31 July 2024 21:09:51 -0400 (0:00:00.031) 0:02:40.772 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Wednesday 31 July 2024 21:09:52 -0400 (0:00:00.058) 0:02:40.831 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Wednesday 31 July 2024 21:09:52 -0400 (0:00:00.029) 0:02:40.860 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:77 Wednesday 31 July 2024 21:09:52 -0400 (0:00:00.031) 0:02:40.891 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Wednesday 31 July 2024 21:09:52 -0400 (0:00:00.061) 0:02:40.953 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Wednesday 31 July 2024 21:09:52 -0400 (0:00:00.031) 0:02:40.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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Wednesday 31 July 2024 21:09:52 -0400 (0:00:00.028) 0:02:41.014 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Wednesday 31 July 2024 21:09:52 -0400 (0:00:00.108) 0:02:41.122 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Wednesday 31 July 2024 21:09:52 -0400 (0:00:00.029) 0:02:41.152 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Wednesday 31 July 2024 21:09:52 -0400 (0:00:00.032) 0:02:41.184 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Wednesday 31 July 2024 21:09:52 -0400 (0:00:00.028) 0:02:41.212 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Wednesday 31 July 2024 21:09:52 -0400 (0:00:00.031) 0:02:41.244 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:93 Wednesday 31 July 2024 21:09:52 -0400 (0:00:00.027) 0:02:41.271 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:100 Wednesday 31 July 2024 21:09:52 -0400 (0:00:00.030) 0:02:41.302 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Wednesday 31 July 2024 21:09:52 -0400 (0:00:00.029) 0:02:41.332 ******** skipping: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:113 Wednesday 31 July 2024 21:09:52 -0400 (0:00:00.028) 0:02:41.360 ******** skipping: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Wednesday 31 July 2024 21:09:52 -0400 (0:00:00.026) 0:02:41.387 ******** skipping: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Wednesday 31 July 2024 21:09:52 -0400 (0:00:00.026) 0:02:41.414 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Wednesday 31 July 2024 21:09:52 -0400 (0:00:00.076) 0:02:41.490 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Wednesday 31 July 2024 21:09:52 -0400 (0:00:00.042) 0:02:41.533 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Wednesday 31 July 2024 21:09:52 -0400 (0:00:00.041) 0:02:41.574 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Wednesday 31 July 2024 21:09:52 -0400 (0:00:00.033) 0:02:41.608 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 31 July 2024 21:09:52 -0400 (0:00:00.058) 0:02:41.666 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 31 July 2024 21:09:52 -0400 (0:00:00.032) 0:02:41.699 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 31 July 2024 21:09:52 -0400 (0:00:00.084) 0:02:41.784 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 31 July 2024 21:09:53 -0400 (0:00:00.044) 0:02:41.828 ******** ok: [managed_node1] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 31 July 2024 21:09:53 -0400 (0:00:00.536) 0:02:42.365 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 31 July 2024 21:09:53 -0400 (0:00:00.041) 0:02:42.407 ******** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722474513.7316563, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1722474474.4946053, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "481438935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 31 July 2024 21:09:54 -0400 (0:00:00.539) 0:02:42.946 ******** 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 group with getsubids] *********** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 31 July 2024 21:09:54 -0400 (0:00:00.030) 0:02:42.977 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 31 July 2024 21:09:54 -0400 (0:00:00.029) 0:02:43.006 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 31 July 2024 21:09:54 -0400 (0:00:00.031) 0:02:43.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 : Get subgid file] ********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 31 July 2024 21:09:54 -0400 (0:00:00.028) 0:02:43.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 : Set user subuid and subgid info] ****** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 31 July 2024 21:09:54 -0400 (0:00:00.030) 0:02:43.097 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 31 July 2024 21:09:54 -0400 (0:00:00.029) 0:02:43.127 ******** skipping: [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 group not in subgid file] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 31 July 2024 21:09:54 -0400 (0:00:00.032) 0:02:43.159 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Wednesday 31 July 2024 21:09:54 -0400 (0:00:00.030) 0:02:43.189 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Wednesday 31 July 2024 21:09:54 -0400 (0:00:00.030) 0:02:43.220 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Wednesday 31 July 2024 21:09:54 -0400 (0:00:00.049) 0:02:43.269 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Wednesday 31 July 2024 21:09:54 -0400 (0:00:00.033) 0:02:43.302 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Wednesday 31 July 2024 21:09:54 -0400 (0:00:00.036) 0:02:43.338 ******** ok: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Wednesday 31 July 2024 21:09:54 -0400 (0:00:00.057) 0:02:43.396 ******** 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.008292", "end": "2024-07-31 21:09:55.036336", "rc": 0, "start": "2024-07-31 21:09:55.028044" } 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Wednesday 31 July 2024 21:09:55 -0400 (0:00:00.525) 0:02:43.921 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Wednesday 31 July 2024 21:09:55 -0400 (0:00:00.084) 0:02:44.005 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Wednesday 31 July 2024 21:09:55 -0400 (0:00:00.069) 0:02:44.075 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Wednesday 31 July 2024 21:09:55 -0400 (0:00:00.054) 0:02:44.129 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Wednesday 31 July 2024 21:09:55 -0400 (0:00:00.029) 0:02:44.159 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Wednesday 31 July 2024 21:09:55 -0400 (0:00:00.033) 0:02:44.192 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Wednesday 31 July 2024 21:09:55 -0400 (0:00:00.030) 0:02:44.223 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Wednesday 31 July 2024 21:09:55 -0400 (0:00:00.030) 0:02:44.254 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Wednesday 31 July 2024 21:09:55 -0400 (0:00:00.026) 0:02:44.280 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53 Wednesday 31 July 2024 21:09:56 -0400 (0:00:01.074) 0:02:45.355 ******** ok: [managed_node1] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1722474574.6217706, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1722474574.0247695, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 360710290, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722474573.740769, "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": "1968589002", "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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61 Wednesday 31 July 2024 21:09:57 -0400 (0:00:00.564) 0:02:45.920 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70 Wednesday 31 July 2024 21:09:57 -0400 (0:00:00.545) 0:02:46.465 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 Wednesday 31 July 2024 21:09:58 -0400 (0:00:00.905) 0:02:47.371 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:88 Wednesday 31 July 2024 21:09:59 -0400 (0:00:00.740) 0:02:48.112 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:100 Wednesday 31 July 2024 21:09:59 -0400 (0:00:00.033) 0:02:48.145 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Wednesday 31 July 2024 21:09:59 -0400 (0:00:00.029) 0:02:48.175 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:127 Wednesday 31 July 2024 21:09:59 -0400 (0:00:00.032) 0:02:48.208 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:136 Wednesday 31 July 2024 21:09:59 -0400 (0:00:00.085) 0:02:48.293 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Wednesday 31 July 2024 21:09:59 -0400 (0:00:00.083) 0:02:48.377 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Wednesday 31 July 2024 21:09:59 -0400 (0:00:00.040) 0:02:48.417 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Wednesday 31 July 2024 21:09:59 -0400 (0:00:00.039) 0:02:48.457 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Wednesday 31 July 2024 21:09:59 -0400 (0:00:00.030) 0:02:48.488 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Wednesday 31 July 2024 21:09:59 -0400 (0:00:00.043) 0:02:48.531 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 31 July 2024 21:09:59 -0400 (0:00:00.059) 0:02:48.591 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 31 July 2024 21:09:59 -0400 (0:00:00.035) 0:02:48.626 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 31 July 2024 21:09:59 -0400 (0:00:00.032) 0:02:48.659 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 31 July 2024 21:09:59 -0400 (0:00:00.042) 0:02:48.701 ******** ok: [managed_node1] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 31 July 2024 21:10:00 -0400 (0:00:00.553) 0:02:49.255 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 31 July 2024 21:10:00 -0400 (0:00:00.039) 0:02:49.294 ******** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722474513.7316563, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1722474474.4946053, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "481438935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 31 July 2024 21:10:01 -0400 (0:00:00.530) 0:02:49.825 ******** 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 group with getsubids] *********** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 31 July 2024 21:10:01 -0400 (0:00:00.028) 0:02:49.853 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 31 July 2024 21:10:01 -0400 (0:00:00.028) 0:02:49.882 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 31 July 2024 21:10:01 -0400 (0:00:00.028) 0:02:49.911 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 31 July 2024 21:10:01 -0400 (0:00:00.030) 0:02:49.941 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 31 July 2024 21:10:01 -0400 (0:00:00.084) 0:02:50.026 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 31 July 2024 21:10:01 -0400 (0:00:00.031) 0:02:50.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 group not in subgid file] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 31 July 2024 21:10:01 -0400 (0:00:00.029) 0:02:50.087 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Wednesday 31 July 2024 21:10:01 -0400 (0:00:00.030) 0:02:50.118 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Wednesday 31 July 2024 21:10:01 -0400 (0:00:00.052) 0:02:50.170 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Wednesday 31 July 2024 21:10:01 -0400 (0:00:00.033) 0:02:50.203 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Wednesday 31 July 2024 21:10:01 -0400 (0:00:00.033) 0:02:50.237 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Wednesday 31 July 2024 21:10:01 -0400 (0:00:00.065) 0:02:50.303 ******** ok: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Wednesday 31 July 2024 21:10:01 -0400 (0:00:00.056) 0:02:50.360 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Wednesday 31 July 2024 21:10:01 -0400 (0:00:00.029) 0:02:50.389 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Wednesday 31 July 2024 21:10:01 -0400 (0:00:00.069) 0:02:50.459 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Wednesday 31 July 2024 21:10:01 -0400 (0:00:00.054) 0:02:50.514 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Wednesday 31 July 2024 21:10:01 -0400 (0:00:00.033) 0:02:50.547 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Wednesday 31 July 2024 21:10:01 -0400 (0:00:00.031) 0:02:50.578 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Wednesday 31 July 2024 21:10:01 -0400 (0:00:00.030) 0:02:50.609 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:18 Wednesday 31 July 2024 21:10:01 -0400 (0:00:00.028) 0:02:50.637 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:39 Wednesday 31 July 2024 21:10:03 -0400 (0:00:01.206) 0:02:51.844 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:48 Wednesday 31 July 2024 21:10:03 -0400 (0:00:00.559) 0:02:52.404 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:58 Wednesday 31 July 2024 21:10:03 -0400 (0:00:00.034) 0:02:52.438 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:70 Wednesday 31 July 2024 21:10:03 -0400 (0:00:00.033) 0:02:52.472 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:82 Wednesday 31 July 2024 21:10:04 -0400 (0:00:00.929) 0:02:53.401 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:110 Wednesday 31 July 2024 21:10:04 -0400 (0:00:00.035) 0:02:53.436 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:125 Wednesday 31 July 2024 21:10:04 -0400 (0:00:00.032) 0:02:53.469 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:143 Wednesday 31 July 2024 21:10:04 -0400 (0:00:00.033) 0:02:53.502 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:149 Wednesday 31 July 2024 21:10:04 -0400 (0:00:00.028) 0:02:53.530 ******** skipping: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:158 Wednesday 31 July 2024 21:10:04 -0400 (0:00:00.027) 0:02:53.557 ******** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Get authfile locally] **************************************************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:143 Wednesday 31 July 2024 21:10:04 -0400 (0:00:00.044) 0:02:53.602 ******** changed: [managed_node1] => { "changed": true, "checksum": "b819d75ccfa3c80e53a58ff6bf6cebaa53935c90", "dest": "/tmp/lsr_yxyhdunu_podman/auth.json", "md5sum": "f15cd4419e7120618eaac8d321813d3d", "remote_checksum": "b819d75ccfa3c80e53a58ff6bf6cebaa53935c90", "remote_md5sum": null } TASK [Provide a credentials file - root] *************************************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:149 Wednesday 31 July 2024 21:10:05 -0400 (0:00:00.597) 0:02:54.199 ******** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Wednesday 31 July 2024 21:10:05 -0400 (0:00:00.098) 0:02:54.298 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Wednesday 31 July 2024 21:10:05 -0400 (0:00:00.055) 0:02:54.353 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Wednesday 31 July 2024 21:10:05 -0400 (0:00:00.038) 0:02:54.391 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Wednesday 31 July 2024 21:10:05 -0400 (0:00:00.081) 0:02:54.473 ******** 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 platform/version specific variables] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Wednesday 31 July 2024 21:10:05 -0400 (0:00:00.031) 0:02:54.504 ******** ok: [managed_node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Wednesday 31 July 2024 21:10:05 -0400 (0:00:00.072) 0:02:54.576 ******** ok: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Wednesday 31 July 2024 21:10:07 -0400 (0:00:02.209) 0:02:56.785 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Wednesday 31 July 2024 21:10:08 -0400 (0:00:00.030) 0:02:56.816 ******** 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 : Get podman version] ******************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Wednesday 31 July 2024 21:10:08 -0400 (0:00:00.034) 0:02:56.851 ******** ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.045780", "end": "2024-07-31 21:10:08.523062", "rc": 0, "start": "2024-07-31 21:10:08.477282" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Wednesday 31 July 2024 21:10:08 -0400 (0:00:00.543) 0:02:57.395 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:32 Wednesday 31 July 2024 21:10:08 -0400 (0:00:00.035) 0:02:57.430 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:39 Wednesday 31 July 2024 21:10:08 -0400 (0:00:00.028) 0:02:57.458 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:49 Wednesday 31 July 2024 21:10:08 -0400 (0:00:00.037) 0:02:57.496 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Wednesday 31 July 2024 21:10:08 -0400 (0:00:00.035) 0:02:57.531 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 31 July 2024 21:10:08 -0400 (0:00:00.063) 0:02:57.594 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 31 July 2024 21:10:08 -0400 (0:00:00.037) 0:02:57.632 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 31 July 2024 21:10:08 -0400 (0:00:00.034) 0:02:57.667 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 31 July 2024 21:10:08 -0400 (0:00:00.096) 0:02:57.763 ******** ok: [managed_node1] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 31 July 2024 21:10:09 -0400 (0:00:00.564) 0:02:58.328 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 31 July 2024 21:10:09 -0400 (0:00:00.039) 0:02:58.367 ******** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722474513.7316563, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1722474474.4946053, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "481438935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 31 July 2024 21:10:10 -0400 (0:00:00.575) 0:02:58.942 ******** 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 group with getsubids] *********** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 31 July 2024 21:10:10 -0400 (0:00:00.030) 0:02:58.973 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 31 July 2024 21:10:10 -0400 (0:00:00.029) 0:02:59.003 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 31 July 2024 21:10:10 -0400 (0:00:00.027) 0:02:59.030 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 31 July 2024 21:10:10 -0400 (0:00:00.029) 0:02:59.059 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 31 July 2024 21:10:10 -0400 (0:00:00.028) 0:02:59.088 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 31 July 2024 21:10:10 -0400 (0:00:00.030) 0:02:59.119 ******** skipping: [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 group not in subgid file] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 31 July 2024 21:10:10 -0400 (0:00:00.029) 0:02:59.148 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:62 Wednesday 31 July 2024 21:10:10 -0400 (0:00:00.029) 0:02:59.177 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:71 Wednesday 31 July 2024 21:10:10 -0400 (0:00:00.037) 0:02:59.214 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Wednesday 31 July 2024 21:10:10 -0400 (0:00:00.057) 0:02:59.272 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Wednesday 31 July 2024 21:10:10 -0400 (0:00:00.031) 0:02:59.304 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:74 Wednesday 31 July 2024 21:10:10 -0400 (0:00:00.029) 0:02:59.333 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Wednesday 31 July 2024 21:10:10 -0400 (0:00:00.109) 0:02:59.443 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Wednesday 31 July 2024 21:10:10 -0400 (0:00:00.032) 0:02:59.475 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:77 Wednesday 31 July 2024 21:10:10 -0400 (0:00:00.029) 0:02:59.505 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Wednesday 31 July 2024 21:10:10 -0400 (0:00:00.058) 0:02:59.563 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Wednesday 31 July 2024 21:10:10 -0400 (0:00:00.033) 0:02:59.597 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Wednesday 31 July 2024 21:10:10 -0400 (0:00:00.029) 0:02:59.626 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Wednesday 31 July 2024 21:10:10 -0400 (0:00:00.061) 0:02:59.688 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Wednesday 31 July 2024 21:10:10 -0400 (0:00:00.032) 0:02:59.720 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Wednesday 31 July 2024 21:10:10 -0400 (0:00:00.029) 0:02:59.750 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Wednesday 31 July 2024 21:10:10 -0400 (0:00:00.028) 0:02:59.778 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Wednesday 31 July 2024 21:10:11 -0400 (0:00:00.028) 0:02:59.807 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:93 Wednesday 31 July 2024 21:10:11 -0400 (0:00:00.030) 0:02:59.838 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:100 Wednesday 31 July 2024 21:10:11 -0400 (0:00:00.030) 0:02:59.869 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Wednesday 31 July 2024 21:10:11 -0400 (0:00:00.031) 0:02:59.901 ******** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:113 Wednesday 31 July 2024 21:10:11 -0400 (0:00:00.026) 0:02:59.928 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Wednesday 31 July 2024 21:10:11 -0400 (0:00:00.073) 0:03:00.001 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Wednesday 31 July 2024 21:10:11 -0400 (0:00:00.088) 0:03:00.090 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 31 July 2024 21:10:11 -0400 (0:00:00.056) 0:03:00.147 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 31 July 2024 21:10:11 -0400 (0:00:00.033) 0:03:00.180 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 31 July 2024 21:10:11 -0400 (0:00:00.034) 0:03:00.215 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 31 July 2024 21:10:11 -0400 (0:00:00.044) 0:03:00.259 ******** ok: [managed_node1] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 31 July 2024 21:10:11 -0400 (0:00:00.532) 0:03:00.792 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 31 July 2024 21:10:12 -0400 (0:00:00.038) 0:03:00.830 ******** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722474513.7316563, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1722474474.4946053, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "481438935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 31 July 2024 21:10:12 -0400 (0:00:00.539) 0:03:01.369 ******** 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 group with getsubids] *********** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 31 July 2024 21:10:12 -0400 (0:00:00.031) 0:03:01.400 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 31 July 2024 21:10:12 -0400 (0:00:00.031) 0:03:01.432 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 31 July 2024 21:10:12 -0400 (0:00:00.031) 0:03:01.463 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 31 July 2024 21:10:12 -0400 (0:00:00.028) 0:03:01.492 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 31 July 2024 21:10:12 -0400 (0:00:00.029) 0:03:01.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 : Fail if user not in subuid file] ****** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 31 July 2024 21:10:12 -0400 (0:00:00.026) 0:03:01.548 ******** skipping: [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 group not in subgid file] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 31 July 2024 21:10:12 -0400 (0:00:00.030) 0:03:01.579 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Wednesday 31 July 2024 21:10:12 -0400 (0:00:00.026) 0:03:01.606 ******** ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is present] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Wednesday 31 July 2024 21:10:12 -0400 (0:00:00.046) 0:03:01.652 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Wednesday 31 July 2024 21:10:13 -0400 (0:00:00.528) 0:03:02.180 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Wednesday 31 July 2024 21:10:14 -0400 (0:00:01.066) 0:03:03.247 ******** skipping: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Wednesday 31 July 2024 21:10:14 -0400 (0:00:00.035) 0:03:03.282 ******** skipping: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Wednesday 31 July 2024 21:10:14 -0400 (0:00:00.034) 0:03:03.316 ******** skipping: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Wednesday 31 July 2024 21:10:14 -0400 (0:00:00.032) 0:03:03.349 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Wednesday 31 July 2024 21:10:14 -0400 (0:00:00.033) 0:03:03.382 ******** skipping: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Wednesday 31 July 2024 21:10:14 -0400 (0:00:00.028) 0:03:03.410 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Wednesday 31 July 2024 21:10:14 -0400 (0:00:00.081) 0:03:03.492 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Wednesday 31 July 2024 21:10:14 -0400 (0:00:00.042) 0:03:03.534 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Wednesday 31 July 2024 21:10:14 -0400 (0:00:00.045) 0:03:03.580 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Wednesday 31 July 2024 21:10:14 -0400 (0:00:00.034) 0:03:03.614 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 31 July 2024 21:10:14 -0400 (0:00:00.061) 0:03:03.675 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 31 July 2024 21:10:14 -0400 (0:00:00.034) 0:03:03.709 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 31 July 2024 21:10:14 -0400 (0:00:00.036) 0:03:03.746 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 31 July 2024 21:10:14 -0400 (0:00:00.041) 0:03:03.787 ******** ok: [managed_node1] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 31 July 2024 21:10:15 -0400 (0:00:00.507) 0:03:04.295 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 31 July 2024 21:10:15 -0400 (0:00:00.040) 0:03:04.335 ******** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722474513.7316563, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1722474474.4946053, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "481438935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 31 July 2024 21:10:16 -0400 (0:00:00.595) 0:03:04.931 ******** 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 group with getsubids] *********** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 31 July 2024 21:10:16 -0400 (0:00:00.028) 0:03:04.960 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 31 July 2024 21:10:16 -0400 (0:00:00.030) 0:03:04.990 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 31 July 2024 21:10:16 -0400 (0:00:00.028) 0:03:05.019 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 31 July 2024 21:10:16 -0400 (0:00:00.029) 0:03:05.048 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 31 July 2024 21:10:16 -0400 (0:00:00.028) 0:03:05.077 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 31 July 2024 21:10:16 -0400 (0:00:00.029) 0:03:05.106 ******** skipping: [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 group not in subgid file] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 31 July 2024 21:10:16 -0400 (0:00:00.029) 0:03:05.135 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Wednesday 31 July 2024 21:10:16 -0400 (0:00:00.032) 0:03:05.168 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Wednesday 31 July 2024 21:10:16 -0400 (0:00:00.029) 0:03:05.197 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Wednesday 31 July 2024 21:10:16 -0400 (0:00:00.047) 0:03:05.245 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Wednesday 31 July 2024 21:10:16 -0400 (0:00:00.031) 0:03:05.277 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Wednesday 31 July 2024 21:10:16 -0400 (0:00:00.036) 0:03:05.313 ******** ok: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Wednesday 31 July 2024 21:10:16 -0400 (0:00:00.039) 0:03:05.353 ******** 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.007058", "end": "2024-07-31 21:10:17.001767", "rc": 0, "start": "2024-07-31 21:10:16.994709" } 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Wednesday 31 July 2024 21:10:17 -0400 (0:00:00.536) 0:03:05.889 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Wednesday 31 July 2024 21:10:17 -0400 (0:00:00.032) 0:03:05.922 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Wednesday 31 July 2024 21:10:17 -0400 (0:00:00.066) 0:03:05.988 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Wednesday 31 July 2024 21:10:17 -0400 (0:00:00.109) 0:03:06.098 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Wednesday 31 July 2024 21:10:17 -0400 (0:00:00.033) 0:03:06.132 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Wednesday 31 July 2024 21:10:17 -0400 (0:00:00.030) 0:03:06.162 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Wednesday 31 July 2024 21:10:17 -0400 (0:00:00.032) 0:03:06.194 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Wednesday 31 July 2024 21:10:17 -0400 (0:00:00.028) 0:03:06.222 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Wednesday 31 July 2024 21:10:17 -0400 (0:00:00.030) 0:03:06.252 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53 Wednesday 31 July 2024 21:10:18 -0400 (0:00:01.135) 0:03:07.388 ******** ok: [managed_node1] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1722474574.6217706, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1722474574.0247695, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 360710290, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722474573.740769, "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": "1968589002", "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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61 Wednesday 31 July 2024 21:10:19 -0400 (0:00:00.551) 0:03:07.940 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70 Wednesday 31 July 2024 21:10:19 -0400 (0:00:00.599) 0:03:08.539 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 Wednesday 31 July 2024 21:10:20 -0400 (0:00:00.911) 0:03:09.451 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:88 Wednesday 31 July 2024 21:10:21 -0400 (0:00:00.729) 0:03:10.181 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:100 Wednesday 31 July 2024 21:10:21 -0400 (0:00:00.032) 0:03:10.214 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Wednesday 31 July 2024 21:10:21 -0400 (0:00:00.029) 0:03:10.243 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:127 Wednesday 31 July 2024 21:10:21 -0400 (0:00:00.033) 0:03:10.277 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:136 Wednesday 31 July 2024 21:10:21 -0400 (0:00:00.030) 0:03:10.308 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Wednesday 31 July 2024 21:10:21 -0400 (0:00:00.087) 0:03:10.395 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Wednesday 31 July 2024 21:10:21 -0400 (0:00:00.039) 0:03:10.434 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Wednesday 31 July 2024 21:10:21 -0400 (0:00:00.094) 0:03:10.529 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Wednesday 31 July 2024 21:10:21 -0400 (0:00:00.030) 0:03:10.559 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Wednesday 31 July 2024 21:10:21 -0400 (0:00:00.048) 0:03:10.608 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 31 July 2024 21:10:21 -0400 (0:00:00.058) 0:03:10.667 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 31 July 2024 21:10:21 -0400 (0:00:00.036) 0:03:10.703 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 31 July 2024 21:10:21 -0400 (0:00:00.031) 0:03:10.735 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 31 July 2024 21:10:21 -0400 (0:00:00.043) 0:03:10.778 ******** ok: [managed_node1] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 31 July 2024 21:10:22 -0400 (0:00:00.538) 0:03:11.316 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 31 July 2024 21:10:22 -0400 (0:00:00.040) 0:03:11.357 ******** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722474513.7316563, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1722474474.4946053, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "481438935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 31 July 2024 21:10:23 -0400 (0:00:00.530) 0:03:11.887 ******** 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 group with getsubids] *********** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 31 July 2024 21:10:23 -0400 (0:00:00.028) 0:03:11.916 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 31 July 2024 21:10:23 -0400 (0:00:00.031) 0:03:11.948 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 31 July 2024 21:10:23 -0400 (0:00:00.027) 0:03:11.975 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 31 July 2024 21:10:23 -0400 (0:00:00.029) 0:03:12.005 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 31 July 2024 21:10:23 -0400 (0:00:00.029) 0:03:12.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 subuid file] ****** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 31 July 2024 21:10:23 -0400 (0:00:00.029) 0:03:12.064 ******** skipping: [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 group not in subgid file] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 31 July 2024 21:10:23 -0400 (0:00:00.028) 0:03:12.092 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Wednesday 31 July 2024 21:10:23 -0400 (0:00:00.026) 0:03:12.118 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Wednesday 31 July 2024 21:10:23 -0400 (0:00:00.114) 0:03:12.233 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Wednesday 31 July 2024 21:10:23 -0400 (0:00:00.034) 0:03:12.268 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Wednesday 31 July 2024 21:10:23 -0400 (0:00:00.031) 0:03:12.299 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Wednesday 31 July 2024 21:10:23 -0400 (0:00:00.066) 0:03:12.366 ******** ok: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Wednesday 31 July 2024 21:10:23 -0400 (0:00:00.036) 0:03:12.403 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Wednesday 31 July 2024 21:10:23 -0400 (0:00:00.032) 0:03:12.435 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Wednesday 31 July 2024 21:10:23 -0400 (0:00:00.065) 0:03:12.500 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Wednesday 31 July 2024 21:10:23 -0400 (0:00:00.052) 0:03:12.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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Wednesday 31 July 2024 21:10:23 -0400 (0:00:00.030) 0:03:12.583 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Wednesday 31 July 2024 21:10:23 -0400 (0:00:00.032) 0:03:12.616 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Wednesday 31 July 2024 21:10:23 -0400 (0:00:00.029) 0:03:12.646 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:18 Wednesday 31 July 2024 21:10:23 -0400 (0:00:00.030) 0:03:12.676 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:39 Wednesday 31 July 2024 21:10:24 -0400 (0:00:01.085) 0:03:13.761 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:48 Wednesday 31 July 2024 21:10:25 -0400 (0:00:00.537) 0:03:14.299 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:58 Wednesday 31 July 2024 21:10:25 -0400 (0:00:00.031) 0:03:14.330 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:70 Wednesday 31 July 2024 21:10:25 -0400 (0:00:00.031) 0:03:14.362 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:82 Wednesday 31 July 2024 21:10:26 -0400 (0:00:00.991) 0:03:15.354 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:110 Wednesday 31 July 2024 21:10:26 -0400 (0:00:00.033) 0:03:15.387 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:125 Wednesday 31 July 2024 21:10:26 -0400 (0:00:00.032) 0:03:15.420 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:143 Wednesday 31 July 2024 21:10:26 -0400 (0:00:00.033) 0:03:15.454 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:149 Wednesday 31 July 2024 21:10:26 -0400 (0:00:00.026) 0:03:15.481 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Wednesday 31 July 2024 21:10:26 -0400 (0:00:00.089) 0:03:15.570 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Wednesday 31 July 2024 21:10:26 -0400 (0:00:00.036) 0:03:15.607 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 31 July 2024 21:10:26 -0400 (0:00:00.053) 0:03:15.660 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 31 July 2024 21:10:26 -0400 (0:00:00.036) 0:03:15.696 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 31 July 2024 21:10:26 -0400 (0:00:00.033) 0:03:15.730 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 31 July 2024 21:10:26 -0400 (0:00:00.043) 0:03:15.773 ******** ok: [managed_node1] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 31 July 2024 21:10:27 -0400 (0:00:00.525) 0:03:16.299 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 31 July 2024 21:10:27 -0400 (0:00:00.041) 0:03:16.340 ******** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722474513.7316563, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1722474474.4946053, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "481438935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 31 July 2024 21:10:28 -0400 (0:00:00.535) 0:03:16.876 ******** 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 group with getsubids] *********** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 31 July 2024 21:10:28 -0400 (0:00:00.030) 0:03:16.906 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 31 July 2024 21:10:28 -0400 (0:00:00.031) 0:03:16.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 : Get subuid file] ********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 31 July 2024 21:10:28 -0400 (0:00:00.028) 0:03:16.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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 31 July 2024 21:10:28 -0400 (0:00:00.085) 0:03:17.052 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 31 July 2024 21:10:28 -0400 (0:00:00.030) 0:03:17.082 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 31 July 2024 21:10:28 -0400 (0:00:00.030) 0:03:17.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 : Fail if group not in subgid file] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 31 July 2024 21:10:28 -0400 (0:00:00.030) 0:03:17.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 : Set credential variables] ************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Wednesday 31 July 2024 21:10:28 -0400 (0:00:00.031) 0:03:17.175 ******** ok: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Wednesday 31 July 2024 21:10:28 -0400 (0:00:00.043) 0:03:17.219 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Wednesday 31 July 2024 21:10:28 -0400 (0:00:00.032) 0:03:17.251 ******** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file content is present] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Wednesday 31 July 2024 21:10:28 -0400 (0:00:00.031) 0:03:17.283 ******** skipping: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Wednesday 31 July 2024 21:10:28 -0400 (0:00:00.031) 0:03:17.315 ******** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Find files in credentials directory] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Wednesday 31 July 2024 21:10:28 -0400 (0:00:00.032) 0:03:17.348 ******** skipping: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Wednesday 31 July 2024 21:10:28 -0400 (0:00:00.031) 0:03:17.379 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:158 Wednesday 31 July 2024 21:10:28 -0400 (0:00:00.031) 0:03:17.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 [Remove all container resources - root] *********************************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:161 Wednesday 31 July 2024 21:10:28 -0400 (0:00:00.042) 0:03:17.453 ******** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Wednesday 31 July 2024 21:10:28 -0400 (0:00:00.113) 0:03:17.566 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Wednesday 31 July 2024 21:10:28 -0400 (0:00:00.114) 0:03:17.681 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Wednesday 31 July 2024 21:10:28 -0400 (0:00:00.038) 0:03:17.720 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Wednesday 31 July 2024 21:10:28 -0400 (0:00:00.031) 0:03:17.751 ******** 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 platform/version specific variables] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Wednesday 31 July 2024 21:10:28 -0400 (0:00:00.032) 0:03:17.783 ******** ok: [managed_node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Wednesday 31 July 2024 21:10:29 -0400 (0:00:00.070) 0:03:17.853 ******** ok: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Wednesday 31 July 2024 21:10:31 -0400 (0:00:02.220) 0:03:20.074 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Wednesday 31 July 2024 21:10:31 -0400 (0:00:00.032) 0:03:20.107 ******** 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 : Get podman version] ******************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Wednesday 31 July 2024 21:10:31 -0400 (0:00:00.032) 0:03:20.139 ******** ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.052342", "end": "2024-07-31 21:10:31.836328", "rc": 0, "start": "2024-07-31 21:10:31.783986" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Wednesday 31 July 2024 21:10:31 -0400 (0:00:00.583) 0:03:20.723 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:32 Wednesday 31 July 2024 21:10:31 -0400 (0:00:00.035) 0:03:20.758 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:39 Wednesday 31 July 2024 21:10:31 -0400 (0:00:00.032) 0:03:20.790 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:49 Wednesday 31 July 2024 21:10:32 -0400 (0:00:00.038) 0:03:20.828 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Wednesday 31 July 2024 21:10:32 -0400 (0:00:00.036) 0:03:20.865 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 31 July 2024 21:10:32 -0400 (0:00:00.063) 0:03:20.929 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 31 July 2024 21:10:32 -0400 (0:00:00.100) 0:03:21.029 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 31 July 2024 21:10:32 -0400 (0:00:00.037) 0:03:21.067 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 31 July 2024 21:10:32 -0400 (0:00:00.046) 0:03:21.114 ******** ok: [managed_node1] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 31 July 2024 21:10:32 -0400 (0:00:00.539) 0:03:21.653 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 31 July 2024 21:10:32 -0400 (0:00:00.040) 0:03:21.694 ******** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722474513.7316563, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1722474474.4946053, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "481438935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 31 July 2024 21:10:33 -0400 (0:00:00.535) 0:03:22.229 ******** 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 group with getsubids] *********** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 31 July 2024 21:10:33 -0400 (0:00:00.031) 0:03:22.260 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 31 July 2024 21:10:33 -0400 (0:00:00.030) 0:03:22.291 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 31 July 2024 21:10:33 -0400 (0:00:00.028) 0:03:22.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 : Get subgid file] ********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 31 July 2024 21:10:33 -0400 (0:00:00.033) 0:03:22.353 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 31 July 2024 21:10:33 -0400 (0:00:00.030) 0:03:22.384 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 31 July 2024 21:10:33 -0400 (0:00:00.029) 0:03:22.413 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 31 July 2024 21:10:33 -0400 (0:00:00.033) 0:03:22.446 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:62 Wednesday 31 July 2024 21:10:33 -0400 (0:00:00.029) 0:03:22.476 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:71 Wednesday 31 July 2024 21:10:33 -0400 (0:00:00.043) 0:03:22.519 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Wednesday 31 July 2024 21:10:33 -0400 (0:00:00.059) 0:03:22.578 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Wednesday 31 July 2024 21:10:33 -0400 (0:00:00.030) 0:03:22.609 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:74 Wednesday 31 July 2024 21:10:33 -0400 (0:00:00.031) 0:03:22.640 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Wednesday 31 July 2024 21:10:33 -0400 (0:00:00.122) 0:03:22.763 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Wednesday 31 July 2024 21:10:33 -0400 (0:00:00.030) 0:03:22.794 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:77 Wednesday 31 July 2024 21:10:34 -0400 (0:00:00.032) 0:03:22.826 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Wednesday 31 July 2024 21:10:34 -0400 (0:00:00.060) 0:03:22.887 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Wednesday 31 July 2024 21:10:34 -0400 (0:00:00.032) 0:03:22.920 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Wednesday 31 July 2024 21:10:34 -0400 (0:00:00.032) 0:03:22.952 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Wednesday 31 July 2024 21:10:34 -0400 (0:00:00.063) 0:03:23.016 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Wednesday 31 July 2024 21:10:34 -0400 (0:00:00.033) 0:03:23.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 : Get the existing policy.json] ********* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Wednesday 31 July 2024 21:10:34 -0400 (0:00:00.031) 0:03:23.081 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Wednesday 31 July 2024 21:10:34 -0400 (0:00:00.033) 0:03:23.114 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Wednesday 31 July 2024 21:10:34 -0400 (0:00:00.031) 0:03:23.145 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:93 Wednesday 31 July 2024 21:10:34 -0400 (0:00:00.032) 0:03:23.178 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:100 Wednesday 31 July 2024 21:10:34 -0400 (0:00:00.031) 0:03:23.209 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Wednesday 31 July 2024 21:10:34 -0400 (0:00:00.032) 0:03:23.241 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Wednesday 31 July 2024 21:10:34 -0400 (0:00:00.136) 0:03:23.378 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Wednesday 31 July 2024 21:10:34 -0400 (0:00:00.031) 0:03:23.410 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Wednesday 31 July 2024 21:10:34 -0400 (0:00:00.035) 0:03:23.446 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Wednesday 31 July 2024 21:10:34 -0400 (0:00:00.035) 0:03:23.481 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 31 July 2024 21:10:34 -0400 (0:00:00.059) 0:03:23.541 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 31 July 2024 21:10:34 -0400 (0:00:00.034) 0:03:23.575 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 31 July 2024 21:10:34 -0400 (0:00:00.037) 0:03:23.612 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 31 July 2024 21:10:34 -0400 (0:00:00.043) 0:03:23.656 ******** ok: [managed_node1] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 31 July 2024 21:10:35 -0400 (0:00:00.528) 0:03:24.185 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 31 July 2024 21:10:35 -0400 (0:00:00.041) 0:03:24.226 ******** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722474513.7316563, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1722474474.4946053, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "481438935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 31 July 2024 21:10:35 -0400 (0:00:00.533) 0:03:24.759 ******** 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 group with getsubids] *********** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 31 July 2024 21:10:35 -0400 (0:00:00.032) 0:03:24.791 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 31 July 2024 21:10:36 -0400 (0:00:00.028) 0:03:24.820 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 31 July 2024 21:10:36 -0400 (0:00:00.031) 0:03:24.851 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 31 July 2024 21:10:36 -0400 (0:00:00.029) 0:03:24.881 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 31 July 2024 21:10:36 -0400 (0:00:00.028) 0:03:24.910 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 31 July 2024 21:10:36 -0400 (0:00:00.028) 0:03:24.938 ******** skipping: [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 group not in subgid file] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 31 July 2024 21:10:36 -0400 (0:00:00.028) 0:03:24.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 : Set per-cert spec variables part 2] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Wednesday 31 July 2024 21:10:36 -0400 (0:00:00.087) 0:03:25.054 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Wednesday 31 July 2024 21:10:36 -0400 (0:00:00.038) 0:03:25.093 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Wednesday 31 July 2024 21:10:36 -0400 (0:00:00.034) 0:03:25.127 ******** ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure certs.d directory] ************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Wednesday 31 July 2024 21:10:36 -0400 (0:00:00.045) 0:03:25.172 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Wednesday 31 July 2024 21:10:36 -0400 (0:00:00.032) 0:03:25.205 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Wednesday 31 July 2024 21:10:36 -0400 (0:00:00.040) 0:03:25.245 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Wednesday 31 July 2024 21:10:36 -0400 (0:00:00.045) 0:03:25.290 ******** skipping: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Wednesday 31 July 2024 21:10:36 -0400 (0:00:00.034) 0:03:25.325 ******** skipping: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:113 Wednesday 31 July 2024 21:10:36 -0400 (0:00:00.033) 0:03:25.358 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Wednesday 31 July 2024 21:10:36 -0400 (0:00:00.077) 0:03:25.436 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Wednesday 31 July 2024 21:10:36 -0400 (0:00:00.036) 0:03:25.472 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 31 July 2024 21:10:36 -0400 (0:00:00.058) 0:03:25.530 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 31 July 2024 21:10:36 -0400 (0:00:00.035) 0:03:25.566 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 31 July 2024 21:10:36 -0400 (0:00:00.034) 0:03:25.600 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 31 July 2024 21:10:36 -0400 (0:00:00.043) 0:03:25.644 ******** ok: [managed_node1] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 31 July 2024 21:10:37 -0400 (0:00:00.499) 0:03:26.143 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 31 July 2024 21:10:37 -0400 (0:00:00.109) 0:03:26.253 ******** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722474513.7316563, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1722474474.4946053, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "481438935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 31 July 2024 21:10:37 -0400 (0:00:00.535) 0:03:26.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 group with getsubids] *********** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 31 July 2024 21:10:38 -0400 (0:00:00.033) 0:03:26.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 : Set user subuid and subgid info] ****** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 31 July 2024 21:10:38 -0400 (0:00:00.030) 0:03:26.853 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 31 July 2024 21:10:38 -0400 (0:00:00.033) 0:03:26.886 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 31 July 2024 21:10:38 -0400 (0:00:00.029) 0:03:26.916 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 31 July 2024 21:10:38 -0400 (0:00:00.030) 0:03:26.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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 31 July 2024 21:10:38 -0400 (0:00:00.030) 0:03:26.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 : Fail if group not in subgid file] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 31 July 2024 21:10:38 -0400 (0:00:00.029) 0:03:27.008 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Wednesday 31 July 2024 21:10:38 -0400 (0:00:00.029) 0:03:27.037 ******** ok: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Wednesday 31 July 2024 21:10:38 -0400 (0:00:00.044) 0:03:27.081 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Wednesday 31 July 2024 21:10:38 -0400 (0:00:00.031) 0:03:27.112 ******** skipping: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Wednesday 31 July 2024 21:10:38 -0400 (0:00:00.032) 0:03:27.145 ******** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file is absent] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Wednesday 31 July 2024 21:10:38 -0400 (0:00:00.029) 0:03:27.175 ******** skipping: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Wednesday 31 July 2024 21:10:38 -0400 (0:00:00.033) 0:03:27.208 ******** skipping: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Wednesday 31 July 2024 21:10:38 -0400 (0:00:00.030) 0:03:27.239 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Wednesday 31 July 2024 21:10:38 -0400 (0:00:00.034) 0:03:27.274 ******** skipping: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Wednesday 31 July 2024 21:10:38 -0400 (0:00:00.026) 0:03:27.300 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Wednesday 31 July 2024 21:10:38 -0400 (0:00:00.142) 0:03:27.442 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Wednesday 31 July 2024 21:10:38 -0400 (0:00:00.044) 0:03:27.486 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Wednesday 31 July 2024 21:10:38 -0400 (0:00:00.043) 0:03:27.530 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Wednesday 31 July 2024 21:10:38 -0400 (0:00:00.036) 0:03:27.566 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 31 July 2024 21:10:38 -0400 (0:00:00.061) 0:03:27.627 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 31 July 2024 21:10:38 -0400 (0:00:00.035) 0:03:27.663 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 31 July 2024 21:10:38 -0400 (0:00:00.037) 0:03:27.701 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 31 July 2024 21:10:38 -0400 (0:00:00.046) 0:03:27.747 ******** ok: [managed_node1] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 31 July 2024 21:10:39 -0400 (0:00:00.533) 0:03:28.280 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 31 July 2024 21:10:39 -0400 (0:00:00.042) 0:03:28.323 ******** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722474513.7316563, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1722474474.4946053, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "481438935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 31 July 2024 21:10:40 -0400 (0:00:00.525) 0:03:28.848 ******** 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 group with getsubids] *********** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 31 July 2024 21:10:40 -0400 (0:00:00.030) 0:03:28.879 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 31 July 2024 21:10:40 -0400 (0:00:00.030) 0:03:28.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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 31 July 2024 21:10:40 -0400 (0:00:00.030) 0:03:28.940 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 31 July 2024 21:10:40 -0400 (0:00:00.029) 0:03:28.969 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 31 July 2024 21:10:40 -0400 (0:00:00.030) 0:03:29.000 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 31 July 2024 21:10:40 -0400 (0:00:00.029) 0:03:29.029 ******** skipping: [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 group not in subgid file] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 31 July 2024 21:10:40 -0400 (0:00:00.029) 0:03:29.058 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Wednesday 31 July 2024 21:10:40 -0400 (0:00:00.086) 0:03:29.145 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Wednesday 31 July 2024 21:10:40 -0400 (0:00:00.032) 0:03:29.178 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Wednesday 31 July 2024 21:10:40 -0400 (0:00:00.047) 0:03:29.225 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Wednesday 31 July 2024 21:10:40 -0400 (0:00:00.034) 0:03:29.259 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Wednesday 31 July 2024 21:10:40 -0400 (0:00:00.035) 0:03:29.295 ******** ok: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Wednesday 31 July 2024 21:10:40 -0400 (0:00:00.037) 0:03:29.332 ******** 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.006099", "end": "2024-07-31 21:10:41.012342", "rc": 0, "start": "2024-07-31 21:10:41.006243" } 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Wednesday 31 July 2024 21:10:41 -0400 (0:00:00.580) 0:03:29.913 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Wednesday 31 July 2024 21:10:41 -0400 (0:00:00.064) 0:03:29.977 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Wednesday 31 July 2024 21:10:41 -0400 (0:00:00.030) 0:03:30.008 ******** 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": "Wed 2024-07-31 21:09:39 EDT", "ActiveEnterTimestampMonotonic": "359493049", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target network-online.target basic.target systemd-journald.socket system-podman\\x2dkube.slice -.mount", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Wed 2024-07-31 21:09:38 EDT", "AssertTimestampMonotonic": "358449234", "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": "Wed 2024-07-31 21:09:38 EDT", "ConditionTimestampMonotonic": "358449233", "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": "21404", "ExecMainStartTimestamp": "Wed 2024-07-31 21:09:39 EDT", "ExecMainStartTimestampMonotonic": "359492994", "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=[Wed 2024-07-31 21:09:38 EDT] ; stop_time=[n/a] ; pid=21298 ; 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": "Wed 2024-07-31 21:09:38 EDT", "InactiveExitTimestampMonotonic": "358450309", "InvocationID": "32efe6f760f046c4ad0c47008f995017", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "21404", "MemoryAccounting": "yes", "MemoryCurrent": "21512192", "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": "Wed 2024-07-31 21:09:39 EDT", "StateChangeTimestampMonotonic": "359493049", "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": "10", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "Wants": "network-online.target", "WatchdogTimestamp": "Wed 2024-07-31 21:09:39 EDT", "WatchdogTimestampMonotonic": "359493045", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.podman : Check if kube file exists] ************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:28 Wednesday 31 July 2024 21:10:42 -0400 (0:00:01.488) 0:03:31.497 ******** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722474574.6217706, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1722474574.0247695, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 360710290, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722474573.740769, "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": "1968589002", "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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:33 Wednesday 31 July 2024 21:10:43 -0400 (0:00:00.398) 0:03:31.895 ******** changed: [managed_node1] => { "actions": [ "/usr/bin/podman kube play --down /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "changed": true } STDOUT: Pods stopped: Pods removed: Secrets removed: Volumes removed: TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] ********** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:44 Wednesday 31 July 2024 21:10:43 -0400 (0:00:00.502) 0:03:32.397 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:49 Wednesday 31 July 2024 21:10:43 -0400 (0:00:00.393) 0:03:32.790 ******** changed: [managed_node1] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.031261", "end": "2024-07-31 21:10:44.350421", "rc": 0, "start": "2024-07-31 21:10:44.319160" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:58 Wednesday 31 July 2024 21:10:44 -0400 (0:00:00.420) 0:03:33.211 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Wednesday 31 July 2024 21:10:44 -0400 (0:00:00.052) 0:03:33.263 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Wednesday 31 July 2024 21:10:44 -0400 (0:00:00.030) 0:03:33.294 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Wednesday 31 July 2024 21:10:44 -0400 (0:00:00.095) 0:03:33.389 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Wednesday 31 July 2024 21:10:44 -0400 (0:00:00.030) 0:03:33.419 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:136 Wednesday 31 July 2024 21:10:44 -0400 (0:00:00.031) 0:03:33.451 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Wednesday 31 July 2024 21:10:44 -0400 (0:00:00.094) 0:03:33.545 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Wednesday 31 July 2024 21:10:44 -0400 (0:00:00.041) 0:03:33.587 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Wednesday 31 July 2024 21:10:44 -0400 (0:00:00.039) 0:03:33.626 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Wednesday 31 July 2024 21:10:44 -0400 (0:00:00.030) 0:03:33.657 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Wednesday 31 July 2024 21:10:44 -0400 (0:00:00.047) 0:03:33.704 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 31 July 2024 21:10:44 -0400 (0:00:00.058) 0:03:33.763 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 31 July 2024 21:10:45 -0400 (0:00:00.038) 0:03:33.801 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 31 July 2024 21:10:45 -0400 (0:00:00.034) 0:03:33.835 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 31 July 2024 21:10:45 -0400 (0:00:00.044) 0:03:33.880 ******** ok: [managed_node1] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 31 July 2024 21:10:45 -0400 (0:00:00.391) 0:03:34.271 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 31 July 2024 21:10:45 -0400 (0:00:00.041) 0:03:34.313 ******** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722474513.7316563, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1722474474.4946053, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "481438935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 31 July 2024 21:10:45 -0400 (0:00:00.387) 0:03:34.701 ******** 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 group with getsubids] *********** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 31 July 2024 21:10:45 -0400 (0:00:00.030) 0:03:34.731 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 31 July 2024 21:10:45 -0400 (0:00:00.027) 0:03:34.759 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 31 July 2024 21:10:46 -0400 (0:00:00.090) 0:03:34.850 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 31 July 2024 21:10:46 -0400 (0:00:00.033) 0:03:34.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 : Set user subuid and subgid info] ****** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 31 July 2024 21:10:46 -0400 (0:00:00.028) 0:03:34.911 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 31 July 2024 21:10:46 -0400 (0:00:00.030) 0:03:34.941 ******** skipping: [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 group not in subgid file] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 31 July 2024 21:10:46 -0400 (0:00:00.027) 0:03:34.968 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Wednesday 31 July 2024 21:10:46 -0400 (0:00:00.031) 0:03:35.000 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Wednesday 31 July 2024 21:10:46 -0400 (0:00:00.053) 0:03:35.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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Wednesday 31 July 2024 21:10:46 -0400 (0:00:00.033) 0:03:35.086 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Wednesday 31 July 2024 21:10:46 -0400 (0:00:00.030) 0:03:35.116 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Wednesday 31 July 2024 21:10:46 -0400 (0:00:00.064) 0:03:35.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 : Cleanup quadlets] ********************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Wednesday 31 July 2024 21:10:46 -0400 (0:00:00.038) 0:03:35.219 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Wednesday 31 July 2024 21:10:46 -0400 (0:00:00.077) 0:03:35.297 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 Wednesday 31 July 2024 21:10:46 -0400 (0:00:00.031) 0:03:35.328 ******** 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 systemd-journald.socket sysinit.target system.slice basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "yes", "DelegateControllers": "cpu cpuacct cpuset io blkio memory devices pids", "Description": "auth_test_1_quadlet.service", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PODMAN_SYSTEMD_UNIT=auth_test_1_quadlet.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman run --name=auth_test_1_quadlet --cidfile=/run/auth_test_1_quadlet.cid --replace --rm --cgroups=split --sdnotify=conmon -d localhost:5000/libpod/testimage:20210610 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/auth_test_1_quadlet.cid ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopPost": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/auth_test_1_quadlet.cid ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/run/systemd/generator/auth_test_1_quadlet.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "auth_test_1_quadlet.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "auth_test_1_quadlet.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice -.mount", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "SourcePath": "/etc/containers/systemd/auth_test_1_quadlet.container", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogIdentifier": "auth_test_1_quadlet", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "generated", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.podman : See if quadlet file exists] *********** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:33 Wednesday 31 July 2024 21:10:47 -0400 (0:00:00.705) 0:03:36.034 ******** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722474604.1418417, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "1127036af0ba22b83d33a5a35ab54db2c5855175", "ctime": 1722474584.4567938, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 408944773, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722474584.078793, "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": "1606605935", "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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:38 Wednesday 31 July 2024 21:10:47 -0400 (0:00:00.400) 0:03:36.434 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_quadlet_file.yml:6 Wednesday 31 July 2024 21:10:47 -0400 (0:00:00.055) 0:03:36.489 ******** ok: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_quadlet_file.yml:12 Wednesday 31 July 2024 21:10:48 -0400 (0:00:00.468) 0:03:36.957 ******** ok: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_quadlet_file.yml:44 Wednesday 31 July 2024 21:10:48 -0400 (0:00:00.050) 0:03:37.008 ******** skipping: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_quadlet_file.yml:52 Wednesday 31 July 2024 21:10:48 -0400 (0:00:00.032) 0:03:37.041 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_quadlet_raw": null }, "changed": false } TASK [fedora.linux_system_roles.podman : Remove quadlet file] ****************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:42 Wednesday 31 July 2024 21:10:48 -0400 (0:00:00.031) 0:03:37.072 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:48 Wednesday 31 July 2024 21:10:48 -0400 (0:00:00.390) 0:03:37.463 ******** ok: [managed_node1] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Remove managed resource] ************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:58 Wednesday 31 July 2024 21:10:49 -0400 (0:00:00.671) 0:03:38.134 ******** ok: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:95 Wednesday 31 July 2024 21:10:49 -0400 (0:00:00.433) 0:03:38.568 ******** skipping: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:112 Wednesday 31 July 2024 21:10:49 -0400 (0:00:00.044) 0:03:38.613 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:116 Wednesday 31 July 2024 21:10:49 -0400 (0:00:00.033) 0:03:38.646 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:127 Wednesday 31 July 2024 21:10:49 -0400 (0:00:00.030) 0:03:38.677 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Wednesday 31 July 2024 21:10:49 -0400 (0:00:00.055) 0:03:38.732 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Wednesday 31 July 2024 21:10:49 -0400 (0:00:00.031) 0:03:38.764 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Wednesday 31 July 2024 21:10:49 -0400 (0:00:00.028) 0:03:38.793 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:137 Wednesday 31 July 2024 21:10:50 -0400 (0:00:00.029) 0:03:38.823 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:146 Wednesday 31 July 2024 21:10:50 -0400 (0:00:00.033) 0:03:38.856 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:155 Wednesday 31 July 2024 21:10:50 -0400 (0:00:00.033) 0:03:38.890 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:164 Wednesday 31 July 2024 21:10:50 -0400 (0:00:00.031) 0:03:38.922 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:173 Wednesday 31 July 2024 21:10:50 -0400 (0:00:00.034) 0:03:38.956 ******** skipping: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:183 Wednesday 31 July 2024 21:10:50 -0400 (0:00:00.090) 0:03:39.047 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Wednesday 31 July 2024 21:10:50 -0400 (0:00:00.036) 0:03:39.084 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:143 Wednesday 31 July 2024 21:10:50 -0400 (0:00:00.028) 0:03:39.113 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:149 Wednesday 31 July 2024 21:10:50 -0400 (0:00:00.030) 0:03:39.143 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Wednesday 31 July 2024 21:10:50 -0400 (0:00:00.093) 0:03:39.237 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Wednesday 31 July 2024 21:10:50 -0400 (0:00:00.037) 0:03:39.274 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 31 July 2024 21:10:50 -0400 (0:00:00.056) 0:03:39.331 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 31 July 2024 21:10:50 -0400 (0:00:00.036) 0:03:39.367 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 31 July 2024 21:10:50 -0400 (0:00:00.033) 0:03:39.400 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 31 July 2024 21:10:50 -0400 (0:00:00.046) 0:03:39.447 ******** ok: [managed_node1] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 31 July 2024 21:10:51 -0400 (0:00:00.385) 0:03:39.832 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 31 July 2024 21:10:51 -0400 (0:00:00.040) 0:03:39.873 ******** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722474513.7316563, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1722474474.4946053, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "481438935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 31 July 2024 21:10:51 -0400 (0:00:00.380) 0:03:40.254 ******** 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 group with getsubids] *********** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 31 July 2024 21:10:51 -0400 (0:00:00.030) 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 : Set user subuid and subgid info] ****** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 31 July 2024 21:10:51 -0400 (0:00:00.029) 0:03:40.314 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 31 July 2024 21:10:51 -0400 (0:00:00.029) 0:03:40.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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 31 July 2024 21:10:51 -0400 (0:00:00.100) 0:03:40.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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 31 July 2024 21:10:51 -0400 (0:00:00.030) 0:03:40.474 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 31 July 2024 21:10:51 -0400 (0:00:00.032) 0:03:40.507 ******** skipping: [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 group not in subgid file] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 31 July 2024 21:10:51 -0400 (0:00:00.030) 0:03:40.537 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Wednesday 31 July 2024 21:10:51 -0400 (0:00:00.032) 0:03:40.569 ******** ok: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Wednesday 31 July 2024 21:10:51 -0400 (0:00:00.043) 0:03:40.612 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Wednesday 31 July 2024 21:10:51 -0400 (0:00:00.033) 0:03:40.646 ******** skipping: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Wednesday 31 July 2024 21:10:51 -0400 (0:00:00.032) 0:03:40.678 ******** skipping: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Wednesday 31 July 2024 21:10:51 -0400 (0:00:00.031) 0:03:40.710 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Wednesday 31 July 2024 21:10:52 -0400 (0:00:00.391) 0:03:41.102 ******** ok: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Wednesday 31 July 2024 21:10:52 -0400 (0:00:00.477) 0:03:41.580 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:158 Wednesday 31 July 2024 21:10:53 -0400 (0:00:00.396) 0:03:41.977 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Wednesday 31 July 2024 21:10:53 -0400 (0:00:00.097) 0:03:42.074 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Wednesday 31 July 2024 21:10:53 -0400 (0:00:00.030) 0:03:42.104 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Wednesday 31 July 2024 21:10:53 -0400 (0:00:00.036) 0:03:42.141 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Wednesday 31 July 2024 21:10:53 -0400 (0:00:00.032) 0:03:42.173 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 31 July 2024 21:10:53 -0400 (0:00:00.124) 0:03:42.298 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 31 July 2024 21:10:53 -0400 (0:00:00.036) 0:03:42.335 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 31 July 2024 21:10:53 -0400 (0:00:00.038) 0:03:42.373 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 31 July 2024 21:10:53 -0400 (0:00:00.044) 0:03:42.417 ******** ok: [managed_node1] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 31 July 2024 21:10:54 -0400 (0:00:00.393) 0:03:42.810 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 31 July 2024 21:10:54 -0400 (0:00:00.046) 0:03:42.857 ******** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722474513.7316563, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1722474474.4946053, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "481438935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 31 July 2024 21:10:54 -0400 (0:00:00.388) 0:03:43.246 ******** 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 group with getsubids] *********** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 31 July 2024 21:10:54 -0400 (0:00:00.032) 0:03:43.279 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 31 July 2024 21:10:54 -0400 (0:00:00.029) 0:03:43.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 : Get subuid file] ********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 31 July 2024 21:10:54 -0400 (0:00:00.032) 0:03:43.341 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 31 July 2024 21:10:54 -0400 (0:00:00.029) 0:03:43.371 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 31 July 2024 21:10:54 -0400 (0:00:00.031) 0:03:43.403 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 31 July 2024 21:10:54 -0400 (0:00:00.029) 0:03:43.432 ******** skipping: [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 group not in subgid file] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 31 July 2024 21:10:54 -0400 (0:00:00.031) 0:03:43.464 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 2] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Wednesday 31 July 2024 21:10:54 -0400 (0:00:00.031) 0:03:43.495 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Wednesday 31 July 2024 21:10:54 -0400 (0:00:00.039) 0:03:43.534 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Wednesday 31 July 2024 21:10:54 -0400 (0:00:00.035) 0:03:43.570 ******** ok: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Wednesday 31 July 2024 21:10:54 -0400 (0:00:00.043) 0:03:43.614 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Wednesday 31 July 2024 21:10:54 -0400 (0:00:00.034) 0:03:43.648 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Wednesday 31 July 2024 21:10:54 -0400 (0:00:00.114) 0:03:43.762 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Wednesday 31 July 2024 21:10:56 -0400 (0:00:01.117) 0:03:44.880 ******** ok: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Wednesday 31 July 2024 21:10:56 -0400 (0:00:00.385) 0:03:45.265 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:175 Wednesday 31 July 2024 21:10:56 -0400 (0:00:00.405) 0:03:45.671 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:180 Wednesday 31 July 2024 21:10:57 -0400 (0:00:00.895) 0:03:46.566 ******** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Wednesday 31 July 2024 21:10:57 -0400 (0:00:00.127) 0:03:46.693 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Wednesday 31 July 2024 21:10:57 -0400 (0:00:00.055) 0:03:46.748 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Wednesday 31 July 2024 21:10:57 -0400 (0:00:00.037) 0:03:46.786 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Wednesday 31 July 2024 21:10:58 -0400 (0:00:00.033) 0:03:46.819 ******** 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 platform/version specific variables] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Wednesday 31 July 2024 21:10:58 -0400 (0:00:00.030) 0:03:46.850 ******** ok: [managed_node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Wednesday 31 July 2024 21:10:58 -0400 (0:00:00.070) 0:03:46.921 ******** ok: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Wednesday 31 July 2024 21:10:59 -0400 (0:00:01.657) 0:03:48.578 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Wednesday 31 July 2024 21:10:59 -0400 (0:00:00.106) 0:03:48.685 ******** 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 : Get podman version] ******************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Wednesday 31 July 2024 21:10:59 -0400 (0:00:00.036) 0:03:48.721 ******** ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.031417", "end": "2024-07-31 21:11:00.280308", "rc": 0, "start": "2024-07-31 21:11:00.248891" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Wednesday 31 July 2024 21:11:00 -0400 (0:00:00.418) 0:03:49.140 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:32 Wednesday 31 July 2024 21:11:00 -0400 (0:00:00.036) 0:03:49.176 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:39 Wednesday 31 July 2024 21:11:00 -0400 (0:00:00.030) 0:03:49.206 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:49 Wednesday 31 July 2024 21:11:00 -0400 (0:00:00.034) 0:03:49.241 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Wednesday 31 July 2024 21:11:00 -0400 (0:00:00.037) 0:03:49.279 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 31 July 2024 21:11:00 -0400 (0:00:00.061) 0:03:49.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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 31 July 2024 21:11:00 -0400 (0:00:00.035) 0:03:49.376 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 31 July 2024 21:11:00 -0400 (0:00:00.036) 0:03:49.412 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 31 July 2024 21:11:00 -0400 (0:00:00.042) 0:03:49.455 ******** ok: [managed_node1] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 31 July 2024 21:11:01 -0400 (0:00:00.392) 0:03:49.847 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 31 July 2024 21:11:01 -0400 (0:00:00.039) 0:03:49.887 ******** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722474513.7316563, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1722474474.4946053, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "481438935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 31 July 2024 21:11:01 -0400 (0:00:00.399) 0:03:50.287 ******** 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 group with getsubids] *********** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 31 July 2024 21:11:01 -0400 (0:00:00.030) 0:03:50.318 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 31 July 2024 21:11:01 -0400 (0:00:00.032) 0:03:50.350 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 31 July 2024 21:11:01 -0400 (0:00:00.109) 0:03:50.460 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 31 July 2024 21:11:01 -0400 (0:00:00.031) 0:03:50.492 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 31 July 2024 21:11:01 -0400 (0:00:00.033) 0:03:50.525 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 31 July 2024 21:11:01 -0400 (0:00:00.030) 0:03:50.555 ******** skipping: [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 group not in subgid file] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 31 July 2024 21:11:01 -0400 (0:00:00.032) 0:03:50.588 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:62 Wednesday 31 July 2024 21:11:01 -0400 (0:00:00.030) 0:03:50.619 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:71 Wednesday 31 July 2024 21:11:01 -0400 (0:00:00.043) 0:03:50.662 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Wednesday 31 July 2024 21:11:01 -0400 (0:00:00.062) 0:03:50.724 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Wednesday 31 July 2024 21:11:01 -0400 (0:00:00.033) 0:03:50.757 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:74 Wednesday 31 July 2024 21:11:01 -0400 (0:00:00.034) 0:03:50.792 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Wednesday 31 July 2024 21:11:02 -0400 (0:00:00.063) 0:03:50.855 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Wednesday 31 July 2024 21:11:02 -0400 (0:00:00.034) 0:03:50.889 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:77 Wednesday 31 July 2024 21:11:02 -0400 (0:00:00.032) 0:03:50.922 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Wednesday 31 July 2024 21:11:02 -0400 (0:00:00.064) 0:03:50.986 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Wednesday 31 July 2024 21:11:02 -0400 (0:00:00.033) 0:03:51.020 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Wednesday 31 July 2024 21:11:02 -0400 (0:00:00.030) 0:03:51.051 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Wednesday 31 July 2024 21:11:02 -0400 (0:00:00.150) 0:03:51.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 : Stat the policy.json file] ************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Wednesday 31 July 2024 21:11:02 -0400 (0:00:00.033) 0:03:51.235 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Wednesday 31 July 2024 21:11:02 -0400 (0:00:00.035) 0:03:51.270 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Wednesday 31 July 2024 21:11:02 -0400 (0:00:00.033) 0:03:51.304 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Wednesday 31 July 2024 21:11:02 -0400 (0:00:00.033) 0:03:51.338 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:93 Wednesday 31 July 2024 21:11:02 -0400 (0:00:00.034) 0:03:51.372 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:100 Wednesday 31 July 2024 21:11:02 -0400 (0:00:00.033) 0:03:51.406 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Wednesday 31 July 2024 21:11:02 -0400 (0:00:00.036) 0:03:51.442 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Wednesday 31 July 2024 21:11:02 -0400 (0:00:00.078) 0:03:51.520 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Wednesday 31 July 2024 21:11:02 -0400 (0:00:00.033) 0:03:51.554 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Wednesday 31 July 2024 21:11:02 -0400 (0:00:00.034) 0:03:51.589 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_rootless": true }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Wednesday 31 July 2024 21:11:02 -0400 (0:00:00.036) 0:03:51.625 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 31 July 2024 21:11:02 -0400 (0:00:00.058) 0:03:51.684 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 31 July 2024 21:11:03 -0400 (0:00:00.389) 0:03:52.074 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 31 July 2024 21:11:03 -0400 (0:00:00.035) 0:03:52.109 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 31 July 2024 21:11:03 -0400 (0:00:00.120) 0:03:52.229 ******** ok: [managed_node1] => { "ansible_facts": { "getent_group": { "auth_test_user1": [ "x", "2001", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 31 July 2024 21:11:03 -0400 (0:00:00.390) 0:03:52.620 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group_name": "auth_test_user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 31 July 2024 21:11:03 -0400 (0:00:00.041) 0:03:52.661 ******** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722474513.7316563, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1722474474.4946053, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "481438935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 31 July 2024 21:11:04 -0400 (0:00:00.391) 0:03:53.053 ******** ok: [managed_node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003906", "end": "2024-07-31 21:11:04.585798", "rc": 0, "start": "2024-07-31 21:11:04.581892" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 31 July 2024 21:11:04 -0400 (0:00:00.394) 0:03:53.447 ******** ok: [managed_node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003792", "end": "2024-07-31 21:11:04.984220", "rc": 0, "start": "2024-07-31 21:11:04.980428" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 31 July 2024 21:11:05 -0400 (0:00:00.399) 0:03:53.847 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 31 July 2024 21:11:05 -0400 (0:00:00.048) 0:03:53.895 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 31 July 2024 21:11:05 -0400 (0:00:00.031) 0:03:53.927 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 31 July 2024 21:11:05 -0400 (0:00:00.033) 0:03:53.960 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 31 July 2024 21:11:05 -0400 (0:00:00.031) 0:03:53.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 : Fail if group not in subgid file] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 31 July 2024 21:11:05 -0400 (0:00:00.032) 0:03:54.024 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 2] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Wednesday 31 July 2024 21:11:05 -0400 (0:00:00.031) 0:03:54.055 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Wednesday 31 July 2024 21:11:05 -0400 (0:00:00.040) 0:03:54.096 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Wednesday 31 July 2024 21:11:05 -0400 (0:00:00.035) 0:03:54.132 ******** ok: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Wednesday 31 July 2024 21:11:05 -0400 (0:00:00.046) 0:03:54.178 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Wednesday 31 July 2024 21:11:05 -0400 (0:00:00.400) 0:03:54.578 ******** skipping: [managed_node1] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [managed_node1] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } changed: [managed_node1] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } changed: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.podman : Remove certs.d files] ***************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Wednesday 31 July 2024 21:11:06 -0400 (0:00:00.755) 0:03:55.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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Wednesday 31 July 2024 21:11:06 -0400 (0:00:00.043) 0:03:55.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 : Ensure the certs.d directory is absent if empty] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Wednesday 31 July 2024 21:11:06 -0400 (0:00:00.032) 0:03:55.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 : Handle credential files - present] **** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:113 Wednesday 31 July 2024 21:11:06 -0400 (0:00:00.103) 0:03:55.513 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Wednesday 31 July 2024 21:11:06 -0400 (0:00:00.082) 0:03:55.595 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Wednesday 31 July 2024 21:11:06 -0400 (0:00:00.037) 0:03:55.632 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 31 July 2024 21:11:06 -0400 (0:00:00.056) 0:03:55.689 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 31 July 2024 21:11:06 -0400 (0:00:00.035) 0:03:55.724 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 31 July 2024 21:11:06 -0400 (0:00:00.037) 0:03:55.761 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 31 July 2024 21:11:07 -0400 (0:00:00.045) 0:03:55.807 ******** ok: [managed_node1] => { "ansible_facts": { "getent_group": { "auth_test_user1": [ "x", "2001", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 31 July 2024 21:11:07 -0400 (0:00:00.388) 0:03:56.196 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group_name": "auth_test_user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 31 July 2024 21:11:07 -0400 (0:00:00.045) 0:03:56.241 ******** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722474513.7316563, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1722474474.4946053, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "481438935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 31 July 2024 21:11:07 -0400 (0:00:00.383) 0:03:56.624 ******** ok: [managed_node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003798", "end": "2024-07-31 21:11:08.153145", "rc": 0, "start": "2024-07-31 21:11:08.149347" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 31 July 2024 21:11:08 -0400 (0:00:00.388) 0:03:57.013 ******** ok: [managed_node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003878", "end": "2024-07-31 21:11:08.542590", "rc": 0, "start": "2024-07-31 21:11:08.538712" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 31 July 2024 21:11:08 -0400 (0:00:00.391) 0:03:57.404 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 31 July 2024 21:11:08 -0400 (0:00:00.047) 0:03:57.452 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 31 July 2024 21:11:08 -0400 (0:00:00.031) 0:03:57.483 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 31 July 2024 21:11:08 -0400 (0:00:00.027) 0:03:57.511 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 31 July 2024 21:11:08 -0400 (0:00:00.029) 0:03:57.541 ******** skipping: [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 group not in subgid file] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 31 July 2024 21:11:08 -0400 (0:00:00.031) 0:03:57.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 credential variables] ************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Wednesday 31 July 2024 21:11:08 -0400 (0:00:00.106) 0:03:57.679 ******** ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is present] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Wednesday 31 July 2024 21:11:08 -0400 (0:00:00.091) 0:03:57.771 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Wednesday 31 July 2024 21:11:09 -0400 (0:00:00.396) 0:03:58.167 ******** skipping: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Wednesday 31 July 2024 21:11:09 -0400 (0:00:00.037) 0:03:58.204 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Wednesday 31 July 2024 21:11:10 -0400 (0:00:00.718) 0:03:58.922 ******** skipping: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Wednesday 31 July 2024 21:11:10 -0400 (0:00:00.033) 0:03:58.956 ******** skipping: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Wednesday 31 July 2024 21:11:10 -0400 (0:00:00.031) 0:03:58.987 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Wednesday 31 July 2024 21:11:10 -0400 (0:00:00.031) 0:03:59.018 ******** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Wednesday 31 July 2024 21:11:10 -0400 (0:00:00.029) 0:03:59.048 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Wednesday 31 July 2024 21:11:10 -0400 (0:00:00.082) 0:03:59.131 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Wednesday 31 July 2024 21:11:10 -0400 (0:00:00.041) 0:03:59.172 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Wednesday 31 July 2024 21:11:10 -0400 (0:00:00.041) 0:03:59.213 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Wednesday 31 July 2024 21:11:10 -0400 (0:00:00.037) 0:03:59.251 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 31 July 2024 21:11:10 -0400 (0:00:00.058) 0:03:59.309 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 31 July 2024 21:11:10 -0400 (0:00:00.037) 0:03:59.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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 31 July 2024 21:11:10 -0400 (0:00:00.032) 0:03:59.378 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 31 July 2024 21:11:10 -0400 (0:00:00.111) 0:03:59.489 ******** ok: [managed_node1] => { "ansible_facts": { "getent_group": { "auth_test_user1": [ "x", "2001", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 31 July 2024 21:11:11 -0400 (0:00:00.397) 0:03:59.887 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group_name": "auth_test_user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 31 July 2024 21:11:11 -0400 (0:00:00.041) 0:03:59.928 ******** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722474513.7316563, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1722474474.4946053, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "481438935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 31 July 2024 21:11:11 -0400 (0:00:00.389) 0:04:00.318 ******** ok: [managed_node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003794", "end": "2024-07-31 21:11:11.846622", "rc": 0, "start": "2024-07-31 21:11:11.842828" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 31 July 2024 21:11:11 -0400 (0:00:00.388) 0:04:00.706 ******** ok: [managed_node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003888", "end": "2024-07-31 21:11:12.233383", "rc": 0, "start": "2024-07-31 21:11:12.229495" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 31 July 2024 21:11:12 -0400 (0:00:00.385) 0:04:01.092 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 31 July 2024 21:11:12 -0400 (0:00:00.046) 0:04:01.138 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 31 July 2024 21:11:12 -0400 (0:00:00.031) 0:04:01.170 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 31 July 2024 21:11:12 -0400 (0:00:00.029) 0:04:01.199 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 31 July 2024 21:11:12 -0400 (0:00:00.032) 0:04:01.231 ******** skipping: [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 group not in subgid file] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 31 July 2024 21:11:12 -0400 (0:00:00.030) 0:04:01.261 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Wednesday 31 July 2024 21:11:12 -0400 (0:00:00.030) 0:04:01.291 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Wednesday 31 July 2024 21:11:12 -0400 (0:00:00.029) 0:04:01.321 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Wednesday 31 July 2024 21:11:12 -0400 (0:00:00.047) 0:04:01.369 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Wednesday 31 July 2024 21:11:12 -0400 (0:00:00.035) 0:04:01.404 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Wednesday 31 July 2024 21:11:12 -0400 (0:00:00.032) 0:04:01.437 ******** ok: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Wednesday 31 July 2024 21:11:12 -0400 (0:00:00.038) 0:04:01.475 ******** 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.005925", "end": "2024-07-31 21:11:13.002725", "rc": 0, "start": "2024-07-31 21:11:12.996800" } 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Wednesday 31 July 2024 21:11:13 -0400 (0:00:00.387) 0:04:01.863 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Wednesday 31 July 2024 21:11:13 -0400 (0:00:00.029) 0:04:01.893 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Wednesday 31 July 2024 21:11:13 -0400 (0:00:00.141) 0:04:02.035 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Wednesday 31 July 2024 21:11:13 -0400 (0:00:00.055) 0:04:02.090 ******** changed: [managed_node1] => { "changed": true, "cmd": [ "loginctl", "enable-linger", "auth_test_user1" ], "delta": "0:00:00.021885", "end": "2024-07-31 21:11:13.644672", "rc": 0, "start": "2024-07-31 21:11:13.622787" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Wednesday 31 July 2024 21:11:13 -0400 (0:00:00.442) 0:04:02.532 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Wednesday 31 July 2024 21:11:13 -0400 (0:00:00.038) 0:04:02.571 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Wednesday 31 July 2024 21:11:13 -0400 (0:00:00.033) 0:04:02.604 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Wednesday 31 July 2024 21:11:13 -0400 (0:00:00.030) 0:04:02.635 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Wednesday 31 July 2024 21:11:13 -0400 (0:00:00.030) 0:04:02.666 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53 Wednesday 31 July 2024 21:11:15 -0400 (0:00:01.243) 0:04:03.909 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61 Wednesday 31 July 2024 21:11:15 -0400 (0:00:00.381) 0:04:04.290 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70 Wednesday 31 July 2024 21:11:15 -0400 (0:00:00.393) 0:04:04.684 ******** 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-1722474675.9368212-10727-123456684258677/source", "state": "file", "uid": 2001 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 Wednesday 31 July 2024 21:11:16 -0400 (0:00:00.724) 0:04:05.408 ******** 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: 5b0fc73f8a735e19dec79e36658f15574aadf76e526fac695da05339a7967c39 Container: afbf9835197e8ea47529f929e83a551e9ce35b13321726e017c8a359228aefcd TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:88 Wednesday 31 July 2024 21:11:17 -0400 (0:00:01.350) 0:04:06.758 ******** ok: [managed_node1] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:100 Wednesday 31 July 2024 21:11:18 -0400 (0:00:00.665) 0:04:07.424 ******** 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": "-.mount basic.target network-online.target run-user-2001.mount podman\\x2dkube.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "man:podman-kube-play(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PODMAN_SYSTEMD_UNIT=podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/user/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "inherit", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "basic.target podman\\x2dkube.slice", "RequiresMountsFor": "/run/user/2001/containers /home/auth_test_user1", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-online.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0", "WorkingDirectory": "!/home/auth_test_user1" } } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Wednesday 31 July 2024 21:11:19 -0400 (0:00:00.610) 0:04:08.034 ******** changed: [managed_node1] => { "changed": true, "name": "podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target run-user-2001.mount podman\\x2dkube.slice -.mount network-online.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target default.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "man:podman-kube-play(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PODMAN_SYSTEMD_UNIT=podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/user/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "inherit", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "basic.target podman\\x2dkube.slice", "RequiresMountsFor": "/run/user/2001/containers /home/auth_test_user1", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "default.target", "Wants": "network-online.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0", "WorkingDirectory": "!/home/auth_test_user1" } } TASK [fedora.linux_system_roles.podman : Restart service] ********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:127 Wednesday 31 July 2024 21:11:20 -0400 (0:00:01.381) 0:04:09.415 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:136 Wednesday 31 July 2024 21:11:20 -0400 (0:00:00.034) 0:04:09.450 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Wednesday 31 July 2024 21:11:20 -0400 (0:00:00.163) 0:04:09.613 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Wednesday 31 July 2024 21:11:20 -0400 (0:00:00.041) 0:04:09.655 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Wednesday 31 July 2024 21:11:20 -0400 (0:00:00.041) 0:04:09.696 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Wednesday 31 July 2024 21:11:20 -0400 (0:00:00.031) 0:04:09.728 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Wednesday 31 July 2024 21:11:20 -0400 (0:00:00.044) 0:04:09.773 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 31 July 2024 21:11:21 -0400 (0:00:00.058) 0:04:09.831 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 31 July 2024 21:11:21 -0400 (0:00:00.036) 0:04:09.868 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 31 July 2024 21:11:21 -0400 (0:00:00.031) 0:04:09.900 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 31 July 2024 21:11:21 -0400 (0:00:00.041) 0:04:09.942 ******** ok: [managed_node1] => { "ansible_facts": { "getent_group": { "auth_test_user1": [ "x", "2001", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 31 July 2024 21:11:21 -0400 (0:00:00.504) 0:04:10.446 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group_name": "auth_test_user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 31 July 2024 21:11:21 -0400 (0:00:00.040) 0:04:10.486 ******** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722474513.7316563, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1722474474.4946053, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "481438935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 31 July 2024 21:11:22 -0400 (0:00:00.502) 0:04:10.988 ******** ok: [managed_node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.005789", "end": "2024-07-31 21:11:22.638541", "rc": 0, "start": "2024-07-31 21:11:22.632752" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 31 July 2024 21:11:22 -0400 (0:00:00.516) 0:04:11.505 ******** ok: [managed_node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.010393", "end": "2024-07-31 21:11:23.143442", "rc": 0, "start": "2024-07-31 21:11:23.133049" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 31 July 2024 21:11:23 -0400 (0:00:00.532) 0:04:12.038 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 31 July 2024 21:11:23 -0400 (0:00:00.045) 0:04:12.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 : Get subgid file] ********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 31 July 2024 21:11:23 -0400 (0:00:00.030) 0:04:12.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 user subuid and subgid info] ****** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 31 July 2024 21:11:23 -0400 (0:00:00.032) 0:04:12.146 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 31 July 2024 21:11:23 -0400 (0:00:00.104) 0:04:12.250 ******** skipping: [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 group not in subgid file] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 31 July 2024 21:11:23 -0400 (0:00:00.030) 0:04:12.281 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Wednesday 31 July 2024 21:11:23 -0400 (0:00:00.033) 0:04:12.314 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Wednesday 31 July 2024 21:11:23 -0400 (0:00:00.055) 0:04:12.369 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Wednesday 31 July 2024 21:11:23 -0400 (0:00:00.033) 0:04:12.403 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Wednesday 31 July 2024 21:11:23 -0400 (0:00:00.036) 0:04:12.440 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Wednesday 31 July 2024 21:11:23 -0400 (0:00:00.063) 0:04:12.504 ******** ok: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Wednesday 31 July 2024 21:11:23 -0400 (0:00:00.037) 0:04:12.541 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Wednesday 31 July 2024 21:11:23 -0400 (0:00:00.031) 0:04:12.573 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Wednesday 31 July 2024 21:11:23 -0400 (0:00:00.067) 0:04:12.640 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Wednesday 31 July 2024 21:11:23 -0400 (0:00:00.052) 0:04:12.692 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Wednesday 31 July 2024 21:11:24 -0400 (0:00:00.510) 0:04:13.202 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Wednesday 31 July 2024 21:11:24 -0400 (0:00:00.036) 0:04:13.239 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Wednesday 31 July 2024 21:11:24 -0400 (0:00:00.034) 0:04:13.274 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:18 Wednesday 31 July 2024 21:11:24 -0400 (0:00:00.027) 0:04:13.302 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:39 Wednesday 31 July 2024 21:11:25 -0400 (0:00:01.149) 0:04:14.452 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:48 Wednesday 31 July 2024 21:11:26 -0400 (0:00:00.593) 0:04:15.045 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:58 Wednesday 31 July 2024 21:11:26 -0400 (0:00:00.033) 0:04:15.079 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:70 Wednesday 31 July 2024 21:11:26 -0400 (0:00:00.030) 0:04:15.110 ******** 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-1722474686.3756866-10860-247464580788622/source", "state": "file", "uid": 2001 } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:82 Wednesday 31 July 2024 21:11:27 -0400 (0:00:00.991) 0:04:16.102 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:110 Wednesday 31 July 2024 21:11:27 -0400 (0:00:00.034) 0:04:16.136 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:125 Wednesday 31 July 2024 21:11:27 -0400 (0:00:00.035) 0:04:16.172 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:143 Wednesday 31 July 2024 21:11:27 -0400 (0:00:00.038) 0:04:16.210 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:149 Wednesday 31 July 2024 21:11:27 -0400 (0:00:00.028) 0:04:16.239 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Wednesday 31 July 2024 21:11:27 -0400 (0:00:00.091) 0:04:16.330 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Wednesday 31 July 2024 21:11:27 -0400 (0:00:00.033) 0:04:16.364 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 31 July 2024 21:11:27 -0400 (0:00:00.055) 0:04:16.420 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 31 July 2024 21:11:27 -0400 (0:00:00.035) 0:04:16.456 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 31 July 2024 21:11:27 -0400 (0:00:00.032) 0:04:16.489 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 31 July 2024 21:11:27 -0400 (0:00:00.044) 0:04:16.533 ******** ok: [managed_node1] => { "ansible_facts": { "getent_group": { "auth_test_user1": [ "x", "2001", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 31 July 2024 21:11:28 -0400 (0:00:00.532) 0:04:17.066 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group_name": "auth_test_user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 31 July 2024 21:11:28 -0400 (0:00:00.044) 0:04:17.111 ******** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722474513.7316563, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1722474474.4946053, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "481438935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 31 July 2024 21:11:28 -0400 (0:00:00.509) 0:04:17.620 ******** ok: [managed_node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.004968", "end": "2024-07-31 21:11:29.283363", "rc": 0, "start": "2024-07-31 21:11:29.278395" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 31 July 2024 21:11:29 -0400 (0:00:00.623) 0:04:18.244 ******** ok: [managed_node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003799", "end": "2024-07-31 21:11:29.883852", "rc": 0, "start": "2024-07-31 21:11:29.880053" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 31 July 2024 21:11:29 -0400 (0:00:00.516) 0:04:18.760 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 31 July 2024 21:11:30 -0400 (0:00:00.051) 0:04:18.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 : Get subgid file] ********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 31 July 2024 21:11:30 -0400 (0:00:00.034) 0:04:18.846 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 31 July 2024 21:11:30 -0400 (0:00:00.032) 0:04:18.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 subuid file] ****** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 31 July 2024 21:11:30 -0400 (0:00:00.035) 0:04:18.915 ******** skipping: [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 group not in subgid file] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 31 July 2024 21:11:30 -0400 (0:00:00.031) 0:04:18.946 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Wednesday 31 July 2024 21:11:30 -0400 (0:00:00.032) 0:04:18.979 ******** ok: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Wednesday 31 July 2024 21:11:30 -0400 (0:00:00.088) 0:04:19.068 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Wednesday 31 July 2024 21:11:30 -0400 (0:00:00.032) 0:04:19.101 ******** skipping: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Wednesday 31 July 2024 21:11:30 -0400 (0:00:00.032) 0:04:19.133 ******** skipping: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Wednesday 31 July 2024 21:11:30 -0400 (0:00:00.033) 0:04:19.167 ******** skipping: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Wednesday 31 July 2024 21:11:30 -0400 (0:00:00.031) 0:04:19.198 ******** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is absent if empty] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Wednesday 31 July 2024 21:11:30 -0400 (0:00:00.033) 0:04:19.232 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:158 Wednesday 31 July 2024 21:11:30 -0400 (0:00:00.031) 0:04:19.263 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Wednesday 31 July 2024 21:11:30 -0400 (0:00:00.097) 0:04:19.361 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Wednesday 31 July 2024 21:11:30 -0400 (0:00:00.030) 0:04:19.392 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Wednesday 31 July 2024 21:11:30 -0400 (0:00:00.113) 0:04:19.506 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_rootless": true }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Wednesday 31 July 2024 21:11:30 -0400 (0:00:00.034) 0:04:19.540 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 31 July 2024 21:11:30 -0400 (0:00:00.059) 0:04:19.600 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 31 July 2024 21:11:30 -0400 (0:00:00.036) 0:04:19.636 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 31 July 2024 21:11:30 -0400 (0:00:00.034) 0:04:19.671 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 31 July 2024 21:11:30 -0400 (0:00:00.043) 0:04:19.714 ******** ok: [managed_node1] => { "ansible_facts": { "getent_group": { "auth_test_user1": [ "x", "2001", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 31 July 2024 21:11:31 -0400 (0:00:00.519) 0:04:20.234 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group_name": "auth_test_user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 31 July 2024 21:11:31 -0400 (0:00:00.042) 0:04:20.276 ******** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722474513.7316563, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1722474474.4946053, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "481438935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 31 July 2024 21:11:32 -0400 (0:00:00.529) 0:04:20.806 ******** ok: [managed_node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.005637", "end": "2024-07-31 21:11:32.468141", "rc": 0, "start": "2024-07-31 21:11:32.462504" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 31 July 2024 21:11:32 -0400 (0:00:00.531) 0:04:21.337 ******** ok: [managed_node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.005028", "end": "2024-07-31 21:11:32.970907", "rc": 0, "start": "2024-07-31 21:11:32.965879" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 31 July 2024 21:11:33 -0400 (0:00:00.511) 0:04:21.849 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 31 July 2024 21:11:33 -0400 (0:00:00.048) 0:04:21.897 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 31 July 2024 21:11:33 -0400 (0:00:00.029) 0:04:21.927 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 31 July 2024 21:11:33 -0400 (0:00:00.029) 0:04:21.956 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 31 July 2024 21:11:33 -0400 (0:00:00.032) 0:04:21.989 ******** skipping: [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 group not in subgid file] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 31 July 2024 21:11:33 -0400 (0:00:00.028) 0:04:22.018 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 2] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Wednesday 31 July 2024 21:11:33 -0400 (0:00:00.032) 0:04:22.050 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Wednesday 31 July 2024 21:11:33 -0400 (0:00:00.038) 0:04:22.088 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Wednesday 31 July 2024 21:11:33 -0400 (0:00:00.109) 0:04:22.198 ******** ok: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Wednesday 31 July 2024 21:11:33 -0400 (0:00:00.046) 0:04:22.245 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Wednesday 31 July 2024 21:11:33 -0400 (0:00:00.036) 0:04:22.282 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Wednesday 31 July 2024 21:11:33 -0400 (0:00:00.046) 0:04:22.329 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Wednesday 31 July 2024 21:11:33 -0400 (0:00:00.041) 0:04:22.371 ******** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the certs.d directory is absent if empty] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Wednesday 31 July 2024 21:11:33 -0400 (0:00:00.036) 0:04:22.407 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:208 Wednesday 31 July 2024 21:11:33 -0400 (0:00:00.049) 0:04:22.457 ******** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Wednesday 31 July 2024 21:11:33 -0400 (0:00:00.072) 0:04:22.530 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Wednesday 31 July 2024 21:11:33 -0400 (0:00:00.056) 0:04:22.586 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Wednesday 31 July 2024 21:11:33 -0400 (0:00:00.039) 0:04:22.626 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Wednesday 31 July 2024 21:11:33 -0400 (0:00:00.031) 0:04:22.657 ******** 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 platform/version specific variables] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Wednesday 31 July 2024 21:11:33 -0400 (0:00:00.032) 0:04:22.689 ******** ok: [managed_node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Wednesday 31 July 2024 21:11:33 -0400 (0:00:00.074) 0:04:22.764 ******** ok: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Wednesday 31 July 2024 21:11:36 -0400 (0:00:02.318) 0:04:25.083 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Wednesday 31 July 2024 21:11:36 -0400 (0:00:00.031) 0:04:25.114 ******** 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 : Get podman version] ******************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Wednesday 31 July 2024 21:11:36 -0400 (0:00:00.035) 0:04:25.149 ******** ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.042647", "end": "2024-07-31 21:11:36.817558", "rc": 0, "start": "2024-07-31 21:11:36.774911" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Wednesday 31 July 2024 21:11:36 -0400 (0:00:00.536) 0:04:25.686 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:32 Wednesday 31 July 2024 21:11:36 -0400 (0:00:00.034) 0:04:25.721 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:39 Wednesday 31 July 2024 21:11:36 -0400 (0:00:00.029) 0:04:25.751 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:49 Wednesday 31 July 2024 21:11:36 -0400 (0:00:00.035) 0:04:25.786 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Wednesday 31 July 2024 21:11:37 -0400 (0:00:00.036) 0:04:25.823 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 31 July 2024 21:11:37 -0400 (0:00:00.064) 0:04:25.887 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 31 July 2024 21:11:37 -0400 (0:00:00.510) 0:04:26.398 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 31 July 2024 21:11:37 -0400 (0:00:00.035) 0:04:26.434 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 31 July 2024 21:11:37 -0400 (0:00:00.046) 0:04:26.480 ******** ok: [managed_node1] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 31 July 2024 21:11:38 -0400 (0:00:00.507) 0:04:26.988 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 31 July 2024 21:11:38 -0400 (0:00:00.042) 0:04:27.030 ******** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722474513.7316563, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1722474474.4946053, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "481438935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 31 July 2024 21:11:38 -0400 (0:00:00.521) 0:04:27.551 ******** 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 group with getsubids] *********** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 31 July 2024 21:11:38 -0400 (0:00:00.030) 0:04:27.582 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 31 July 2024 21:11:38 -0400 (0:00:00.121) 0:04:27.703 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 31 July 2024 21:11:38 -0400 (0:00:00.032) 0:04:27.735 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 31 July 2024 21:11:38 -0400 (0:00:00.031) 0:04:27.766 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 31 July 2024 21:11:39 -0400 (0:00:00.034) 0:04:27.801 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 31 July 2024 21:11:39 -0400 (0:00:00.029) 0:04:27.830 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 31 July 2024 21:11:39 -0400 (0:00:00.031) 0:04:27.862 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:62 Wednesday 31 July 2024 21:11:39 -0400 (0:00:00.028) 0:04:27.891 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:71 Wednesday 31 July 2024 21:11:39 -0400 (0:00:00.041) 0:04:27.932 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Wednesday 31 July 2024 21:11:39 -0400 (0:00:00.062) 0:04:27.994 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Wednesday 31 July 2024 21:11:39 -0400 (0:00:00.035) 0:04:28.030 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:74 Wednesday 31 July 2024 21:11:39 -0400 (0:00:00.030) 0:04:28.061 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Wednesday 31 July 2024 21:11:39 -0400 (0:00:00.062) 0:04:28.123 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Wednesday 31 July 2024 21:11:39 -0400 (0:00:00.032) 0:04:28.156 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:77 Wednesday 31 July 2024 21:11:39 -0400 (0:00:00.031) 0:04:28.187 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Wednesday 31 July 2024 21:11:39 -0400 (0:00:00.063) 0:04:28.251 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Wednesday 31 July 2024 21:11:39 -0400 (0:00:00.112) 0:04:28.364 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Wednesday 31 July 2024 21:11:39 -0400 (0:00:00.033) 0:04:28.398 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Wednesday 31 July 2024 21:11:39 -0400 (0:00:00.068) 0:04:28.466 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Wednesday 31 July 2024 21:11:39 -0400 (0:00:00.033) 0:04:28.500 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Wednesday 31 July 2024 21:11:39 -0400 (0:00:00.036) 0:04:28.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 : Write new policy.json file] *********** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Wednesday 31 July 2024 21:11:39 -0400 (0:00:00.033) 0:04:28.570 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Wednesday 31 July 2024 21:11:39 -0400 (0:00:00.032) 0:04:28.602 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:93 Wednesday 31 July 2024 21:11:39 -0400 (0:00:00.033) 0:04:28.636 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:100 Wednesday 31 July 2024 21:11:39 -0400 (0:00:00.031) 0:04:28.667 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Wednesday 31 July 2024 21:11:39 -0400 (0:00:00.031) 0:04:28.699 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Wednesday 31 July 2024 21:11:39 -0400 (0:00:00.079) 0:04:28.778 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Wednesday 31 July 2024 21:11:40 -0400 (0:00:00.034) 0:04:28.812 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Wednesday 31 July 2024 21:11:40 -0400 (0:00:00.035) 0:04:28.847 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Wednesday 31 July 2024 21:11:40 -0400 (0:00:00.036) 0:04:28.884 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 31 July 2024 21:11:40 -0400 (0:00:00.058) 0:04:28.942 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 31 July 2024 21:11:40 -0400 (0:00:00.034) 0:04:28.977 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 31 July 2024 21:11:40 -0400 (0:00:00.113) 0:04:29.091 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 31 July 2024 21:11:40 -0400 (0:00:00.047) 0:04:29.138 ******** ok: [managed_node1] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 31 July 2024 21:11:40 -0400 (0:00:00.527) 0:04:29.665 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 31 July 2024 21:11:40 -0400 (0:00:00.044) 0:04:29.709 ******** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722474513.7316563, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1722474474.4946053, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "481438935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 31 July 2024 21:11:41 -0400 (0:00:00.505) 0:04:30.214 ******** 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 group with getsubids] *********** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 31 July 2024 21:11:41 -0400 (0:00:00.033) 0:04:30.248 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 31 July 2024 21:11:41 -0400 (0:00:00.029) 0:04:30.278 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 31 July 2024 21:11:41 -0400 (0:00:00.032) 0:04:30.310 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 31 July 2024 21:11:41 -0400 (0:00:00.031) 0:04:30.341 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 31 July 2024 21:11:41 -0400 (0:00:00.031) 0:04:30.373 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 31 July 2024 21:11:41 -0400 (0:00:00.031) 0:04:30.404 ******** skipping: [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 group not in subgid file] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 31 July 2024 21:11:41 -0400 (0:00:00.031) 0:04:30.436 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Wednesday 31 July 2024 21:11:41 -0400 (0:00:00.030) 0:04:30.466 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Wednesday 31 July 2024 21:11:41 -0400 (0:00:00.039) 0:04:30.506 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Wednesday 31 July 2024 21:11:41 -0400 (0:00:00.032) 0:04:30.539 ******** ok: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Wednesday 31 July 2024 21:11:41 -0400 (0:00:00.045) 0:04:30.584 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Wednesday 31 July 2024 21:11:41 -0400 (0:00:00.032) 0:04:30.616 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Wednesday 31 July 2024 21:11:41 -0400 (0:00:00.041) 0:04:30.658 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Wednesday 31 July 2024 21:11:41 -0400 (0:00:00.043) 0:04:30.702 ******** skipping: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Wednesday 31 July 2024 21:11:42 -0400 (0:00:00.101) 0:04:30.804 ******** skipping: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:113 Wednesday 31 July 2024 21:11:42 -0400 (0:00:00.034) 0:04:30.839 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Wednesday 31 July 2024 21:11:42 -0400 (0:00:00.082) 0:04:30.921 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Wednesday 31 July 2024 21:11:42 -0400 (0:00:00.034) 0:04:30.956 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 31 July 2024 21:11:42 -0400 (0:00:00.056) 0:04:31.012 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 31 July 2024 21:11:42 -0400 (0:00:00.036) 0:04:31.049 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 31 July 2024 21:11:42 -0400 (0:00:00.037) 0:04:31.086 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 31 July 2024 21:11:42 -0400 (0:00:00.043) 0:04:31.129 ******** ok: [managed_node1] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 31 July 2024 21:11:42 -0400 (0:00:00.527) 0:04:31.657 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 31 July 2024 21:11:42 -0400 (0:00:00.042) 0:04:31.699 ******** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722474513.7316563, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1722474474.4946053, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "481438935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 31 July 2024 21:11:43 -0400 (0:00:00.512) 0:04:32.211 ******** 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 group with getsubids] *********** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 31 July 2024 21:11:43 -0400 (0:00:00.032) 0:04:32.244 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 31 July 2024 21:11:43 -0400 (0:00:00.030) 0:04:32.274 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 31 July 2024 21:11:43 -0400 (0:00:00.034) 0:04:32.309 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 31 July 2024 21:11:43 -0400 (0:00:00.030) 0:04:32.340 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 31 July 2024 21:11:43 -0400 (0:00:00.030) 0:04:32.370 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 31 July 2024 21:11:43 -0400 (0:00:00.119) 0:04:32.490 ******** skipping: [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 group not in subgid file] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 31 July 2024 21:11:43 -0400 (0:00:00.030) 0:04:32.520 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Wednesday 31 July 2024 21:11:43 -0400 (0:00:00.033) 0:04:32.554 ******** ok: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Wednesday 31 July 2024 21:11:43 -0400 (0:00:00.046) 0:04:32.601 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Wednesday 31 July 2024 21:11:43 -0400 (0:00:00.032) 0:04:32.634 ******** skipping: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Wednesday 31 July 2024 21:11:43 -0400 (0:00:00.035) 0:04:32.669 ******** skipping: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Wednesday 31 July 2024 21:11:43 -0400 (0:00:00.033) 0:04:32.703 ******** skipping: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Wednesday 31 July 2024 21:11:43 -0400 (0:00:00.034) 0:04:32.737 ******** skipping: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Wednesday 31 July 2024 21:11:43 -0400 (0:00:00.035) 0:04:32.773 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Wednesday 31 July 2024 21:11:44 -0400 (0:00:00.033) 0:04:32.806 ******** skipping: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Wednesday 31 July 2024 21:11:44 -0400 (0:00:00.031) 0:04:32.837 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Wednesday 31 July 2024 21:11:44 -0400 (0:00:00.092) 0:04:32.930 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Wednesday 31 July 2024 21:11:44 -0400 (0:00:00.043) 0:04:32.973 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Wednesday 31 July 2024 21:11:44 -0400 (0:00:00.044) 0:04:33.017 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Wednesday 31 July 2024 21:11:44 -0400 (0:00:00.033) 0:04:33.051 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 31 July 2024 21:11:44 -0400 (0:00:00.056) 0:04:33.108 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 31 July 2024 21:11:44 -0400 (0:00:00.034) 0:04:33.142 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 31 July 2024 21:11:44 -0400 (0:00:00.205) 0:04:33.348 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 31 July 2024 21:11:44 -0400 (0:00:00.048) 0:04:33.397 ******** ok: [managed_node1] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 31 July 2024 21:11:45 -0400 (0:00:00.514) 0:04:33.911 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 31 July 2024 21:11:45 -0400 (0:00:00.043) 0:04:33.955 ******** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722474513.7316563, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1722474474.4946053, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "481438935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 31 July 2024 21:11:45 -0400 (0:00:00.510) 0:04:34.466 ******** 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 group with getsubids] *********** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 31 July 2024 21:11:45 -0400 (0:00:00.031) 0:04:34.497 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 31 July 2024 21:11:45 -0400 (0:00:00.031) 0:04:34.528 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 31 July 2024 21:11:45 -0400 (0:00:00.028) 0:04:34.557 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 31 July 2024 21:11:45 -0400 (0:00:00.034) 0:04:34.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 : Set user subuid and subgid info] ****** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 31 July 2024 21:11:45 -0400 (0:00:00.032) 0:04:34.623 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 31 July 2024 21:11:45 -0400 (0:00:00.031) 0:04:34.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 group not in subgid file] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 31 July 2024 21:11:45 -0400 (0:00:00.031) 0:04:34.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 no kube spec is given] ******** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Wednesday 31 July 2024 21:11:45 -0400 (0:00:00.030) 0:04:34.717 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Wednesday 31 July 2024 21:11:45 -0400 (0:00:00.031) 0:04:34.749 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Wednesday 31 July 2024 21:11:45 -0400 (0:00:00.044) 0:04:34.794 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Wednesday 31 July 2024 21:11:46 -0400 (0:00:00.034) 0:04:34.829 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Wednesday 31 July 2024 21:11:46 -0400 (0:00:00.034) 0:04:34.863 ******** ok: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Wednesday 31 July 2024 21:11:46 -0400 (0:00:00.037) 0:04:34.901 ******** 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.006584", "end": "2024-07-31 21:11:46.538265", "rc": 0, "start": "2024-07-31 21:11:46.531681" } 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Wednesday 31 July 2024 21:11:46 -0400 (0:00:00.524) 0:04:35.426 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Wednesday 31 July 2024 21:11:46 -0400 (0:00:00.153) 0:04:35.579 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Wednesday 31 July 2024 21:11:46 -0400 (0:00:00.033) 0:04:35.613 ******** 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": "system-podman\\x2dkube.slice systemd-journald.socket network-online.target -.mount basic.target 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": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system-podman\\x2dkube.slice sysinit.target -.mount", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-online.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.podman : Check if kube file exists] ************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:28 Wednesday 31 July 2024 21:11:47 -0400 (0:00:00.726) 0:04:36.339 ******** ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Remove pod/containers] **************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:33 Wednesday 31 July 2024 21:11:48 -0400 (0:00:00.500) 0:04:36.840 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:44 Wednesday 31 July 2024 21:11:48 -0400 (0:00:00.034) 0:04:36.874 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:49 Wednesday 31 July 2024 21:11:48 -0400 (0:00:00.543) 0:04:37.418 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:58 Wednesday 31 July 2024 21:11:48 -0400 (0:00:00.034) 0:04:37.453 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Wednesday 31 July 2024 21:11:48 -0400 (0:00:00.052) 0:04:37.505 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Wednesday 31 July 2024 21:11:48 -0400 (0:00:00.030) 0:04:37.535 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Wednesday 31 July 2024 21:11:48 -0400 (0:00:00.032) 0:04:37.568 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Wednesday 31 July 2024 21:11:48 -0400 (0:00:00.029) 0:04:37.598 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:136 Wednesday 31 July 2024 21:11:48 -0400 (0:00:00.031) 0:04:37.630 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Wednesday 31 July 2024 21:11:48 -0400 (0:00:00.093) 0:04:37.724 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Wednesday 31 July 2024 21:11:48 -0400 (0:00:00.045) 0:04:37.769 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Wednesday 31 July 2024 21:11:49 -0400 (0:00:00.039) 0:04:37.809 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Wednesday 31 July 2024 21:11:49 -0400 (0:00:00.106) 0:04:37.916 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Wednesday 31 July 2024 21:11:49 -0400 (0:00:00.049) 0:04:37.965 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 31 July 2024 21:11:49 -0400 (0:00:00.061) 0:04:38.026 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 31 July 2024 21:11:49 -0400 (0:00:00.037) 0:04:38.064 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 31 July 2024 21:11:49 -0400 (0:00:00.035) 0:04:38.099 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 31 July 2024 21:11:49 -0400 (0:00:00.044) 0:04:38.144 ******** ok: [managed_node1] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 31 July 2024 21:11:49 -0400 (0:00:00.512) 0:04:38.656 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 31 July 2024 21:11:49 -0400 (0:00:00.042) 0:04:38.698 ******** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722474513.7316563, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1722474474.4946053, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "481438935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 31 July 2024 21:11:50 -0400 (0:00:00.506) 0:04:39.205 ******** 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 group with getsubids] *********** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 31 July 2024 21:11:50 -0400 (0:00:00.031) 0:04:39.237 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 31 July 2024 21:11:50 -0400 (0:00:00.029) 0:04:39.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 : Get subuid file] ********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 31 July 2024 21:11:50 -0400 (0:00:00.029) 0:04:39.296 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 31 July 2024 21:11:50 -0400 (0:00:00.029) 0:04:39.326 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 31 July 2024 21:11:50 -0400 (0:00:00.027) 0:04:39.353 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 31 July 2024 21:11:50 -0400 (0:00:00.030) 0:04:39.384 ******** skipping: [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 group not in subgid file] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 31 July 2024 21:11:50 -0400 (0:00:00.027) 0:04:39.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 per-container variables part 3] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Wednesday 31 July 2024 21:11:50 -0400 (0:00:00.031) 0:04:39.443 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Wednesday 31 July 2024 21:11:50 -0400 (0:00:00.053) 0:04:39.497 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Wednesday 31 July 2024 21:11:50 -0400 (0:00:00.108) 0:04:39.605 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Wednesday 31 July 2024 21:11:50 -0400 (0:00:00.031) 0:04:39.636 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Wednesday 31 July 2024 21:11:50 -0400 (0:00:00.065) 0:04:39.701 ******** ok: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Wednesday 31 July 2024 21:11:50 -0400 (0:00:00.040) 0:04:39.742 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Wednesday 31 July 2024 21:11:51 -0400 (0:00:00.074) 0:04:39.816 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 Wednesday 31 July 2024 21:11:51 -0400 (0:00:00.032) 0:04:39.849 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:33 Wednesday 31 July 2024 21:11:51 -0400 (0:00:00.716) 0:04:40.565 ******** ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Parse quadlet file] ******************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:38 Wednesday 31 July 2024 21:11:52 -0400 (0:00:00.501) 0:04:41.066 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:42 Wednesday 31 July 2024 21:11:52 -0400 (0:00:00.030) 0:04:41.096 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:48 Wednesday 31 July 2024 21:11:52 -0400 (0:00:00.548) 0:04:41.644 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:58 Wednesday 31 July 2024 21:11:52 -0400 (0:00:00.033) 0:04:41.678 ******** skipping: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:95 Wednesday 31 July 2024 21:11:52 -0400 (0:00:00.032) 0:04:41.711 ******** skipping: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:112 Wednesday 31 July 2024 21:11:52 -0400 (0:00:00.043) 0:04:41.754 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:116 Wednesday 31 July 2024 21:11:52 -0400 (0:00:00.033) 0:04:41.788 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:127 Wednesday 31 July 2024 21:11:53 -0400 (0:00:00.032) 0:04:41.821 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Wednesday 31 July 2024 21:11:53 -0400 (0:00:00.053) 0:04:41.874 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Wednesday 31 July 2024 21:11:53 -0400 (0:00:00.109) 0:04:41.983 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Wednesday 31 July 2024 21:11:53 -0400 (0:00:00.032) 0:04:42.015 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:137 Wednesday 31 July 2024 21:11:53 -0400 (0:00:00.031) 0:04:42.047 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:146 Wednesday 31 July 2024 21:11:53 -0400 (0:00:00.034) 0:04:42.081 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:155 Wednesday 31 July 2024 21:11:53 -0400 (0:00:00.033) 0:04:42.115 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_test_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : For testing and debugging - networks] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:164 Wednesday 31 July 2024 21:11:53 -0400 (0:00:00.035) 0:04:42.150 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:173 Wednesday 31 July 2024 21:11:53 -0400 (0:00:00.035) 0:04:42.186 ******** skipping: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:183 Wednesday 31 July 2024 21:11:53 -0400 (0:00:00.034) 0:04:42.220 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Wednesday 31 July 2024 21:11:53 -0400 (0:00:00.035) 0:04:42.256 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:143 Wednesday 31 July 2024 21:11:53 -0400 (0:00:00.030) 0:04:42.287 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:149 Wednesday 31 July 2024 21:11:53 -0400 (0:00:00.029) 0:04:42.317 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Wednesday 31 July 2024 21:11:53 -0400 (0:00:00.095) 0:04:42.413 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Wednesday 31 July 2024 21:11:53 -0400 (0:00:00.038) 0:04:42.451 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 31 July 2024 21:11:53 -0400 (0:00:00.058) 0:04:42.509 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 31 July 2024 21:11:53 -0400 (0:00:00.037) 0:04:42.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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 31 July 2024 21:11:53 -0400 (0:00:00.036) 0:04:42.584 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 31 July 2024 21:11:53 -0400 (0:00:00.047) 0:04:42.631 ******** ok: [managed_node1] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 31 July 2024 21:11:54 -0400 (0:00:00.597) 0:04:43.229 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 31 July 2024 21:11:54 -0400 (0:00:00.045) 0:04:43.274 ******** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722474513.7316563, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1722474474.4946053, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "481438935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 31 July 2024 21:11:54 -0400 (0:00:00.514) 0:04:43.789 ******** 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 group with getsubids] *********** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 31 July 2024 21:11:55 -0400 (0:00:00.032) 0:04:43.821 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 31 July 2024 21:11:55 -0400 (0:00:00.030) 0:04:43.851 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 31 July 2024 21:11:55 -0400 (0:00:00.033) 0:04:43.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 : Get subgid file] ********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 31 July 2024 21:11:55 -0400 (0:00:00.029) 0:04:43.914 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 31 July 2024 21:11:55 -0400 (0:00:00.032) 0:04:43.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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 31 July 2024 21:11:55 -0400 (0:00:00.030) 0:04:43.977 ******** skipping: [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 group not in subgid file] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 31 July 2024 21:11:55 -0400 (0:00:00.030) 0:04:44.008 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Wednesday 31 July 2024 21:11:55 -0400 (0:00:00.030) 0:04:44.039 ******** ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is present] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Wednesday 31 July 2024 21:11:55 -0400 (0:00:00.045) 0:04:44.084 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Wednesday 31 July 2024 21:11:55 -0400 (0:00:00.033) 0:04:44.118 ******** skipping: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Wednesday 31 July 2024 21:11:55 -0400 (0:00:00.030) 0:04:44.148 ******** skipping: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Wednesday 31 July 2024 21:11:55 -0400 (0:00:00.032) 0:04:44.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 : Find files in credentials directory] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Wednesday 31 July 2024 21:11:55 -0400 (0:00:00.516) 0:04:44.697 ******** ok: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Wednesday 31 July 2024 21:11:56 -0400 (0:00:00.502) 0:04:45.200 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:158 Wednesday 31 July 2024 21:11:56 -0400 (0:00:00.518) 0:04:45.718 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Wednesday 31 July 2024 21:11:57 -0400 (0:00:00.181) 0:04:45.900 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Wednesday 31 July 2024 21:11:57 -0400 (0:00:00.033) 0:04:45.933 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Wednesday 31 July 2024 21:11:57 -0400 (0:00:00.036) 0:04:45.969 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Wednesday 31 July 2024 21:11:57 -0400 (0:00:00.033) 0:04:46.003 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 31 July 2024 21:11:57 -0400 (0:00:00.059) 0:04:46.063 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 31 July 2024 21:11:57 -0400 (0:00:00.038) 0:04:46.101 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 31 July 2024 21:11:57 -0400 (0:00:00.034) 0:04:46.135 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 31 July 2024 21:11:57 -0400 (0:00:00.046) 0:04:46.182 ******** ok: [managed_node1] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 31 July 2024 21:11:57 -0400 (0:00:00.515) 0:04:46.697 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 31 July 2024 21:11:57 -0400 (0:00:00.040) 0:04:46.738 ******** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722474513.7316563, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1722474474.4946053, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "481438935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 31 July 2024 21:11:58 -0400 (0:00:00.520) 0:04:47.258 ******** 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 group with getsubids] *********** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 31 July 2024 21:11:58 -0400 (0:00:00.032) 0:04:47.291 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 31 July 2024 21:11:58 -0400 (0:00:00.031) 0:04:47.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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 31 July 2024 21:11:58 -0400 (0:00:00.032) 0:04:47.355 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 31 July 2024 21:11:58 -0400 (0:00:00.028) 0:04:47.384 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 31 July 2024 21:11:58 -0400 (0:00:00.031) 0:04:47.415 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 31 July 2024 21:11:58 -0400 (0:00:00.028) 0:04: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 : Fail if group not in subgid file] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 31 July 2024 21:11:58 -0400 (0:00:00.119) 0:04:47.563 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Wednesday 31 July 2024 21:11:58 -0400 (0:00:00.032) 0:04:47.595 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Wednesday 31 July 2024 21:11:58 -0400 (0:00:00.038) 0:04:47.634 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Wednesday 31 July 2024 21:11:58 -0400 (0:00:00.036) 0:04:47.670 ******** ok: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Wednesday 31 July 2024 21:11:58 -0400 (0:00:00.046) 0:04:47.717 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Wednesday 31 July 2024 21:11:58 -0400 (0:00:00.033) 0:04:47.750 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Wednesday 31 July 2024 21:11:59 -0400 (0:00:00.044) 0:04:47.794 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Wednesday 31 July 2024 21:12:00 -0400 (0:00:01.505) 0:04:49.300 ******** ok: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Wednesday 31 July 2024 21:12:01 -0400 (0:00:00.523) 0:04:49.824 ******** ok: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:228 Wednesday 31 July 2024 21:12:01 -0400 (0:00:00.555) 0:04:50.380 ******** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Wednesday 31 July 2024 21:12:01 -0400 (0:00:00.072) 0:04:50.453 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Wednesday 31 July 2024 21:12:01 -0400 (0:00:00.060) 0:04:50.513 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Wednesday 31 July 2024 21:12:01 -0400 (0:00:00.042) 0:04:50.556 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Wednesday 31 July 2024 21:12:01 -0400 (0:00:00.035) 0:04:50.591 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Wednesday 31 July 2024 21:12:01 -0400 (0:00:00.031) 0:04:50.623 ******** ok: [managed_node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Wednesday 31 July 2024 21:12:02 -0400 (0:00:00.172) 0:04:50.795 ******** ok: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Wednesday 31 July 2024 21:12:04 -0400 (0:00:02.235) 0:04:53.031 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Wednesday 31 July 2024 21:12:04 -0400 (0:00:00.035) 0:04:53.066 ******** 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 : Get podman version] ******************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Wednesday 31 July 2024 21:12:04 -0400 (0:00:00.039) 0:04:53.105 ******** ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.038320", "end": "2024-07-31 21:12:04.791234", "rc": 0, "start": "2024-07-31 21:12:04.752914" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Wednesday 31 July 2024 21:12:04 -0400 (0:00:00.563) 0:04:53.669 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:32 Wednesday 31 July 2024 21:12:04 -0400 (0:00:00.035) 0:04:53.704 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:39 Wednesday 31 July 2024 21:12:04 -0400 (0:00:00.031) 0:04:53.736 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:49 Wednesday 31 July 2024 21:12:04 -0400 (0:00:00.039) 0:04:53.775 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Wednesday 31 July 2024 21:12:05 -0400 (0:00:00.037) 0:04:53.813 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 31 July 2024 21:12:05 -0400 (0:00:00.063) 0:04:53.877 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 31 July 2024 21:12:05 -0400 (0:00:00.512) 0:04:54.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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 31 July 2024 21:12:05 -0400 (0:00:00.037) 0:04:54.428 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 31 July 2024 21:12:05 -0400 (0:00:00.044) 0:04:54.472 ******** ok: [managed_node1] => { "ansible_facts": { "getent_group": { "auth_test_user1": [ "x", "2001", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 31 July 2024 21:12:06 -0400 (0:00:00.539) 0:04:55.011 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group_name": "auth_test_user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 31 July 2024 21:12:06 -0400 (0:00:00.128) 0:04:55.140 ******** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722474513.7316563, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1722474474.4946053, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "481438935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 31 July 2024 21:12:06 -0400 (0:00:00.533) 0:04:55.673 ******** ok: [managed_node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.004088", "end": "2024-07-31 21:12:07.305317", "rc": 0, "start": "2024-07-31 21:12:07.301229" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 31 July 2024 21:12:07 -0400 (0:00:00.512) 0:04:56.185 ******** ok: [managed_node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.005832", "end": "2024-07-31 21:12:07.827202", "rc": 0, "start": "2024-07-31 21:12:07.821370" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 31 July 2024 21:12:07 -0400 (0:00:00.513) 0:04:56.699 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 31 July 2024 21:12:07 -0400 (0:00:00.047) 0:04:56.746 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 31 July 2024 21:12:07 -0400 (0:00:00.032) 0:04:56.779 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 31 July 2024 21:12:08 -0400 (0:00:00.029) 0:04:56.808 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 31 July 2024 21:12:08 -0400 (0:00:00.032) 0:04:56.841 ******** skipping: [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 group not in subgid file] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 31 July 2024 21:12:08 -0400 (0:00:00.030) 0:04:56.872 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:62 Wednesday 31 July 2024 21:12:08 -0400 (0:00:00.029) 0:04:56.902 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:71 Wednesday 31 July 2024 21:12:08 -0400 (0:00:00.042) 0:04:56.944 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Wednesday 31 July 2024 21:12:08 -0400 (0:00:00.062) 0:04:57.007 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Wednesday 31 July 2024 21:12:08 -0400 (0:00:00.032) 0:04:57.040 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:74 Wednesday 31 July 2024 21:12:08 -0400 (0:00:00.032) 0:04:57.073 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Wednesday 31 July 2024 21:12:08 -0400 (0:00:00.064) 0:04:57.137 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Wednesday 31 July 2024 21:12:08 -0400 (0:00:00.031) 0:04:57.169 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:77 Wednesday 31 July 2024 21:12:08 -0400 (0:00:00.032) 0:04:57.202 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Wednesday 31 July 2024 21:12:08 -0400 (0:00:00.157) 0:04:57.359 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Wednesday 31 July 2024 21:12:08 -0400 (0:00:00.034) 0:04:57.394 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Wednesday 31 July 2024 21:12:08 -0400 (0:00:00.035) 0:04:57.430 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Wednesday 31 July 2024 21:12:08 -0400 (0:00:00.069) 0:04:57.499 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Wednesday 31 July 2024 21:12:08 -0400 (0:00:00.033) 0:04:57.533 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Wednesday 31 July 2024 21:12:08 -0400 (0:00:00.035) 0:04:57.569 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Wednesday 31 July 2024 21:12:08 -0400 (0:00:00.034) 0:04:57.604 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Wednesday 31 July 2024 21:12:08 -0400 (0:00:00.031) 0:04:57.635 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:93 Wednesday 31 July 2024 21:12:08 -0400 (0:00:00.034) 0:04:57.670 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:100 Wednesday 31 July 2024 21:12:08 -0400 (0:00:00.031) 0:04:57.701 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Wednesday 31 July 2024 21:12:08 -0400 (0:00:00.032) 0:04:57.734 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Wednesday 31 July 2024 21:12:09 -0400 (0:00:00.079) 0:04:57.814 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Wednesday 31 July 2024 21:12:09 -0400 (0:00:00.031) 0:04:57.846 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Wednesday 31 July 2024 21:12:09 -0400 (0:00:00.035) 0:04:57.881 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_rootless": true }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Wednesday 31 July 2024 21:12:09 -0400 (0:00:00.035) 0:04:57.917 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 31 July 2024 21:12:09 -0400 (0:00:00.140) 0:04:58.058 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 31 July 2024 21:12:09 -0400 (0:00:00.037) 0:04:58.095 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 31 July 2024 21:12:09 -0400 (0:00:00.035) 0:04:58.131 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 31 July 2024 21:12:09 -0400 (0:00:00.043) 0:04:58.174 ******** ok: [managed_node1] => { "ansible_facts": { "getent_group": { "auth_test_user1": [ "x", "2001", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 31 July 2024 21:12:09 -0400 (0:00:00.519) 0:04:58.694 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group_name": "auth_test_user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 31 July 2024 21:12:09 -0400 (0:00:00.040) 0:04:58.734 ******** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722474513.7316563, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1722474474.4946053, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "481438935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 31 July 2024 21:12:10 -0400 (0:00:00.513) 0:04:59.248 ******** ok: [managed_node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.005087", "end": "2024-07-31 21:12:10.900901", "rc": 0, "start": "2024-07-31 21:12:10.895814" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 31 July 2024 21:12:10 -0400 (0:00:00.533) 0:04:59.781 ******** ok: [managed_node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.004241", "end": "2024-07-31 21:12:11.445476", "rc": 0, "start": "2024-07-31 21:12:11.441235" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 31 July 2024 21:12:11 -0400 (0:00:00.536) 0:05:00.318 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 31 July 2024 21:12:11 -0400 (0:00:00.049) 0:05:00.367 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 31 July 2024 21:12:11 -0400 (0:00:00.030) 0:05:00.398 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 31 July 2024 21:12:11 -0400 (0:00:00.032) 0:05:00.431 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 31 July 2024 21:12:11 -0400 (0:00:00.030) 0:05:00.461 ******** skipping: [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 group not in subgid file] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 31 July 2024 21:12:11 -0400 (0:00:00.030) 0:05:00.491 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Wednesday 31 July 2024 21:12:11 -0400 (0:00:00.031) 0:05:00.523 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Wednesday 31 July 2024 21:12:11 -0400 (0:00:00.040) 0:05:00.564 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Wednesday 31 July 2024 21:12:11 -0400 (0:00:00.035) 0:05:00.599 ******** ok: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Wednesday 31 July 2024 21:12:11 -0400 (0:00:00.046) 0:05:00.646 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Wednesday 31 July 2024 21:12:11 -0400 (0:00:00.114) 0:05:00.760 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Wednesday 31 July 2024 21:12:12 -0400 (0:00:00.046) 0:05:00.806 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Wednesday 31 July 2024 21:12:12 -0400 (0:00:00.044) 0:05:00.851 ******** skipping: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Wednesday 31 July 2024 21:12:12 -0400 (0:00:00.033) 0:05:00.884 ******** skipping: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:113 Wednesday 31 July 2024 21:12:12 -0400 (0:00:00.033) 0:05:00.917 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Wednesday 31 July 2024 21:12:12 -0400 (0:00:00.084) 0:05:01.002 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Wednesday 31 July 2024 21:12:12 -0400 (0:00:00.036) 0:05:01.038 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 31 July 2024 21:12:12 -0400 (0:00:00.058) 0:05:01.097 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 31 July 2024 21:12:12 -0400 (0:00:00.035) 0:05:01.133 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 31 July 2024 21:12:12 -0400 (0:00:00.040) 0:05:01.174 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 31 July 2024 21:12:12 -0400 (0:00:00.046) 0:05:01.220 ******** ok: [managed_node1] => { "ansible_facts": { "getent_group": { "auth_test_user1": [ "x", "2001", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 31 July 2024 21:12:12 -0400 (0:00:00.511) 0:05:01.731 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group_name": "auth_test_user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 31 July 2024 21:12:12 -0400 (0:00:00.043) 0:05:01.774 ******** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722474513.7316563, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1722474474.4946053, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "481438935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 31 July 2024 21:12:13 -0400 (0:00:00.512) 0:05:02.286 ******** ok: [managed_node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.005062", "end": "2024-07-31 21:12:13.927647", "rc": 0, "start": "2024-07-31 21:12:13.922585" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 31 July 2024 21:12:14 -0400 (0:00:00.513) 0:05:02.800 ******** ok: [managed_node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.005854", "end": "2024-07-31 21:12:14.442930", "rc": 0, "start": "2024-07-31 21:12:14.437076" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 31 July 2024 21:12:14 -0400 (0:00:00.518) 0:05:03.319 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 31 July 2024 21:12:14 -0400 (0:00:00.131) 0:05:03.450 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 31 July 2024 21:12:14 -0400 (0:00:00.032) 0:05:03.483 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 31 July 2024 21:12:14 -0400 (0:00:00.031) 0:05:03.515 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 31 July 2024 21:12:14 -0400 (0:00:00.032) 0:05:03.547 ******** skipping: [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 group not in subgid file] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 31 July 2024 21:12:14 -0400 (0:00:00.031) 0:05:03.578 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Wednesday 31 July 2024 21:12:14 -0400 (0:00:00.033) 0:05:03.612 ******** ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is present] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Wednesday 31 July 2024 21:12:14 -0400 (0:00:00.044) 0:05:03.657 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Wednesday 31 July 2024 21:12:14 -0400 (0:00:00.035) 0:05:03.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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Wednesday 31 July 2024 21:12:14 -0400 (0:00:00.032) 0:05:03.725 ******** skipping: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Wednesday 31 July 2024 21:12:14 -0400 (0:00:00.032) 0:05:03.758 ******** skipping: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Wednesday 31 July 2024 21:12:15 -0400 (0:00:00.036) 0:05:03.795 ******** skipping: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Wednesday 31 July 2024 21:12:15 -0400 (0:00:00.031) 0:05:03.826 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Wednesday 31 July 2024 21:12:15 -0400 (0:00:00.033) 0:05:03.860 ******** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Wednesday 31 July 2024 21:12:15 -0400 (0:00:00.027) 0:05:03.887 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Wednesday 31 July 2024 21:12:15 -0400 (0:00:00.090) 0:05:03.978 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Wednesday 31 July 2024 21:12:15 -0400 (0:00:00.041) 0:05:04.020 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Wednesday 31 July 2024 21:12:15 -0400 (0:00:00.046) 0:05:04.066 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Wednesday 31 July 2024 21:12:15 -0400 (0:00:00.035) 0:05:04.101 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 31 July 2024 21:12:15 -0400 (0:00:00.135) 0:05:04.237 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 31 July 2024 21:12:15 -0400 (0:00:00.038) 0:05:04.275 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 31 July 2024 21:12:15 -0400 (0:00:00.034) 0:05:04.310 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 31 July 2024 21:12:15 -0400 (0:00:00.043) 0:05:04.353 ******** ok: [managed_node1] => { "ansible_facts": { "getent_group": { "auth_test_user1": [ "x", "2001", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 31 July 2024 21:12:16 -0400 (0:00:00.517) 0:05:04.871 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group_name": "auth_test_user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 31 July 2024 21:12:16 -0400 (0:00:00.042) 0:05:04.913 ******** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722474513.7316563, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1722474474.4946053, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "481438935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 31 July 2024 21:12:16 -0400 (0:00:00.528) 0:05:05.442 ******** ok: [managed_node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.007914", "end": "2024-07-31 21:12:17.090340", "rc": 0, "start": "2024-07-31 21:12:17.082426" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 31 July 2024 21:12:17 -0400 (0:00:00.528) 0:05:05.970 ******** ok: [managed_node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.004040", "end": "2024-07-31 21:12:17.627622", "rc": 0, "start": "2024-07-31 21:12:17.623582" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 31 July 2024 21:12:17 -0400 (0:00:00.528) 0:05:06.499 ******** ok: [managed_node1] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 31 July 2024 21:12:17 -0400 (0:00:00.048) 0:05:06.548 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 31 July 2024 21:12:17 -0400 (0:00:00.029) 0:05:06.578 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 31 July 2024 21:12:17 -0400 (0:00:00.032) 0:05:06.610 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 31 July 2024 21:12:17 -0400 (0:00:00.030) 0:05:06.641 ******** skipping: [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 group not in subgid file] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 31 July 2024 21:12:17 -0400 (0:00:00.030) 0:05:06.671 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Wednesday 31 July 2024 21:12:17 -0400 (0:00:00.031) 0:05:06.702 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Wednesday 31 July 2024 21:12:17 -0400 (0:00:00.031) 0:05:06.734 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Wednesday 31 July 2024 21:12:17 -0400 (0:00:00.048) 0:05:06.782 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Wednesday 31 July 2024 21:12:18 -0400 (0:00:00.035) 0:05:06.817 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Wednesday 31 July 2024 21:12:18 -0400 (0:00:00.118) 0:05:06.936 ******** ok: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Wednesday 31 July 2024 21:12:18 -0400 (0:00:00.042) 0:05:06.979 ******** 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.006786", "end": "2024-07-31 21:12:18.625281", "rc": 0, "start": "2024-07-31 21:12:18.618495" } 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Wednesday 31 July 2024 21:12:18 -0400 (0:00:00.507) 0:05:07.486 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Wednesday 31 July 2024 21:12:18 -0400 (0:00:00.068) 0:05:07.554 ******** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722474673.6550107, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1722474677.6020203, "dev": 61, "device_type": 0, "executable": true, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 143983, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1722474677.6020203, "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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Wednesday 31 July 2024 21:12:19 -0400 (0:00:00.532) 0:05:08.087 ******** 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": "Wed 2024-07-31 21:11:20 EDT", "ActiveEnterTimestampMonotonic": "460647433", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target run-user-2001.mount podman\\x2dkube.slice -.mount network-online.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Wed 2024-07-31 21:11:19 EDT", "AssertTimestampMonotonic": "459859247", "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": "Wed 2024-07-31 21:11:19 EDT", "ConditionTimestampMonotonic": "459859246", "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": "46047", "ExecMainStartTimestamp": "Wed 2024-07-31 21:11:20 EDT", "ExecMainStartTimestampMonotonic": "460647405", "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=[Wed 2024-07-31 21:11:19 EDT] ; stop_time=[n/a] ; pid=46011 ; 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": "Wed 2024-07-31 21:11:19 EDT", "InactiveExitTimestampMonotonic": "459860032", "InvocationID": "490d64ec711147e79b1271056201b1c8", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "inherit", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "46047", "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": "Wed 2024-07-31 21:11:20 EDT", "StateChangeTimestampMonotonic": "460647433", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "default.target", "Wants": "network-online.target", "WatchdogTimestamp": "Wed 2024-07-31 21:11:20 EDT", "WatchdogTimestampMonotonic": "460647430", "WatchdogUSec": "0", "WorkingDirectory": "!/home/auth_test_user1" } } TASK [fedora.linux_system_roles.podman : Check if kube file exists] ************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:28 Wednesday 31 July 2024 21:12:20 -0400 (0:00:01.342) 0:05:09.429 ******** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722474677.063019, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1722474676.546018, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 343933082, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722474676.2570171, "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": "544671193", "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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:33 Wednesday 31 July 2024 21:12:21 -0400 (0:00:00.385) 0:05:09.815 ******** changed: [managed_node1] => { "actions": [ "/bin/podman kube play --down /home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "changed": true } STDOUT: Pods stopped: Pods removed: Secrets removed: Volumes removed: TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] ********** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:44 Wednesday 31 July 2024 21:12:21 -0400 (0:00:00.526) 0:05:10.341 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:49 Wednesday 31 July 2024 21:12:21 -0400 (0:00:00.383) 0:05:10.725 ******** changed: [managed_node1] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.043707", "end": "2024-07-31 21:12:22.313766", "rc": 0, "start": "2024-07-31 21:12:22.270059" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:58 Wednesday 31 July 2024 21:12:22 -0400 (0:00:00.453) 0:05:11.179 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Wednesday 31 July 2024 21:12:22 -0400 (0:00:00.052) 0:05:11.232 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Wednesday 31 July 2024 21:12:22 -0400 (0:00:00.032) 0:05:11.265 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Wednesday 31 July 2024 21:12:22 -0400 (0:00:00.032) 0:05:11.297 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Wednesday 31 July 2024 21:12:22 -0400 (0:00:00.036) 0:05:11.334 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:136 Wednesday 31 July 2024 21:12:22 -0400 (0:00:00.030) 0:05:11.364 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Wednesday 31 July 2024 21:12:22 -0400 (0:00:00.172) 0:05:11.536 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Wednesday 31 July 2024 21:12:22 -0400 (0:00:00.040) 0:05:11.577 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Wednesday 31 July 2024 21:12:22 -0400 (0:00:00.040) 0:05:11.618 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Wednesday 31 July 2024 21:12:22 -0400 (0:00:00.032) 0:05:11.650 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Wednesday 31 July 2024 21:12:22 -0400 (0:00:00.046) 0:05:11.697 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 31 July 2024 21:12:22 -0400 (0:00:00.059) 0:05:11.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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 31 July 2024 21:12:23 -0400 (0:00:00.037) 0:05:11.795 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 31 July 2024 21:12:23 -0400 (0:00:00.036) 0:05:11.832 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 31 July 2024 21:12:23 -0400 (0:00:00.042) 0:05:11.874 ******** ok: [managed_node1] => { "ansible_facts": { "getent_group": { "auth_test_user1": [ "x", "2001", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 31 July 2024 21:12:23 -0400 (0:00:00.388) 0:05:12.262 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group_name": "auth_test_user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 31 July 2024 21:12:23 -0400 (0:00:00.043) 0:05:12.305 ******** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722474513.7316563, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1722474474.4946053, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "481438935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 31 July 2024 21:12:23 -0400 (0:00:00.386) 0:05:12.692 ******** ok: [managed_node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003870", "end": "2024-07-31 21:12:24.222679", "rc": 0, "start": "2024-07-31 21:12:24.218809" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 31 July 2024 21:12:24 -0400 (0:00:00.391) 0:05:13.084 ******** ok: [managed_node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003703", "end": "2024-07-31 21:12:24.609751", "rc": 0, "start": "2024-07-31 21:12:24.606048" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 31 July 2024 21:12:24 -0400 (0:00:00.385) 0:05:13.470 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 31 July 2024 21:12:24 -0400 (0:00:00.052) 0:05:13.523 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 31 July 2024 21:12:24 -0400 (0:00:00.030) 0:05:13.553 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 31 July 2024 21:12:24 -0400 (0:00:00.032) 0:05:13.585 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 31 July 2024 21:12:24 -0400 (0:00:00.028) 0:05:13.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 : Fail if group not in subgid file] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 31 July 2024 21:12:24 -0400 (0:00:00.116) 0:05:13.730 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Wednesday 31 July 2024 21:12:24 -0400 (0:00:00.034) 0:05:13.764 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Wednesday 31 July 2024 21:12:25 -0400 (0:00:00.057) 0:05:13.822 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Wednesday 31 July 2024 21:12:25 -0400 (0:00:00.035) 0:05:13.857 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Wednesday 31 July 2024 21:12:25 -0400 (0:00:00.031) 0:05:13.888 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Wednesday 31 July 2024 21:12:25 -0400 (0:00:00.067) 0:05:13.956 ******** ok: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Wednesday 31 July 2024 21:12:25 -0400 (0:00:00.040) 0:05:13.996 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Wednesday 31 July 2024 21:12:25 -0400 (0:00:00.074) 0:05:14.071 ******** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722474673.6550107, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1722474677.6020203, "dev": 61, "device_type": 0, "executable": true, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 143983, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1722474677.6020203, "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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 Wednesday 31 July 2024 21:12:25 -0400 (0:00:00.395) 0:05:14.466 ******** 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 -.slice run-user-2001.mount basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "default.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "yes", "DelegateControllers": "cpu cpuacct cpuset io blkio memory devices pids", "Description": "auth_test_1_quadlet.service", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PODMAN_SYSTEMD_UNIT=auth_test_1_quadlet.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman run --name=auth_test_1_quadlet --cidfile=/run/user/2001/auth_test_1_quadlet.cid --replace --rm --cgroups=split --sdnotify=conmon -d localhost:5000/libpod/testimage:20210610 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/user/2001/auth_test_1_quadlet.cid ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopPost": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/user/2001/auth_test_1_quadlet.cid ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/run/user/2001/systemd/generator/auth_test_1_quadlet.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "auth_test_1_quadlet.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "inherit", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "auth_test_1_quadlet.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "basic.target -.slice", "RequiresMountsFor": "/run/user/2001/containers /home/auth_test_user1", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "-.slice", "SourcePath": "/home/auth_test_user1/.config/containers/systemd/auth_test_1_quadlet.container", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogIdentifier": "auth_test_1_quadlet", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "generated", "UtmpMode": "init", "WantedBy": "default.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0", "WorkingDirectory": "!/home/auth_test_user1" } } TASK [fedora.linux_system_roles.podman : See if quadlet file exists] *********** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:33 Wednesday 31 July 2024 21:12:26 -0400 (0:00:00.602) 0:05:15.068 ******** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722474739.9581802, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "1127036af0ba22b83d33a5a35ab54db2c5855175", "ctime": 1722474687.2180438, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 390070422, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722474686.8170428, "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": "3001981872", "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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:38 Wednesday 31 July 2024 21:12:26 -0400 (0:00:00.389) 0:05:15.458 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_quadlet_file.yml:6 Wednesday 31 July 2024 21:12:26 -0400 (0:00:00.055) 0:05:15.513 ******** ok: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_quadlet_file.yml:12 Wednesday 31 July 2024 21:12:27 -0400 (0:00:00.373) 0:05:15.887 ******** ok: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_quadlet_file.yml:44 Wednesday 31 July 2024 21:12:27 -0400 (0:00:00.050) 0:05:15.937 ******** skipping: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_quadlet_file.yml:52 Wednesday 31 July 2024 21:12:27 -0400 (0:00:00.034) 0:05:15.971 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_quadlet_raw": null }, "changed": false } TASK [fedora.linux_system_roles.podman : Remove quadlet file] ****************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:42 Wednesday 31 July 2024 21:12:27 -0400 (0:00:00.029) 0:05:16.001 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:48 Wednesday 31 July 2024 21:12:27 -0400 (0:00:00.471) 0:05:16.472 ******** ok: [managed_node1] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Remove managed resource] ************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:58 Wednesday 31 July 2024 21:12:28 -0400 (0:00:00.576) 0:05:17.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 : Remove volumes] *********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:95 Wednesday 31 July 2024 21:12:28 -0400 (0:00:00.461) 0:05:17.511 ******** skipping: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:112 Wednesday 31 July 2024 21:12:28 -0400 (0:00:00.044) 0:05:17.555 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:116 Wednesday 31 July 2024 21:12:28 -0400 (0:00:00.033) 0:05:17.588 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:127 Wednesday 31 July 2024 21:12:28 -0400 (0:00:00.034) 0:05:17.623 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Wednesday 31 July 2024 21:12:28 -0400 (0:00:00.057) 0:05:17.680 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Wednesday 31 July 2024 21:12:28 -0400 (0:00:00.033) 0:05:17.714 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Wednesday 31 July 2024 21:12:28 -0400 (0:00:00.032) 0:05:17.747 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:137 Wednesday 31 July 2024 21:12:28 -0400 (0:00:00.040) 0:05:17.787 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:146 Wednesday 31 July 2024 21:12:29 -0400 (0:00:00.032) 0:05:17.820 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:155 Wednesday 31 July 2024 21:12:29 -0400 (0:00:00.037) 0:05:17.857 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:164 Wednesday 31 July 2024 21:12:29 -0400 (0:00:00.034) 0:05:17.891 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:173 Wednesday 31 July 2024 21:12:29 -0400 (0:00:00.034) 0:05:17.926 ******** skipping: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:183 Wednesday 31 July 2024 21:12:29 -0400 (0:00:00.034) 0:05:17.960 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Wednesday 31 July 2024 21:12:29 -0400 (0:00:00.032) 0:05:17.993 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:143 Wednesday 31 July 2024 21:12:29 -0400 (0:00:00.030) 0:05:18.024 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:4 Wednesday 31 July 2024 21:12:29 -0400 (0:00:00.186) 0:05:18.210 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:11 Wednesday 31 July 2024 21:12:29 -0400 (0:00:00.038) 0:05:18.249 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:16 Wednesday 31 July 2024 21:12:29 -0400 (0:00:00.038) 0:05:18.287 ******** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722474673.6550107, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1722474677.6020203, "dev": 61, "device_type": 0, "executable": true, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 143983, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1722474677.6020203, "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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:21 Wednesday 31 July 2024 21:12:29 -0400 (0:00:00.388) 0:05:18.675 ******** ok: [managed_node1] => { "changed": false, "containers": [] } TASK [fedora.linux_system_roles.podman : Gather facts for networks] ************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:30 Wednesday 31 July 2024 21:12:30 -0400 (0:00:00.534) 0:05:19.210 ******** ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "network", "ls", "-q" ], "delta": "0:00:00.057142", "end": "2024-07-31 21:12:30.802560", "rc": 0, "start": "2024-07-31 21:12:30.745418" } STDOUT: podman podman-default-kube-network TASK [fedora.linux_system_roles.podman : Gather secrets] *********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:40 Wednesday 31 July 2024 21:12:30 -0400 (0:00:00.458) 0:05:19.668 ******** ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "secret", "ls", "-n", "-q" ], "delta": "0:00:00.043374", "end": "2024-07-31 21:12:31.247838", "rc": 0, "start": "2024-07-31 21:12:31.204464" } TASK [fedora.linux_system_roles.podman : Cancel linger if no more resources are in use] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:50 Wednesday 31 July 2024 21:12:31 -0400 (0:00:00.443) 0:05:20.112 ******** changed: [managed_node1] => { "changed": true, "cmd": [ "loginctl", "disable-linger", "auth_test_user1" ], "delta": "0:00:00.008352", "end": "2024-07-31 21:12:31.648827", "rc": 0, "start": "2024-07-31 21:12:31.640475" } TASK [fedora.linux_system_roles.podman : Wait for user session to exit closing state] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:62 Wednesday 31 July 2024 21:12:31 -0400 (0:00:00.427) 0:05:20.539 ******** fatal: [managed_node1]: FAILED! => { "attempts": 1, "changed": false, "cmd": [ "loginctl", "show-user", "-P", "State", "auth_test_user1" ], "delta": "0:00:00.006370", "end": "2024-07-31 21:12:32.068553", "rc": 1, "start": "2024-07-31 21:12:32.062183" } STDERR: loginctl: invalid option -- 'P' MSG: non-zero return code ...ignoring TASK [fedora.linux_system_roles.podman : Stop logind] ************************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:76 Wednesday 31 July 2024 21:12:32 -0400 (0:00:00.391) 0:05:20.930 ******** changed: [managed_node1] => { "changed": true, "name": "systemd-logind", "state": "stopped", "status": { "ActiveEnterTimestamp": "Wed 2024-07-31 21:03:56 EDT", "ActiveEnterTimestampMonotonic": "16209616", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target systemd-journald.socket system.slice user.slice nss-user-lookup.target dbus.socket basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Wed 2024-07-31 21:03:55 EDT", "AssertTimestampMonotonic": "15707512", "Before": "multi-user.target session-4.scope shutdown.target session-5.scope", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.freedesktop.login1", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_kill cap_sys_admin cap_sys_tty_config cap_audit_control cap_mac_admin", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Wed 2024-07-31 21:03:55 EDT", "ConditionTimestampMonotonic": "15707511", "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": "607", "ExecMainStartTimestamp": "Wed 2024-07-31 21:03:55 EDT", "ExecMainStartTimestampMonotonic": "15708569", "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": "Wed 2024-07-31 21:03:55 EDT", "InactiveExitTimestampMonotonic": "15708628", "InvocationID": "a60f49f8946945d388ef2ae63a69f849", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "607", "MemoryAccounting": "yes", "MemoryCurrent": "3186688", "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": "dbus.socket system.slice sysinit.target", "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": "Wed 2024-07-31 21:03:56 EDT", "StateChangeTimestampMonotonic": "16209616", "StateDirectoryMode": "0755", "StatusErrno": "0", "StatusText": "Processing requests...", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "1", "SystemCallFilter": "_llseek _newselect accept accept4 access add_key alarm arch_prctl bind brk capget capset chdir chmod chown chown32 clock_getres clock_gettime clock_nanosleep clone close connect copy_file_range creat dup dup2 dup3 epoll_create epoll_create1 epoll_ctl epoll_ctl_old epoll_pwait epoll_wait epoll_wait_old eventfd eventfd2 execve execveat exit exit_group faccessat fadvise64 fadvise64_64 fallocate fchdir fchmod fchmodat fchown fchown32 fchownat fcntl fcntl64 fdatasync fgetxattr flistxattr flock fork fremovexattr fsetxattr fstat fstat64 fstatat64 fstatfs fstatfs64 fsync ftruncate ftruncate64 futex futimesat get_mempolicy get_robust_list get_thread_area getcpu getcwd getdents getdents64 getegid getegid32 geteuid geteuid32 getgid getgid32 getgroups getgroups32 getitimer getpeername getpgid getpgrp getpid getppid getpriority getrandom getresgid getresgid32 getresuid getresuid32 getrlimit getrusage getsid getsockname getsockopt gettid gettimeofday getuid getuid32 getxattr inotify_add_watch inotify_init inotify_init1 inotify_rm_watch io_cancel io_destroy io_getevents io_setup io_submit ioctl ioprio_get ioprio_set ipc kcmp keyctl kill lchown lchown32 lgetxattr link linkat listen listxattr llistxattr lremovexattr lseek lsetxattr lstat lstat64 madvise mbind membarrier memfd_create migrate_pages mincore mkdir mkdirat mknod mknodat mlock mlock2 mlockall mmap mmap2 move_pages mprotect mq_getsetattr mq_notify mq_open mq_timedreceive mq_timedsend mq_unlink mremap msgctl msgget msgrcv msgsnd msync munlock munlockall munmap name_to_handle_at nanosleep newfstatat nice oldfstat oldlstat oldolduname oldstat olduname open openat pause personality pipe pipe2 poll ppoll prctl pread64 preadv preadv2 prlimit64 process_vm_readv process_vm_writev pselect6 pwrite64 pwritev pwritev2 read readahead readdir readlink readlinkat readv recv recvfrom recvmmsg recvmsg remap_file_pages removexattr rename renameat renameat2 request_key restart_syscall rmdir rt_sigaction rt_sigpending rt_sigprocmask rt_sigqueueinfo rt_sigreturn rt_sigsuspend rt_sigtimedwait rt_tgsigqueueinfo sched_get_priority_max sched_get_priority_min sched_getaffinity sched_getattr sched_getparam sched_getscheduler sched_rr_get_interval sched_setaffinity sched_setattr sched_setparam sched_setscheduler sched_yield select semctl semget semop semtimedop send sendfile sendfile64 sendmmsg sendmsg sendto set_mempolicy set_robust_list set_thread_area set_tid_address set_tls setfsgid setfsgid32 setfsuid setfsuid32 setgid setgid32 setgroups setgroups32 setitimer setns setpgid setpriority setregid setregid32 setresgid setresgid32 setresuid setresuid32 setreuid setreuid32 setrlimit setsid setsockopt setuid setuid32 setxattr shmat shmctl shmdt shmget shutdown sigaction sigaltstack signal signalfd signalfd4 sigpending sigprocmask sigreturn sigsuspend socket socketcall socketpair splice stat stat64 statfs statfs64 statx symlink symlinkat sync sync_file_range syncfs sysinfo tee tgkill time timer_create timer_delete timer_getoverrun timer_gettime timer_settime timerfd_create timerfd_gettime timerfd_settime times tkill truncate truncate64 ugetrlimit umask uname unlink unlinkat unshare userfaultfd utime utimensat utimes vfork vmsplice wait4 waitid waitpid write writev", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "static", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "dbus.socket user.slice", "WatchdogTimestamp": "Wed 2024-07-31 21:12:17 EDT", "WatchdogTimestampMonotonic": "517236513", "WatchdogUSec": "3min" } } TASK [fedora.linux_system_roles.podman : Wait for user session to exit closing state] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:81 Wednesday 31 July 2024 21:12:32 -0400 (0:00:00.585) 0:05:21.516 ******** ok: [managed_node1] => { "attempts": 1, "changed": false, "cmd": [ "loginctl", "show-user", "-P", "State", "auth_test_user1" ], "delta": "0:00:00.006281", "end": "2024-07-31 21:12:33.045777", "failed_when_result": false, "rc": 1, "start": "2024-07-31 21:12:33.039496" } STDERR: loginctl: invalid option -- 'P' MSG: non-zero return code TASK [fedora.linux_system_roles.podman : Restart logind] *********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:92 Wednesday 31 July 2024 21:12:33 -0400 (0:00:00.396) 0:05:21.912 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:149 Wednesday 31 July 2024 21:12:33 -0400 (0:00:00.032) 0:05:21.945 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Wednesday 31 July 2024 21:12:33 -0400 (0:00:00.097) 0:05:22.042 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Wednesday 31 July 2024 21:12:33 -0400 (0:00:00.033) 0:05:22.076 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 31 July 2024 21:12:33 -0400 (0:00:00.055) 0:05:22.131 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 31 July 2024 21:12:33 -0400 (0:00:00.037) 0:05:22.168 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 31 July 2024 21:12:33 -0400 (0:00:00.130) 0:05:22.299 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 31 July 2024 21:12:33 -0400 (0:00:00.047) 0:05:22.347 ******** ok: [managed_node1] => { "ansible_facts": { "getent_group": { "auth_test_user1": [ "x", "2001", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 31 July 2024 21:12:33 -0400 (0:00:00.387) 0:05:22.734 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group_name": "auth_test_user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 31 July 2024 21:12:33 -0400 (0:00:00.044) 0:05:22.779 ******** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722474513.7316563, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1722474474.4946053, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "481438935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 31 July 2024 21:12:34 -0400 (0:00:00.384) 0:05:23.164 ******** ok: [managed_node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003794", "end": "2024-07-31 21:12:34.694592", "rc": 0, "start": "2024-07-31 21:12:34.690798" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 31 July 2024 21:12:34 -0400 (0:00:00.392) 0:05:23.556 ******** ok: [managed_node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003738", "end": "2024-07-31 21:12:35.079681", "rc": 0, "start": "2024-07-31 21:12:35.075943" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 31 July 2024 21:12:35 -0400 (0:00:00.381) 0:05:23.937 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 31 July 2024 21:12:35 -0400 (0:00:00.049) 0:05:23.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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 31 July 2024 21:12:35 -0400 (0:00:00.031) 0:05:24.019 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 31 July 2024 21:12:35 -0400 (0:00:00.028) 0:05:24.047 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 31 July 2024 21:12:35 -0400 (0:00:00.031) 0:05:24.079 ******** skipping: [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 group not in subgid file] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 31 July 2024 21:12:35 -0400 (0:00:00.027) 0:05:24.107 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Wednesday 31 July 2024 21:12:35 -0400 (0:00:00.032) 0:05:24.139 ******** ok: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Wednesday 31 July 2024 21:12:35 -0400 (0:00:00.046) 0:05:24.186 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Wednesday 31 July 2024 21:12:35 -0400 (0:00:00.030) 0:05:24.217 ******** skipping: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Wednesday 31 July 2024 21:12:35 -0400 (0:00:00.033) 0:05:24.251 ******** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file is absent] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Wednesday 31 July 2024 21:12:35 -0400 (0:00:00.029) 0:05:24.280 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Wednesday 31 July 2024 21:12:35 -0400 (0:00:00.386) 0:05:24.666 ******** ok: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Wednesday 31 July 2024 21:12:36 -0400 (0:00:00.382) 0:05:25.049 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:158 Wednesday 31 July 2024 21:12:36 -0400 (0:00:00.125) 0:05:25.174 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Wednesday 31 July 2024 21:12:36 -0400 (0:00:00.106) 0:05:25.280 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Wednesday 31 July 2024 21:12:36 -0400 (0:00:00.030) 0:05:25.311 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Wednesday 31 July 2024 21:12:36 -0400 (0:00:00.036) 0:05:25.347 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_rootless": true }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Wednesday 31 July 2024 21:12:36 -0400 (0:00:00.032) 0:05:25.380 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 31 July 2024 21:12:36 -0400 (0:00:00.059) 0:05:25.439 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 31 July 2024 21:12:36 -0400 (0:00:00.038) 0:05:25.478 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 31 July 2024 21:12:36 -0400 (0:00:00.035) 0:05:25.514 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 31 July 2024 21:12:36 -0400 (0:00:00.041) 0:05:25.555 ******** ok: [managed_node1] => { "ansible_facts": { "getent_group": { "auth_test_user1": [ "x", "2001", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 31 July 2024 21:12:37 -0400 (0:00:00.389) 0:05:25.944 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group_name": "auth_test_user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 31 July 2024 21:12:37 -0400 (0:00:00.042) 0:05:25.987 ******** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722474513.7316563, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1722474474.4946053, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "481438935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 31 July 2024 21:12:37 -0400 (0:00:00.384) 0:05:26.371 ******** ok: [managed_node1] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003802", "end": "2024-07-31 21:12:37.898655", "rc": 0, "start": "2024-07-31 21:12:37.894853" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 31 July 2024 21:12:37 -0400 (0:00:00.388) 0:05:26.759 ******** ok: [managed_node1] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.004045", "end": "2024-07-31 21:12:38.289983", "rc": 0, "start": "2024-07-31 21:12:38.285938" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 31 July 2024 21:12:38 -0400 (0:00:00.391) 0:05:27.150 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 31 July 2024 21:12:38 -0400 (0:00:00.048) 0:05:27.198 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 31 July 2024 21:12:38 -0400 (0:00:00.028) 0:05:27.227 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 31 July 2024 21:12:38 -0400 (0:00:00.128) 0:05:27.356 ******** skipping: [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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 31 July 2024 21:12:38 -0400 (0:00:00.033) 0:05:27.390 ******** skipping: [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 group not in subgid file] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 31 July 2024 21:12:38 -0400 (0:00:00.031) 0:05:27.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 per-cert spec variables part 2] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Wednesday 31 July 2024 21:12:38 -0400 (0:00:00.033) 0:05:27.455 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Wednesday 31 July 2024 21:12:38 -0400 (0:00:00.039) 0:05:27.495 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Wednesday 31 July 2024 21:12:38 -0400 (0:00:00.035) 0:05:27.530 ******** ok: [managed_node1] => { "censored": "the output 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Wednesday 31 July 2024 21:12:38 -0400 (0:00:00.048) 0:05:27.579 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Wednesday 31 July 2024 21:12:38 -0400 (0:00:00.036) 0:05:27.615 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Wednesday 31 July 2024 21:12:38 -0400 (0:00:00.042) 0:05:27.658 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Wednesday 31 July 2024 21:12:39 -0400 (0:00:01.120) 0:05:28.778 ******** ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the certs.d directory is absent if empty] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Wednesday 31 July 2024 21:12:40 -0400 (0:00:00.393) 0:05:29.172 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:249 Wednesday 31 July 2024 21:12:40 -0400 (0:00:00.404) 0:05:29.576 ******** changed: [managed_node1] => { "changed": true, "force": false, "name": "auth_test_user1", "remove": false, "state": "absent" } TASK [Remove homedir] ********************************************************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:254 Wednesday 31 July 2024 21:12:41 -0400 (0:00:00.495) 0:05:30.072 ******** changed: [managed_node1] => { "changed": true, "path": "/home/auth_test_user1", "state": "absent" } TASK [Remove local tmpdir] ***************************************************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:272 Wednesday 31 July 2024 21:12:41 -0400 (0:00:00.410) 0:05:30.483 ******** changed: [managed_node1 -> localhost] => { "changed": true, "path": "/tmp/lsr_yxyhdunu_podman", "state": "absent" } TASK [Clean up registry] ******************************************************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:280 Wednesday 31 July 2024 21:12:41 -0400 (0:00:00.225) 0:05:30.708 ******** included: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/cleanup_registry.yml for managed_node1 TASK [Get volume for cleanup] ************************************************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/cleanup_registry.yml:3 Wednesday 31 July 2024 21:12:41 -0400 (0:00:00.046) 0:05:30.755 ******** 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.045282", "end": "2024-07-31 21:12:42.320772", "rc": 0, "start": "2024-07-31 21:12:42.275490" } STDOUT: fcf242a54057dbbd1be41aa281486bbd84b708bd2cb68040868b188ebdd56be4 TASK [Destroy registry container] ********************************************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/cleanup_registry.yml:11 Wednesday 31 July 2024 21:12:42 -0400 (0:00:00.425) 0:05:31.181 ******** changed: [managed_node1] => { "changed": true, "cmd": [ "podman", "rm", "-f", "podman_registry" ], "delta": "0:00:00.299159", "end": "2024-07-31 21:12:42.995158", "rc": 0, "start": "2024-07-31 21:12:42.695999" } STDOUT: podman_registry TASK [Destroy volume] ********************************************************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/cleanup_registry.yml:15 Wednesday 31 July 2024 21:12:43 -0400 (0:00:00.768) 0:05:31.949 ******** changed: [managed_node1] => { "changed": true, "cmd": [ "podman", "volume", "rm", "fcf242a54057dbbd1be41aa281486bbd84b708bd2cb68040868b188ebdd56be4" ], "delta": "0:00:00.052173", "end": "2024-07-31 21:12:43.523736", "rc": 0, "start": "2024-07-31 21:12:43.471563" } STDOUT: fcf242a54057dbbd1be41aa281486bbd84b708bd2cb68040868b188ebdd56be4 TASK [Cleanup paths] *********************************************************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/cleanup_registry.yml:19 Wednesday 31 July 2024 21:12:43 -0400 (0:00:00.434) 0:05:32.383 ******** changed: [managed_node1] => (item=/tmp/lsr_53y1kxth_podman) => { "ansible_loop_var": "item", "changed": true, "item": "/tmp/lsr_53y1kxth_podman", "path": "/tmp/lsr_53y1kxth_podman", "state": "absent" } PLAY RECAP ********************************************************************* managed_node1 : ok=806 changed=71 unreachable=0 failed=0 skipped=902 rescued=2 ignored=1 Wednesday 31 July 2024 21:12:44 -0400 (0:00:00.442) 0:05:32.826 ******** =============================================================================== fedora.linux_system_roles.podman : Ensure required packages are installed -- 74.38s /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Ensure test packages ---------------------------------------------------- 5.21s /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:52 Start registry ---------------------------------------------------------- 4.24s /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:89 fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 4.24s /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Gathering Facts --------------------------------------------------------- 3.62s /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tests_auth_and_security.yml:9 fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 3.28s /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Push test images into local registry ------------------------------------ 2.80s /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/setup_registry.yml:114 fedora.linux_system_roles.podman : Gather the package facts ------------- 2.32s /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 2.24s /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 2.24s /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 2.22s /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 2.21s /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Start service ------------------------ 1.82s /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.74s /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.66s /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.64s /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Update containers/pods --------------- 1.61s /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.58s /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.57s /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Remove certs.d files ----------------- 1.51s /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75