No config file found; using defaults [WARNING]: No inventory was parsed, only implicit localhost is available [WARNING]: provided hosts list is empty, only localhost is available. Note that the implicit localhost does not match 'all' PLAY [Build a fedora cloud image that Tobiko uses to create VM instances] ****** TASK [Gathering Facts] ********************************************************* ok: [localhost] TASK [base-appliance : Set appliance_archive] ********************************** ok: [localhost] => {"ansible_facts": {"appliance_archive": "/tmp/appliance-1.54.0.tar.xz"}, "changed": false} TASK [base-appliance : Set appliance_path] ************************************* ok: [localhost] => {"ansible_facts": {"appliance_path": "/tmp//tmp/appliance-1.54.0"}, "changed": false} TASK [base-appliance : Remove existing appliance directory to avoid error: virt-customize: error: libguestfs error: cannot find any suitable libguestfs supermin] *** changed: [localhost] => {"changed": true, "path": "/tmp//tmp/appliance-1.54.0", "state": "absent"} TASK [base-appliance : Ensure appliance_path exists] *************************** changed: [localhost] => {"changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/tmp//tmp/appliance-1.54.0", "size": 6, "state": "directory", "uid": 0} TASK [base-appliance : Download appliance] ************************************* ok: [localhost] => {"changed": false, "dest": "/tmp/appliance-1.54.0.tar.xz", "elapsed": 0, "gid": 0, "group": "root", "mode": "0644", "msg": "HTTP Error 304: Not Modified", "owner": "root", "size": 197794224, "state": "file", "uid": 0, "url": "https://download.libguestfs.org/binaries/appliance/appliance-1.54.0.tar.xz"} TASK [base-appliance : Unarchive appliance] ************************************ changed: [localhost] => {"changed": true, "dest": "/tmp//tmp/appliance-1.54.0", "extract_results": {"cmd": ["/bin/gtar", "--extract", "-C", "/tmp//tmp/appliance-1.54.0", "-f", "/root/.ansible/tmp/ansible-tmp-1774906810.8861158-8261-193237705498664/source"], "err": "", "out": "", "rc": 0}, "gid": 0, "group": "root", "handler": "TarArchive", "mode": "0755", "owner": "root", "size": 23, "src": "/root/.ansible/tmp/ansible-tmp-1774906810.8861158-8261-193237705498664/source", "state": "directory", "uid": 0} TASK [base-appliance : set_fact] *********************************************** ok: [localhost] => {"ansible_facts": {"virt_customize_env": {"LIBGUESTFS_BACKEND": "direct", "LIBGUESTFS_PATH": "/tmp//tmp/appliance-1.54.0/appliance"}}, "changed": false} TASK [base : assert] *********************************************************** ok: [localhost] => { "changed": false, "msg": "All assertions passed" } TASK [base : Set some runtime facts] ******************************************* ok: [localhost] => {"ansible_facts": {"image_cache_file": "/var/cache/nodepool/Fedora-Cloud-Base-Generic-41-1.4.x86_64.qcow2", "image_tmp_dir": "/var/tmp/tobiko-cloud-fedora-41-7f63ffd4294a4f6f881d202543ed66ac"}, "changed": false} TASK [base : Make sure cache directory exist] ********************************** ok: [localhost] => {"changed": false, "gid": 1002, "group": "1002", "mode": "0755", "owner": "1002", "path": "/var/cache/nodepool", "size": 8192, "state": "directory", "uid": 1002} TASK [base : Delete previous image cache] ************************************** skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [base : Check if image is already downloaded] ***************************** ok: [localhost] => {"changed": false, "stat": {"atime": 1774906164.4545403, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 7293088, "charset": "binary", "checksum": "4e8868f5a434c7339301ae5e198095ccd30dba6c", "ctime": 1774906163.2095027, "dev": 64545, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 19037303, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/octet-stream", "mode": "0644", "mtime": 1774906163.2095027, "nlink": 1, "path": "/var/cache/nodepool/Fedora-Cloud-Base-Generic-41-1.4.x86_64.qcow2", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 3732275200, "uid": 0, "version": "3353441535", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [base : Download if checksum doesn't match] ******************************* skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [base : Extract the image if necessary] *********************************** ok: [localhost] => {"changed": false, "cmd": ["xz", "-k", "-d", "/var/cache/nodepool/Fedora-Cloud-Base-Generic-41-1.4.x86_64.qcow2.xz"], "rc": 0, "stdout": "skipped, since /var/cache/nodepool/Fedora-Cloud-Base-Generic-41-1.4.x86_64.qcow2 exists", "stdout_lines": ["skipped, since /var/cache/nodepool/Fedora-Cloud-Base-Generic-41-1.4.x86_64.qcow2 exists"]} TASK [base : Run pre-update command if needed] ********************************* skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [base : Set custom kernel version] **************************************** skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [base : Exclude packages for being updated] ******************************* skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [base : Update the cache] ************************************************* changed: [localhost] => {"changed": true, "cmd": ["virt-customize", "-m", "2048", "-a", "/var/cache/nodepool/Fedora-Cloud-Base-Generic-41-1.4.x86_64.qcow2", "--update"], "delta": "0:00:25.863229", "end": "2026-03-30 21:41:20.691118", "rc": 0, "start": "2026-03-30 21:40:54.827889", "stderr": "", "stderr_lines": [], "stdout": "[ 0.0] Examining the guest ...\n[ 15.6] Setting a random seed\n[ 15.7] Updating packages\n[ 25.6] Finishing off", "stdout_lines": ["[ 0.0] Examining the guest ...", "[ 15.6] Setting a random seed", "[ 15.7] Updating packages", "[ 25.6] Finishing off"]} TASK [base : Create tmp directory] ********************************************* changed: [localhost] => {"changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/var/tmp/tobiko-cloud-fedora-41-7f63ffd4294a4f6f881d202543ed66ac", "size": 6, "state": "directory", "uid": 0} TASK [base : Set filename copy fact] ******************************************* ok: [localhost] => {"ansible_facts": {"image_file": "/var/tmp/tobiko-cloud-fedora-41-7f63ffd4294a4f6f881d202543ed66ac/Fedora-Cloud-Base-Generic-41-1.4.x86_64.qcow2"}, "changed": false} TASK [base : Copy the image] *************************************************** changed: [localhost] => {"changed": true, "checksum": "18c526feb84538af8d0953d0e393af4a86ef63c7", "dest": "/var/tmp/tobiko-cloud-fedora-41-7f63ffd4294a4f6f881d202543ed66ac/Fedora-Cloud-Base-Generic-41-1.4.x86_64.qcow2", "gid": 0, "group": "root", "md5sum": "2702e2b5396c0a3addd63437e882783f", "mode": "0644", "owner": "root", "size": 3732275200, "src": "/var/cache/nodepool/Fedora-Cloud-Base-Generic-41-1.4.x86_64.qcow2", "state": "file", "uid": 0} TASK [Install base package and setup SELINUX] ********************************** ok: [localhost] => {"ansible_facts": {"virt_customize_cmd": ["virt-customize -m 2048 -a /var/tmp/tobiko-cloud-fedora-41-7f63ffd4294a4f6f881d202543ed66ac/Fedora-Cloud-Base-Generic-41-1.4.x86_64.qcow2", "--selinux-relabel", "--install 'traceroute,iproute,git,rsync'", "--run-command 'sed -e s/^SELINUX=.*/SELINUX=permissive/ -i /etc/selinux/config'"]}, "changed": false} TASK [base-install-packages : set_fact] **************************************** ok: [localhost] => {"ansible_facts": {"cmd": ["--install 'iperf3,iputils,nmap-ncat,nginx'"]}, "changed": false} TASK [base-install-packages : set_fact] **************************************** ok: [localhost] => {"ansible_facts": {"virt_customize_cmd": ["virt-customize -m 2048 -a /var/tmp/tobiko-cloud-fedora-41-7f63ffd4294a4f6f881d202543ed66ac/Fedora-Cloud-Base-Generic-41-1.4.x86_64.qcow2", "--selinux-relabel", "--install 'traceroute,iproute,git,rsync'", "--run-command 'sed -e s/^SELINUX=.*/SELINUX=permissive/ -i /etc/selinux/config'", "--install 'iperf3,iputils,nmap-ncat,nginx'"]}, "changed": false} TASK [Create nginx_id.conf file] *********************************************** changed: [localhost] => {"changed": true, "checksum": "fe13007aa785fc9f318dceb8fd84c680f035bf78", "dest": "/var/tmp/tobiko-cloud-fedora-41-7f63ffd4294a4f6f881d202543ed66ac/nginx_id.conf", "gid": 0, "group": "root", "md5sum": "23c630fdfba4755101fccd0a6d98f8f0", "mode": "0644", "owner": "root", "size": 125, "src": "/root/.ansible/tmp/ansible-tmp-1774906904.1926239-8475-236574138994753/source", "state": "file", "uid": 0} TASK [Create iperf3-server.service file] *************************************** changed: [localhost] => {"changed": true, "checksum": "d3dc5af8017be1b7a8969508fa6afa820bcaa58e", "dest": "/var/tmp/tobiko-cloud-fedora-41-7f63ffd4294a4f6f881d202543ed66ac/iperf3-server.service", "gid": 0, "group": "root", "md5sum": "3c35af7d3d662374e63be854ff203f5b", "mode": "0644", "owner": "root", "size": 192, "src": "/root/.ansible/tmp/ansible-tmp-1774906904.6717582-8500-32000231047099/source", "state": "file", "uid": 0} TASK [Configure and enable nginx and iperf3] *********************************** ok: [localhost] => {"ansible_facts": {"virt_customize_cmd": ["virt-customize -m 2048 -a /var/tmp/tobiko-cloud-fedora-41-7f63ffd4294a4f6f881d202543ed66ac/Fedora-Cloud-Base-Generic-41-1.4.x86_64.qcow2", "--selinux-relabel", "--install 'traceroute,iproute,git,rsync'", "--run-command 'sed -e s/^SELINUX=.*/SELINUX=permissive/ -i /etc/selinux/config'", "--install 'iperf3,iputils,nmap-ncat,nginx'", "--copy-in /var/tmp/tobiko-cloud-fedora-41-7f63ffd4294a4f6f881d202543ed66ac/nginx_id.conf:/etc/nginx/conf.d", "--run-command 'systemctl enable nginx'", "--copy-in /var/tmp/tobiko-cloud-fedora-41-7f63ffd4294a4f6f881d202543ed66ac/iperf3-server.service:/etc/systemd/system", "--run-command 'systemctl enable iperf3-server'"]}, "changed": false} TASK [Add first boot command] ************************************************** ok: [localhost] => {"ansible_facts": {"virt_customize_cmd": ["virt-customize -m 2048 -a /var/tmp/tobiko-cloud-fedora-41-7f63ffd4294a4f6f881d202543ed66ac/Fedora-Cloud-Base-Generic-41-1.4.x86_64.qcow2", "--selinux-relabel", "--install 'traceroute,iproute,git,rsync'", "--run-command 'sed -e s/^SELINUX=.*/SELINUX=permissive/ -i /etc/selinux/config'", "--install 'iperf3,iputils,nmap-ncat,nginx'", "--copy-in /var/tmp/tobiko-cloud-fedora-41-7f63ffd4294a4f6f881d202543ed66ac/nginx_id.conf:/etc/nginx/conf.d", "--run-command 'systemctl enable nginx'", "--copy-in /var/tmp/tobiko-cloud-fedora-41-7f63ffd4294a4f6f881d202543ed66ac/iperf3-server.service:/etc/systemd/system", "--run-command 'systemctl enable iperf3-server'", "--firstboot-command 'sh -c \"nmcli connection add type vlan con-name vlan101 ifname vlan101 vlan.parent enp3s0 vlan.id 101 ipv6.addr-gen-mode default-or-eui64; chown -R nginx:nginx /var/lib/nginx/ /var/log/nginx/; systemctl restart nginx.service\"'"]}, "changed": false} TASK [zuul-user : Prepare the sudoers file] ************************************ changed: [localhost] => {"changed": true, "checksum": "bf0831556e9f0a8ed0d5520b424f992f590ea2e3", "dest": "/var/tmp/tobiko-cloud-fedora-41-7f63ffd4294a4f6f881d202543ed66ac/zuul", "gid": 0, "group": "root", "md5sum": "4dca5fc5ab85dbdfff30d6dde7c49c65", "mode": "0644", "owner": "root", "size": 87, "src": "/root/.ansible/tmp/ansible-tmp-1774906905.2174826-8529-159726611754238/source", "state": "file", "uid": 0} TASK [zuul-user : Prepare the authorized_keys file] **************************** changed: [localhost] => {"changed": true, "checksum": "8a762e403cc4ed4e8498b801fcf57c967505132e", "dest": "/var/tmp/tobiko-cloud-fedora-41-7f63ffd4294a4f6f881d202543ed66ac/authorized_keys", "gid": 0, "group": "root", "md5sum": "0df0a4d0f345163e88e6dd96d3cb5f35", "mode": "0644", "owner": "root", "size": 395, "src": "/var/lib/nodepool/.ssh/zuul_rsa.pub", "state": "file", "uid": 0} TASK [zuul-user : set_fact] **************************************************** skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [zuul-user : set_fact] **************************************************** skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [zuul-user : set_fact] **************************************************** ok: [localhost] => {"ansible_facts": {"cmd": ["--run-command 'adduser -m zuul-worker'", "--mkdir '/home/zuul-worker/.ssh'", "--chmod '0700:/home/zuul-worker/.ssh'", "--copy-in '/var/tmp/tobiko-cloud-fedora-41-7f63ffd4294a4f6f881d202543ed66ac/authorized_keys:/home/zuul-worker/.ssh/'", "--chmod '0600:/home/zuul-worker/.ssh/authorized_keys'", "--run-command 'chown -R zuul-worker:zuul-worker /home/zuul-worker/.ssh/'", "--copy-in '/var/tmp/tobiko-cloud-fedora-41-7f63ffd4294a4f6f881d202543ed66ac/zuul:/etc/sudoers.d/'", "--chmod '0440:/etc/sudoers.d/zuul'", "--run-command 'chcon -R -h system_u:object_r:user_home_t:s0 /home/zuul-worker && chcon -R -h system_u:object_r:ssh_home_t:s0 /home/zuul-worker/.ssh'"]}, "changed": false} TASK [zuul-user : set_fact] **************************************************** ok: [localhost] => {"ansible_facts": {"virt_customize_cmd": ["virt-customize -m 2048 -a /var/tmp/tobiko-cloud-fedora-41-7f63ffd4294a4f6f881d202543ed66ac/Fedora-Cloud-Base-Generic-41-1.4.x86_64.qcow2", "--selinux-relabel", "--install 'traceroute,iproute,git,rsync'", "--run-command 'sed -e s/^SELINUX=.*/SELINUX=permissive/ -i /etc/selinux/config'", "--install 'iperf3,iputils,nmap-ncat,nginx'", "--copy-in /var/tmp/tobiko-cloud-fedora-41-7f63ffd4294a4f6f881d202543ed66ac/nginx_id.conf:/etc/nginx/conf.d", "--run-command 'systemctl enable nginx'", "--copy-in /var/tmp/tobiko-cloud-fedora-41-7f63ffd4294a4f6f881d202543ed66ac/iperf3-server.service:/etc/systemd/system", "--run-command 'systemctl enable iperf3-server'", "--firstboot-command 'sh -c \"nmcli connection add type vlan con-name vlan101 ifname vlan101 vlan.parent enp3s0 vlan.id 101 ipv6.addr-gen-mode default-or-eui64; chown -R nginx:nginx /var/lib/nginx/ /var/log/nginx/; systemctl restart nginx.service\"'", "--run-command 'adduser -m zuul-worker'", "--mkdir '/home/zuul-worker/.ssh'", "--chmod '0700:/home/zuul-worker/.ssh'", "--copy-in '/var/tmp/tobiko-cloud-fedora-41-7f63ffd4294a4f6f881d202543ed66ac/authorized_keys:/home/zuul-worker/.ssh/'", "--chmod '0600:/home/zuul-worker/.ssh/authorized_keys'", "--run-command 'chown -R zuul-worker:zuul-worker /home/zuul-worker/.ssh/'", "--copy-in '/var/tmp/tobiko-cloud-fedora-41-7f63ffd4294a4f6f881d202543ed66ac/zuul:/etc/sudoers.d/'", "--chmod '0440:/etc/sudoers.d/zuul'", "--run-command 'chcon -R -h system_u:object_r:user_home_t:s0 /home/zuul-worker && chcon -R -h system_u:object_r:ssh_home_t:s0 /home/zuul-worker/.ssh'"]}, "changed": false} TASK [base-customize : debug] ************************************************** ok: [localhost] => { "msg": "Running: virt-customize -m 2048 -a /var/tmp/tobiko-cloud-fedora-41-7f63ffd4294a4f6f881d202543ed66ac/Fedora-Cloud-Base-Generic-41-1.4.x86_64.qcow2 --selinux-relabel --install 'traceroute,iproute,git,rsync' --run-command 'sed -e s/^SELINUX=.*/SELINUX=permissive/ -i /etc/selinux/config' --install 'iperf3,iputils,nmap-ncat,nginx' --copy-in /var/tmp/tobiko-cloud-fedora-41-7f63ffd4294a4f6f881d202543ed66ac/nginx_id.conf:/etc/nginx/conf.d --run-command 'systemctl enable nginx' --copy-in /var/tmp/tobiko-cloud-fedora-41-7f63ffd4294a4f6f881d202543ed66ac/iperf3-server.service:/etc/systemd/system --run-command 'systemctl enable iperf3-server' --firstboot-command 'sh -c \"nmcli connection add type vlan con-name vlan101 ifname vlan101 vlan.parent enp3s0 vlan.id 101 ipv6.addr-gen-mode default-or-eui64; chown -R nginx:nginx /var/lib/nginx/ /var/log/nginx/; systemctl restart nginx.service\"' --run-command 'adduser -m zuul-worker' --mkdir '/home/zuul-worker/.ssh' --chmod '0700:/home/zuul-worker/.ssh' --copy-in '/var/tmp/tobiko-cloud-fedora-41-7f63ffd4294a4f6f881d202543ed66ac/authorized_keys:/home/zuul-worker/.ssh/' --chmod '0600:/home/zuul-worker/.ssh/authorized_keys' --run-command 'chown -R zuul-worker:zuul-worker /home/zuul-worker/.ssh/' --copy-in '/var/tmp/tobiko-cloud-fedora-41-7f63ffd4294a4f6f881d202543ed66ac/zuul:/etc/sudoers.d/' --chmod '0440:/etc/sudoers.d/zuul' --run-command 'chcon -R -h system_u:object_r:user_home_t:s0 /home/zuul-worker && chcon -R -h system_u:object_r:ssh_home_t:s0 /home/zuul-worker/.ssh'" } TASK [base-customize : Run virt-customize] ************************************* changed: [localhost] => {"changed": true, "cmd": ["virt-customize", "-m", "2048", "-a", "/var/tmp/tobiko-cloud-fedora-41-7f63ffd4294a4f6f881d202543ed66ac/Fedora-Cloud-Base-Generic-41-1.4.x86_64.qcow2", "--selinux-relabel", "--install", "traceroute,iproute,git,rsync", "--run-command", "sed -e s/^SELINUX=.*/SELINUX=permissive/ -i /etc/selinux/config", "--install", "iperf3,iputils,nmap-ncat,nginx", "--copy-in", "/var/tmp/tobiko-cloud-fedora-41-7f63ffd4294a4f6f881d202543ed66ac/nginx_id.conf:/etc/nginx/conf.d", "--run-command", "systemctl enable nginx", "--copy-in", "/var/tmp/tobiko-cloud-fedora-41-7f63ffd4294a4f6f881d202543ed66ac/iperf3-server.service:/etc/systemd/system", "--run-command", "systemctl enable iperf3-server", "--firstboot-command", "sh -c \"nmcli connection add type vlan con-name vlan101 ifname vlan101 vlan.parent enp3s0 vlan.id 101 ipv6.addr-gen-mode default-or-eui64; chown -R nginx:nginx /var/lib/nginx/ /var/log/nginx/; systemctl restart nginx.service\"", "--run-command", "adduser -m zuul-worker", "--mkdir", "/home/zuul-worker/.ssh", "--chmod", "0700:/home/zuul-worker/.ssh", "--copy-in", "/var/tmp/tobiko-cloud-fedora-41-7f63ffd4294a4f6f881d202543ed66ac/authorized_keys:/home/zuul-worker/.ssh/", "--chmod", "0600:/home/zuul-worker/.ssh/authorized_keys", "--run-command", "chown -R zuul-worker:zuul-worker /home/zuul-worker/.ssh/", "--copy-in", "/var/tmp/tobiko-cloud-fedora-41-7f63ffd4294a4f6f881d202543ed66ac/zuul:/etc/sudoers.d/", "--chmod", "0440:/etc/sudoers.d/zuul", "--run-command", "chcon -R -h system_u:object_r:user_home_t:s0 /home/zuul-worker && chcon -R -h system_u:object_r:ssh_home_t:s0 /home/zuul-worker/.ssh"], "delta": "0:01:11.225502", "end": "2026-03-30 21:42:57.701604", "rc": 0, "start": "2026-03-30 21:41:46.476102", "stderr": "", "stderr_lines": [], "stdout": "[ 0.0] Examining the guest ...\n[ 16.8] Setting a random seed\n[ 16.9] Installing packages: traceroute iproute git rsync\n[ 43.3] Running: sed -e s/^SELINUX=.*/SELINUX=permissive/ -i /etc/selinux/config\n[ 43.3] Installing packages: iperf3 iputils nmap-ncat nginx\n[ 48.1] Copying: /var/tmp/tobiko-cloud-fedora-41-7f63ffd4294a4f6f881d202543ed66ac/nginx_id.conf to /etc/nginx/conf.d\n[ 48.1] Running: systemctl enable nginx\n[ 48.2] Copying: /var/tmp/tobiko-cloud-fedora-41-7f63ffd4294a4f6f881d202543ed66ac/iperf3-server.service to /etc/systemd/system\n[ 48.2] Running: systemctl enable iperf3-server\n[ 48.3] Installing firstboot command: sh -c \"nmcli connection add type vlan con-name vlan101 ifname vlan101 vlan.parent enp3s0 vlan.id 101 ipv6.addr-gen-mode default-or-eui64; chown -R nginx:nginx /var/lib/nginx/ /var/log/nginx/; systemctl restart nginx.service\"\n[ 48.3] Running: adduser -m zuul-worker\n[ 48.5] Making directory: /home/zuul-worker/.ssh\n[ 48.5] Changing permissions of /home/zuul-worker/.ssh to 0700\n[ 48.5] Copying: /var/tmp/tobiko-cloud-fedora-41-7f63ffd4294a4f6f881d202543ed66ac/authorized_keys to /home/zuul-worker/.ssh/\n[ 48.5] Changing permissions of /home/zuul-worker/.ssh/authorized_keys to 0600\n[ 48.5] Running: chown -R zuul-worker:zuul-worker /home/zuul-worker/.ssh/\n[ 48.6] Copying: /var/tmp/tobiko-cloud-fedora-41-7f63ffd4294a4f6f881d202543ed66ac/zuul to /etc/sudoers.d/\n[ 48.6] Changing permissions of /etc/sudoers.d/zuul to 0440\n[ 48.6] Running: chcon -R -h system_u:object_r:user_home_t:s0 /home/zuul-worker && chcon -R -h system_u:object_r:ssh_home_t:s0 /home/zuul-worker/.ssh\n[ 48.7] SELinux relabelling\n[ 70.9] Finishing off", "stdout_lines": ["[ 0.0] Examining the guest ...", "[ 16.8] Setting a random seed", "[ 16.9] Installing packages: traceroute iproute git rsync", "[ 43.3] Running: sed -e s/^SELINUX=.*/SELINUX=permissive/ -i /etc/selinux/config", "[ 43.3] Installing packages: iperf3 iputils nmap-ncat nginx", "[ 48.1] Copying: /var/tmp/tobiko-cloud-fedora-41-7f63ffd4294a4f6f881d202543ed66ac/nginx_id.conf to /etc/nginx/conf.d", "[ 48.1] Running: systemctl enable nginx", "[ 48.2] Copying: /var/tmp/tobiko-cloud-fedora-41-7f63ffd4294a4f6f881d202543ed66ac/iperf3-server.service to /etc/systemd/system", "[ 48.2] Running: systemctl enable iperf3-server", "[ 48.3] Installing firstboot command: sh -c \"nmcli connection add type vlan con-name vlan101 ifname vlan101 vlan.parent enp3s0 vlan.id 101 ipv6.addr-gen-mode default-or-eui64; chown -R nginx:nginx /var/lib/nginx/ /var/log/nginx/; systemctl restart nginx.service\"", "[ 48.3] Running: adduser -m zuul-worker", "[ 48.5] Making directory: /home/zuul-worker/.ssh", "[ 48.5] Changing permissions of /home/zuul-worker/.ssh to 0700", "[ 48.5] Copying: /var/tmp/tobiko-cloud-fedora-41-7f63ffd4294a4f6f881d202543ed66ac/authorized_keys to /home/zuul-worker/.ssh/", "[ 48.5] Changing permissions of /home/zuul-worker/.ssh/authorized_keys to 0600", "[ 48.5] Running: chown -R zuul-worker:zuul-worker /home/zuul-worker/.ssh/", "[ 48.6] Copying: /var/tmp/tobiko-cloud-fedora-41-7f63ffd4294a4f6f881d202543ed66ac/zuul to /etc/sudoers.d/", "[ 48.6] Changing permissions of /etc/sudoers.d/zuul to 0440", "[ 48.6] Running: chcon -R -h system_u:object_r:user_home_t:s0 /home/zuul-worker && chcon -R -h system_u:object_r:ssh_home_t:s0 /home/zuul-worker/.ssh", "[ 48.7] SELinux relabelling", "[ 70.9] Finishing off"]} TASK [base-finalize : Create raw file] ***************************************** changed: [localhost] => {"changed": true, "cmd": ["qemu-img", "convert", "-O", "raw", "/var/tmp/tobiko-cloud-fedora-41-7f63ffd4294a4f6f881d202543ed66ac/Fedora-Cloud-Base-Generic-41-1.4.x86_64.qcow2", "/var/lib/nodepool/dib/tobiko-cloud-fedora-41-7f63ffd4294a4f6f881d202543ed66ac.raw"], "delta": "0:00:09.573266", "end": "2026-03-30 21:43:07.604572", "rc": 0, "start": "2026-03-30 21:42:58.031306", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [base-finalize : Create qcow file] **************************************** skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [base-cleanup : Remove tmp directory] ************************************* changed: [localhost] => {"changed": true, "path": "/var/tmp/tobiko-cloud-fedora-41-7f63ffd4294a4f6f881d202543ed66ac", "state": "absent"} PLAY RECAP ********************************************************************* localhost : ok=32 changed=13 unreachable=0 failed=0 skipped=8 rescued=0 ignored=0 Running: sudo /usr/local/bin/ansible-playbook -v /etc/nodepool/virt_images/tobiko-cloud-fedora-41.yaml -e image_output=/var/lib/nodepool/dib/tobiko-cloud-fedora-41-7f63ffd4294a4f6f881d202543ed66ac -e raw_type=True Exit code: 0