ansible-playbook [core 2.17.14] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-phW executable location = /usr/local/bin/ansible-playbook python version = 3.12.11 (main, Aug 14 2025, 00:00:00) [GCC 14.3.1 20250617 (Red Hat 14.3.1-2)] (/usr/bin/python3.12) jinja version = 3.1.6 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', as we already have a stdout callback. 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_network_state_nm.yml ******************************************* 2 plays in /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tests_network_state_nm.yml PLAY [Run playbook 'playbooks/tests_network_state.yml' with nm as provider] **** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tests_network_state_nm.yml:6 Saturday 25 October 2025 08:48:17 -0400 (0:00:00.064) 0:00:00.064 ****** [WARNING]: Platform linux on host managed-node4 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed-node4] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tests_network_state_nm.yml:9 Saturday 25 October 2025 08:48:19 -0400 (0:00:01.799) 0:00:01.864 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml for managed-node4 TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Saturday 25 October 2025 08:48:19 -0400 (0:00:00.087) 0:00:01.952 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "not ansible_facts.keys() | list | intersect(network_test_required_facts) == network_test_required_facts", "skip_reason": "Conditional result was False" } TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Saturday 25 October 2025 08:48:19 -0400 (0:00:00.140) 0:00:02.092 ****** ok: [managed-node4] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 Saturday 25 October 2025 08:48:20 -0400 (0:00:00.949) 0:00:03.042 ****** ok: [managed-node4] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26 Saturday 25 October 2025 08:48:20 -0400 (0:00:00.093) 0:00:03.135 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tests_network_state_nm.yml:11 Saturday 25 October 2025 08:48:20 -0400 (0:00:00.073) 0:00:03.209 ****** ok: [managed-node4] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } PLAY [Play for configuring network using network state variable] *************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_network_state.yml:3 Saturday 25 October 2025 08:48:20 -0400 (0:00:00.097) 0:00:03.307 ****** ok: [managed-node4] TASK [Set type=veth and interface=ethtest0] ************************************ task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_network_state.yml:12 Saturday 25 October 2025 08:48:22 -0400 (0:00:01.214) 0:00:04.521 ****** ok: [managed-node4] => { "ansible_facts": { "interface": "ethtest0", "type": "veth" }, "changed": false } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_network_state.yml:16 Saturday 25 October 2025 08:48:22 -0400 (0:00:00.061) 0:00:04.582 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml for managed-node4 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Saturday 25 October 2025 08:48:22 -0400 (0:00:00.275) 0:00:04.858 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml for managed-node4 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Saturday 25 October 2025 08:48:22 -0400 (0:00:00.265) 0:00:05.124 ****** ok: [managed-node4] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003209", "end": "2025-10-25 08:48:23.810508", "rc": 0, "start": "2025-10-25 08:48:23.807299" } STDOUT: eth0 eth1 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Saturday 25 October 2025 08:48:23 -0400 (0:00:01.120) 0:00:06.244 ****** ok: [managed-node4] => { "ansible_facts": { "current_interfaces": [ "eth0", "eth1", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Saturday 25 October 2025 08:48:24 -0400 (0:00:00.156) 0:00:06.401 ****** ok: [managed-node4] => {} MSG: current_interfaces: ['eth0', 'eth1', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_network_state.yml:18 Saturday 25 October 2025 08:48:24 -0400 (0:00:00.133) 0:00:06.534 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml for managed-node4 TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:3 Saturday 25 October 2025 08:48:24 -0400 (0:00:00.369) 0:00:06.904 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:8 Saturday 25 October 2025 08:48:24 -0400 (0:00:00.215) 0:00:07.120 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:13 Saturday 25 October 2025 08:48:25 -0400 (0:00:00.226) 0:00:07.346 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml for managed-node4 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Saturday 25 October 2025 08:48:25 -0400 (0:00:00.288) 0:00:07.634 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml for managed-node4 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Saturday 25 October 2025 08:48:25 -0400 (0:00:00.256) 0:00:07.891 ****** ok: [managed-node4] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003063", "end": "2025-10-25 08:48:26.119837", "rc": 0, "start": "2025-10-25 08:48:26.116774" } STDOUT: eth0 eth1 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Saturday 25 October 2025 08:48:26 -0400 (0:00:00.674) 0:00:08.565 ****** ok: [managed-node4] => { "ansible_facts": { "current_interfaces": [ "eth0", "eth1", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Saturday 25 October 2025 08:48:26 -0400 (0:00:00.127) 0:00:08.692 ****** ok: [managed-node4] => {} MSG: current_interfaces: ['eth0', 'eth1', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:16 Saturday 25 October 2025 08:48:26 -0400 (0:00:00.137) 0:00:08.830 ****** ok: [managed-node4] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface ethtest0] ****************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:27 Saturday 25 October 2025 08:48:28 -0400 (0:00:01.746) 0:00:10.579 ****** ok: [managed-node4] => (item=ip link add ethtest0 type veth peer name peerethtest0) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "add", "ethtest0", "type", "veth", "peer", "name", "peerethtest0" ], "delta": "0:00:00.005397", "end": "2025-10-25 08:48:28.768550", "item": "ip link add ethtest0 type veth peer name peerethtest0", "rc": 0, "start": "2025-10-25 08:48:28.763153" } ok: [managed-node4] => (item=ip link set peerethtest0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerethtest0", "up" ], "delta": "0:00:00.003562", "end": "2025-10-25 08:48:29.351569", "item": "ip link set peerethtest0 up", "rc": 0, "start": "2025-10-25 08:48:29.348007" } ok: [managed-node4] => (item=ip link set ethtest0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "ethtest0", "up" ], "delta": "0:00:00.003701", "end": "2025-10-25 08:48:29.858591", "item": "ip link set ethtest0 up", "rc": 0, "start": "2025-10-25 08:48:29.854890" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:35 Saturday 25 October 2025 08:48:29 -0400 (0:00:01.719) 0:00:12.298 ****** ok: [managed-node4] => { "changed": false, "cmd": [ "nmcli", "d", "set", "ethtest0", "managed", "true" ], "delta": "0:00:00.021597", "end": "2025-10-25 08:48:30.542412", "rc": 0, "start": "2025-10-25 08:48:30.520815" } TASK [Delete veth interface ethtest0] ****************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:43 Saturday 25 October 2025 08:48:30 -0400 (0:00:00.670) 0:00:12.968 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface ethtest0] ***************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:49 Saturday 25 October 2025 08:48:30 -0400 (0:00:00.186) 0:00:13.155 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface ethtest0] ***************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:54 Saturday 25 October 2025 08:48:30 -0400 (0:00:00.176) 0:00:13.331 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface ethtest0] ******************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:60 Saturday 25 October 2025 08:48:31 -0400 (0:00:00.158) 0:00:13.490 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface ethtest0] ******************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:65 Saturday 25 October 2025 08:48:31 -0400 (0:00:00.186) 0:00:13.676 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_network_state.yml:22 Saturday 25 October 2025 08:48:31 -0400 (0:00:00.203) 0:00:13.879 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml for managed-node4 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:3 Saturday 25 October 2025 08:48:31 -0400 (0:00:00.408) 0:00:14.289 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml for managed-node4 TASK [Get stat for interface ethtest0] ***************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Saturday 25 October 2025 08:48:32 -0400 (0:00:00.238) 0:00:14.527 ****** ok: [managed-node4] => { "changed": false, "stat": { "atime": 1761396508.766883, "block_size": 4096, "blocks": 0, "ctime": 1761396508.766883, "dev": 23, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 27618, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/ethtest0", "lnk_target": "../../devices/virtual/net/ethtest0", "mode": "0777", "mtime": 1761396508.766883, "nlink": 1, "path": "/sys/class/net/ethtest0", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that the interface is present - 'ethtest0'] *********************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:5 Saturday 25 October 2025 08:48:32 -0400 (0:00:00.772) 0:00:15.299 ****** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Set type=veth and interface=ethtest1] ************************************ task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_network_state.yml:24 Saturday 25 October 2025 08:48:33 -0400 (0:00:00.179) 0:00:15.478 ****** ok: [managed-node4] => { "ansible_facts": { "interface": "ethtest1", "type": "veth" }, "changed": false } TASK [Include the task 'show_interfaces.yml' again] **************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_network_state.yml:28 Saturday 25 October 2025 08:48:33 -0400 (0:00:00.191) 0:00:15.670 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml for managed-node4 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Saturday 25 October 2025 08:48:33 -0400 (0:00:00.334) 0:00:16.004 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml for managed-node4 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Saturday 25 October 2025 08:48:33 -0400 (0:00:00.102) 0:00:16.106 ****** ok: [managed-node4] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003695", "end": "2025-10-25 08:48:34.330941", "rc": 0, "start": "2025-10-25 08:48:34.327246" } STDOUT: eth0 eth1 ethtest0 lo peerethtest0 TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Saturday 25 October 2025 08:48:34 -0400 (0:00:00.662) 0:00:16.769 ****** ok: [managed-node4] => { "ansible_facts": { "current_interfaces": [ "eth0", "eth1", "ethtest0", "lo", "peerethtest0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Saturday 25 October 2025 08:48:34 -0400 (0:00:00.227) 0:00:16.997 ****** ok: [managed-node4] => {} MSG: current_interfaces: ['eth0', 'eth1', 'ethtest0', 'lo', 'peerethtest0'] TASK [Include the task 'manage_test_interface.yml' after changing interface] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_network_state.yml:30 Saturday 25 October 2025 08:48:34 -0400 (0:00:00.186) 0:00:17.184 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml for managed-node4 TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:3 Saturday 25 October 2025 08:48:35 -0400 (0:00:00.367) 0:00:17.552 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:8 Saturday 25 October 2025 08:48:35 -0400 (0:00:00.116) 0:00:17.668 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:13 Saturday 25 October 2025 08:48:35 -0400 (0:00:00.151) 0:00:17.820 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml for managed-node4 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Saturday 25 October 2025 08:48:35 -0400 (0:00:00.179) 0:00:17.999 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml for managed-node4 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Saturday 25 October 2025 08:48:35 -0400 (0:00:00.176) 0:00:18.176 ****** ok: [managed-node4] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003190", "end": "2025-10-25 08:48:36.417914", "rc": 0, "start": "2025-10-25 08:48:36.414724" } STDOUT: eth0 eth1 ethtest0 lo peerethtest0 TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Saturday 25 October 2025 08:48:36 -0400 (0:00:00.675) 0:00:18.852 ****** ok: [managed-node4] => { "ansible_facts": { "current_interfaces": [ "eth0", "eth1", "ethtest0", "lo", "peerethtest0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Saturday 25 October 2025 08:48:36 -0400 (0:00:00.167) 0:00:19.019 ****** ok: [managed-node4] => {} MSG: current_interfaces: ['eth0', 'eth1', 'ethtest0', 'lo', 'peerethtest0'] TASK [Install iproute] ********************************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:16 Saturday 25 October 2025 08:48:36 -0400 (0:00:00.182) 0:00:19.202 ****** ok: [managed-node4] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface ethtest1] ****************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:27 Saturday 25 October 2025 08:48:38 -0400 (0:00:01.227) 0:00:20.429 ****** ok: [managed-node4] => (item=ip link add ethtest1 type veth peer name peerethtest1) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "add", "ethtest1", "type", "veth", "peer", "name", "peerethtest1" ], "delta": "0:00:00.004542", "end": "2025-10-25 08:48:38.679086", "item": "ip link add ethtest1 type veth peer name peerethtest1", "rc": 0, "start": "2025-10-25 08:48:38.674544" } ok: [managed-node4] => (item=ip link set peerethtest1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerethtest1", "up" ], "delta": "0:00:00.003708", "end": "2025-10-25 08:48:39.262019", "item": "ip link set peerethtest1 up", "rc": 0, "start": "2025-10-25 08:48:39.258311" } ok: [managed-node4] => (item=ip link set ethtest1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "ethtest1", "up" ], "delta": "0:00:00.003921", "end": "2025-10-25 08:48:39.700845", "item": "ip link set ethtest1 up", "rc": 0, "start": "2025-10-25 08:48:39.696924" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:35 Saturday 25 October 2025 08:48:39 -0400 (0:00:01.693) 0:00:22.123 ****** ok: [managed-node4] => { "changed": false, "cmd": [ "nmcli", "d", "set", "ethtest1", "managed", "true" ], "delta": "0:00:00.021884", "end": "2025-10-25 08:48:40.294539", "rc": 0, "start": "2025-10-25 08:48:40.272655" } TASK [Delete veth interface ethtest1] ****************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:43 Saturday 25 October 2025 08:48:40 -0400 (0:00:00.592) 0:00:22.715 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface ethtest1] ***************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:49 Saturday 25 October 2025 08:48:40 -0400 (0:00:00.141) 0:00:22.857 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface ethtest1] ***************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:54 Saturday 25 October 2025 08:48:40 -0400 (0:00:00.149) 0:00:23.006 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface ethtest1] ******************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:60 Saturday 25 October 2025 08:48:40 -0400 (0:00:00.170) 0:00:23.177 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface ethtest1] ******************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:65 Saturday 25 October 2025 08:48:41 -0400 (0:00:00.173) 0:00:23.351 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml' after changing interface] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_network_state.yml:34 Saturday 25 October 2025 08:48:41 -0400 (0:00:00.165) 0:00:23.516 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml for managed-node4 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:3 Saturday 25 October 2025 08:48:41 -0400 (0:00:00.313) 0:00:23.829 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml for managed-node4 TASK [Get stat for interface ethtest1] ***************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Saturday 25 October 2025 08:48:41 -0400 (0:00:00.111) 0:00:23.941 ****** ok: [managed-node4] => { "changed": false, "stat": { "atime": 1761396518.678125, "block_size": 4096, "blocks": 0, "ctime": 1761396518.678125, "dev": 23, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 28024, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/ethtest1", "lnk_target": "../../devices/virtual/net/ethtest1", "mode": "0777", "mtime": 1761396518.678125, "nlink": 1, "path": "/sys/class/net/ethtest1", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that the interface is present - 'ethtest1'] *********************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:5 Saturday 25 October 2025 08:48:42 -0400 (0:00:00.479) 0:00:24.421 ****** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 25 October 2025 08:48:42 -0400 (0:00:00.181) 0:00:24.602 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node4 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 25 October 2025 08:48:42 -0400 (0:00:00.201) 0:00:24.804 ****** skipping: [managed-node4] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 25 October 2025 08:48:42 -0400 (0:00:00.211) 0:00:25.015 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 25 October 2025 08:48:42 -0400 (0:00:00.218) 0:00:25.233 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 25 October 2025 08:48:43 -0400 (0:00:00.175) 0:00:25.408 ****** ok: [managed-node4] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 25 October 2025 08:48:45 -0400 (0:00:02.649) 0:00:28.057 ****** ok: [managed-node4] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 25 October 2025 08:48:48 -0400 (0:00:02.436) 0:00:30.494 ****** ok: [managed-node4] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 25 October 2025 08:48:48 -0400 (0:00:00.415) 0:00:30.912 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 25 October 2025 08:48:48 -0400 (0:00:00.262) 0:00:31.175 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 25 October 2025 08:48:49 -0400 (0:00:00.637) 0:00:31.812 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "network_connections | selectattr(\"type\", \"defined\") | selectattr(\"type\", \"match\", \"^team$\") | list | length > 0 or network_state.get(\"interfaces\", []) | selectattr(\"type\", \"defined\") | selectattr(\"type\", \"match\", \"^team$\") | list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 25 October 2025 08:48:49 -0400 (0:00:00.284) 0:00:32.097 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 25 October 2025 08:48:50 -0400 (0:00:00.282) 0:00:32.379 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 25 October 2025 08:48:50 -0400 (0:00:00.311) 0:00:32.691 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 25 October 2025 08:48:50 -0400 (0:00:00.269) 0:00:32.961 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 25 October 2025 08:48:51 -0400 (0:00:00.509) 0:00:33.470 ****** changed: [managed-node4] => { "changed": true, "rc": 0, "results": [ "Installed: nmstate-2.2.52-1.el10.x86_64" ] } lsrpackages: NetworkManager nmstate TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 25 October 2025 08:48:53 -0400 (0:00:02.784) 0:00:36.254 ****** changed: [managed-node4] => { "changed": true, "rc": 0, "results": [ "Installed: NetworkManager-config-server-1:1.55.4-1.el10.noarch", "Installed: python3-libnmstate-2.2.52-1.el10.x86_64", "Installed: nmstate-libs-2.2.52-1.el10.x86_64" ] } lsrpackages: python3-libnmstate TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 25 October 2025 08:48:56 -0400 (0:00:02.208) 0:00:38.463 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 25 October 2025 08:48:56 -0400 (0:00:00.405) 0:00:38.869 ****** ok: [managed-node4] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 25 October 2025 08:48:59 -0400 (0:00:02.782) 0:00:41.652 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 25 October 2025 08:48:59 -0400 (0:00:00.365) 0:00:42.017 ****** skipping: [managed-node4] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 25 October 2025 08:48:59 -0400 (0:00:00.263) 0:00:42.280 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 25 October 2025 08:49:00 -0400 (0:00:00.215) 0:00:42.496 ****** ok: [managed-node4] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 25 October 2025 08:49:02 -0400 (0:00:02.600) 0:00:45.096 ****** changed: [managed-node4] => { "changed": true, "state": { "dns-resolver": { "config": {} }, "hostname": { "config": "managed-node4", "running": "managed-node4" }, "interfaces": [ { "accept-all-mac-addresses": false, "alt-names": [ { "name": "enX0" }, { "name": "enx0affe4400e19" } ], "driver": "vif", "ethernet": {}, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-checksum-ipv6": true, "tx-generic-segmentation": true, "tx-nocache-copy": false, "tx-tcp-mangleid-segmentation": false, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true } }, "identifier": "mac-address", "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "dhcp-send-hostname": true, "enabled": true, "forwarding": false }, "ipv6": { "addr-gen-mode": "stable-privacy", "address": [ { "ip": "fe80::8ff:e4ff:fe40:e19", "prefix-length": 64 } ], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "dhcp-send-hostname": true, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "0A:FF:E4:40:0E:19", "mtu": 9001, "name": "eth0", "permanent-mac-address": "0A:FF:E4:40:0E:19", "profile-name": "cloud-init eth0", "state": "up", "type": "ethernet", "wait-ip": "ipv4" }, { "accept-all-mac-addresses": false, "alt-names": [ { "name": "enX1" }, { "name": "enx0affef1cf93b" } ], "driver": "vif", "ethernet": {}, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-checksum-ipv6": true, "tx-generic-segmentation": true, "tx-nocache-copy": false, "tx-tcp-mangleid-segmentation": false, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true } }, "identifier": "mac-address", "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "dhcp-send-hostname": true, "enabled": true, "forwarding": false }, "ipv6": { "addr-gen-mode": "stable-privacy", "address": [ { "ip": "fe80::8ff:efff:fe1c:f93b", "prefix-length": 64 } ], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "dhcp-send-hostname": true, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "0A:FF:EF:1C:F9:3B", "mtu": 9001, "name": "eth1", "permanent-mac-address": "0A:FF:EF:1C:F9:3B", "profile-name": "cloud-init eth1", "state": "up", "type": "ethernet", "wait-ip": "ipv4" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "identifier": "name", "ipv4": { "address": [ { "ip": "192.168.122.250", "prefix-length": 24 } ], "dhcp": false, "enabled": true, "forwarding": false }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "2001:db8::1:1", "prefix-length": 64 }, { "ip": "fe80::50b0:6aff:feb1:2d92", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "52:B0:6A:B1:2D:92", "mptcp": { "address-flags": [] }, "mtu": 1500, "name": "ethtest0", "profile-name": "Wired connection 1", "state": "up", "type": "veth", "veth": { "peer": "peerethtest0" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "identifier": "name", "ipv4": { "address": [ { "ip": "192.168.122.88", "prefix-length": 24 } ], "dhcp": false, "enabled": true, "forwarding": false }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "fe80::c481:e6ff:fe24:83fb", "prefix-length": 64 } ], "auto-dns": false, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "dhcp-duid": "ll", "dhcp-send-hostname": true, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "C6:81:E6:24:83:FB", "mptcp": { "address-flags": [] }, "mtu": 1500, "name": "ethtest1", "profile-name": "Wired connection 2", "state": "up", "type": "veth", "veth": { "peer": "peerethtest1" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": true, "tx-gso-list": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true } }, "ipv4": { "address": [ { "ip": "127.0.0.1", "prefix-length": 8 } ], "enabled": true, "forwarding": false }, "ipv6": { "address": [ { "ip": "::1", "prefix-length": 128 } ], "enabled": true }, "mac-address": "00:00:00:00:00:00", "mtu": 65536, "name": "lo", "state": "up", "type": "loopback" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "enabled": false, "forwarding": false }, "ipv6": { "address": [ { "ip": "fe80::c4ae:90ff:fe07:80d4", "prefix-length": 64 } ], "enabled": true }, "mac-address": "C6:AE:90:07:80:D4", "mtu": 1500, "name": "peerethtest0", "state": "ignore", "type": "veth", "veth": { "peer": "ethtest0" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "enabled": false, "forwarding": false }, "ipv6": { "address": [ { "ip": "fe80::9c19:c7ff:fe4e:86aa", "prefix-length": 64 } ], "enabled": true }, "mac-address": "9E:19:C7:4E:86:AA", "mtu": 1500, "name": "peerethtest1", "state": "ignore", "type": "veth", "veth": { "peer": "ethtest1" } } ], "route-rules": { "config": [] }, "routes": { "config": [] } } } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 25 October 2025 08:49:05 -0400 (0:00:02.665) 0:00:47.761 ****** ok: [managed-node4] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 25 October 2025 08:49:05 -0400 (0:00:00.285) 0:00:48.047 ****** ok: [managed-node4] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 25 October 2025 08:49:05 -0400 (0:00:00.283) 0:00:48.331 ****** ok: [managed-node4] => { "__network_state_result": { "changed": true, "failed": false, "state": { "dns-resolver": { "config": {} }, "hostname": { "config": "managed-node4", "running": "managed-node4" }, "interfaces": [ { "accept-all-mac-addresses": false, "alt-names": [ { "name": "enX0" }, { "name": "enx0affe4400e19" } ], "driver": "vif", "ethernet": {}, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-checksum-ipv6": true, "tx-generic-segmentation": true, "tx-nocache-copy": false, "tx-tcp-mangleid-segmentation": false, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true } }, "identifier": "mac-address", "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "dhcp-send-hostname": true, "enabled": true, "forwarding": false }, "ipv6": { "addr-gen-mode": "stable-privacy", "address": [ { "ip": "fe80::8ff:e4ff:fe40:e19", "prefix-length": 64 } ], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "dhcp-send-hostname": true, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "0A:FF:E4:40:0E:19", "mtu": 9001, "name": "eth0", "permanent-mac-address": "0A:FF:E4:40:0E:19", "profile-name": "cloud-init eth0", "state": "up", "type": "ethernet", "wait-ip": "ipv4" }, { "accept-all-mac-addresses": false, "alt-names": [ { "name": "enX1" }, { "name": "enx0affef1cf93b" } ], "driver": "vif", "ethernet": {}, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-checksum-ipv6": true, "tx-generic-segmentation": true, "tx-nocache-copy": false, "tx-tcp-mangleid-segmentation": false, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true } }, "identifier": "mac-address", "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "dhcp-send-hostname": true, "enabled": true, "forwarding": false }, "ipv6": { "addr-gen-mode": "stable-privacy", "address": [ { "ip": "fe80::8ff:efff:fe1c:f93b", "prefix-length": 64 } ], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "dhcp-send-hostname": true, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "0A:FF:EF:1C:F9:3B", "mtu": 9001, "name": "eth1", "permanent-mac-address": "0A:FF:EF:1C:F9:3B", "profile-name": "cloud-init eth1", "state": "up", "type": "ethernet", "wait-ip": "ipv4" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "identifier": "name", "ipv4": { "address": [ { "ip": "192.168.122.250", "prefix-length": 24 } ], "dhcp": false, "enabled": true, "forwarding": false }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "2001:db8::1:1", "prefix-length": 64 }, { "ip": "fe80::50b0:6aff:feb1:2d92", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "52:B0:6A:B1:2D:92", "mptcp": { "address-flags": [] }, "mtu": 1500, "name": "ethtest0", "profile-name": "Wired connection 1", "state": "up", "type": "veth", "veth": { "peer": "peerethtest0" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "identifier": "name", "ipv4": { "address": [ { "ip": "192.168.122.88", "prefix-length": 24 } ], "dhcp": false, "enabled": true, "forwarding": false }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "fe80::c481:e6ff:fe24:83fb", "prefix-length": 64 } ], "auto-dns": false, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "dhcp-duid": "ll", "dhcp-send-hostname": true, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "C6:81:E6:24:83:FB", "mptcp": { "address-flags": [] }, "mtu": 1500, "name": "ethtest1", "profile-name": "Wired connection 2", "state": "up", "type": "veth", "veth": { "peer": "peerethtest1" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": true, "tx-gso-list": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true } }, "ipv4": { "address": [ { "ip": "127.0.0.1", "prefix-length": 8 } ], "enabled": true, "forwarding": false }, "ipv6": { "address": [ { "ip": "::1", "prefix-length": 128 } ], "enabled": true }, "mac-address": "00:00:00:00:00:00", "mtu": 65536, "name": "lo", "state": "up", "type": "loopback" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "enabled": false, "forwarding": false }, "ipv6": { "address": [ { "ip": "fe80::c4ae:90ff:fe07:80d4", "prefix-length": 64 } ], "enabled": true }, "mac-address": "C6:AE:90:07:80:D4", "mtu": 1500, "name": "peerethtest0", "state": "ignore", "type": "veth", "veth": { "peer": "ethtest0" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "enabled": false, "forwarding": false }, "ipv6": { "address": [ { "ip": "fe80::9c19:c7ff:fe4e:86aa", "prefix-length": 64 } ], "enabled": true }, "mac-address": "9E:19:C7:4E:86:AA", "mtu": 1500, "name": "peerethtest1", "state": "ignore", "type": "veth", "veth": { "peer": "ethtest1" } } ], "route-rules": { "config": [] }, "routes": { "config": [] } } } } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 25 October 2025 08:49:06 -0400 (0:00:00.838) 0:00:49.169 ****** ok: [managed-node4] => { "changed": false, "ping": "pong" } TASK [Get the ethtest0 state configuration] ************************************ task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_network_state.yml:75 Saturday 25 October 2025 08:49:07 -0400 (0:00:00.954) 0:00:50.124 ****** ok: [managed-node4] => { "changed": false, "cmd": [ "nmstatectl", "show", "ethtest0" ], "delta": "0:00:00.074410", "end": "2025-10-25 08:49:08.229423", "rc": 0, "start": "2025-10-25 08:49:08.155013" } STDOUT: interfaces: - name: ethtest0 profile-name: Wired connection 1 type: veth state: up identifier: name mac-address: 52:B0:6A:B1:2D:92 mtu: 1500 min-mtu: 68 max-mtu: 65535 wait-ip: any ipv4: enabled: true dhcp: false address: - ip: 192.168.122.250 prefix-length: 24 forwarding: false ipv6: enabled: true dhcp: false autoconf: false address: - ip: 2001:db8::1:1 prefix-length: 64 - ip: fe80::50b0:6aff:feb1:2d92 prefix-length: 64 addr-gen-mode: eui64 mptcp: address-flags: [] accept-all-mac-addresses: false lldp: enabled: false ethtool: feature: highdma: true rx-checksum: true rx-gro: false rx-gro-list: false rx-udp-gro-forwarding: false rx-vlan-hw-parse: true rx-vlan-stag-hw-parse: true tx-checksum-ip-generic: true tx-checksum-sctp: true tx-generic-segmentation: true tx-gre-csum-segmentation: true tx-gre-segmentation: true tx-gso-list: true tx-ipxip4-segmentation: true tx-ipxip6-segmentation: true tx-nocache-copy: false tx-scatter-gather-fraglist: true tx-sctp-segmentation: true tx-tcp-ecn-segmentation: true tx-tcp-mangleid-segmentation: true tx-tcp-segmentation: true tx-tcp6-segmentation: true tx-udp-segmentation: true tx-udp_tnl-csum-segmentation: true tx-udp_tnl-segmentation: true tx-vlan-hw-insert: true tx-vlan-stag-hw-insert: true veth: peer: peerethtest0 STDERR: [2025-10-25T12:49:08Z INFO nmstatectl] Nmstate version: 2.2.52 TASK [Get the ethtest1 state configuration] ************************************ task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_network_state.yml:81 Saturday 25 October 2025 08:49:08 -0400 (0:00:00.561) 0:00:50.686 ****** ok: [managed-node4] => { "changed": false, "cmd": [ "nmstatectl", "show", "ethtest1" ], "delta": "0:00:00.074682", "end": "2025-10-25 08:49:08.807807", "rc": 0, "start": "2025-10-25 08:49:08.733125" } STDOUT: interfaces: - name: ethtest1 profile-name: Wired connection 2 type: veth state: up identifier: name mac-address: C6:81:E6:24:83:FB mtu: 1500 min-mtu: 68 max-mtu: 65535 wait-ip: any ipv4: enabled: true dhcp: false address: - ip: 192.168.122.88 prefix-length: 24 forwarding: false ipv6: enabled: true dhcp: true autoconf: true dhcp-duid: ll address: - ip: fe80::c481:e6ff:fe24:83fb prefix-length: 64 auto-dns: false auto-gateway: true auto-routes: true auto-route-table-id: 0 addr-gen-mode: eui64 dhcp-send-hostname: true mptcp: address-flags: [] accept-all-mac-addresses: false lldp: enabled: false ethtool: feature: highdma: true rx-checksum: true rx-gro: false rx-gro-list: false rx-udp-gro-forwarding: false rx-vlan-hw-parse: true rx-vlan-stag-hw-parse: true tx-checksum-ip-generic: true tx-checksum-sctp: true tx-generic-segmentation: true tx-gre-csum-segmentation: true tx-gre-segmentation: true tx-gso-list: true tx-ipxip4-segmentation: true tx-ipxip6-segmentation: true tx-nocache-copy: false tx-scatter-gather-fraglist: true tx-sctp-segmentation: true tx-tcp-ecn-segmentation: true tx-tcp-mangleid-segmentation: true tx-tcp-segmentation: true tx-tcp6-segmentation: true tx-udp-segmentation: true tx-udp_tnl-csum-segmentation: true tx-udp_tnl-segmentation: true tx-vlan-hw-insert: true tx-vlan-stag-hw-insert: true veth: peer: peerethtest1 STDERR: [2025-10-25T12:49:08Z INFO nmstatectl] Nmstate version: 2.2.52 TASK [Assert that the ethtest0 state configuration contains the specified settings] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_network_state.yml:87 Saturday 25 October 2025 08:49:08 -0400 (0:00:00.594) 0:00:51.280 ****** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Assert that the ethtest1 state configuration contains the specified settings] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_network_state.yml:94 Saturday 25 October 2025 08:49:09 -0400 (0:00:00.214) 0:00:51.495 ****** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 25 October 2025 08:49:09 -0400 (0:00:00.254) 0:00:51.750 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node4 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 25 October 2025 08:49:09 -0400 (0:00:00.239) 0:00:51.989 ****** skipping: [managed-node4] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 25 October 2025 08:49:09 -0400 (0:00:00.087) 0:00:52.076 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 25 October 2025 08:49:09 -0400 (0:00:00.077) 0:00:52.154 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 25 October 2025 08:49:09 -0400 (0:00:00.118) 0:00:52.272 ****** ok: [managed-node4] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 25 October 2025 08:49:12 -0400 (0:00:02.218) 0:00:54.491 ****** ok: [managed-node4] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 25 October 2025 08:49:14 -0400 (0:00:01.988) 0:00:56.479 ****** ok: [managed-node4] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 25 October 2025 08:49:14 -0400 (0:00:00.283) 0:00:56.763 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 25 October 2025 08:49:14 -0400 (0:00:00.206) 0:00:56.969 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 25 October 2025 08:49:14 -0400 (0:00:00.176) 0:00:57.146 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "network_connections | selectattr(\"type\", \"defined\") | selectattr(\"type\", \"match\", \"^team$\") | list | length > 0 or network_state.get(\"interfaces\", []) | selectattr(\"type\", \"defined\") | selectattr(\"type\", \"match\", \"^team$\") | list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 25 October 2025 08:49:15 -0400 (0:00:00.309) 0:00:57.455 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 25 October 2025 08:49:15 -0400 (0:00:00.346) 0:00:57.802 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 25 October 2025 08:49:15 -0400 (0:00:00.276) 0:00:58.078 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 25 October 2025 08:49:15 -0400 (0:00:00.253) 0:00:58.331 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 25 October 2025 08:49:16 -0400 (0:00:00.272) 0:00:58.604 ****** ok: [managed-node4] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: NetworkManager nmstate TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 25 October 2025 08:49:17 -0400 (0:00:01.021) 0:00:59.625 ****** ok: [managed-node4] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: python3-libnmstate TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 25 October 2025 08:49:18 -0400 (0:00:01.136) 0:01:00.761 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 25 October 2025 08:49:18 -0400 (0:00:00.350) 0:01:01.112 ****** ok: [managed-node4] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 25 October 2025 08:49:19 -0400 (0:00:01.109) 0:01:02.222 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 25 October 2025 08:49:20 -0400 (0:00:00.266) 0:01:02.488 ****** skipping: [managed-node4] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 25 October 2025 08:49:20 -0400 (0:00:00.346) 0:01:02.834 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 25 October 2025 08:49:20 -0400 (0:00:00.370) 0:01:03.205 ****** ok: [managed-node4] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 25 October 2025 08:49:22 -0400 (0:00:01.689) 0:01:04.895 ****** changed: [managed-node4] => { "changed": true, "state": { "dns-resolver": { "config": {} }, "hostname": { "config": "managed-node4", "running": "managed-node4" }, "interfaces": [ { "accept-all-mac-addresses": false, "alt-names": [ { "name": "enX0" }, { "name": "enx0affe4400e19" } ], "driver": "vif", "ethernet": {}, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-checksum-ipv6": true, "tx-generic-segmentation": true, "tx-nocache-copy": false, "tx-tcp-mangleid-segmentation": false, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true } }, "identifier": "mac-address", "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "dhcp-send-hostname": true, "enabled": true, "forwarding": false }, "ipv6": { "addr-gen-mode": "stable-privacy", "address": [ { "ip": "fe80::8ff:e4ff:fe40:e19", "prefix-length": 64 } ], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "dhcp-send-hostname": true, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "0A:FF:E4:40:0E:19", "mtu": 9001, "name": "eth0", "permanent-mac-address": "0A:FF:E4:40:0E:19", "profile-name": "cloud-init eth0", "state": "up", "type": "ethernet", "wait-ip": "ipv4" }, { "accept-all-mac-addresses": false, "alt-names": [ { "name": "enX1" }, { "name": "enx0affef1cf93b" } ], "driver": "vif", "ethernet": {}, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-checksum-ipv6": true, "tx-generic-segmentation": true, "tx-nocache-copy": false, "tx-tcp-mangleid-segmentation": false, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true } }, "identifier": "mac-address", "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "dhcp-send-hostname": true, "enabled": true, "forwarding": false }, "ipv6": { "addr-gen-mode": "stable-privacy", "address": [ { "ip": "fe80::8ff:efff:fe1c:f93b", "prefix-length": 64 } ], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "dhcp-send-hostname": true, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "0A:FF:EF:1C:F9:3B", "mtu": 9001, "name": "eth1", "permanent-mac-address": "0A:FF:EF:1C:F9:3B", "profile-name": "cloud-init eth1", "state": "up", "type": "ethernet", "wait-ip": "ipv4" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "identifier": "name", "ipv4": { "address": [ { "ip": "192.168.122.250", "prefix-length": 24 } ], "dhcp": false, "enabled": true, "forwarding": false }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "2001:db8::1:1", "prefix-length": 64 }, { "ip": "fe80::50b0:6aff:feb1:2d92", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "52:B0:6A:B1:2D:92", "mptcp": { "address-flags": [] }, "mtu": 1500, "name": "ethtest0", "profile-name": "Wired connection 1", "state": "up", "type": "veth", "veth": { "peer": "peerethtest0" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "identifier": "name", "ipv4": { "address": [ { "ip": "192.168.122.88", "prefix-length": 24 } ], "dhcp": false, "enabled": true, "forwarding": false }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "fe80::c481:e6ff:fe24:83fb", "prefix-length": 64 } ], "auto-dns": false, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "dhcp-duid": "ll", "dhcp-send-hostname": true, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "C6:81:E6:24:83:FB", "mptcp": { "address-flags": [] }, "mtu": 1500, "name": "ethtest1", "profile-name": "Wired connection 2", "state": "up", "type": "veth", "veth": { "peer": "peerethtest1" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": true, "tx-gso-list": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true } }, "ipv4": { "address": [ { "ip": "127.0.0.1", "prefix-length": 8 } ], "enabled": true, "forwarding": false }, "ipv6": { "address": [ { "ip": "::1", "prefix-length": 128 } ], "enabled": true }, "mac-address": "00:00:00:00:00:00", "mtu": 65536, "name": "lo", "state": "up", "type": "loopback" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "enabled": false, "forwarding": false }, "ipv6": { "address": [ { "ip": "fe80::c4ae:90ff:fe07:80d4", "prefix-length": 64 } ], "enabled": true }, "mac-address": "C6:AE:90:07:80:D4", "mtu": 1500, "name": "peerethtest0", "state": "ignore", "type": "veth", "veth": { "peer": "ethtest0" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "enabled": false, "forwarding": false }, "ipv6": { "address": [ { "ip": "fe80::9c19:c7ff:fe4e:86aa", "prefix-length": 64 } ], "enabled": true }, "mac-address": "9E:19:C7:4E:86:AA", "mtu": 1500, "name": "peerethtest1", "state": "ignore", "type": "veth", "veth": { "peer": "ethtest1" } } ], "route-rules": { "config": [] }, "routes": { "config": [ { "destination": "192.0.2.100/30", "metric": 150, "next-hop-address": "192.168.122.250", "next-hop-interface": "ethtest0", "table-id": 254 } ] } } } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 25 October 2025 08:49:24 -0400 (0:00:01.539) 0:01:06.434 ****** ok: [managed-node4] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 25 October 2025 08:49:24 -0400 (0:00:00.156) 0:01:06.591 ****** ok: [managed-node4] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 25 October 2025 08:49:24 -0400 (0:00:00.181) 0:01:06.773 ****** ok: [managed-node4] => { "__network_state_result": { "changed": true, "failed": false, "state": { "dns-resolver": { "config": {} }, "hostname": { "config": "managed-node4", "running": "managed-node4" }, "interfaces": [ { "accept-all-mac-addresses": false, "alt-names": [ { "name": "enX0" }, { "name": "enx0affe4400e19" } ], "driver": "vif", "ethernet": {}, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-checksum-ipv6": true, "tx-generic-segmentation": true, "tx-nocache-copy": false, "tx-tcp-mangleid-segmentation": false, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true } }, "identifier": "mac-address", "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "dhcp-send-hostname": true, "enabled": true, "forwarding": false }, "ipv6": { "addr-gen-mode": "stable-privacy", "address": [ { "ip": "fe80::8ff:e4ff:fe40:e19", "prefix-length": 64 } ], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "dhcp-send-hostname": true, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "0A:FF:E4:40:0E:19", "mtu": 9001, "name": "eth0", "permanent-mac-address": "0A:FF:E4:40:0E:19", "profile-name": "cloud-init eth0", "state": "up", "type": "ethernet", "wait-ip": "ipv4" }, { "accept-all-mac-addresses": false, "alt-names": [ { "name": "enX1" }, { "name": "enx0affef1cf93b" } ], "driver": "vif", "ethernet": {}, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-checksum-ipv6": true, "tx-generic-segmentation": true, "tx-nocache-copy": false, "tx-tcp-mangleid-segmentation": false, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true } }, "identifier": "mac-address", "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "dhcp-send-hostname": true, "enabled": true, "forwarding": false }, "ipv6": { "addr-gen-mode": "stable-privacy", "address": [ { "ip": "fe80::8ff:efff:fe1c:f93b", "prefix-length": 64 } ], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "dhcp-send-hostname": true, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "0A:FF:EF:1C:F9:3B", "mtu": 9001, "name": "eth1", "permanent-mac-address": "0A:FF:EF:1C:F9:3B", "profile-name": "cloud-init eth1", "state": "up", "type": "ethernet", "wait-ip": "ipv4" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "identifier": "name", "ipv4": { "address": [ { "ip": "192.168.122.250", "prefix-length": 24 } ], "dhcp": false, "enabled": true, "forwarding": false }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "2001:db8::1:1", "prefix-length": 64 }, { "ip": "fe80::50b0:6aff:feb1:2d92", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "52:B0:6A:B1:2D:92", "mptcp": { "address-flags": [] }, "mtu": 1500, "name": "ethtest0", "profile-name": "Wired connection 1", "state": "up", "type": "veth", "veth": { "peer": "peerethtest0" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "identifier": "name", "ipv4": { "address": [ { "ip": "192.168.122.88", "prefix-length": 24 } ], "dhcp": false, "enabled": true, "forwarding": false }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "fe80::c481:e6ff:fe24:83fb", "prefix-length": 64 } ], "auto-dns": false, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "dhcp-duid": "ll", "dhcp-send-hostname": true, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "C6:81:E6:24:83:FB", "mptcp": { "address-flags": [] }, "mtu": 1500, "name": "ethtest1", "profile-name": "Wired connection 2", "state": "up", "type": "veth", "veth": { "peer": "peerethtest1" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": true, "tx-gso-list": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true } }, "ipv4": { "address": [ { "ip": "127.0.0.1", "prefix-length": 8 } ], "enabled": true, "forwarding": false }, "ipv6": { "address": [ { "ip": "::1", "prefix-length": 128 } ], "enabled": true }, "mac-address": "00:00:00:00:00:00", "mtu": 65536, "name": "lo", "state": "up", "type": "loopback" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "enabled": false, "forwarding": false }, "ipv6": { "address": [ { "ip": "fe80::c4ae:90ff:fe07:80d4", "prefix-length": 64 } ], "enabled": true }, "mac-address": "C6:AE:90:07:80:D4", "mtu": 1500, "name": "peerethtest0", "state": "ignore", "type": "veth", "veth": { "peer": "ethtest0" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "enabled": false, "forwarding": false }, "ipv6": { "address": [ { "ip": "fe80::9c19:c7ff:fe4e:86aa", "prefix-length": 64 } ], "enabled": true }, "mac-address": "9E:19:C7:4E:86:AA", "mtu": 1500, "name": "peerethtest1", "state": "ignore", "type": "veth", "veth": { "peer": "ethtest1" } } ], "route-rules": { "config": [] }, "routes": { "config": [ { "destination": "192.0.2.100/30", "metric": 150, "next-hop-address": "192.168.122.250", "next-hop-interface": "ethtest0", "table-id": 254 } ] } } } } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 25 October 2025 08:49:24 -0400 (0:00:00.199) 0:01:06.972 ****** ok: [managed-node4] => { "changed": false, "ping": "pong" } TASK [Get the route configuration] ********************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_network_state.yml:113 Saturday 25 October 2025 08:49:25 -0400 (0:00:00.632) 0:01:07.605 ****** ok: [managed-node4] => { "changed": false, "cmd": [ "nmstatectl", "show" ], "delta": "0:00:00.075391", "end": "2025-10-25 08:49:25.918216", "rc": 0, "start": "2025-10-25 08:49:25.842825" } STDOUT: hostname: running: managed-node4 config: managed-node4 dns-resolver: running: server: - 10.29.169.13 - 10.29.170.12 - 10.2.32.1 - 10.29.169.13 - 10.29.170.12 - 10.2.32.1 config: {} route-rules: config: [] routes: running: - destination: 192.0.2.100/30 next-hop-interface: ethtest0 next-hop-address: 192.168.122.250 metric: 150 table-id: 254 - destination: 0.0.0.0/0 next-hop-interface: eth0 next-hop-address: 10.31.12.1 metric: 100 table-id: 254 source: 10.31.15.234 - destination: 0.0.0.0/0 next-hop-interface: eth1 next-hop-address: 10.31.12.1 metric: 101 table-id: 254 source: 10.31.13.92 config: - destination: 192.0.2.100/30 next-hop-interface: ethtest0 next-hop-address: 192.168.122.250 metric: 150 table-id: 254 interfaces: - name: eth0 type: ethernet profile-name: cloud-init eth0 driver: vif state: up identifier: mac-address mac-address: 0A:FF:E4:40:0E:19 permanent-mac-address: 0A:FF:E4:40:0E:19 mtu: 9001 min-mtu: 68 max-mtu: 65535 wait-ip: ipv4 ipv4: enabled: true dhcp: true address: - ip: 10.31.15.234 prefix-length: 22 valid-life-time: 3042sec preferred-life-time: 3042sec auto-dns: true auto-gateway: true auto-routes: true auto-route-table-id: 0 dhcp-send-hostname: true forwarding: false ipv6: enabled: true dhcp: true autoconf: true address: - ip: fe80::8ff:e4ff:fe40:e19 prefix-length: 64 auto-dns: true auto-gateway: true auto-routes: true auto-route-table-id: 0 addr-gen-mode: stable-privacy dhcp-send-hostname: true mptcp: address-flags: [] accept-all-mac-addresses: false lldp: enabled: false ethtool: feature: rx-gro: true rx-gro-list: false rx-udp-gro-forwarding: false tx-checksum-ipv6: true tx-generic-segmentation: true tx-nocache-copy: false tx-tcp-mangleid-segmentation: false tx-tcp-segmentation: true tx-tcp6-segmentation: true alt-names: - name: enX0 - name: enx0affe4400e19 ethernet: {} - name: eth1 type: ethernet profile-name: cloud-init eth1 driver: vif state: up identifier: mac-address mac-address: 0A:FF:EF:1C:F9:3B permanent-mac-address: 0A:FF:EF:1C:F9:3B mtu: 9001 min-mtu: 68 max-mtu: 65535 wait-ip: ipv4 ipv4: enabled: true dhcp: true address: - ip: 10.31.13.92 prefix-length: 22 valid-life-time: 3042sec preferred-life-time: 3042sec auto-dns: true auto-gateway: true auto-routes: true auto-route-table-id: 0 dhcp-send-hostname: true forwarding: false ipv6: enabled: true dhcp: true autoconf: true address: - ip: fe80::8ff:efff:fe1c:f93b prefix-length: 64 auto-dns: true auto-gateway: true auto-routes: true auto-route-table-id: 0 addr-gen-mode: stable-privacy dhcp-send-hostname: true mptcp: address-flags: [] accept-all-mac-addresses: false lldp: enabled: false ethtool: feature: rx-gro: true rx-gro-list: false rx-udp-gro-forwarding: false tx-checksum-ipv6: true tx-generic-segmentation: true tx-nocache-copy: false tx-tcp-mangleid-segmentation: false tx-tcp-segmentation: true tx-tcp6-segmentation: true alt-names: - name: enX1 - name: enx0affef1cf93b ethernet: {} - name: ethtest0 type: veth profile-name: Wired connection 1 state: up identifier: name mac-address: 52:B0:6A:B1:2D:92 mtu: 1500 min-mtu: 68 max-mtu: 65535 wait-ip: any ipv4: enabled: true dhcp: false address: - ip: 192.168.122.250 prefix-length: 24 forwarding: false ipv6: enabled: true dhcp: false autoconf: false address: - ip: 2001:db8::1:1 prefix-length: 64 - ip: fe80::50b0:6aff:feb1:2d92 prefix-length: 64 addr-gen-mode: eui64 mptcp: address-flags: [] accept-all-mac-addresses: false lldp: enabled: false ethtool: feature: highdma: true rx-checksum: true rx-gro: false rx-gro-list: false rx-udp-gro-forwarding: false rx-vlan-hw-parse: true rx-vlan-stag-hw-parse: true tx-checksum-ip-generic: true tx-checksum-sctp: true tx-generic-segmentation: true tx-gre-csum-segmentation: true tx-gre-segmentation: true tx-gso-list: true tx-ipxip4-segmentation: true tx-ipxip6-segmentation: true tx-nocache-copy: false tx-scatter-gather-fraglist: true tx-sctp-segmentation: true tx-tcp-ecn-segmentation: true tx-tcp-mangleid-segmentation: true tx-tcp-segmentation: true tx-tcp6-segmentation: true tx-udp-segmentation: true tx-udp_tnl-csum-segmentation: true tx-udp_tnl-segmentation: true tx-vlan-hw-insert: true tx-vlan-stag-hw-insert: true veth: peer: peerethtest0 - name: ethtest1 type: veth profile-name: Wired connection 2 state: up identifier: name mac-address: C6:81:E6:24:83:FB mtu: 1500 min-mtu: 68 max-mtu: 65535 wait-ip: any ipv4: enabled: true dhcp: false address: - ip: 192.168.122.88 prefix-length: 24 forwarding: false ipv6: enabled: true dhcp: true autoconf: true dhcp-duid: ll address: - ip: fe80::c481:e6ff:fe24:83fb prefix-length: 64 auto-dns: false auto-gateway: true auto-routes: true auto-route-table-id: 0 addr-gen-mode: eui64 dhcp-send-hostname: true mptcp: address-flags: [] accept-all-mac-addresses: false lldp: enabled: false ethtool: feature: highdma: true rx-checksum: true rx-gro: false rx-gro-list: false rx-udp-gro-forwarding: false rx-vlan-hw-parse: true rx-vlan-stag-hw-parse: true tx-checksum-ip-generic: true tx-checksum-sctp: true tx-generic-segmentation: true tx-gre-csum-segmentation: true tx-gre-segmentation: true tx-gso-list: true tx-ipxip4-segmentation: true tx-ipxip6-segmentation: true tx-nocache-copy: false tx-scatter-gather-fraglist: true tx-sctp-segmentation: true tx-tcp-ecn-segmentation: true tx-tcp-mangleid-segmentation: true tx-tcp-segmentation: true tx-tcp6-segmentation: true tx-udp-segmentation: true tx-udp_tnl-csum-segmentation: true tx-udp_tnl-segmentation: true tx-vlan-hw-insert: true tx-vlan-stag-hw-insert: true veth: peer: peerethtest1 - name: lo type: loopback state: up mac-address: 00:00:00:00:00:00 mtu: 65536 ipv4: enabled: true address: - ip: 127.0.0.1 prefix-length: 8 forwarding: false ipv6: enabled: true address: - ip: ::1 prefix-length: 128 accept-all-mac-addresses: false ethtool: feature: rx-gro: true rx-gro-list: false rx-udp-gro-forwarding: false tx-generic-segmentation: true tx-gso-list: true tx-sctp-segmentation: true tx-tcp-ecn-segmentation: true tx-tcp-mangleid-segmentation: true tx-tcp-segmentation: true tx-tcp6-segmentation: true tx-udp-segmentation: true - name: peerethtest0 type: veth state: ignore mac-address: C6:AE:90:07:80:D4 mtu: 1500 min-mtu: 68 max-mtu: 65535 ipv4: enabled: false forwarding: false ipv6: enabled: true address: - ip: fe80::c4ae:90ff:fe07:80d4 prefix-length: 64 accept-all-mac-addresses: false ethtool: feature: highdma: true rx-checksum: true rx-gro: false rx-gro-list: false rx-udp-gro-forwarding: false rx-vlan-hw-parse: true rx-vlan-stag-hw-parse: true tx-checksum-ip-generic: true tx-checksum-sctp: true tx-generic-segmentation: true tx-gre-csum-segmentation: true tx-gre-segmentation: true tx-gso-list: true tx-ipxip4-segmentation: true tx-ipxip6-segmentation: true tx-nocache-copy: false tx-scatter-gather-fraglist: true tx-sctp-segmentation: true tx-tcp-ecn-segmentation: true tx-tcp-mangleid-segmentation: true tx-tcp-segmentation: true tx-tcp6-segmentation: true tx-udp-segmentation: true tx-udp_tnl-csum-segmentation: true tx-udp_tnl-segmentation: true tx-vlan-hw-insert: true tx-vlan-stag-hw-insert: true veth: peer: ethtest0 - name: peerethtest1 type: veth state: ignore mac-address: 9E:19:C7:4E:86:AA mtu: 1500 min-mtu: 68 max-mtu: 65535 ipv4: enabled: false forwarding: false ipv6: enabled: true address: - ip: fe80::9c19:c7ff:fe4e:86aa prefix-length: 64 accept-all-mac-addresses: false ethtool: feature: highdma: true rx-checksum: true rx-gro: false rx-gro-list: false rx-udp-gro-forwarding: false rx-vlan-hw-parse: true rx-vlan-stag-hw-parse: true tx-checksum-ip-generic: true tx-checksum-sctp: true tx-generic-segmentation: true tx-gre-csum-segmentation: true tx-gre-segmentation: true tx-gso-list: true tx-ipxip4-segmentation: true tx-ipxip6-segmentation: true tx-nocache-copy: false tx-scatter-gather-fraglist: true tx-sctp-segmentation: true tx-tcp-ecn-segmentation: true tx-tcp-mangleid-segmentation: true tx-tcp-segmentation: true tx-tcp6-segmentation: true tx-udp-segmentation: true tx-udp_tnl-csum-segmentation: true tx-udp_tnl-segmentation: true tx-vlan-hw-insert: true tx-vlan-stag-hw-insert: true veth: peer: ethtest1 ovn: {} STDERR: [2025-10-25T12:49:25Z INFO nmstatectl] Nmstate version: 2.2.52 TASK [Assert that the route configuration contains the specified route] ******** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_network_state.yml:119 Saturday 25 October 2025 08:49:26 -0400 (0:00:00.958) 0:01:08.563 ****** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 25 October 2025 08:49:26 -0400 (0:00:00.389) 0:01:08.953 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node4 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 25 October 2025 08:49:27 -0400 (0:00:00.398) 0:01:09.351 ****** skipping: [managed-node4] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 25 October 2025 08:49:27 -0400 (0:00:00.267) 0:01:09.619 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 25 October 2025 08:49:27 -0400 (0:00:00.255) 0:01:09.874 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 25 October 2025 08:49:27 -0400 (0:00:00.185) 0:01:10.060 ****** ok: [managed-node4] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 25 October 2025 08:49:30 -0400 (0:00:02.453) 0:01:12.514 ****** ok: [managed-node4] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 25 October 2025 08:49:31 -0400 (0:00:01.633) 0:01:14.147 ****** ok: [managed-node4] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 25 October 2025 08:49:32 -0400 (0:00:00.348) 0:01:14.496 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 25 October 2025 08:49:32 -0400 (0:00:00.317) 0:01:14.813 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 25 October 2025 08:49:32 -0400 (0:00:00.299) 0:01:15.113 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "network_connections | selectattr(\"type\", \"defined\") | selectattr(\"type\", \"match\", \"^team$\") | list | length > 0 or network_state.get(\"interfaces\", []) | selectattr(\"type\", \"defined\") | selectattr(\"type\", \"match\", \"^team$\") | list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 25 October 2025 08:49:33 -0400 (0:00:00.332) 0:01:15.446 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 25 October 2025 08:49:33 -0400 (0:00:00.259) 0:01:15.705 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 25 October 2025 08:49:33 -0400 (0:00:00.277) 0:01:15.983 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 25 October 2025 08:49:34 -0400 (0:00:00.364) 0:01:16.347 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 25 October 2025 08:49:34 -0400 (0:00:00.648) 0:01:16.996 ****** ok: [managed-node4] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: NetworkManager nmstate TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 25 October 2025 08:49:35 -0400 (0:00:01.305) 0:01:18.302 ****** ok: [managed-node4] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: python3-libnmstate TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 25 October 2025 08:49:37 -0400 (0:00:01.151) 0:01:19.453 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 25 October 2025 08:49:37 -0400 (0:00:00.311) 0:01:19.765 ****** ok: [managed-node4] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 25 October 2025 08:49:38 -0400 (0:00:01.277) 0:01:21.043 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 25 October 2025 08:49:39 -0400 (0:00:00.337) 0:01:21.381 ****** skipping: [managed-node4] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 25 October 2025 08:49:39 -0400 (0:00:00.321) 0:01:21.702 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 25 October 2025 08:49:39 -0400 (0:00:00.307) 0:01:22.009 ****** ok: [managed-node4] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 25 October 2025 08:49:41 -0400 (0:00:01.346) 0:01:23.356 ****** changed: [managed-node4] => { "changed": true, "state": { "dns-resolver": { "config": { "search": [ "example.com", "example.org" ], "server": [ "2001:4860:4860::8888" ] } }, "hostname": { "config": "managed-node4", "running": "managed-node4" }, "interfaces": [ { "accept-all-mac-addresses": false, "alt-names": [ { "name": "enX0" }, { "name": "enx0affe4400e19" } ], "driver": "vif", "ethernet": {}, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-checksum-ipv6": true, "tx-generic-segmentation": true, "tx-nocache-copy": false, "tx-tcp-mangleid-segmentation": false, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true } }, "identifier": "mac-address", "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "dhcp-send-hostname": true, "enabled": true, "forwarding": false }, "ipv6": { "addr-gen-mode": "stable-privacy", "address": [ { "ip": "fe80::8ff:e4ff:fe40:e19", "prefix-length": 64 } ], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "dhcp-send-hostname": true, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "0A:FF:E4:40:0E:19", "mtu": 9001, "name": "eth0", "permanent-mac-address": "0A:FF:E4:40:0E:19", "profile-name": "cloud-init eth0", "state": "up", "type": "ethernet", "wait-ip": "ipv4" }, { "accept-all-mac-addresses": false, "alt-names": [ { "name": "enX1" }, { "name": "enx0affef1cf93b" } ], "driver": "vif", "ethernet": {}, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-checksum-ipv6": true, "tx-generic-segmentation": true, "tx-nocache-copy": false, "tx-tcp-mangleid-segmentation": false, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true } }, "identifier": "mac-address", "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "dhcp-send-hostname": true, "enabled": true, "forwarding": false }, "ipv6": { "addr-gen-mode": "stable-privacy", "address": [ { "ip": "fe80::8ff:efff:fe1c:f93b", "prefix-length": 64 } ], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "dhcp-send-hostname": true, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "0A:FF:EF:1C:F9:3B", "mtu": 9001, "name": "eth1", "permanent-mac-address": "0A:FF:EF:1C:F9:3B", "profile-name": "cloud-init eth1", "state": "up", "type": "ethernet", "wait-ip": "ipv4" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "identifier": "name", "ipv4": { "address": [ { "ip": "192.168.122.250", "prefix-length": 24 } ], "dhcp": false, "enabled": true, "forwarding": false }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "2001:db8::1:1", "prefix-length": 64 }, { "ip": "fe80::50b0:6aff:feb1:2d92", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "52:B0:6A:B1:2D:92", "mptcp": { "address-flags": [] }, "mtu": 1500, "name": "ethtest0", "profile-name": "Wired connection 1", "state": "up", "type": "veth", "veth": { "peer": "peerethtest0" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "identifier": "name", "ipv4": { "address": [ { "ip": "192.168.122.88", "prefix-length": 24 } ], "dhcp": false, "enabled": true, "forwarding": false }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "fe80::c481:e6ff:fe24:83fb", "prefix-length": 64 } ], "auto-dns": false, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "dhcp-duid": "ll", "dhcp-send-hostname": true, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "C6:81:E6:24:83:FB", "mptcp": { "address-flags": [] }, "mtu": 1500, "name": "ethtest1", "profile-name": "Wired connection 2", "state": "up", "type": "veth", "veth": { "peer": "peerethtest1" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": true, "tx-gso-list": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true } }, "ipv4": { "address": [ { "ip": "127.0.0.1", "prefix-length": 8 } ], "enabled": true, "forwarding": false }, "ipv6": { "address": [ { "ip": "::1", "prefix-length": 128 } ], "enabled": true }, "mac-address": "00:00:00:00:00:00", "mtu": 65536, "name": "lo", "state": "up", "type": "loopback" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "enabled": false, "forwarding": false }, "ipv6": { "address": [ { "ip": "fe80::c4ae:90ff:fe07:80d4", "prefix-length": 64 } ], "enabled": true }, "mac-address": "C6:AE:90:07:80:D4", "mtu": 1500, "name": "peerethtest0", "state": "ignore", "type": "veth", "veth": { "peer": "ethtest0" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "enabled": false, "forwarding": false }, "ipv6": { "address": [ { "ip": "fe80::9c19:c7ff:fe4e:86aa", "prefix-length": 64 } ], "enabled": true }, "mac-address": "9E:19:C7:4E:86:AA", "mtu": 1500, "name": "peerethtest1", "state": "ignore", "type": "veth", "veth": { "peer": "ethtest1" } } ], "route-rules": { "config": [] }, "routes": { "config": [ { "destination": "192.0.2.100/30", "metric": 150, "next-hop-address": "192.168.122.250", "next-hop-interface": "ethtest0", "table-id": 254 } ] } } } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 25 October 2025 08:49:42 -0400 (0:00:01.161) 0:01:24.518 ****** ok: [managed-node4] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 25 October 2025 08:49:42 -0400 (0:00:00.190) 0:01:24.708 ****** ok: [managed-node4] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 25 October 2025 08:49:42 -0400 (0:00:00.187) 0:01:24.896 ****** ok: [managed-node4] => { "__network_state_result": { "changed": true, "failed": false, "state": { "dns-resolver": { "config": { "search": [ "example.com", "example.org" ], "server": [ "2001:4860:4860::8888" ] } }, "hostname": { "config": "managed-node4", "running": "managed-node4" }, "interfaces": [ { "accept-all-mac-addresses": false, "alt-names": [ { "name": "enX0" }, { "name": "enx0affe4400e19" } ], "driver": "vif", "ethernet": {}, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-checksum-ipv6": true, "tx-generic-segmentation": true, "tx-nocache-copy": false, "tx-tcp-mangleid-segmentation": false, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true } }, "identifier": "mac-address", "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "dhcp-send-hostname": true, "enabled": true, "forwarding": false }, "ipv6": { "addr-gen-mode": "stable-privacy", "address": [ { "ip": "fe80::8ff:e4ff:fe40:e19", "prefix-length": 64 } ], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "dhcp-send-hostname": true, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "0A:FF:E4:40:0E:19", "mtu": 9001, "name": "eth0", "permanent-mac-address": "0A:FF:E4:40:0E:19", "profile-name": "cloud-init eth0", "state": "up", "type": "ethernet", "wait-ip": "ipv4" }, { "accept-all-mac-addresses": false, "alt-names": [ { "name": "enX1" }, { "name": "enx0affef1cf93b" } ], "driver": "vif", "ethernet": {}, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-checksum-ipv6": true, "tx-generic-segmentation": true, "tx-nocache-copy": false, "tx-tcp-mangleid-segmentation": false, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true } }, "identifier": "mac-address", "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "dhcp-send-hostname": true, "enabled": true, "forwarding": false }, "ipv6": { "addr-gen-mode": "stable-privacy", "address": [ { "ip": "fe80::8ff:efff:fe1c:f93b", "prefix-length": 64 } ], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "dhcp-send-hostname": true, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "0A:FF:EF:1C:F9:3B", "mtu": 9001, "name": "eth1", "permanent-mac-address": "0A:FF:EF:1C:F9:3B", "profile-name": "cloud-init eth1", "state": "up", "type": "ethernet", "wait-ip": "ipv4" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "identifier": "name", "ipv4": { "address": [ { "ip": "192.168.122.250", "prefix-length": 24 } ], "dhcp": false, "enabled": true, "forwarding": false }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "2001:db8::1:1", "prefix-length": 64 }, { "ip": "fe80::50b0:6aff:feb1:2d92", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "52:B0:6A:B1:2D:92", "mptcp": { "address-flags": [] }, "mtu": 1500, "name": "ethtest0", "profile-name": "Wired connection 1", "state": "up", "type": "veth", "veth": { "peer": "peerethtest0" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "identifier": "name", "ipv4": { "address": [ { "ip": "192.168.122.88", "prefix-length": 24 } ], "dhcp": false, "enabled": true, "forwarding": false }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "fe80::c481:e6ff:fe24:83fb", "prefix-length": 64 } ], "auto-dns": false, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "dhcp-duid": "ll", "dhcp-send-hostname": true, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "C6:81:E6:24:83:FB", "mptcp": { "address-flags": [] }, "mtu": 1500, "name": "ethtest1", "profile-name": "Wired connection 2", "state": "up", "type": "veth", "veth": { "peer": "peerethtest1" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": true, "tx-gso-list": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true } }, "ipv4": { "address": [ { "ip": "127.0.0.1", "prefix-length": 8 } ], "enabled": true, "forwarding": false }, "ipv6": { "address": [ { "ip": "::1", "prefix-length": 128 } ], "enabled": true }, "mac-address": "00:00:00:00:00:00", "mtu": 65536, "name": "lo", "state": "up", "type": "loopback" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "enabled": false, "forwarding": false }, "ipv6": { "address": [ { "ip": "fe80::c4ae:90ff:fe07:80d4", "prefix-length": 64 } ], "enabled": true }, "mac-address": "C6:AE:90:07:80:D4", "mtu": 1500, "name": "peerethtest0", "state": "ignore", "type": "veth", "veth": { "peer": "ethtest0" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "enabled": false, "forwarding": false }, "ipv6": { "address": [ { "ip": "fe80::9c19:c7ff:fe4e:86aa", "prefix-length": 64 } ], "enabled": true }, "mac-address": "9E:19:C7:4E:86:AA", "mtu": 1500, "name": "peerethtest1", "state": "ignore", "type": "veth", "veth": { "peer": "ethtest1" } } ], "route-rules": { "config": [] }, "routes": { "config": [ { "destination": "192.0.2.100/30", "metric": 150, "next-hop-address": "192.168.122.250", "next-hop-interface": "ethtest0", "table-id": 254 } ] } } } } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 25 October 2025 08:49:42 -0400 (0:00:00.341) 0:01:25.238 ****** ok: [managed-node4] => { "changed": false, "ping": "pong" } TASK [Get the DNS configuration from nmstatectl] ******************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_network_state.yml:142 Saturday 25 October 2025 08:49:43 -0400 (0:00:00.671) 0:01:25.910 ****** ok: [managed-node4] => { "changed": false, "cmd": [ "nmstatectl", "show" ], "delta": "0:00:00.075438", "end": "2025-10-25 08:49:44.169605", "rc": 0, "start": "2025-10-25 08:49:44.094167" } STDOUT: hostname: running: managed-node4 config: managed-node4 dns-resolver: running: server: - 2001:4860:4860::8888 search: - example.com - example.org config: server: - 2001:4860:4860::8888 search: - example.com - example.org route-rules: config: [] routes: running: - destination: 192.0.2.100/30 next-hop-interface: ethtest0 next-hop-address: 192.168.122.250 metric: 150 table-id: 254 - destination: 0.0.0.0/0 next-hop-interface: eth0 next-hop-address: 10.31.12.1 metric: 100 table-id: 254 source: 10.31.15.234 - destination: 0.0.0.0/0 next-hop-interface: eth1 next-hop-address: 10.31.12.1 metric: 101 table-id: 254 source: 10.31.13.92 config: - destination: 192.0.2.100/30 next-hop-interface: ethtest0 next-hop-address: 192.168.122.250 metric: 150 table-id: 254 interfaces: - name: eth0 type: ethernet profile-name: cloud-init eth0 driver: vif state: up identifier: mac-address mac-address: 0A:FF:E4:40:0E:19 permanent-mac-address: 0A:FF:E4:40:0E:19 mtu: 9001 min-mtu: 68 max-mtu: 65535 wait-ip: ipv4 ipv4: enabled: true dhcp: true address: - ip: 10.31.15.234 prefix-length: 22 valid-life-time: 3024sec preferred-life-time: 3024sec auto-dns: true auto-gateway: true auto-routes: true auto-route-table-id: 0 dhcp-send-hostname: true forwarding: false ipv6: enabled: true dhcp: true autoconf: true address: - ip: fe80::8ff:e4ff:fe40:e19 prefix-length: 64 auto-dns: true auto-gateway: true auto-routes: true auto-route-table-id: 0 addr-gen-mode: stable-privacy dhcp-send-hostname: true mptcp: address-flags: [] accept-all-mac-addresses: false lldp: enabled: false ethtool: feature: rx-gro: true rx-gro-list: false rx-udp-gro-forwarding: false tx-checksum-ipv6: true tx-generic-segmentation: true tx-nocache-copy: false tx-tcp-mangleid-segmentation: false tx-tcp-segmentation: true tx-tcp6-segmentation: true alt-names: - name: enX0 - name: enx0affe4400e19 ethernet: {} - name: eth1 type: ethernet profile-name: cloud-init eth1 driver: vif state: up identifier: mac-address mac-address: 0A:FF:EF:1C:F9:3B permanent-mac-address: 0A:FF:EF:1C:F9:3B mtu: 9001 min-mtu: 68 max-mtu: 65535 wait-ip: ipv4 ipv4: enabled: true dhcp: true address: - ip: 10.31.13.92 prefix-length: 22 valid-life-time: 3024sec preferred-life-time: 3024sec auto-dns: true auto-gateway: true auto-routes: true auto-route-table-id: 0 dhcp-send-hostname: true forwarding: false ipv6: enabled: true dhcp: true autoconf: true address: - ip: fe80::8ff:efff:fe1c:f93b prefix-length: 64 auto-dns: true auto-gateway: true auto-routes: true auto-route-table-id: 0 addr-gen-mode: stable-privacy dhcp-send-hostname: true mptcp: address-flags: [] accept-all-mac-addresses: false lldp: enabled: false ethtool: feature: rx-gro: true rx-gro-list: false rx-udp-gro-forwarding: false tx-checksum-ipv6: true tx-generic-segmentation: true tx-nocache-copy: false tx-tcp-mangleid-segmentation: false tx-tcp-segmentation: true tx-tcp6-segmentation: true alt-names: - name: enX1 - name: enx0affef1cf93b ethernet: {} - name: ethtest0 type: veth profile-name: Wired connection 1 state: up identifier: name mac-address: 52:B0:6A:B1:2D:92 mtu: 1500 min-mtu: 68 max-mtu: 65535 wait-ip: any ipv4: enabled: true dhcp: false address: - ip: 192.168.122.250 prefix-length: 24 forwarding: false ipv6: enabled: true dhcp: false autoconf: false address: - ip: 2001:db8::1:1 prefix-length: 64 - ip: fe80::50b0:6aff:feb1:2d92 prefix-length: 64 addr-gen-mode: eui64 mptcp: address-flags: [] accept-all-mac-addresses: false lldp: enabled: false ethtool: feature: highdma: true rx-checksum: true rx-gro: false rx-gro-list: false rx-udp-gro-forwarding: false rx-vlan-hw-parse: true rx-vlan-stag-hw-parse: true tx-checksum-ip-generic: true tx-checksum-sctp: true tx-generic-segmentation: true tx-gre-csum-segmentation: true tx-gre-segmentation: true tx-gso-list: true tx-ipxip4-segmentation: true tx-ipxip6-segmentation: true tx-nocache-copy: false tx-scatter-gather-fraglist: true tx-sctp-segmentation: true tx-tcp-ecn-segmentation: true tx-tcp-mangleid-segmentation: true tx-tcp-segmentation: true tx-tcp6-segmentation: true tx-udp-segmentation: true tx-udp_tnl-csum-segmentation: true tx-udp_tnl-segmentation: true tx-vlan-hw-insert: true tx-vlan-stag-hw-insert: true veth: peer: peerethtest0 - name: ethtest1 type: veth profile-name: Wired connection 2 state: up identifier: name mac-address: C6:81:E6:24:83:FB mtu: 1500 min-mtu: 68 max-mtu: 65535 wait-ip: any ipv4: enabled: true dhcp: false address: - ip: 192.168.122.88 prefix-length: 24 forwarding: false ipv6: enabled: true dhcp: true autoconf: true dhcp-duid: ll address: - ip: fe80::c481:e6ff:fe24:83fb prefix-length: 64 auto-dns: false auto-gateway: true auto-routes: true auto-route-table-id: 0 addr-gen-mode: eui64 dhcp-send-hostname: true mptcp: address-flags: [] accept-all-mac-addresses: false lldp: enabled: false ethtool: feature: highdma: true rx-checksum: true rx-gro: false rx-gro-list: false rx-udp-gro-forwarding: false rx-vlan-hw-parse: true rx-vlan-stag-hw-parse: true tx-checksum-ip-generic: true tx-checksum-sctp: true tx-generic-segmentation: true tx-gre-csum-segmentation: true tx-gre-segmentation: true tx-gso-list: true tx-ipxip4-segmentation: true tx-ipxip6-segmentation: true tx-nocache-copy: false tx-scatter-gather-fraglist: true tx-sctp-segmentation: true tx-tcp-ecn-segmentation: true tx-tcp-mangleid-segmentation: true tx-tcp-segmentation: true tx-tcp6-segmentation: true tx-udp-segmentation: true tx-udp_tnl-csum-segmentation: true tx-udp_tnl-segmentation: true tx-vlan-hw-insert: true tx-vlan-stag-hw-insert: true veth: peer: peerethtest1 - name: lo type: loopback state: up mac-address: 00:00:00:00:00:00 mtu: 65536 ipv4: enabled: true address: - ip: 127.0.0.1 prefix-length: 8 forwarding: false ipv6: enabled: true address: - ip: ::1 prefix-length: 128 accept-all-mac-addresses: false ethtool: feature: rx-gro: true rx-gro-list: false rx-udp-gro-forwarding: false tx-generic-segmentation: true tx-gso-list: true tx-sctp-segmentation: true tx-tcp-ecn-segmentation: true tx-tcp-mangleid-segmentation: true tx-tcp-segmentation: true tx-tcp6-segmentation: true tx-udp-segmentation: true - name: peerethtest0 type: veth state: ignore mac-address: C6:AE:90:07:80:D4 mtu: 1500 min-mtu: 68 max-mtu: 65535 ipv4: enabled: false forwarding: false ipv6: enabled: true address: - ip: fe80::c4ae:90ff:fe07:80d4 prefix-length: 64 accept-all-mac-addresses: false ethtool: feature: highdma: true rx-checksum: true rx-gro: false rx-gro-list: false rx-udp-gro-forwarding: false rx-vlan-hw-parse: true rx-vlan-stag-hw-parse: true tx-checksum-ip-generic: true tx-checksum-sctp: true tx-generic-segmentation: true tx-gre-csum-segmentation: true tx-gre-segmentation: true tx-gso-list: true tx-ipxip4-segmentation: true tx-ipxip6-segmentation: true tx-nocache-copy: false tx-scatter-gather-fraglist: true tx-sctp-segmentation: true tx-tcp-ecn-segmentation: true tx-tcp-mangleid-segmentation: true tx-tcp-segmentation: true tx-tcp6-segmentation: true tx-udp-segmentation: true tx-udp_tnl-csum-segmentation: true tx-udp_tnl-segmentation: true tx-vlan-hw-insert: true tx-vlan-stag-hw-insert: true veth: peer: ethtest0 - name: peerethtest1 type: veth state: ignore mac-address: 9E:19:C7:4E:86:AA mtu: 1500 min-mtu: 68 max-mtu: 65535 ipv4: enabled: false forwarding: false ipv6: enabled: true address: - ip: fe80::9c19:c7ff:fe4e:86aa prefix-length: 64 accept-all-mac-addresses: false ethtool: feature: highdma: true rx-checksum: true rx-gro: false rx-gro-list: false rx-udp-gro-forwarding: false rx-vlan-hw-parse: true rx-vlan-stag-hw-parse: true tx-checksum-ip-generic: true tx-checksum-sctp: true tx-generic-segmentation: true tx-gre-csum-segmentation: true tx-gre-segmentation: true tx-gso-list: true tx-ipxip4-segmentation: true tx-ipxip6-segmentation: true tx-nocache-copy: false tx-scatter-gather-fraglist: true tx-sctp-segmentation: true tx-tcp-ecn-segmentation: true tx-tcp-mangleid-segmentation: true tx-tcp-segmentation: true tx-tcp6-segmentation: true tx-udp-segmentation: true tx-udp_tnl-csum-segmentation: true tx-udp_tnl-segmentation: true tx-vlan-hw-insert: true tx-vlan-stag-hw-insert: true veth: peer: ethtest1 ovn: {} STDERR: [2025-10-25T12:49:44Z INFO nmstatectl] Nmstate version: 2.2.52 TASK [Get the DNS configuration from the file `/run/NetworkManager/no-stub-resolv.conf`] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_network_state.yml:148 Saturday 25 October 2025 08:49:44 -0400 (0:00:00.880) 0:01:26.791 ****** ok: [managed-node4] => { "changed": false, "cmd": [ "cat", "/run/NetworkManager/no-stub-resolv.conf" ], "delta": "0:00:00.003487", "end": "2025-10-25 08:49:45.031204", "rc": 0, "start": "2025-10-25 08:49:45.027717" } STDOUT: # Generated by NetworkManager search example.com example.org nameserver 2001:4860:4860::8888 TASK [Assert that the nmstatectl contains the specified DNS configuration] ***** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_network_state.yml:153 Saturday 25 October 2025 08:49:45 -0400 (0:00:00.815) 0:01:27.606 ****** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Assert that the file `/run/NetworkManager/no-stub-resolv.conf` contains the specified DNS configuration] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_network_state.yml:161 Saturday 25 October 2025 08:49:45 -0400 (0:00:00.430) 0:01:28.036 ****** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 25 October 2025 08:49:46 -0400 (0:00:00.341) 0:01:28.378 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node4 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 25 October 2025 08:49:46 -0400 (0:00:00.329) 0:01:28.708 ****** skipping: [managed-node4] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 25 October 2025 08:49:46 -0400 (0:00:00.199) 0:01:28.907 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 25 October 2025 08:49:46 -0400 (0:00:00.144) 0:01:29.051 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 25 October 2025 08:49:46 -0400 (0:00:00.167) 0:01:29.219 ****** ok: [managed-node4] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 25 October 2025 08:49:49 -0400 (0:00:02.293) 0:01:31.512 ****** ok: [managed-node4] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 25 October 2025 08:49:50 -0400 (0:00:01.644) 0:01:33.156 ****** ok: [managed-node4] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 25 October 2025 08:49:51 -0400 (0:00:00.328) 0:01:33.485 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 25 October 2025 08:49:51 -0400 (0:00:00.288) 0:01:33.773 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 25 October 2025 08:49:51 -0400 (0:00:00.291) 0:01:34.065 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "network_connections | selectattr(\"type\", \"defined\") | selectattr(\"type\", \"match\", \"^team$\") | list | length > 0 or network_state.get(\"interfaces\", []) | selectattr(\"type\", \"defined\") | selectattr(\"type\", \"match\", \"^team$\") | list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 25 October 2025 08:49:51 -0400 (0:00:00.223) 0:01:34.289 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 25 October 2025 08:49:52 -0400 (0:00:00.350) 0:01:34.640 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 25 October 2025 08:49:52 -0400 (0:00:00.324) 0:01:34.966 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 25 October 2025 08:49:52 -0400 (0:00:00.301) 0:01:35.268 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 25 October 2025 08:49:53 -0400 (0:00:00.518) 0:01:35.787 ****** ok: [managed-node4] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: NetworkManager nmstate TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 25 October 2025 08:49:54 -0400 (0:00:01.174) 0:01:36.961 ****** ok: [managed-node4] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: python3-libnmstate TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 25 October 2025 08:49:55 -0400 (0:00:01.222) 0:01:38.184 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 25 October 2025 08:49:56 -0400 (0:00:00.331) 0:01:38.516 ****** ok: [managed-node4] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 25 October 2025 08:49:57 -0400 (0:00:01.246) 0:01:39.762 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 25 October 2025 08:49:57 -0400 (0:00:00.313) 0:01:40.075 ****** skipping: [managed-node4] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 25 October 2025 08:49:58 -0400 (0:00:00.812) 0:01:40.887 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 25 October 2025 08:49:58 -0400 (0:00:00.265) 0:01:41.153 ****** ok: [managed-node4] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 25 October 2025 08:50:00 -0400 (0:00:01.197) 0:01:42.351 ****** changed: [managed-node4] => { "changed": true, "state": { "dns-resolver": { "config": {} }, "hostname": { "config": "managed-node4", "running": "managed-node4" }, "interfaces": [ { "accept-all-mac-addresses": false, "alt-names": [ { "name": "enX0" }, { "name": "enx0affe4400e19" } ], "driver": "vif", "ethernet": {}, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-checksum-ipv6": true, "tx-generic-segmentation": true, "tx-nocache-copy": false, "tx-tcp-mangleid-segmentation": false, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true } }, "identifier": "mac-address", "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "dhcp-send-hostname": true, "enabled": true, "forwarding": false }, "ipv6": { "addr-gen-mode": "stable-privacy", "address": [ { "ip": "fe80::8ff:e4ff:fe40:e19", "prefix-length": 64 } ], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "dhcp-send-hostname": true, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "0A:FF:E4:40:0E:19", "mtu": 9001, "name": "eth0", "permanent-mac-address": "0A:FF:E4:40:0E:19", "profile-name": "cloud-init eth0", "state": "up", "type": "ethernet", "wait-ip": "ipv4" }, { "accept-all-mac-addresses": false, "alt-names": [ { "name": "enX1" }, { "name": "enx0affef1cf93b" } ], "driver": "vif", "ethernet": {}, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-checksum-ipv6": true, "tx-generic-segmentation": true, "tx-nocache-copy": false, "tx-tcp-mangleid-segmentation": false, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true } }, "identifier": "mac-address", "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "dhcp-send-hostname": true, "enabled": true, "forwarding": false }, "ipv6": { "addr-gen-mode": "stable-privacy", "address": [ { "ip": "fe80::8ff:efff:fe1c:f93b", "prefix-length": 64 } ], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "dhcp-send-hostname": true, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "0A:FF:EF:1C:F9:3B", "mtu": 9001, "name": "eth1", "permanent-mac-address": "0A:FF:EF:1C:F9:3B", "profile-name": "cloud-init eth1", "state": "up", "type": "ethernet", "wait-ip": "ipv4" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "identifier": "name", "ipv4": { "address": [ { "ip": "192.168.122.250", "prefix-length": 24 } ], "dhcp": false, "enabled": true, "forwarding": false }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "2001:db8::1:1", "prefix-length": 64 }, { "ip": "fe80::50b0:6aff:feb1:2d92", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "52:B0:6A:B1:2D:92", "mptcp": { "address-flags": [] }, "mtu": 1500, "name": "ethtest0", "profile-name": "Wired connection 1", "state": "up", "type": "veth", "veth": { "peer": "peerethtest0" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "identifier": "name", "ipv4": { "address": [ { "ip": "192.168.122.88", "prefix-length": 24 } ], "dhcp": false, "enabled": true, "forwarding": false }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "fe80::c481:e6ff:fe24:83fb", "prefix-length": 64 } ], "auto-dns": false, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "dhcp-duid": "ll", "dhcp-send-hostname": true, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "C6:81:E6:24:83:FB", "mptcp": { "address-flags": [] }, "mtu": 1500, "name": "ethtest1", "profile-name": "Wired connection 2", "state": "up", "type": "veth", "veth": { "peer": "peerethtest1" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": true, "tx-gso-list": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true } }, "ipv4": { "address": [ { "ip": "127.0.0.1", "prefix-length": 8 } ], "enabled": true, "forwarding": false }, "ipv6": { "address": [ { "ip": "::1", "prefix-length": 128 } ], "enabled": true }, "mac-address": "00:00:00:00:00:00", "mtu": 65536, "name": "lo", "state": "up", "type": "loopback" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "enabled": false, "forwarding": false }, "ipv6": { "address": [ { "ip": "fe80::c4ae:90ff:fe07:80d4", "prefix-length": 64 } ], "enabled": true }, "mac-address": "C6:AE:90:07:80:D4", "mtu": 1500, "name": "peerethtest0", "state": "ignore", "type": "veth", "veth": { "peer": "ethtest0" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "enabled": false, "forwarding": false }, "ipv6": { "address": [ { "ip": "fe80::9c19:c7ff:fe4e:86aa", "prefix-length": 64 } ], "enabled": true }, "mac-address": "9E:19:C7:4E:86:AA", "mtu": 1500, "name": "peerethtest1", "state": "ignore", "type": "veth", "veth": { "peer": "ethtest1" } } ], "route-rules": { "config": [] }, "routes": { "config": [ { "destination": "192.0.2.100/30", "metric": 150, "next-hop-address": "192.168.122.250", "next-hop-interface": "ethtest0", "table-id": 254 } ] } } } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 25 October 2025 08:50:01 -0400 (0:00:01.196) 0:01:43.548 ****** ok: [managed-node4] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 25 October 2025 08:50:01 -0400 (0:00:00.307) 0:01:43.856 ****** ok: [managed-node4] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 25 October 2025 08:50:01 -0400 (0:00:00.371) 0:01:44.227 ****** ok: [managed-node4] => { "__network_state_result": { "changed": true, "failed": false, "state": { "dns-resolver": { "config": {} }, "hostname": { "config": "managed-node4", "running": "managed-node4" }, "interfaces": [ { "accept-all-mac-addresses": false, "alt-names": [ { "name": "enX0" }, { "name": "enx0affe4400e19" } ], "driver": "vif", "ethernet": {}, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-checksum-ipv6": true, "tx-generic-segmentation": true, "tx-nocache-copy": false, "tx-tcp-mangleid-segmentation": false, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true } }, "identifier": "mac-address", "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "dhcp-send-hostname": true, "enabled": true, "forwarding": false }, "ipv6": { "addr-gen-mode": "stable-privacy", "address": [ { "ip": "fe80::8ff:e4ff:fe40:e19", "prefix-length": 64 } ], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "dhcp-send-hostname": true, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "0A:FF:E4:40:0E:19", "mtu": 9001, "name": "eth0", "permanent-mac-address": "0A:FF:E4:40:0E:19", "profile-name": "cloud-init eth0", "state": "up", "type": "ethernet", "wait-ip": "ipv4" }, { "accept-all-mac-addresses": false, "alt-names": [ { "name": "enX1" }, { "name": "enx0affef1cf93b" } ], "driver": "vif", "ethernet": {}, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-checksum-ipv6": true, "tx-generic-segmentation": true, "tx-nocache-copy": false, "tx-tcp-mangleid-segmentation": false, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true } }, "identifier": "mac-address", "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "dhcp-send-hostname": true, "enabled": true, "forwarding": false }, "ipv6": { "addr-gen-mode": "stable-privacy", "address": [ { "ip": "fe80::8ff:efff:fe1c:f93b", "prefix-length": 64 } ], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "dhcp-send-hostname": true, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "0A:FF:EF:1C:F9:3B", "mtu": 9001, "name": "eth1", "permanent-mac-address": "0A:FF:EF:1C:F9:3B", "profile-name": "cloud-init eth1", "state": "up", "type": "ethernet", "wait-ip": "ipv4" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "identifier": "name", "ipv4": { "address": [ { "ip": "192.168.122.250", "prefix-length": 24 } ], "dhcp": false, "enabled": true, "forwarding": false }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "2001:db8::1:1", "prefix-length": 64 }, { "ip": "fe80::50b0:6aff:feb1:2d92", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "52:B0:6A:B1:2D:92", "mptcp": { "address-flags": [] }, "mtu": 1500, "name": "ethtest0", "profile-name": "Wired connection 1", "state": "up", "type": "veth", "veth": { "peer": "peerethtest0" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "identifier": "name", "ipv4": { "address": [ { "ip": "192.168.122.88", "prefix-length": 24 } ], "dhcp": false, "enabled": true, "forwarding": false }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "fe80::c481:e6ff:fe24:83fb", "prefix-length": 64 } ], "auto-dns": false, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "dhcp-duid": "ll", "dhcp-send-hostname": true, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "C6:81:E6:24:83:FB", "mptcp": { "address-flags": [] }, "mtu": 1500, "name": "ethtest1", "profile-name": "Wired connection 2", "state": "up", "type": "veth", "veth": { "peer": "peerethtest1" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": true, "tx-gso-list": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true } }, "ipv4": { "address": [ { "ip": "127.0.0.1", "prefix-length": 8 } ], "enabled": true, "forwarding": false }, "ipv6": { "address": [ { "ip": "::1", "prefix-length": 128 } ], "enabled": true }, "mac-address": "00:00:00:00:00:00", "mtu": 65536, "name": "lo", "state": "up", "type": "loopback" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "enabled": false, "forwarding": false }, "ipv6": { "address": [ { "ip": "fe80::c4ae:90ff:fe07:80d4", "prefix-length": 64 } ], "enabled": true }, "mac-address": "C6:AE:90:07:80:D4", "mtu": 1500, "name": "peerethtest0", "state": "ignore", "type": "veth", "veth": { "peer": "ethtest0" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "enabled": false, "forwarding": false }, "ipv6": { "address": [ { "ip": "fe80::9c19:c7ff:fe4e:86aa", "prefix-length": 64 } ], "enabled": true }, "mac-address": "9E:19:C7:4E:86:AA", "mtu": 1500, "name": "peerethtest1", "state": "ignore", "type": "veth", "veth": { "peer": "ethtest1" } } ], "route-rules": { "config": [] }, "routes": { "config": [ { "destination": "192.0.2.100/30", "metric": 150, "next-hop-address": "192.168.122.250", "next-hop-interface": "ethtest0", "table-id": 254 } ] } } } } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 25 October 2025 08:50:02 -0400 (0:00:00.338) 0:01:44.566 ****** ok: [managed-node4] => { "changed": false, "ping": "pong" } TASK [Include the task 'delete_interface.yml'] ********************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_network_state.yml:177 Saturday 25 October 2025 08:50:03 -0400 (0:00:00.816) 0:01:45.383 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/delete_interface.yml for managed-node4 TASK [Remove test interface if necessary] ************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/delete_interface.yml:3 Saturday 25 October 2025 08:50:03 -0400 (0:00:00.539) 0:01:45.922 ****** ok: [managed-node4] => { "changed": false, "cmd": [ "ip", "link", "del", "ethtest1" ], "delta": "0:00:00.008451", "end": "2025-10-25 08:50:04.166861", "rc": 0, "start": "2025-10-25 08:50:04.158410" } TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_network_state.yml:179 Saturday 25 October 2025 08:50:04 -0400 (0:00:00.791) 0:01:46.713 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml for managed-node4 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:3 Saturday 25 October 2025 08:50:04 -0400 (0:00:00.420) 0:01:47.134 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml for managed-node4 TASK [Get stat for interface ethtest1] ***************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Saturday 25 October 2025 08:50:05 -0400 (0:00:00.346) 0:01:47.480 ****** ok: [managed-node4] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'ethtest1'] ************************ task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:5 Saturday 25 October 2025 08:50:05 -0400 (0:00:00.736) 0:01:48.216 ****** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Set interface=ethtest0] ************************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_network_state.yml:181 Saturday 25 October 2025 08:50:06 -0400 (0:00:00.331) 0:01:48.548 ****** ok: [managed-node4] => { "ansible_facts": { "interface": "ethtest0", "type": "veth" }, "changed": false } TASK [Include the task 'delete_interface.yml' again] *************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_network_state.yml:185 Saturday 25 October 2025 08:50:06 -0400 (0:00:00.351) 0:01:48.899 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/delete_interface.yml for managed-node4 TASK [Remove test interface if necessary] ************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/delete_interface.yml:3 Saturday 25 October 2025 08:50:07 -0400 (0:00:00.705) 0:01:49.604 ****** ok: [managed-node4] => { "changed": false, "cmd": [ "ip", "link", "del", "ethtest0" ], "delta": "0:00:00.007773", "end": "2025-10-25 08:50:07.926043", "rc": 0, "start": "2025-10-25 08:50:07.918270" } TASK [Include the task 'assert_device_absent.yml' again] *********************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_network_state.yml:187 Saturday 25 October 2025 08:50:08 -0400 (0:00:00.815) 0:01:50.419 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml for managed-node4 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:3 Saturday 25 October 2025 08:50:08 -0400 (0:00:00.348) 0:01:50.767 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml for managed-node4 TASK [Get stat for interface ethtest0] ***************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Saturday 25 October 2025 08:50:08 -0400 (0:00:00.239) 0:01:51.007 ****** ok: [managed-node4] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'ethtest0'] ************************ task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:5 Saturday 25 October 2025 08:50:09 -0400 (0:00:00.719) 0:01:51.726 ****** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify network state restored to default] ******************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_network_state.yml:189 Saturday 25 October 2025 08:50:09 -0400 (0:00:00.142) 0:01:51.869 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml for managed-node4 TASK [Check routes and DNS] **************************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml:6 Saturday 25 October 2025 08:50:10 -0400 (0:00:00.477) 0:01:52.346 ****** ok: [managed-node4] => { "changed": false, "cmd": "set -euo pipefail\necho IP\nip a\necho IP ROUTE\nip route\necho IP -6 ROUTE\nip -6 route\necho RESOLV\nif [ -f /etc/resolv.conf ]; then\n cat /etc/resolv.conf\nelse\n echo NO /etc/resolv.conf\n ls -alrtF /etc/resolv.* || :\nfi\n", "delta": "0:00:00.009060", "end": "2025-10-25 08:50:10.615057", "rc": 0, "start": "2025-10-25 08:50:10.605997" } STDOUT: IP 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host noprefixroute valid_lft forever preferred_lft forever 2: eth0: mtu 9001 qdisc mq state UP group default qlen 1000 link/ether 0a:ff:e4:40:0e:19 brd ff:ff:ff:ff:ff:ff altname enX0 altname enx0affe4400e19 inet 10.31.15.234/22 brd 10.31.15.255 scope global dynamic noprefixroute eth0 valid_lft 2997sec preferred_lft 2997sec inet6 fe80::8ff:e4ff:fe40:e19/64 scope link noprefixroute valid_lft forever preferred_lft forever 3: eth1: mtu 9001 qdisc mq state UP group default qlen 1000 link/ether 0a:ff:ef:1c:f9:3b brd ff:ff:ff:ff:ff:ff altname enX1 altname enx0affef1cf93b inet 10.31.13.92/22 brd 10.31.15.255 scope global dynamic noprefixroute eth1 valid_lft 2997sec preferred_lft 2997sec inet6 fe80::8ff:efff:fe1c:f93b/64 scope link noprefixroute valid_lft forever preferred_lft forever IP ROUTE default via 10.31.12.1 dev eth0 proto dhcp src 10.31.15.234 metric 100 default via 10.31.12.1 dev eth1 proto dhcp src 10.31.13.92 metric 101 10.31.12.0/22 dev eth0 proto kernel scope link src 10.31.15.234 metric 100 10.31.12.0/22 dev eth1 proto kernel scope link src 10.31.13.92 metric 101 IP -6 ROUTE fe80::/64 dev eth0 proto kernel metric 1024 pref medium fe80::/64 dev eth1 proto kernel metric 1024 pref medium RESOLV # Generated by NetworkManager search testing-farm.us-east-1.aws.redhat.com nameserver 10.29.169.13 nameserver 10.29.170.12 nameserver 10.2.32.1 TASK [Verify DNS and network connectivity] ************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml:24 Saturday 25 October 2025 08:50:10 -0400 (0:00:00.800) 0:01:53.147 ****** ok: [managed-node4] => { "changed": false, "cmd": "set -euo pipefail\necho CHECK DNS AND CONNECTIVITY\nfor host in mirrors.fedoraproject.org mirrors.centos.org; do\n if ! getent hosts \"$host\"; then\n echo FAILED to lookup host \"$host\"\n exit 1\n fi\n if ! curl -o /dev/null https://\"$host\"; then\n echo FAILED to contact host \"$host\"\n exit 1\n fi\ndone\n", "delta": "0:00:00.343898", "end": "2025-10-25 08:50:11.820238", "rc": 0, "start": "2025-10-25 08:50:11.476340" } STDOUT: CHECK DNS AND CONNECTIVITY 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.fedoraproject.org 2606:f640:6000:651::7 wildcard.fedoraproject.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:6:1121:bead:cafe:feed:fed5 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org 2606:f640:6000:651::8 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:6:1121:bead:cafe:feed:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:5270:306c:35d6:1f81 wildcard.fedoraproject.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:5270:306c:35d6:1f81 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2606:f640:6000:651::8 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2606:f640:6000:651::7 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:6:1121:bead:cafe:feed:fed5 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:6:1121:bead:cafe:feed:fed6 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org STDERR: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 305 100 305 0 0 1399 0 --:--:-- --:--:-- --:--:-- 1405 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 291 100 291 0 0 2806 0 --:--:-- --:--:-- --:--:-- 2825 PLAY RECAP ********************************************************************* managed-node4 : ok=122 changed=6 unreachable=0 failed=0 skipped=72 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 25 October 2025 08:50:11 -0400 (0:00:01.082) 0:01:54.229 ****** =============================================================================== fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable --- 2.78s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 2.78s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 fedora.linux_system_roles.network : Configure networking state ---------- 2.67s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 fedora.linux_system_roles.network : Check which services are running ---- 2.65s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Configure networking connection profiles --- 2.60s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 fedora.linux_system_roles.network : Check which services are running ---- 2.45s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which packages are installed --- 2.44s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which services are running ---- 2.29s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 2.22s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable --- 2.21s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 fedora.linux_system_roles.network : Check which packages are installed --- 1.99s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Gathering Facts --------------------------------------------------------- 1.80s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tests_network_state_nm.yml:6 Install iproute --------------------------------------------------------- 1.75s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:16 Create veth interface ethtest0 ------------------------------------------ 1.72s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:27 Create veth interface ethtest1 ------------------------------------------ 1.69s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:27 fedora.linux_system_roles.network : Configure networking connection profiles --- 1.69s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 fedora.linux_system_roles.network : Check which packages are installed --- 1.64s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 1.63s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Configure networking state ---------- 1.54s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 fedora.linux_system_roles.network : Configure networking connection profiles --- 1.35s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159