ansible-playbook [core 2.17.9] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-5ok executable location = /usr/local/bin/ansible-playbook python version = 3.12.9 (main, Feb 4 2025, 00:00:00) [GCC 14.2.1 20240912 (Red Hat 14.2.1-3)] (/usr/bin/python3.12) jinja version = 3.1.5 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 redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_network_state_nm.yml ******************************************* 2 plays in /tmp/collections-5ok/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-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tests_network_state_nm.yml:6 Wednesday 12 March 2025 15:15:34 -0400 (0:00:00.061) 0:00:00.061 ******* [WARNING]: Platform linux on host managed-node2 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-node2] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tests_network_state_nm.yml:9 Wednesday 12 March 2025 15:15:36 -0400 (0:00:02.357) 0:00:02.418 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml for managed-node2 TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Wednesday 12 March 2025 15:15:36 -0400 (0:00:00.111) 0:00:02.529 ******* ok: [managed-node2] TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Wednesday 12 March 2025 15:15:37 -0400 (0:00:00.843) 0:00:03.372 ******* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 Wednesday 12 March 2025 15:15:38 -0400 (0:00:00.777) 0:00:04.150 ******* ok: [managed-node2] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26 Wednesday 12 March 2025 15:15:38 -0400 (0:00:00.116) 0:00:04.267 ******* skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_distribution == 'CentOS'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:51 Wednesday 12 March 2025 15:15:38 -0400 (0:00:00.051) 0:00:04.319 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml for managed-node2 TASK [Create EPEL 40] ********************************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:8 Wednesday 12 March 2025 15:15:38 -0400 (0:00:00.162) 0:00:04.481 ******* skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:26 Wednesday 12 March 2025 15:15:38 -0400 (0:00:00.037) 0:00:04.519 ******* skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:32 Wednesday 12 March 2025 15:15:38 -0400 (0:00:00.028) 0:00:04.547 ******* skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:37 Wednesday 12 March 2025 15:15:38 -0400 (0:00:00.032) 0:00:04.580 ******* skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:42 Wednesday 12 March 2025 15:15:38 -0400 (0:00:00.046) 0:00:04.626 ******* skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tests_network_state_nm.yml:11 Wednesday 12 March 2025 15:15:38 -0400 (0:00:00.041) 0:00:04.668 ******* ok: [managed-node2] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } PLAY [Play for configuring network using network state variable] *************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_network_state.yml:3 Wednesday 12 March 2025 15:15:38 -0400 (0:00:00.071) 0:00:04.740 ******* ok: [managed-node2] TASK [Set type=veth and interface=ethtest0] ************************************ task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_network_state.yml:12 Wednesday 12 March 2025 15:15:40 -0400 (0:00:01.125) 0:00:05.865 ******* ok: [managed-node2] => { "ansible_facts": { "interface": "ethtest0", "type": "veth" }, "changed": false } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_network_state.yml:16 Wednesday 12 March 2025 15:15:40 -0400 (0:00:00.163) 0:00:06.028 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml for managed-node2 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Wednesday 12 March 2025 15:15:40 -0400 (0:00:00.218) 0:00:06.247 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml for managed-node2 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Wednesday 12 March 2025 15:15:40 -0400 (0:00:00.206) 0:00:06.453 ******* ok: [managed-node2] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004222", "end": "2025-03-12 15:15:41.452387", "rc": 0, "start": "2025-03-12 15:15:41.448165" } STDOUT: eth0 eth1 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Wednesday 12 March 2025 15:15:41 -0400 (0:00:00.872) 0:00:07.326 ******* ok: [managed-node2] => { "ansible_facts": { "current_interfaces": [ "eth0", "eth1", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Wednesday 12 March 2025 15:15:41 -0400 (0:00:00.137) 0:00:07.463 ******* ok: [managed-node2] => {} MSG: current_interfaces: ['eth0', 'eth1', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_network_state.yml:18 Wednesday 12 March 2025 15:15:41 -0400 (0:00:00.163) 0:00:07.627 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml for managed-node2 TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:3 Wednesday 12 March 2025 15:15:42 -0400 (0:00:00.422) 0:00:08.050 ******* skipping: [managed-node2] => { "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-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:8 Wednesday 12 March 2025 15:15:42 -0400 (0:00:00.181) 0:00:08.231 ******* skipping: [managed-node2] => { "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-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:13 Wednesday 12 March 2025 15:15:42 -0400 (0:00:00.196) 0:00:08.428 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml for managed-node2 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Wednesday 12 March 2025 15:15:42 -0400 (0:00:00.215) 0:00:08.643 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml for managed-node2 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Wednesday 12 March 2025 15:15:43 -0400 (0:00:00.151) 0:00:08.794 ******* ok: [managed-node2] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004057", "end": "2025-03-12 15:15:43.618203", "rc": 0, "start": "2025-03-12 15:15:43.614146" } STDOUT: eth0 eth1 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Wednesday 12 March 2025 15:15:43 -0400 (0:00:00.692) 0:00:09.486 ******* ok: [managed-node2] => { "ansible_facts": { "current_interfaces": [ "eth0", "eth1", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Wednesday 12 March 2025 15:15:43 -0400 (0:00:00.193) 0:00:09.680 ******* ok: [managed-node2] => {} MSG: current_interfaces: ['eth0', 'eth1', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:16 Wednesday 12 March 2025 15:15:44 -0400 (0:00:00.167) 0:00:09.847 ******* ok: [managed-node2] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface ethtest0] ****************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:27 Wednesday 12 March 2025 15:15:46 -0400 (0:00:02.074) 0:00:11.921 ******* ok: [managed-node2] => (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.007257", "end": "2025-03-12 15:15:46.743692", "item": "ip link add ethtest0 type veth peer name peerethtest0", "rc": 0, "start": "2025-03-12 15:15:46.736435" } ok: [managed-node2] => (item=ip link set peerethtest0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerethtest0", "up" ], "delta": "0:00:00.004521", "end": "2025-03-12 15:15:47.227048", "item": "ip link set peerethtest0 up", "rc": 0, "start": "2025-03-12 15:15:47.222527" } ok: [managed-node2] => (item=ip link set ethtest0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "ethtest0", "up" ], "delta": "0:00:00.003829", "end": "2025-03-12 15:15:47.790819", "item": "ip link set ethtest0 up", "rc": 0, "start": "2025-03-12 15:15:47.786990" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:35 Wednesday 12 March 2025 15:15:47 -0400 (0:00:01.753) 0:00:13.675 ******* ok: [managed-node2] => { "changed": false, "cmd": [ "nmcli", "d", "set", "ethtest0", "managed", "true" ], "delta": "0:00:00.021574", "end": "2025-03-12 15:15:48.589969", "rc": 0, "start": "2025-03-12 15:15:48.568395" } TASK [Delete veth interface ethtest0] ****************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:43 Wednesday 12 March 2025 15:15:48 -0400 (0:00:00.782) 0:00:14.458 ******* skipping: [managed-node2] => { "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-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:49 Wednesday 12 March 2025 15:15:48 -0400 (0:00:00.190) 0:00:14.648 ******* skipping: [managed-node2] => { "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-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:54 Wednesday 12 March 2025 15:15:49 -0400 (0:00:00.165) 0:00:14.814 ******* skipping: [managed-node2] => { "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-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:60 Wednesday 12 March 2025 15:15:49 -0400 (0:00:00.104) 0:00:14.919 ******* skipping: [managed-node2] => { "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-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:65 Wednesday 12 March 2025 15:15:49 -0400 (0:00:00.123) 0:00:15.043 ******* skipping: [managed-node2] => { "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-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_network_state.yml:22 Wednesday 12 March 2025 15:15:49 -0400 (0:00:00.128) 0:00:15.171 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml for managed-node2 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:3 Wednesday 12 March 2025 15:15:49 -0400 (0:00:00.277) 0:00:15.448 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml for managed-node2 TASK [Get stat for interface ethtest0] ***************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Wednesday 12 March 2025 15:15:49 -0400 (0:00:00.169) 0:00:15.618 ******* ok: [managed-node2] => { "changed": false, "stat": { "atime": 1741806946.7403362, "block_size": 4096, "blocks": 0, "ctime": 1741806946.7403362, "dev": 23, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 36097, "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": 1741806946.7403362, "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-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:5 Wednesday 12 March 2025 15:15:50 -0400 (0:00:00.691) 0:00:16.310 ******* ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Set type=veth and interface=ethtest1] ************************************ task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_network_state.yml:24 Wednesday 12 March 2025 15:15:50 -0400 (0:00:00.117) 0:00:16.428 ******* ok: [managed-node2] => { "ansible_facts": { "interface": "ethtest1", "type": "veth" }, "changed": false } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_network_state.yml:28 Wednesday 12 March 2025 15:15:50 -0400 (0:00:00.114) 0:00:16.542 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml for managed-node2 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Wednesday 12 March 2025 15:15:51 -0400 (0:00:00.267) 0:00:16.809 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml for managed-node2 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Wednesday 12 March 2025 15:15:51 -0400 (0:00:00.196) 0:00:17.006 ******* ok: [managed-node2] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003595", "end": "2025-03-12 15:15:51.780718", "rc": 0, "start": "2025-03-12 15:15:51.777123" } STDOUT: eth0 eth1 ethtest0 lo peerethtest0 TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Wednesday 12 March 2025 15:15:51 -0400 (0:00:00.634) 0:00:17.641 ******* ok: [managed-node2] => { "ansible_facts": { "current_interfaces": [ "eth0", "eth1", "ethtest0", "lo", "peerethtest0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Wednesday 12 March 2025 15:15:52 -0400 (0:00:00.169) 0:00:17.810 ******* ok: [managed-node2] => {} MSG: current_interfaces: ['eth0', 'eth1', 'ethtest0', 'lo', 'peerethtest0'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_network_state.yml:30 Wednesday 12 March 2025 15:15:52 -0400 (0:00:00.099) 0:00:17.909 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml for managed-node2 TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:3 Wednesday 12 March 2025 15:15:52 -0400 (0:00:00.219) 0:00:18.129 ******* skipping: [managed-node2] => { "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-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:8 Wednesday 12 March 2025 15:15:52 -0400 (0:00:00.113) 0:00:18.242 ******* skipping: [managed-node2] => { "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-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:13 Wednesday 12 March 2025 15:15:52 -0400 (0:00:00.122) 0:00:18.365 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml for managed-node2 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Wednesday 12 March 2025 15:15:52 -0400 (0:00:00.163) 0:00:18.528 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml for managed-node2 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Wednesday 12 March 2025 15:15:52 -0400 (0:00:00.181) 0:00:18.710 ******* ok: [managed-node2] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003579", "end": "2025-03-12 15:15:53.508354", "rc": 0, "start": "2025-03-12 15:15:53.504775" } STDOUT: eth0 eth1 ethtest0 lo peerethtest0 TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Wednesday 12 March 2025 15:15:53 -0400 (0:00:00.663) 0:00:19.374 ******* ok: [managed-node2] => { "ansible_facts": { "current_interfaces": [ "eth0", "eth1", "ethtest0", "lo", "peerethtest0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Wednesday 12 March 2025 15:15:53 -0400 (0:00:00.181) 0:00:19.555 ******* ok: [managed-node2] => {} MSG: current_interfaces: ['eth0', 'eth1', 'ethtest0', 'lo', 'peerethtest0'] TASK [Install iproute] ********************************************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:16 Wednesday 12 March 2025 15:15:53 -0400 (0:00:00.177) 0:00:19.732 ******* ok: [managed-node2] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface ethtest1] ****************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:27 Wednesday 12 March 2025 15:15:55 -0400 (0:00:01.733) 0:00:21.466 ******* ok: [managed-node2] => (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.007723", "end": "2025-03-12 15:15:56.400819", "item": "ip link add ethtest1 type veth peer name peerethtest1", "rc": 0, "start": "2025-03-12 15:15:56.393096" } ok: [managed-node2] => (item=ip link set peerethtest1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerethtest1", "up" ], "delta": "0:00:00.003894", "end": "2025-03-12 15:15:56.968687", "item": "ip link set peerethtest1 up", "rc": 0, "start": "2025-03-12 15:15:56.964793" } ok: [managed-node2] => (item=ip link set ethtest1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "ethtest1", "up" ], "delta": "0:00:00.004305", "end": "2025-03-12 15:15:57.555442", "item": "ip link set ethtest1 up", "rc": 0, "start": "2025-03-12 15:15:57.551137" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:35 Wednesday 12 March 2025 15:15:57 -0400 (0:00:01.956) 0:00:23.425 ******* ok: [managed-node2] => { "changed": false, "cmd": [ "nmcli", "d", "set", "ethtest1", "managed", "true" ], "delta": "0:00:00.024473", "end": "2025-03-12 15:15:58.173681", "rc": 0, "start": "2025-03-12 15:15:58.149208" } TASK [Delete veth interface ethtest1] ****************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:43 Wednesday 12 March 2025 15:15:58 -0400 (0:00:00.614) 0:00:24.039 ******* skipping: [managed-node2] => { "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-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:49 Wednesday 12 March 2025 15:15:58 -0400 (0:00:00.116) 0:00:24.155 ******* skipping: [managed-node2] => { "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-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:54 Wednesday 12 March 2025 15:15:58 -0400 (0:00:00.135) 0:00:24.291 ******* skipping: [managed-node2] => { "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-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:60 Wednesday 12 March 2025 15:15:58 -0400 (0:00:00.148) 0:00:24.440 ******* skipping: [managed-node2] => { "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-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:65 Wednesday 12 March 2025 15:15:58 -0400 (0:00:00.118) 0:00:24.558 ******* skipping: [managed-node2] => { "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-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_network_state.yml:34 Wednesday 12 March 2025 15:15:58 -0400 (0:00:00.121) 0:00:24.680 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml for managed-node2 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:3 Wednesday 12 March 2025 15:15:59 -0400 (0:00:00.295) 0:00:24.976 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml for managed-node2 TASK [Get stat for interface ethtest1] ***************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Wednesday 12 March 2025 15:15:59 -0400 (0:00:00.179) 0:00:25.155 ******* ok: [managed-node2] => { "changed": false, "stat": { "atime": 1741806956.3968189, "block_size": 4096, "blocks": 0, "ctime": 1741806956.3968189, "dev": 23, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 36503, "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": 1741806956.3968189, "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-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:5 Wednesday 12 March 2025 15:16:00 -0400 (0:00:00.658) 0:00:25.813 ******* ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Wednesday 12 March 2025 15:16:00 -0400 (0:00:00.045) 0:00:25.859 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node2 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Wednesday 12 March 2025 15:16:00 -0400 (0:00:00.065) 0:00:25.924 ******* skipping: [managed-node2] => { "censored": "the 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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Wednesday 12 March 2025 15:16:00 -0400 (0:00:00.067) 0:00:25.991 ******* skipping: [managed-node2] => { "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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Wednesday 12 March 2025 15:16:00 -0400 (0:00:00.078) 0:00:26.070 ******* skipping: [managed-node2] => { "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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Wednesday 12 March 2025 15:16:00 -0400 (0:00:00.144) 0:00:26.214 ******* ok: [managed-node2] => { "censored": "the 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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Wednesday 12 March 2025 15:16:03 -0400 (0:00:03.285) 0:00:29.500 ******* ok: [managed-node2] => { "censored": "the 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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Wednesday 12 March 2025 15:16:05 -0400 (0:00:01.978) 0:00:31.479 ******* ok: [managed-node2] => {} 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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Wednesday 12 March 2025 15:16:06 -0400 (0:00:00.413) 0:00:31.893 ******* skipping: [managed-node2] => { "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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Wednesday 12 March 2025 15:16:06 -0400 (0:00:00.221) 0:00:32.114 ******* skipping: [managed-node2] => { "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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Wednesday 12 March 2025 15:16:06 -0400 (0:00:00.254) 0:00:32.369 ******* skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_distribution in __network_rh_distros", "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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Wednesday 12 March 2025 15:16:06 -0400 (0:00:00.284) 0:00:32.653 ******* skipping: [managed-node2] => { "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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Wednesday 12 March 2025 15:16:07 -0400 (0:00:00.269) 0:00:32.923 ******* skipping: [managed-node2] => { "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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Wednesday 12 March 2025 15:16:07 -0400 (0:00:00.124) 0:00:33.047 ******* skipping: [managed-node2] => { "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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Wednesday 12 March 2025 15:16:07 -0400 (0:00:00.142) 0:00:33.190 ******* skipping: [managed-node2] => { "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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Wednesday 12 March 2025 15:16:07 -0400 (0:00:00.193) 0:00:33.383 ******* changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Installed: nmstate-2.2.40-1.fc40.x86_64" ] } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Wednesday 12 March 2025 15:16:10 -0400 (0:00:03.138) 0:00:36.521 ******* changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Installed: NetworkManager-config-server-1:1.46.6-1.fc40.noarch", "Installed: python3-libnmstate-2.2.40-1.fc40.x86_64", "Installed: nmstate-libs-2.2.40-1.fc40.x86_64" ] } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Wednesday 12 March 2025 15:16:13 -0400 (0:00:02.841) 0:00:39.362 ******* skipping: [managed-node2] => { "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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Wednesday 12 March 2025 15:16:13 -0400 (0:00:00.255) 0:00:39.618 ******* ok: [managed-node2] => { "censored": "the 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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Wednesday 12 March 2025 15:16:16 -0400 (0:00:02.416) 0:00:42.034 ******* skipping: [managed-node2] => { "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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Wednesday 12 March 2025 15:16:16 -0400 (0:00:00.226) 0:00:42.261 ******* skipping: [managed-node2] => { "censored": "the 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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Wednesday 12 March 2025 15:16:16 -0400 (0:00:00.294) 0:00:42.555 ******* skipping: [managed-node2] => { "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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Wednesday 12 March 2025 15:16:17 -0400 (0:00:00.337) 0:00:42.893 ******* ok: [managed-node2] => { "_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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Wednesday 12 March 2025 15:16:18 -0400 (0:00:01.717) 0:00:44.611 ******* changed: [managed-node2] => { "changed": true, "state": { "dns-resolver": { "config": {} }, "hostname": { "config": "managed-node2", "running": "managed-node2" }, "interfaces": [ { "accept-all-mac-addresses": false, "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 }, "ipv6": { "addr-gen-mode": "stable-privacy", "address": [ { "ip": "fe80::1065:f2ff:fef7:5243", "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": "12:65:F2:F7:52:43", "mtu": 9001, "name": "eth0", "permanent-mac-address": "12:65:F2:F7:52:43", "profile-name": "cloud-init eth0", "state": "up", "type": "ethernet", "wait-ip": "ipv4" }, { "accept-all-mac-addresses": false, "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 }, "ipv6": { "addr-gen-mode": "stable-privacy", "address": [ { "ip": "fe80::103a:d6ff:feaf:63a7", "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": "12:3A:D6:AF:63:A7", "mtu": 9001, "name": "eth1", "permanent-mac-address": "12:3A:D6:AF:63:A7", "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 }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "2001:db8::1:1", "prefix-length": 64 }, { "ip": "fe80::d06c:acff:fe0d:b8c8", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "D2:6C:AC:0D:B8:C8", "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 }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "fe80::1c77:17ff:fec8:aad9", "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": "1E:77:17:C8:AA:D9", "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 }, "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 }, "ipv6": { "address": [ { "ip": "fe80::bc6d:caff:fe2f:b68", "prefix-length": 64 } ], "enabled": true }, "mac-address": "BE:6D:CA:2F:0B:68", "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 }, "ipv6": { "address": [ { "ip": "fe80::1011:7dff:fefb:89aa", "prefix-length": 64 } ], "enabled": true }, "mac-address": "12:11:7D:FB:89: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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Wednesday 12 March 2025 15:16:21 -0400 (0:00:02.390) 0:00:47.001 ******* ok: [managed-node2] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Wednesday 12 March 2025 15:16:21 -0400 (0:00:00.265) 0:00:47.267 ******* ok: [managed-node2] => { "__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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Wednesday 12 March 2025 15:16:21 -0400 (0:00:00.276) 0:00:47.544 ******* ok: [managed-node2] => { "__network_state_result": { "changed": true, "failed": false, "state": { "dns-resolver": { "config": {} }, "hostname": { "config": "managed-node2", "running": "managed-node2" }, "interfaces": [ { "accept-all-mac-addresses": false, "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 }, "ipv6": { "addr-gen-mode": "stable-privacy", "address": [ { "ip": "fe80::1065:f2ff:fef7:5243", "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": "12:65:F2:F7:52:43", "mtu": 9001, "name": "eth0", "permanent-mac-address": "12:65:F2:F7:52:43", "profile-name": "cloud-init eth0", "state": "up", "type": "ethernet", "wait-ip": "ipv4" }, { "accept-all-mac-addresses": false, "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 }, "ipv6": { "addr-gen-mode": "stable-privacy", "address": [ { "ip": "fe80::103a:d6ff:feaf:63a7", "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": "12:3A:D6:AF:63:A7", "mtu": 9001, "name": "eth1", "permanent-mac-address": "12:3A:D6:AF:63:A7", "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 }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "2001:db8::1:1", "prefix-length": 64 }, { "ip": "fe80::d06c:acff:fe0d:b8c8", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "D2:6C:AC:0D:B8:C8", "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 }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "fe80::1c77:17ff:fec8:aad9", "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": "1E:77:17:C8:AA:D9", "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 }, "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 }, "ipv6": { "address": [ { "ip": "fe80::bc6d:caff:fe2f:b68", "prefix-length": 64 } ], "enabled": true }, "mac-address": "BE:6D:CA:2F:0B:68", "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 }, "ipv6": { "address": [ { "ip": "fe80::1011:7dff:fefb:89aa", "prefix-length": 64 } ], "enabled": true }, "mac-address": "12:11:7D:FB:89: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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Wednesday 12 March 2025 15:16:22 -0400 (0:00:00.416) 0:00:47.961 ******* ok: [managed-node2] => { "changed": false, "ping": "pong" } TASK [Get the ethtest0 state configuration] ************************************ task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_network_state.yml:75 Wednesday 12 March 2025 15:16:23 -0400 (0:00:01.361) 0:00:49.322 ******* ok: [managed-node2] => { "changed": false, "cmd": [ "nmstatectl", "show", "ethtest0" ], "delta": "0:00:00.046108", "end": "2025-03-12 15:16:24.266923", "rc": 0, "start": "2025-03-12 15:16:24.220815" } STDOUT: interfaces: - name: ethtest0 profile-name: Wired connection 1 type: veth state: up identifier: name mac-address: D2:6C:AC:0D:B8:C8 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 ipv6: enabled: true dhcp: false autoconf: false address: - ip: 2001:db8::1:1 prefix-length: 64 - ip: fe80::d06c:acff:fe0d:b8c8 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-03-12T19:16:24Z INFO nmstatectl] Nmstate version: 2.2.40 TASK [Get the ethtest1 state configuration] ************************************ task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_network_state.yml:81 Wednesday 12 March 2025 15:16:24 -0400 (0:00:00.952) 0:00:50.275 ******* ok: [managed-node2] => { "changed": false, "cmd": [ "nmstatectl", "show", "ethtest1" ], "delta": "0:00:00.046549", "end": "2025-03-12 15:16:25.097465", "rc": 0, "start": "2025-03-12 15:16:25.050916" } STDOUT: interfaces: - name: ethtest1 profile-name: Wired connection 2 type: veth state: up identifier: name mac-address: 1E:77:17:C8:AA:D9 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 ipv6: enabled: true dhcp: true autoconf: true dhcp-duid: ll address: - ip: fe80::1c77:17ff:fec8:aad9 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-03-12T19:16:25Z INFO nmstatectl] Nmstate version: 2.2.40 TASK [Assert that the ethtest0 state configuration contains the specified settings] *** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_network_state.yml:87 Wednesday 12 March 2025 15:16:25 -0400 (0:00:00.806) 0:00:51.082 ******* ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Assert that the ethtest1 state configuration contains the specified settings] *** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_network_state.yml:94 Wednesday 12 March 2025 15:16:25 -0400 (0:00:00.394) 0:00:51.476 ******* ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Wednesday 12 March 2025 15:16:26 -0400 (0:00:00.328) 0:00:51.805 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node2 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Wednesday 12 March 2025 15:16:26 -0400 (0:00:00.369) 0:00:52.174 ******* skipping: [managed-node2] => { "censored": "the 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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Wednesday 12 March 2025 15:16:26 -0400 (0:00:00.296) 0:00:52.471 ******* skipping: [managed-node2] => { "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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Wednesday 12 March 2025 15:16:26 -0400 (0:00:00.269) 0:00:52.741 ******* skipping: [managed-node2] => { "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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Wednesday 12 March 2025 15:16:27 -0400 (0:00:00.273) 0:00:53.014 ******* ok: [managed-node2] => { "censored": "the 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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Wednesday 12 March 2025 15:16:30 -0400 (0:00:03.189) 0:00:56.204 ******* ok: [managed-node2] => { "censored": "the 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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Wednesday 12 March 2025 15:16:32 -0400 (0:00:02.283) 0:00:58.487 ******* ok: [managed-node2] => {} 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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Wednesday 12 March 2025 15:16:33 -0400 (0:00:00.336) 0:00:58.823 ******* skipping: [managed-node2] => { "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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Wednesday 12 March 2025 15:16:33 -0400 (0:00:00.357) 0:00:59.181 ******* skipping: [managed-node2] => { "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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Wednesday 12 March 2025 15:16:33 -0400 (0:00:00.348) 0:00:59.529 ******* skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_distribution in __network_rh_distros", "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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Wednesday 12 March 2025 15:16:33 -0400 (0:00:00.231) 0:00:59.761 ******* skipping: [managed-node2] => { "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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Wednesday 12 March 2025 15:16:34 -0400 (0:00:00.315) 0:01:00.077 ******* skipping: [managed-node2] => { "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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Wednesday 12 March 2025 15:16:34 -0400 (0:00:00.228) 0:01:00.306 ******* skipping: [managed-node2] => { "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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Wednesday 12 March 2025 15:16:34 -0400 (0:00:00.269) 0:01:00.575 ******* skipping: [managed-node2] => { "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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Wednesday 12 March 2025 15:16:35 -0400 (0:00:00.313) 0:01:00.888 ******* ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Wednesday 12 March 2025 15:16:37 -0400 (0:00:01.958) 0:01:02.848 ******* ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Wednesday 12 March 2025 15:16:39 -0400 (0:00:01.950) 0:01:04.799 ******* skipping: [managed-node2] => { "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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Wednesday 12 March 2025 15:16:39 -0400 (0:00:00.195) 0:01:04.994 ******* ok: [managed-node2] => { "censored": "the 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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Wednesday 12 March 2025 15:16:40 -0400 (0:00:01.055) 0:01:06.049 ******* skipping: [managed-node2] => { "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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Wednesday 12 March 2025 15:16:40 -0400 (0:00:00.301) 0:01:06.351 ******* skipping: [managed-node2] => { "censored": "the 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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Wednesday 12 March 2025 15:16:40 -0400 (0:00:00.304) 0:01:06.656 ******* skipping: [managed-node2] => { "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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Wednesday 12 March 2025 15:16:41 -0400 (0:00:00.281) 0:01:06.937 ******* ok: [managed-node2] => { "_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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Wednesday 12 March 2025 15:16:42 -0400 (0:00:01.314) 0:01:08.252 ******* changed: [managed-node2] => { "changed": true, "state": { "dns-resolver": { "config": {} }, "hostname": { "config": "managed-node2", "running": "managed-node2" }, "interfaces": [ { "accept-all-mac-addresses": false, "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 }, "ipv6": { "addr-gen-mode": "stable-privacy", "address": [ { "ip": "fe80::1065:f2ff:fef7:5243", "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": "12:65:F2:F7:52:43", "mtu": 9001, "name": "eth0", "permanent-mac-address": "12:65:F2:F7:52:43", "profile-name": "cloud-init eth0", "state": "up", "type": "ethernet", "wait-ip": "ipv4" }, { "accept-all-mac-addresses": false, "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 }, "ipv6": { "addr-gen-mode": "stable-privacy", "address": [ { "ip": "fe80::103a:d6ff:feaf:63a7", "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": "12:3A:D6:AF:63:A7", "mtu": 9001, "name": "eth1", "permanent-mac-address": "12:3A:D6:AF:63:A7", "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 }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "2001:db8::1:1", "prefix-length": 64 }, { "ip": "fe80::d06c:acff:fe0d:b8c8", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "D2:6C:AC:0D:B8:C8", "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 }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "fe80::1c77:17ff:fec8:aad9", "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": "1E:77:17:C8:AA:D9", "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 }, "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 }, "ipv6": { "address": [ { "ip": "fe80::bc6d:caff:fe2f:b68", "prefix-length": 64 } ], "enabled": true }, "mac-address": "BE:6D:CA:2F:0B:68", "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 }, "ipv6": { "address": [ { "ip": "fe80::1011:7dff:fefb:89aa", "prefix-length": 64 } ], "enabled": true }, "mac-address": "12:11:7D:FB:89: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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Wednesday 12 March 2025 15:16:43 -0400 (0:00:01.039) 0:01:09.291 ******* ok: [managed-node2] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Wednesday 12 March 2025 15:16:43 -0400 (0:00:00.182) 0:01:09.473 ******* ok: [managed-node2] => { "__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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Wednesday 12 March 2025 15:16:43 -0400 (0:00:00.252) 0:01:09.726 ******* ok: [managed-node2] => { "__network_state_result": { "changed": true, "failed": false, "state": { "dns-resolver": { "config": {} }, "hostname": { "config": "managed-node2", "running": "managed-node2" }, "interfaces": [ { "accept-all-mac-addresses": false, "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 }, "ipv6": { "addr-gen-mode": "stable-privacy", "address": [ { "ip": "fe80::1065:f2ff:fef7:5243", "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": "12:65:F2:F7:52:43", "mtu": 9001, "name": "eth0", "permanent-mac-address": "12:65:F2:F7:52:43", "profile-name": "cloud-init eth0", "state": "up", "type": "ethernet", "wait-ip": "ipv4" }, { "accept-all-mac-addresses": false, "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 }, "ipv6": { "addr-gen-mode": "stable-privacy", "address": [ { "ip": "fe80::103a:d6ff:feaf:63a7", "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": "12:3A:D6:AF:63:A7", "mtu": 9001, "name": "eth1", "permanent-mac-address": "12:3A:D6:AF:63:A7", "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 }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "2001:db8::1:1", "prefix-length": 64 }, { "ip": "fe80::d06c:acff:fe0d:b8c8", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "D2:6C:AC:0D:B8:C8", "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 }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "fe80::1c77:17ff:fec8:aad9", "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": "1E:77:17:C8:AA:D9", "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 }, "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 }, "ipv6": { "address": [ { "ip": "fe80::bc6d:caff:fe2f:b68", "prefix-length": 64 } ], "enabled": true }, "mac-address": "BE:6D:CA:2F:0B:68", "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 }, "ipv6": { "address": [ { "ip": "fe80::1011:7dff:fefb:89aa", "prefix-length": 64 } ], "enabled": true }, "mac-address": "12:11:7D:FB:89: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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Wednesday 12 March 2025 15:16:44 -0400 (0:00:00.317) 0:01:10.043 ******* ok: [managed-node2] => { "changed": false, "ping": "pong" } TASK [Get the route configuration] ********************************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_network_state.yml:113 Wednesday 12 March 2025 15:16:45 -0400 (0:00:00.777) 0:01:10.821 ******* ok: [managed-node2] => { "changed": false, "cmd": [ "nmstatectl", "show" ], "delta": "0:00:00.048808", "end": "2025-03-12 15:16:45.577922", "rc": 0, "start": "2025-03-12 15:16:45.529114" } STDOUT: hostname: running: managed-node2 config: managed-node2 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 search: - us-east-1.aws.redhat.com - us-east-1.aws.redhat.com 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.8.1 metric: 100 table-id: 254 source: 10.31.8.65 - destination: 0.0.0.0/0 next-hop-interface: eth1 next-hop-address: 10.31.8.1 metric: 101 table-id: 254 source: 10.31.10.41 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: 12:65:F2:F7:52:43 permanent-mac-address: 12:65:F2:F7:52:43 mtu: 9001 min-mtu: 68 max-mtu: 65535 wait-ip: ipv4 ipv4: enabled: true dhcp: true address: - ip: 10.31.8.65 prefix-length: 22 mptcp-flags: - subflow valid-life-time: 3222sec preferred-life-time: 3222sec auto-dns: true auto-gateway: true auto-routes: true auto-route-table-id: 0 dhcp-send-hostname: true ipv6: enabled: true dhcp: true autoconf: true address: - ip: fe80::1065:f2ff:fef7:5243 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: - subflow 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 ethernet: {} - name: eth1 type: ethernet profile-name: cloud-init eth1 driver: vif state: up identifier: mac-address mac-address: 12:3A:D6:AF:63:A7 permanent-mac-address: 12:3A:D6:AF:63:A7 mtu: 9001 min-mtu: 68 max-mtu: 65535 wait-ip: ipv4 ipv4: enabled: true dhcp: true address: - ip: 10.31.10.41 prefix-length: 22 mptcp-flags: - subflow valid-life-time: 3222sec preferred-life-time: 3222sec auto-dns: true auto-gateway: true auto-routes: true auto-route-table-id: 0 dhcp-send-hostname: true ipv6: enabled: true dhcp: true autoconf: true address: - ip: fe80::103a:d6ff:feaf:63a7 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: - subflow 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 ethernet: {} - name: ethtest0 type: veth profile-name: Wired connection 1 state: up identifier: name mac-address: D2:6C:AC:0D:B8:C8 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 ipv6: enabled: true dhcp: false autoconf: false address: - ip: 2001:db8::1:1 prefix-length: 64 - ip: fe80::d06c:acff:fe0d:b8c8 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: 1E:77:17:C8:AA:D9 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 ipv6: enabled: true dhcp: true autoconf: true dhcp-duid: ll address: - ip: fe80::1c77:17ff:fec8:aad9 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 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: BE:6D:CA:2F:0B:68 mtu: 1500 min-mtu: 68 max-mtu: 65535 ipv4: enabled: false ipv6: enabled: true address: - ip: fe80::bc6d:caff:fe2f:b68 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: 12:11:7D:FB:89:AA mtu: 1500 min-mtu: 68 max-mtu: 65535 ipv4: enabled: false ipv6: enabled: true address: - ip: fe80::1011:7dff:fefb:89aa 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-03-12T19:16:45Z INFO nmstatectl] Nmstate version: 2.2.40 TASK [Assert that the route configuration contains the specified route] ******** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_network_state.yml:119 Wednesday 12 March 2025 15:16:45 -0400 (0:00:00.719) 0:01:11.540 ******* ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Wednesday 12 March 2025 15:16:45 -0400 (0:00:00.136) 0:01:11.676 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node2 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Wednesday 12 March 2025 15:16:46 -0400 (0:00:00.225) 0:01:11.902 ******* skipping: [managed-node2] => { "censored": "the 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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Wednesday 12 March 2025 15:16:46 -0400 (0:00:00.301) 0:01:12.203 ******* skipping: [managed-node2] => { "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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Wednesday 12 March 2025 15:16:46 -0400 (0:00:00.272) 0:01:12.477 ******* skipping: [managed-node2] => { "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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Wednesday 12 March 2025 15:16:47 -0400 (0:00:00.323) 0:01:12.801 ******* ok: [managed-node2] => { "censored": "the 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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Wednesday 12 March 2025 15:16:50 -0400 (0:00:03.054) 0:01:15.856 ******* ok: [managed-node2] => { "censored": "the 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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Wednesday 12 March 2025 15:16:51 -0400 (0:00:01.407) 0:01:17.263 ******* ok: [managed-node2] => {} 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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Wednesday 12 March 2025 15:16:51 -0400 (0:00:00.312) 0:01:17.578 ******* skipping: [managed-node2] => { "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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Wednesday 12 March 2025 15:16:52 -0400 (0:00:00.268) 0:01:17.846 ******* skipping: [managed-node2] => { "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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Wednesday 12 March 2025 15:16:52 -0400 (0:00:00.176) 0:01:18.023 ******* skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_distribution in __network_rh_distros", "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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Wednesday 12 March 2025 15:16:52 -0400 (0:00:00.176) 0:01:18.200 ******* skipping: [managed-node2] => { "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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Wednesday 12 March 2025 15:16:52 -0400 (0:00:00.151) 0:01:18.352 ******* skipping: [managed-node2] => { "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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Wednesday 12 March 2025 15:16:52 -0400 (0:00:00.103) 0:01:18.455 ******* skipping: [managed-node2] => { "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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Wednesday 12 March 2025 15:16:52 -0400 (0:00:00.193) 0:01:18.648 ******* skipping: [managed-node2] => { "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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Wednesday 12 March 2025 15:16:53 -0400 (0:00:00.277) 0:01:18.925 ******* ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Wednesday 12 March 2025 15:16:54 -0400 (0:00:01.744) 0:01:20.670 ******* ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Wednesday 12 March 2025 15:16:56 -0400 (0:00:01.702) 0:01:22.372 ******* skipping: [managed-node2] => { "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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Wednesday 12 March 2025 15:16:56 -0400 (0:00:00.167) 0:01:22.539 ******* ok: [managed-node2] => { "censored": "the 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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Wednesday 12 March 2025 15:16:58 -0400 (0:00:01.239) 0:01:23.779 ******* skipping: [managed-node2] => { "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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Wednesday 12 March 2025 15:16:58 -0400 (0:00:00.238) 0:01:24.017 ******* skipping: [managed-node2] => { "censored": "the 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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Wednesday 12 March 2025 15:16:58 -0400 (0:00:00.318) 0:01:24.336 ******* skipping: [managed-node2] => { "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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Wednesday 12 March 2025 15:16:58 -0400 (0:00:00.192) 0:01:24.529 ******* ok: [managed-node2] => { "_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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Wednesday 12 March 2025 15:16:59 -0400 (0:00:01.054) 0:01:25.583 ******* changed: [managed-node2] => { "changed": true, "state": { "dns-resolver": { "config": { "search": [ "example.com", "example.org" ], "server": [ "2001:4860:4860::8888" ] } }, "hostname": { "config": "managed-node2", "running": "managed-node2" }, "interfaces": [ { "accept-all-mac-addresses": false, "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 }, "ipv6": { "addr-gen-mode": "stable-privacy", "address": [ { "ip": "fe80::1065:f2ff:fef7:5243", "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": "12:65:F2:F7:52:43", "mtu": 9001, "name": "eth0", "permanent-mac-address": "12:65:F2:F7:52:43", "profile-name": "cloud-init eth0", "state": "up", "type": "ethernet", "wait-ip": "ipv4" }, { "accept-all-mac-addresses": false, "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 }, "ipv6": { "addr-gen-mode": "stable-privacy", "address": [ { "ip": "fe80::103a:d6ff:feaf:63a7", "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": "12:3A:D6:AF:63:A7", "mtu": 9001, "name": "eth1", "permanent-mac-address": "12:3A:D6:AF:63:A7", "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 }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "2001:db8::1:1", "prefix-length": 64 }, { "ip": "fe80::d06c:acff:fe0d:b8c8", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "D2:6C:AC:0D:B8:C8", "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 }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "fe80::1c77:17ff:fec8:aad9", "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": "1E:77:17:C8:AA:D9", "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 }, "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 }, "ipv6": { "address": [ { "ip": "fe80::bc6d:caff:fe2f:b68", "prefix-length": 64 } ], "enabled": true }, "mac-address": "BE:6D:CA:2F:0B:68", "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 }, "ipv6": { "address": [ { "ip": "fe80::1011:7dff:fefb:89aa", "prefix-length": 64 } ], "enabled": true }, "mac-address": "12:11:7D:FB:89: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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Wednesday 12 March 2025 15:17:00 -0400 (0:00:00.958) 0:01:26.541 ******* ok: [managed-node2] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Wednesday 12 March 2025 15:17:01 -0400 (0:00:00.232) 0:01:26.774 ******* ok: [managed-node2] => { "__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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Wednesday 12 March 2025 15:17:01 -0400 (0:00:00.139) 0:01:26.913 ******* ok: [managed-node2] => { "__network_state_result": { "changed": true, "failed": false, "state": { "dns-resolver": { "config": { "search": [ "example.com", "example.org" ], "server": [ "2001:4860:4860::8888" ] } }, "hostname": { "config": "managed-node2", "running": "managed-node2" }, "interfaces": [ { "accept-all-mac-addresses": false, "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 }, "ipv6": { "addr-gen-mode": "stable-privacy", "address": [ { "ip": "fe80::1065:f2ff:fef7:5243", "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": "12:65:F2:F7:52:43", "mtu": 9001, "name": "eth0", "permanent-mac-address": "12:65:F2:F7:52:43", "profile-name": "cloud-init eth0", "state": "up", "type": "ethernet", "wait-ip": "ipv4" }, { "accept-all-mac-addresses": false, "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 }, "ipv6": { "addr-gen-mode": "stable-privacy", "address": [ { "ip": "fe80::103a:d6ff:feaf:63a7", "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": "12:3A:D6:AF:63:A7", "mtu": 9001, "name": "eth1", "permanent-mac-address": "12:3A:D6:AF:63:A7", "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 }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "2001:db8::1:1", "prefix-length": 64 }, { "ip": "fe80::d06c:acff:fe0d:b8c8", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "D2:6C:AC:0D:B8:C8", "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 }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "fe80::1c77:17ff:fec8:aad9", "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": "1E:77:17:C8:AA:D9", "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 }, "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 }, "ipv6": { "address": [ { "ip": "fe80::bc6d:caff:fe2f:b68", "prefix-length": 64 } ], "enabled": true }, "mac-address": "BE:6D:CA:2F:0B:68", "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 }, "ipv6": { "address": [ { "ip": "fe80::1011:7dff:fefb:89aa", "prefix-length": 64 } ], "enabled": true }, "mac-address": "12:11:7D:FB:89: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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Wednesday 12 March 2025 15:17:01 -0400 (0:00:00.141) 0:01:27.054 ******* ok: [managed-node2] => { "changed": false, "ping": "pong" } TASK [Get the DNS configuration from nmstatectl] ******************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_network_state.yml:142 Wednesday 12 March 2025 15:17:02 -0400 (0:00:00.776) 0:01:27.831 ******* ok: [managed-node2] => { "changed": false, "cmd": [ "nmstatectl", "show" ], "delta": "0:00:00.041217", "end": "2025-03-12 15:17:02.638346", "rc": 0, "start": "2025-03-12 15:17:02.597129" } STDOUT: hostname: running: managed-node2 config: managed-node2 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.8.1 metric: 100 table-id: 254 source: 10.31.8.65 - destination: 0.0.0.0/0 next-hop-interface: eth1 next-hop-address: 10.31.8.1 metric: 101 table-id: 254 source: 10.31.10.41 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: 12:65:F2:F7:52:43 permanent-mac-address: 12:65:F2:F7:52:43 mtu: 9001 min-mtu: 68 max-mtu: 65535 wait-ip: ipv4 ipv4: enabled: true dhcp: true address: - ip: 10.31.8.65 prefix-length: 22 mptcp-flags: - subflow valid-life-time: 3205sec preferred-life-time: 3205sec auto-dns: true auto-gateway: true auto-routes: true auto-route-table-id: 0 dhcp-send-hostname: true ipv6: enabled: true dhcp: true autoconf: true address: - ip: fe80::1065:f2ff:fef7:5243 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: - subflow 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 ethernet: {} - name: eth1 type: ethernet profile-name: cloud-init eth1 driver: vif state: up identifier: mac-address mac-address: 12:3A:D6:AF:63:A7 permanent-mac-address: 12:3A:D6:AF:63:A7 mtu: 9001 min-mtu: 68 max-mtu: 65535 wait-ip: ipv4 ipv4: enabled: true dhcp: true address: - ip: 10.31.10.41 prefix-length: 22 mptcp-flags: - subflow valid-life-time: 3205sec preferred-life-time: 3205sec auto-dns: true auto-gateway: true auto-routes: true auto-route-table-id: 0 dhcp-send-hostname: true ipv6: enabled: true dhcp: true autoconf: true address: - ip: fe80::103a:d6ff:feaf:63a7 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: - subflow 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 ethernet: {} - name: ethtest0 type: veth profile-name: Wired connection 1 state: up identifier: name mac-address: D2:6C:AC:0D:B8:C8 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 ipv6: enabled: true dhcp: false autoconf: false address: - ip: 2001:db8::1:1 prefix-length: 64 - ip: fe80::d06c:acff:fe0d:b8c8 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: 1E:77:17:C8:AA:D9 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 ipv6: enabled: true dhcp: true autoconf: true dhcp-duid: ll address: - ip: fe80::1c77:17ff:fec8:aad9 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 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: BE:6D:CA:2F:0B:68 mtu: 1500 min-mtu: 68 max-mtu: 65535 ipv4: enabled: false ipv6: enabled: true address: - ip: fe80::bc6d:caff:fe2f:b68 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: 12:11:7D:FB:89:AA mtu: 1500 min-mtu: 68 max-mtu: 65535 ipv4: enabled: false ipv6: enabled: true address: - ip: fe80::1011:7dff:fefb:89aa 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-03-12T19:17:02Z INFO nmstatectl] Nmstate version: 2.2.40 TASK [Get the DNS configuration from the file `/run/NetworkManager/no-stub-resolv.conf`] *** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_network_state.yml:148 Wednesday 12 March 2025 15:17:02 -0400 (0:00:00.837) 0:01:28.668 ******* ok: [managed-node2] => { "changed": false, "cmd": [ "cat", "/run/NetworkManager/no-stub-resolv.conf" ], "delta": "0:00:00.003918", "end": "2025-03-12 15:17:03.512572", "rc": 0, "start": "2025-03-12 15:17:03.508654" } 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-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_network_state.yml:153 Wednesday 12 March 2025 15:17:03 -0400 (0:00:00.869) 0:01:29.538 ******* ok: [managed-node2] => { "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-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_network_state.yml:161 Wednesday 12 March 2025 15:17:04 -0400 (0:00:00.378) 0:01:29.917 ******* ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Wednesday 12 March 2025 15:17:04 -0400 (0:00:00.397) 0:01:30.315 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node2 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Wednesday 12 March 2025 15:17:05 -0400 (0:00:00.522) 0:01:30.837 ******* skipping: [managed-node2] => { "censored": "the 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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Wednesday 12 March 2025 15:17:05 -0400 (0:00:00.179) 0:01:31.016 ******* skipping: [managed-node2] => { "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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Wednesday 12 March 2025 15:17:05 -0400 (0:00:00.391) 0:01:31.408 ******* skipping: [managed-node2] => { "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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Wednesday 12 March 2025 15:17:05 -0400 (0:00:00.329) 0:01:31.738 ******* ok: [managed-node2] => { "censored": "the 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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Wednesday 12 March 2025 15:17:08 -0400 (0:00:02.909) 0:01:34.648 ******* ok: [managed-node2] => { "censored": "the 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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Wednesday 12 March 2025 15:17:10 -0400 (0:00:01.569) 0:01:36.217 ******* ok: [managed-node2] => {} 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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Wednesday 12 March 2025 15:17:10 -0400 (0:00:00.315) 0:01:36.532 ******* skipping: [managed-node2] => { "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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Wednesday 12 March 2025 15:17:11 -0400 (0:00:00.309) 0:01:36.842 ******* skipping: [managed-node2] => { "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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Wednesday 12 March 2025 15:17:11 -0400 (0:00:00.358) 0:01:37.201 ******* skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_distribution in __network_rh_distros", "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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Wednesday 12 March 2025 15:17:11 -0400 (0:00:00.312) 0:01:37.514 ******* skipping: [managed-node2] => { "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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Wednesday 12 March 2025 15:17:12 -0400 (0:00:00.303) 0:01:37.817 ******* skipping: [managed-node2] => { "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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Wednesday 12 March 2025 15:17:12 -0400 (0:00:00.270) 0:01:38.088 ******* skipping: [managed-node2] => { "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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Wednesday 12 March 2025 15:17:12 -0400 (0:00:00.204) 0:01:38.293 ******* skipping: [managed-node2] => { "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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Wednesday 12 March 2025 15:17:12 -0400 (0:00:00.200) 0:01:38.493 ******* ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Wednesday 12 March 2025 15:17:14 -0400 (0:00:02.098) 0:01:40.591 ******* ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Wednesday 12 March 2025 15:17:16 -0400 (0:00:01.780) 0:01:42.372 ******* skipping: [managed-node2] => { "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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Wednesday 12 March 2025 15:17:16 -0400 (0:00:00.276) 0:01:42.649 ******* ok: [managed-node2] => { "censored": "the 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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Wednesday 12 March 2025 15:17:17 -0400 (0:00:01.086) 0:01:43.736 ******* skipping: [managed-node2] => { "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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Wednesday 12 March 2025 15:17:18 -0400 (0:00:00.254) 0:01:43.994 ******* skipping: [managed-node2] => { "censored": "the 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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Wednesday 12 March 2025 15:17:18 -0400 (0:00:00.187) 0:01:44.181 ******* skipping: [managed-node2] => { "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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Wednesday 12 March 2025 15:17:18 -0400 (0:00:00.235) 0:01:44.417 ******* ok: [managed-node2] => { "_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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Wednesday 12 March 2025 15:17:20 -0400 (0:00:01.456) 0:01:45.873 ******* changed: [managed-node2] => { "changed": true, "state": { "dns-resolver": { "config": {} }, "hostname": { "config": "managed-node2", "running": "managed-node2" }, "interfaces": [ { "accept-all-mac-addresses": false, "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 }, "ipv6": { "addr-gen-mode": "stable-privacy", "address": [ { "ip": "fe80::1065:f2ff:fef7:5243", "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": "12:65:F2:F7:52:43", "mtu": 9001, "name": "eth0", "permanent-mac-address": "12:65:F2:F7:52:43", "profile-name": "cloud-init eth0", "state": "up", "type": "ethernet", "wait-ip": "ipv4" }, { "accept-all-mac-addresses": false, "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 }, "ipv6": { "addr-gen-mode": "stable-privacy", "address": [ { "ip": "fe80::103a:d6ff:feaf:63a7", "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": "12:3A:D6:AF:63:A7", "mtu": 9001, "name": "eth1", "permanent-mac-address": "12:3A:D6:AF:63:A7", "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 }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "2001:db8::1:1", "prefix-length": 64 }, { "ip": "fe80::d06c:acff:fe0d:b8c8", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "D2:6C:AC:0D:B8:C8", "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 }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "fe80::1c77:17ff:fec8:aad9", "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": "1E:77:17:C8:AA:D9", "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 }, "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 }, "ipv6": { "address": [ { "ip": "fe80::bc6d:caff:fe2f:b68", "prefix-length": 64 } ], "enabled": true }, "mac-address": "BE:6D:CA:2F:0B:68", "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 }, "ipv6": { "address": [ { "ip": "fe80::1011:7dff:fefb:89aa", "prefix-length": 64 } ], "enabled": true }, "mac-address": "12:11:7D:FB:89: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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Wednesday 12 March 2025 15:17:21 -0400 (0:00:01.131) 0:01:47.005 ******* ok: [managed-node2] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Wednesday 12 March 2025 15:17:21 -0400 (0:00:00.327) 0:01:47.332 ******* ok: [managed-node2] => { "__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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Wednesday 12 March 2025 15:17:21 -0400 (0:00:00.381) 0:01:47.713 ******* ok: [managed-node2] => { "__network_state_result": { "changed": true, "failed": false, "state": { "dns-resolver": { "config": {} }, "hostname": { "config": "managed-node2", "running": "managed-node2" }, "interfaces": [ { "accept-all-mac-addresses": false, "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 }, "ipv6": { "addr-gen-mode": "stable-privacy", "address": [ { "ip": "fe80::1065:f2ff:fef7:5243", "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": "12:65:F2:F7:52:43", "mtu": 9001, "name": "eth0", "permanent-mac-address": "12:65:F2:F7:52:43", "profile-name": "cloud-init eth0", "state": "up", "type": "ethernet", "wait-ip": "ipv4" }, { "accept-all-mac-addresses": false, "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 }, "ipv6": { "addr-gen-mode": "stable-privacy", "address": [ { "ip": "fe80::103a:d6ff:feaf:63a7", "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": "12:3A:D6:AF:63:A7", "mtu": 9001, "name": "eth1", "permanent-mac-address": "12:3A:D6:AF:63:A7", "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 }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "2001:db8::1:1", "prefix-length": 64 }, { "ip": "fe80::d06c:acff:fe0d:b8c8", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "D2:6C:AC:0D:B8:C8", "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 }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "fe80::1c77:17ff:fec8:aad9", "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": "1E:77:17:C8:AA:D9", "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 }, "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 }, "ipv6": { "address": [ { "ip": "fe80::bc6d:caff:fe2f:b68", "prefix-length": 64 } ], "enabled": true }, "mac-address": "BE:6D:CA:2F:0B:68", "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 }, "ipv6": { "address": [ { "ip": "fe80::1011:7dff:fefb:89aa", "prefix-length": 64 } ], "enabled": true }, "mac-address": "12:11:7D:FB:89: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-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Wednesday 12 March 2025 15:17:22 -0400 (0:00:00.538) 0:01:48.251 ******* ok: [managed-node2] => { "changed": false, "ping": "pong" } TASK [Include the task 'delete_interface.yml'] ********************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_network_state.yml:177 Wednesday 12 March 2025 15:17:23 -0400 (0:00:00.901) 0:01:49.152 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/delete_interface.yml for managed-node2 TASK [Remove test interface if necessary] ************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/delete_interface.yml:3 Wednesday 12 March 2025 15:17:23 -0400 (0:00:00.335) 0:01:49.488 ******* ok: [managed-node2] => { "changed": false, "cmd": [ "ip", "link", "del", "ethtest1" ], "delta": "0:00:00.008100", "end": "2025-03-12 15:17:24.466031", "rc": 0, "start": "2025-03-12 15:17:24.457931" } TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_network_state.yml:179 Wednesday 12 March 2025 15:17:24 -0400 (0:00:01.170) 0:01:50.659 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml for managed-node2 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:3 Wednesday 12 March 2025 15:17:25 -0400 (0:00:00.293) 0:01:50.953 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml for managed-node2 TASK [Get stat for interface ethtest1] ***************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Wednesday 12 March 2025 15:17:25 -0400 (0:00:00.172) 0:01:51.126 ******* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'ethtest1'] ************************ task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:5 Wednesday 12 March 2025 15:17:26 -0400 (0:00:00.728) 0:01:51.854 ******* ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Set interface=ethtest0] ************************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_network_state.yml:181 Wednesday 12 March 2025 15:17:26 -0400 (0:00:00.321) 0:01:52.176 ******* ok: [managed-node2] => { "ansible_facts": { "interface": "ethtest0", "type": "veth" }, "changed": false } TASK [Include the task 'delete_interface.yml'] ********************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_network_state.yml:185 Wednesday 12 March 2025 15:17:26 -0400 (0:00:00.281) 0:01:52.457 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/delete_interface.yml for managed-node2 TASK [Remove test interface if necessary] ************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/delete_interface.yml:3 Wednesday 12 March 2025 15:17:27 -0400 (0:00:00.579) 0:01:53.036 ******* ok: [managed-node2] => { "changed": false, "cmd": [ "ip", "link", "del", "ethtest0" ], "delta": "0:00:00.010621", "end": "2025-03-12 15:17:27.764238", "rc": 0, "start": "2025-03-12 15:17:27.753617" } TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_network_state.yml:187 Wednesday 12 March 2025 15:17:27 -0400 (0:00:00.680) 0:01:53.717 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml for managed-node2 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:3 Wednesday 12 March 2025 15:17:28 -0400 (0:00:00.614) 0:01:54.332 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml for managed-node2 TASK [Get stat for interface ethtest0] ***************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Wednesday 12 March 2025 15:17:28 -0400 (0:00:00.393) 0:01:54.726 ******* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'ethtest0'] ************************ task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:5 Wednesday 12 March 2025 15:17:29 -0400 (0:00:00.728) 0:01:55.454 ******* ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify network state restored to default] ******************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_network_state.yml:189 Wednesday 12 March 2025 15:17:30 -0400 (0:00:00.316) 0:01:55.771 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml for managed-node2 TASK [Check routes and DNS] **************************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml:6 Wednesday 12 March 2025 15:17:30 -0400 (0:00:00.265) 0:01:56.036 ******* ok: [managed-node2] => { "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.009236", "end": "2025-03-12 15:17:30.664168", "rc": 0, "start": "2025-03-12 15:17:30.654932" } 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 12:65:f2:f7:52:43 brd ff:ff:ff:ff:ff:ff altname enX0 inet 10.31.8.65/22 brd 10.31.11.255 scope global dynamic noprefixroute eth0 valid_lft 3177sec preferred_lft 3177sec inet6 fe80::1065:f2ff:fef7:5243/64 scope link noprefixroute valid_lft forever preferred_lft forever 3: eth1: mtu 9001 qdisc mq state UP group default qlen 1000 link/ether 12:3a:d6:af:63:a7 brd ff:ff:ff:ff:ff:ff altname enX1 inet 10.31.10.41/22 brd 10.31.11.255 scope global dynamic noprefixroute eth1 valid_lft 3177sec preferred_lft 3177sec inet6 fe80::103a:d6ff:feaf:63a7/64 scope link noprefixroute valid_lft forever preferred_lft forever IP ROUTE default via 10.31.8.1 dev eth0 proto dhcp src 10.31.8.65 metric 100 default via 10.31.8.1 dev eth1 proto dhcp src 10.31.10.41 metric 101 10.31.8.0/22 dev eth0 proto kernel scope link src 10.31.8.65 metric 100 10.31.8.0/22 dev eth1 proto kernel scope link src 10.31.10.41 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 # This is /run/systemd/resolve/stub-resolv.conf managed by man:systemd-resolved(8). # Do not edit. # # This file might be symlinked as /etc/resolv.conf. If you're looking at # /etc/resolv.conf and seeing this text, you have followed the symlink. # # This is a dynamic resolv.conf file for connecting local clients to the # internal DNS stub resolver of systemd-resolved. This file lists all # configured search domains. # # Run "resolvectl status" to see details about the uplink DNS servers # currently in use. # # Third party programs should typically not access this file directly, but only # through the symlink at /etc/resolv.conf. To manage man:resolv.conf(5) in a # different way, replace this symlink by a static file or a different symlink. # # See man:systemd-resolved.service(8) for details about the supported modes of # operation for /etc/resolv.conf. nameserver 127.0.0.53 options edns0 trust-ad search us-east-1.aws.redhat.com TASK [Verify DNS and network connectivity] ************************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml:24 Wednesday 12 March 2025 15:17:30 -0400 (0:00:00.588) 0:01:56.624 ******* skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_facts[\"distribution\"] == \"CentOS\"", "skip_reason": "Conditional result was False" } PLAY RECAP ********************************************************************* managed-node2 : ok=123 changed=6 unreachable=0 failed=0 skipped=77 rescued=0 ignored=0 TASKS RECAP ******************************************************************** Wednesday 12 March 2025 15:17:31 -0400 (0:00:00.186) 0:01:56.811 ******* =============================================================================== fedora.linux_system_roles.network : Check which services are running ---- 3.29s /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 3.19s /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable --- 3.14s /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 fedora.linux_system_roles.network : Check which services are running ---- 3.05s /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 2.91s /tmp/collections-5ok/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.84s /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 2.42s /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 fedora.linux_system_roles.network : Configure networking state ---------- 2.39s /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Gathering Facts --------------------------------------------------------- 2.36s /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tests_network_state_nm.yml:6 fedora.linux_system_roles.network : Check which packages are installed --- 2.28s /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable --- 2.10s /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Install iproute --------------------------------------------------------- 2.07s /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:16 fedora.linux_system_roles.network : Check which packages are installed --- 1.98s /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable --- 1.96s /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Create veth interface ethtest1 ------------------------------------------ 1.96s /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:27 fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable --- 1.95s /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable --- 1.78s /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Create veth interface ethtest0 ------------------------------------------ 1.75s /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:27 fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable --- 1.74s /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Install iproute --------------------------------------------------------- 1.74s /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:16