ansible-playbook 2.9.27 config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.9/site-packages/ansible executable location = /usr/local/bin/ansible-playbook python version = 3.9.19 (main, May 16 2024, 11:40:09) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] No config file found; using defaults [WARNING]: running playbook inside collection fedora.linux_system_roles Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_auto_gateway_nm.yml ******************************************** 2 plays in /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/tests_auto_gateway_nm.yml PLAY [Run playbook 'playbooks/tests_auto_gateway.yml' with nm as provider] ***** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/tests_auto_gateway_nm.yml:6 Saturday 14 September 2024 08:42:02 -0400 (0:00:00.030) 0:00:00.030 **** ok: [managed_node3] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/tests_auto_gateway_nm.yml:9 Saturday 14 September 2024 08:42:03 -0400 (0:00:01.044) 0:00:01.075 **** included: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml for managed_node3 TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Saturday 14 September 2024 08:42:03 -0400 (0:00:00.024) 0:00:01.099 **** ok: [managed_node3] TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Saturday 14 September 2024 08:42:03 -0400 (0:00:00.543) 0:00:01.643 **** ok: [managed_node3] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 Saturday 14 September 2024 08:42:04 -0400 (0:00:00.605) 0:00:02.249 **** ok: [managed_node3] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26 Saturday 14 September 2024 08:42:04 -0400 (0:00:00.041) 0:00:02.290 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:51 Saturday 14 September 2024 08:42:04 -0400 (0:00:00.037) 0:00:02.328 **** included: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml for managed_node3 TASK [Create EPEL 8] *********************************************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:8 Saturday 14 September 2024 08:42:04 -0400 (0:00:00.065) 0:00:02.394 **** ok: [managed_node3] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "rc": 0 } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists TASK [Install yum-utils package] *********************************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:26 Saturday 14 September 2024 08:42:04 -0400 (0:00:00.418) 0:00:02.813 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:32 Saturday 14 September 2024 08:42:04 -0400 (0:00:00.018) 0:00:02.831 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:37 Saturday 14 September 2024 08:42:04 -0400 (0:00:00.018) 0:00:02.850 **** [WARNING]: Consider using the dnf module rather than running 'dnf'. If you need to use command because dnf is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. ok: [managed_node3] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.223320", "end": "2024-09-14 08:42:05.341262", "rc": 0, "start": "2024-09-14 08:42:05.117942" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:42 Saturday 14 September 2024 08:42:05 -0400 (0:00:00.576) 0:00:03.426 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/tests_auto_gateway_nm.yml:11 Saturday 14 September 2024 08:42:05 -0400 (0:00:00.026) 0:00:03.453 **** ok: [managed_node3] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } META: ran handlers META: ran handlers PLAY [Play for testing auto_gateway setting] *********************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_auto_gateway.yml:3 Saturday 14 September 2024 08:42:05 -0400 (0:00:00.029) 0:00:03.483 **** ok: [managed_node3] META: ran handlers TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_auto_gateway.yml:9 Saturday 14 September 2024 08:42:06 -0400 (0:00:00.659) 0:00:04.143 **** included: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml for managed_node3 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Saturday 14 September 2024 08:42:06 -0400 (0:00:00.051) 0:00:04.195 **** included: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml for managed_node3 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Saturday 14 September 2024 08:42:06 -0400 (0:00:00.024) 0:00:04.219 **** ok: [managed_node3] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002899", "end": "2024-09-14 08:42:06.488595", "rc": 0, "start": "2024-09-14 08:42:06.485696" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Saturday 14 September 2024 08:42:06 -0400 (0:00:00.393) 0:00:04.613 **** ok: [managed_node3] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Saturday 14 September 2024 08:42:06 -0400 (0:00:00.063) 0:00:04.676 **** ok: [managed_node3] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_auto_gateway.yml:11 Saturday 14 September 2024 08:42:06 -0400 (0:00:00.068) 0:00:04.745 **** included: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml for managed_node3 TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:3 Saturday 14 September 2024 08:42:06 -0400 (0:00:00.085) 0:00:04.830 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:8 Saturday 14 September 2024 08:42:06 -0400 (0:00:00.038) 0:00:04.868 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:13 Saturday 14 September 2024 08:42:06 -0400 (0:00:00.054) 0:00:04.923 **** included: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml for managed_node3 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Saturday 14 September 2024 08:42:06 -0400 (0:00:00.047) 0:00:04.971 **** included: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml for managed_node3 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Saturday 14 September 2024 08:42:06 -0400 (0:00:00.035) 0:00:05.006 **** ok: [managed_node3] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002966", "end": "2024-09-14 08:42:07.330469", "rc": 0, "start": "2024-09-14 08:42:07.327503" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Saturday 14 September 2024 08:42:07 -0400 (0:00:00.393) 0:00:05.400 **** ok: [managed_node3] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Saturday 14 September 2024 08:42:07 -0400 (0:00:00.027) 0:00:05.427 **** ok: [managed_node3] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:16 Saturday 14 September 2024 08:42:07 -0400 (0:00:00.019) 0:00:05.447 **** ok: [managed_node3] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:27 Saturday 14 September 2024 08:42:11 -0400 (0:00:03.622) 0:00:09.070 **** ok: [managed_node3] => (item=ip link add veth0 type veth peer name peerveth0) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "add", "veth0", "type", "veth", "peer", "name", "peerveth0" ], "delta": "0:00:00.009661", "end": "2024-09-14 08:42:11.388230", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-09-14 08:42:11.378569" } ok: [managed_node3] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.003371", "end": "2024-09-14 08:42:11.768480", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-09-14 08:42:11.765109" } ok: [managed_node3] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.003323", "end": "2024-09-14 08:42:12.120505", "item": "ip link set veth0 up", "rc": 0, "start": "2024-09-14 08:42:12.117182" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:35 Saturday 14 September 2024 08:42:12 -0400 (0:00:01.122) 0:00:10.192 **** ok: [managed_node3] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.019322", "end": "2024-09-14 08:42:12.502066", "rc": 0, "start": "2024-09-14 08:42:12.482744" } TASK [Delete veth interface veth0] ********************************************* task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:43 Saturday 14 September 2024 08:42:12 -0400 (0:00:00.385) 0:00:10.578 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:49 Saturday 14 September 2024 08:42:12 -0400 (0:00:00.030) 0:00:10.609 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:54 Saturday 14 September 2024 08:42:12 -0400 (0:00:00.036) 0:00:10.645 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:60 Saturday 14 September 2024 08:42:12 -0400 (0:00:00.029) 0:00:10.674 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:65 Saturday 14 September 2024 08:42:12 -0400 (0:00:00.030) 0:00:10.705 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_auto_gateway.yml:15 Saturday 14 September 2024 08:42:12 -0400 (0:00:00.032) 0:00:10.737 **** included: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml for managed_node3 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:3 Saturday 14 September 2024 08:42:12 -0400 (0:00:00.071) 0:00:10.808 **** included: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml for managed_node3 TASK [Get stat for interface veth0] ******************************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Saturday 14 September 2024 08:42:12 -0400 (0:00:00.028) 0:00:10.837 **** ok: [managed_node3] => { "changed": false, "stat": { "atime": 1726317731.381938, "block_size": 4096, "blocks": 0, "ctime": 1726317731.381938, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 22771, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/veth0", "lnk_target": "../../devices/virtual/net/veth0", "mode": "0777", "mtime": 1726317731.381938, "nlink": 1, "path": "/sys/class/net/veth0", "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 - 'veth0'] ************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:5 Saturday 14 September 2024 08:42:13 -0400 (0:00:00.343) 0:00:11.180 **** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [TEST: I can configure an interface with auto_gateway enabled] ************ task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_auto_gateway.yml:17 Saturday 14 September 2024 08:42:13 -0400 (0:00:00.021) 0:00:11.201 **** ok: [managed_node3] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 14 September 2024 08:42:13 -0400 (0:00:00.018) 0:00:11.220 **** included: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed_node3 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 14 September 2024 08:42:13 -0400 (0:00:00.032) 0:00:11.252 **** skipping: [managed_node3] => { "censored": "the 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-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 14 September 2024 08:42:13 -0400 (0:00:00.019) 0:00:11.272 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 14 September 2024 08:42:13 -0400 (0:00:00.017) 0:00:11.290 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 14 September 2024 08:42:13 -0400 (0:00:00.029) 0:00:11.319 **** ok: [managed_node3] => { "censored": "the 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-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 14 September 2024 08:42:14 -0400 (0:00:01.668) 0:00:12.988 **** ok: [managed_node3] => { "censored": "the 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-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 14 September 2024 08:42:16 -0400 (0:00:01.902) 0:00:14.890 **** ok: [managed_node3] => {} 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-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 14 September 2024 08:42:16 -0400 (0:00:00.037) 0:00:14.928 **** skipping: [managed_node3] => { "changed": false, "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-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 14 September 2024 08:42:16 -0400 (0:00:00.035) 0:00:14.963 **** skipping: [managed_node3] => { "changed": false, "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-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 14 September 2024 08:42:16 -0400 (0:00:00.038) 0:00:15.002 **** skipping: [managed_node3] => { "changed": false, "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-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 14 September 2024 08:42:17 -0400 (0:00:00.040) 0:00:15.043 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } 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-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 14 September 2024 08:42:17 -0400 (0:00:00.099) 0:00:15.143 **** skipping: [managed_node3] => { "changed": false, "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-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 14 September 2024 08:42:17 -0400 (0:00:00.056) 0:00:15.199 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 14 September 2024 08:42:17 -0400 (0:00:00.074) 0:00:15.274 **** skipping: [managed_node3] => { "changed": false, "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-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 14 September 2024 08:42:17 -0400 (0:00:00.108) 0:00:15.383 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 14 September 2024 08:42:17 -0400 (0:00:00.060) 0:00:15.443 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 14 September 2024 08:42:17 -0400 (0:00:00.052) 0:00:15.496 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 14 September 2024 08:42:17 -0400 (0:00:00.051) 0:00:15.547 **** ok: [managed_node3] => { "censored": "the 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-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 14 September 2024 08:42:18 -0400 (0:00:00.871) 0:00:16.418 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 14 September 2024 08:42:18 -0400 (0:00:00.076) 0:00:16.495 **** skipping: [managed_node3] => { "censored": "the 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-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 14 September 2024 08:42:18 -0400 (0:00:00.086) 0:00:16.581 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 14 September 2024 08:42:18 -0400 (0:00:00.108) 0:00:16.690 **** changed: [managed_node3] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "2001:db8::2/64", "203.0.113.2/24" ], "auto6": false, "auto_gateway": true, "dhcp4": false, "gateway4": "203.0.113.1", "gateway6": "2001:db8::1", "route_metric4": 65535 }, "name": "veth0", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'veth0': add connection veth0, d67faf6f-e846-43b9-9980-30c6c83d0437 [004] #0, state:up persistent_state:present, 'veth0': up connection veth0, d67faf6f-e846-43b9-9980-30c6c83d0437 (not-active) TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 14 September 2024 08:42:19 -0400 (0:00:00.979) 0:00:17.670 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 14 September 2024 08:42:19 -0400 (0:00:00.042) 0:00:17.712 **** ok: [managed_node3] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, d67faf6f-e846-43b9-9980-30c6c83d0437", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, d67faf6f-e846-43b9-9980-30c6c83d0437 (not-active)" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 14 September 2024 08:42:19 -0400 (0:00:00.049) 0:00:17.762 **** ok: [managed_node3] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "2001:db8::2/64", "203.0.113.2/24" ], "auto6": false, "auto_gateway": true, "dhcp4": false, "gateway4": "203.0.113.1", "gateway6": "2001:db8::1", "route_metric4": 65535 }, "name": "veth0", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, d67faf6f-e846-43b9-9980-30c6c83d0437\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, d67faf6f-e846-43b9-9980-30c6c83d0437 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, d67faf6f-e846-43b9-9980-30c6c83d0437", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, d67faf6f-e846-43b9-9980-30c6c83d0437 (not-active)" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 14 September 2024 08:42:19 -0400 (0:00:00.054) 0:00:17.817 **** skipping: [managed_node3] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 14 September 2024 08:42:19 -0400 (0:00:00.059) 0:00:17.876 **** ok: [managed_node3] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_auto_gateway.yml:42 Saturday 14 September 2024 08:42:20 -0400 (0:00:00.573) 0:00:18.450 **** included: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml for managed_node3 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:3 Saturday 14 September 2024 08:42:20 -0400 (0:00:00.102) 0:00:18.552 **** included: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml for managed_node3 TASK [Get stat for interface veth0] ******************************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Saturday 14 September 2024 08:42:20 -0400 (0:00:00.110) 0:00:18.663 **** ok: [managed_node3] => { "changed": false, "stat": { "atime": 1726317731.381938, "block_size": 4096, "blocks": 0, "ctime": 1726317731.381938, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 22771, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/veth0", "lnk_target": "../../devices/virtual/net/veth0", "mode": "0777", "mtime": 1726317731.381938, "nlink": 1, "path": "/sys/class/net/veth0", "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 - 'veth0'] ************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:5 Saturday 14 September 2024 08:42:21 -0400 (0:00:00.481) 0:00:19.145 **** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_auto_gateway.yml:44 Saturday 14 September 2024 08:42:21 -0400 (0:00:00.042) 0:00:19.188 **** included: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml for managed_node3 TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:3 Saturday 14 September 2024 08:42:21 -0400 (0:00:00.122) 0:00:19.310 **** included: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml for managed_node3 TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:3 Saturday 14 September 2024 08:42:21 -0400 (0:00:00.076) 0:00:19.387 **** ok: [managed_node3] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:9 Saturday 14 September 2024 08:42:21 -0400 (0:00:00.044) 0:00:19.432 **** ok: [managed_node3] => { "changed": false, "stat": { "atime": 1726317739.5394454, "block_size": 4096, "blocks": 8, "ctime": 1726317739.502445, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2301247, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1726317739.502445, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-veth0", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 396, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:17 Saturday 14 September 2024 08:42:21 -0400 (0:00:00.374) 0:00:19.806 **** ok: [managed_node3] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:25 Saturday 14 September 2024 08:42:21 -0400 (0:00:00.045) 0:00:19.852 **** ok: [managed_node3] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.018364", "end": "2024-09-14 08:42:22.141581", "rc": 0, "start": "2024-09-14 08:42:22.123217" } STDOUT: veth0 /etc/sysconfig/network-scripts/ifcfg-veth0 TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:35 Saturday 14 September 2024 08:42:22 -0400 (0:00:00.377) 0:00:20.230 **** ok: [managed_node3] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true, "lsr_net_profile_exists": true, "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Get the ansible_managed comment in ifcfg-veth0] ************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:49 Saturday 14 September 2024 08:42:22 -0400 (0:00:00.041) 0:00:20.271 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:56 Saturday 14 September 2024 08:42:22 -0400 (0:00:00.039) 0:00:20.311 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:62 Saturday 14 September 2024 08:42:22 -0400 (0:00:00.039) 0:00:20.351 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:69 Saturday 14 September 2024 08:42:22 -0400 (0:00:00.084) 0:00:20.435 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:5 Saturday 14 September 2024 08:42:22 -0400 (0:00:00.039) 0:00:20.475 **** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:10 Saturday 14 September 2024 08:42:22 -0400 (0:00:00.041) 0:00:20.516 **** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:15 Saturday 14 September 2024 08:42:22 -0400 (0:00:00.043) 0:00:20.559 **** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_auto_gateway.yml:48 Saturday 14 September 2024 08:42:22 -0400 (0:00:00.038) 0:00:20.598 **** ok: [managed_node3] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.003686", "end": "2024-09-14 08:42:22.877668", "rc": 0, "start": "2024-09-14 08:42:22.873982" } STDOUT: default via 10.31.8.1 dev eth0 proto dhcp src 10.31.8.25 metric 100 default via 203.0.113.1 dev veth0 proto static metric 65535 10.31.8.0/22 dev eth0 proto kernel scope link src 10.31.8.25 metric 100 203.0.113.0/24 dev veth0 proto kernel scope link src 203.0.113.2 metric 65535 TASK [Assert default ipv4 route is present] ************************************ task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_auto_gateway.yml:52 Saturday 14 September 2024 08:42:22 -0400 (0:00:00.366) 0:00:20.964 **** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_auto_gateway.yml:57 Saturday 14 September 2024 08:42:22 -0400 (0:00:00.038) 0:00:21.003 **** ok: [managed_node3] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.003350", "end": "2024-09-14 08:42:23.292294", "rc": 0, "start": "2024-09-14 08:42:23.288944" } STDOUT: ::1 dev lo proto kernel metric 256 pref medium 2001:db8::/64 dev veth0 proto kernel metric 101 pref medium fe80::/64 dev eth0 proto kernel metric 256 pref medium fe80::/64 dev peerveth0 proto kernel metric 256 pref medium fe80::/64 dev veth0 proto kernel metric 1024 pref medium default via 2001:db8::1 dev veth0 proto static metric 101 pref medium TASK [Assert default ipv6 route is present] ************************************ task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_auto_gateway.yml:61 Saturday 14 September 2024 08:42:23 -0400 (0:00:00.385) 0:00:21.388 **** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [TEARDOWN: remove profiles.] ********************************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_auto_gateway.yml:67 Saturday 14 September 2024 08:42:23 -0400 (0:00:00.043) 0:00:21.431 **** ok: [managed_node3] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 14 September 2024 08:42:23 -0400 (0:00:00.037) 0:00:21.468 **** included: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed_node3 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 14 September 2024 08:42:23 -0400 (0:00:00.065) 0:00:21.534 **** skipping: [managed_node3] => { "censored": "the 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-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 14 September 2024 08:42:23 -0400 (0:00:00.051) 0:00:21.585 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 14 September 2024 08:42:23 -0400 (0:00:00.057) 0:00:21.643 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 14 September 2024 08:42:23 -0400 (0:00:00.065) 0:00:21.708 **** ok: [managed_node3] => { "censored": "the 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-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 14 September 2024 08:42:25 -0400 (0:00:01.693) 0:00:23.401 **** ok: [managed_node3] => { "censored": "the 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-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 14 September 2024 08:42:26 -0400 (0:00:01.509) 0:00:24.911 **** ok: [managed_node3] => {} 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-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 14 September 2024 08:42:26 -0400 (0:00:00.070) 0:00:24.982 **** skipping: [managed_node3] => { "changed": false, "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-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 14 September 2024 08:42:27 -0400 (0:00:00.090) 0:00:25.073 **** skipping: [managed_node3] => { "changed": false, "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-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 14 September 2024 08:42:27 -0400 (0:00:00.038) 0:00:25.111 **** skipping: [managed_node3] => { "changed": false, "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-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 14 September 2024 08:42:27 -0400 (0:00:00.037) 0:00:25.149 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } 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-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 14 September 2024 08:42:27 -0400 (0:00:00.043) 0:00:25.193 **** skipping: [managed_node3] => { "changed": false, "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-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 14 September 2024 08:42:27 -0400 (0:00:00.037) 0:00:25.230 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 14 September 2024 08:42:27 -0400 (0:00:00.051) 0:00:25.282 **** skipping: [managed_node3] => { "changed": false, "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-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 14 September 2024 08:42:27 -0400 (0:00:00.109) 0:00:25.392 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 14 September 2024 08:42:27 -0400 (0:00:00.058) 0:00:25.450 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 14 September 2024 08:42:27 -0400 (0:00:00.068) 0:00:25.519 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 14 September 2024 08:42:27 -0400 (0:00:00.047) 0:00:25.566 **** ok: [managed_node3] => { "censored": "the 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-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 14 September 2024 08:42:28 -0400 (0:00:00.586) 0:00:26.153 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 14 September 2024 08:42:28 -0400 (0:00:00.043) 0:00:26.196 **** skipping: [managed_node3] => { "censored": "the 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-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 14 September 2024 08:42:28 -0400 (0:00:00.036) 0:00:26.233 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 14 September 2024 08:42:28 -0400 (0:00:00.035) 0:00:26.268 **** changed: [managed_node3] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "veth0", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 14 September 2024 08:42:28 -0400 (0:00:00.627) 0:00:26.896 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 14 September 2024 08:42:28 -0400 (0:00:00.037) 0:00:26.933 **** ok: [managed_node3] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 14 September 2024 08:42:28 -0400 (0:00:00.039) 0:00:26.972 **** ok: [managed_node3] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "veth0", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 14 September 2024 08:42:28 -0400 (0:00:00.038) 0:00:27.011 **** skipping: [managed_node3] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 14 September 2024 08:42:29 -0400 (0:00:00.036) 0:00:27.048 **** ok: [managed_node3] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_auto_gateway.yml:79 Saturday 14 September 2024 08:42:29 -0400 (0:00:00.413) 0:00:27.461 **** included: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml for managed_node3 TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:3 Saturday 14 September 2024 08:42:29 -0400 (0:00:00.129) 0:00:27.591 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:8 Saturday 14 September 2024 08:42:29 -0400 (0:00:00.036) 0:00:27.627 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:13 Saturday 14 September 2024 08:42:29 -0400 (0:00:00.036) 0:00:27.663 **** included: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml for managed_node3 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Saturday 14 September 2024 08:42:29 -0400 (0:00:00.057) 0:00:27.721 **** included: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml for managed_node3 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Saturday 14 September 2024 08:42:29 -0400 (0:00:00.074) 0:00:27.795 **** ok: [managed_node3] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002903", "end": "2024-09-14 08:42:30.116624", "rc": 0, "start": "2024-09-14 08:42:30.113721" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Saturday 14 September 2024 08:42:30 -0400 (0:00:00.408) 0:00:28.204 **** ok: [managed_node3] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Saturday 14 September 2024 08:42:30 -0400 (0:00:00.042) 0:00:28.246 **** ok: [managed_node3] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:16 Saturday 14 September 2024 08:42:30 -0400 (0:00:00.038) 0:00:28.284 **** ok: [managed_node3] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:27 Saturday 14 September 2024 08:42:33 -0400 (0:00:02.766) 0:00:31.051 **** skipping: [managed_node3] => (item=ip link add veth0 type veth peer name peerveth0) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add veth0 type veth peer name peerveth0", "skip_reason": "Conditional result was False" } skipping: [managed_node3] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerveth0 up", "skip_reason": "Conditional result was False" } skipping: [managed_node3] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set veth0 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:35 Saturday 14 September 2024 08:42:33 -0400 (0:00:00.070) 0:00:31.122 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:43 Saturday 14 September 2024 08:42:33 -0400 (0:00:00.073) 0:00:31.195 **** ok: [managed_node3] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.010396", "end": "2024-09-14 08:42:33.528850", "rc": 0, "start": "2024-09-14 08:42:33.518454" } TASK [Create dummy interface veth0] ******************************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:49 Saturday 14 September 2024 08:42:33 -0400 (0:00:00.508) 0:00:31.704 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:54 Saturday 14 September 2024 08:42:33 -0400 (0:00:00.043) 0:00:31.747 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:60 Saturday 14 September 2024 08:42:33 -0400 (0:00:00.044) 0:00:31.791 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:65 Saturday 14 September 2024 08:42:33 -0400 (0:00:00.048) 0:00:31.840 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [TEST: I can configure an interface with auto_gateway disabled] *********** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_auto_gateway.yml:83 Saturday 14 September 2024 08:42:33 -0400 (0:00:00.039) 0:00:31.879 **** ok: [managed_node3] => {} MSG: ################################################## TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_auto_gateway.yml:87 Saturday 14 September 2024 08:42:33 -0400 (0:00:00.037) 0:00:31.917 **** included: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml for managed_node3 TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:3 Saturday 14 September 2024 08:42:34 -0400 (0:00:00.106) 0:00:32.023 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:8 Saturday 14 September 2024 08:42:34 -0400 (0:00:00.036) 0:00:32.059 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:13 Saturday 14 September 2024 08:42:34 -0400 (0:00:00.039) 0:00:32.099 **** included: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml for managed_node3 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Saturday 14 September 2024 08:42:34 -0400 (0:00:00.057) 0:00:32.157 **** included: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml for managed_node3 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Saturday 14 September 2024 08:42:34 -0400 (0:00:00.056) 0:00:32.214 **** ok: [managed_node3] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002918", "end": "2024-09-14 08:42:34.488362", "rc": 0, "start": "2024-09-14 08:42:34.485444" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Saturday 14 September 2024 08:42:34 -0400 (0:00:00.414) 0:00:32.628 **** ok: [managed_node3] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Saturday 14 September 2024 08:42:34 -0400 (0:00:00.040) 0:00:32.669 **** ok: [managed_node3] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:16 Saturday 14 September 2024 08:42:34 -0400 (0:00:00.040) 0:00:32.709 **** ok: [managed_node3] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:27 Saturday 14 September 2024 08:42:37 -0400 (0:00:02.759) 0:00:35.468 **** ok: [managed_node3] => (item=ip link add veth0 type veth peer name peerveth0) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "add", "veth0", "type", "veth", "peer", "name", "peerveth0" ], "delta": "0:00:00.009220", "end": "2024-09-14 08:42:37.801837", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-09-14 08:42:37.792617" } ok: [managed_node3] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.003420", "end": "2024-09-14 08:42:38.327201", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-09-14 08:42:38.323781" } ok: [managed_node3] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.003872", "end": "2024-09-14 08:42:38.663912", "item": "ip link set veth0 up", "rc": 0, "start": "2024-09-14 08:42:38.660040" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:35 Saturday 14 September 2024 08:42:38 -0400 (0:00:01.285) 0:00:36.753 **** ok: [managed_node3] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.019460", "end": "2024-09-14 08:42:39.069045", "rc": 0, "start": "2024-09-14 08:42:39.049585" } TASK [Delete veth interface veth0] ********************************************* task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:43 Saturday 14 September 2024 08:42:39 -0400 (0:00:00.412) 0:00:37.166 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:49 Saturday 14 September 2024 08:42:39 -0400 (0:00:00.044) 0:00:37.211 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:54 Saturday 14 September 2024 08:42:39 -0400 (0:00:00.052) 0:00:37.263 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:60 Saturday 14 September 2024 08:42:39 -0400 (0:00:00.128) 0:00:37.391 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:65 Saturday 14 September 2024 08:42:39 -0400 (0:00:00.044) 0:00:37.436 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 14 September 2024 08:42:39 -0400 (0:00:00.050) 0:00:37.486 **** included: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed_node3 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 14 September 2024 08:42:39 -0400 (0:00:00.110) 0:00:37.597 **** skipping: [managed_node3] => { "censored": "the 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-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 14 September 2024 08:42:39 -0400 (0:00:00.085) 0:00:37.683 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 14 September 2024 08:42:39 -0400 (0:00:00.081) 0:00:37.764 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 14 September 2024 08:42:39 -0400 (0:00:00.057) 0:00:37.822 **** ok: [managed_node3] => { "censored": "the 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-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 14 September 2024 08:42:41 -0400 (0:00:01.655) 0:00:39.477 **** ok: [managed_node3] => { "censored": "the 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-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 14 September 2024 08:42:42 -0400 (0:00:01.536) 0:00:41.013 **** ok: [managed_node3] => {} 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-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 14 September 2024 08:42:43 -0400 (0:00:00.044) 0:00:41.058 **** skipping: [managed_node3] => { "changed": false, "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-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 14 September 2024 08:42:43 -0400 (0:00:00.064) 0:00:41.122 **** skipping: [managed_node3] => { "changed": false, "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-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 14 September 2024 08:42:43 -0400 (0:00:00.058) 0:00:41.180 **** skipping: [managed_node3] => { "changed": false, "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-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 14 September 2024 08:42:43 -0400 (0:00:00.059) 0:00:41.240 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } 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-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 14 September 2024 08:42:43 -0400 (0:00:00.094) 0:00:41.334 **** skipping: [managed_node3] => { "changed": false, "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-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 14 September 2024 08:42:43 -0400 (0:00:00.048) 0:00:41.382 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 14 September 2024 08:42:43 -0400 (0:00:00.052) 0:00:41.434 **** skipping: [managed_node3] => { "changed": false, "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-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 14 September 2024 08:42:43 -0400 (0:00:00.075) 0:00:41.509 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 14 September 2024 08:42:43 -0400 (0:00:00.036) 0:00:41.546 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 14 September 2024 08:42:43 -0400 (0:00:00.036) 0:00:41.582 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 14 September 2024 08:42:43 -0400 (0:00:00.115) 0:00:41.698 **** ok: [managed_node3] => { "censored": "the 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-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 14 September 2024 08:42:44 -0400 (0:00:00.556) 0:00:42.254 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 14 September 2024 08:42:44 -0400 (0:00:00.053) 0:00:42.307 **** skipping: [managed_node3] => { "censored": "the 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-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 14 September 2024 08:42:44 -0400 (0:00:00.060) 0:00:42.367 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 14 September 2024 08:42:44 -0400 (0:00:00.036) 0:00:42.404 **** changed: [managed_node3] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "2001:db8::2/64", "203.0.113.2/24" ], "auto6": false, "auto_gateway": false, "dhcp4": false, "gateway4": "203.0.113.1", "gateway6": "2001:db8::1" }, "name": "veth0", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'veth0': add connection veth0, b2760160-a2f9-40a6-b92f-5a139adfef8d [004] #0, state:up persistent_state:present, 'veth0': up connection veth0, b2760160-a2f9-40a6-b92f-5a139adfef8d (not-active) TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 14 September 2024 08:42:44 -0400 (0:00:00.600) 0:00:43.005 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 14 September 2024 08:42:45 -0400 (0:00:00.041) 0:00:43.046 **** ok: [managed_node3] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, b2760160-a2f9-40a6-b92f-5a139adfef8d", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, b2760160-a2f9-40a6-b92f-5a139adfef8d (not-active)" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 14 September 2024 08:42:45 -0400 (0:00:00.045) 0:00:43.091 **** ok: [managed_node3] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "2001:db8::2/64", "203.0.113.2/24" ], "auto6": false, "auto_gateway": false, "dhcp4": false, "gateway4": "203.0.113.1", "gateway6": "2001:db8::1" }, "name": "veth0", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, b2760160-a2f9-40a6-b92f-5a139adfef8d\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, b2760160-a2f9-40a6-b92f-5a139adfef8d (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, b2760160-a2f9-40a6-b92f-5a139adfef8d", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, b2760160-a2f9-40a6-b92f-5a139adfef8d (not-active)" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 14 September 2024 08:42:45 -0400 (0:00:00.041) 0:00:43.133 **** skipping: [managed_node3] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 14 September 2024 08:42:45 -0400 (0:00:00.035) 0:00:43.168 **** ok: [managed_node3] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_auto_gateway.yml:108 Saturday 14 September 2024 08:42:45 -0400 (0:00:00.359) 0:00:43.527 **** included: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml for managed_node3 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:3 Saturday 14 September 2024 08:42:45 -0400 (0:00:00.157) 0:00:43.684 **** included: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml for managed_node3 TASK [Get stat for interface veth0] ******************************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Saturday 14 September 2024 08:42:45 -0400 (0:00:00.095) 0:00:43.780 **** ok: [managed_node3] => { "changed": false, "stat": { "atime": 1726317757.7958724, "block_size": 4096, "blocks": 0, "ctime": 1726317757.7958724, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 23357, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/veth0", "lnk_target": "../../devices/virtual/net/veth0", "mode": "0777", "mtime": 1726317757.7958724, "nlink": 1, "path": "/sys/class/net/veth0", "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 - 'veth0'] ************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:5 Saturday 14 September 2024 08:42:46 -0400 (0:00:00.417) 0:00:44.198 **** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_auto_gateway.yml:110 Saturday 14 September 2024 08:42:46 -0400 (0:00:00.048) 0:00:44.246 **** included: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml for managed_node3 TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:3 Saturday 14 September 2024 08:42:46 -0400 (0:00:00.106) 0:00:44.353 **** included: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml for managed_node3 TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:3 Saturday 14 September 2024 08:42:46 -0400 (0:00:00.078) 0:00:44.431 **** ok: [managed_node3] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:9 Saturday 14 September 2024 08:42:46 -0400 (0:00:00.057) 0:00:44.488 **** ok: [managed_node3] => { "changed": false, "stat": { "atime": 1726317764.8827171, "block_size": 4096, "blocks": 8, "ctime": 1726317764.8487167, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2301854, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1726317764.8487167, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-veth0", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 323, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:17 Saturday 14 September 2024 08:42:46 -0400 (0:00:00.407) 0:00:44.896 **** ok: [managed_node3] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:25 Saturday 14 September 2024 08:42:46 -0400 (0:00:00.044) 0:00:44.941 **** ok: [managed_node3] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.018951", "end": "2024-09-14 08:42:47.232210", "rc": 0, "start": "2024-09-14 08:42:47.213259" } STDOUT: veth0 /etc/sysconfig/network-scripts/ifcfg-veth0 TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:35 Saturday 14 September 2024 08:42:47 -0400 (0:00:00.386) 0:00:45.328 **** ok: [managed_node3] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true, "lsr_net_profile_exists": true, "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Get the ansible_managed comment in ifcfg-veth0] ************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:49 Saturday 14 September 2024 08:42:47 -0400 (0:00:00.048) 0:00:45.377 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:56 Saturday 14 September 2024 08:42:47 -0400 (0:00:00.053) 0:00:45.430 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:62 Saturday 14 September 2024 08:42:47 -0400 (0:00:00.057) 0:00:45.487 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:69 Saturday 14 September 2024 08:42:47 -0400 (0:00:00.040) 0:00:45.528 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:5 Saturday 14 September 2024 08:42:47 -0400 (0:00:00.040) 0:00:45.569 **** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:10 Saturday 14 September 2024 08:42:47 -0400 (0:00:00.043) 0:00:45.612 **** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:15 Saturday 14 September 2024 08:42:47 -0400 (0:00:00.052) 0:00:45.665 **** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_auto_gateway.yml:114 Saturday 14 September 2024 08:42:47 -0400 (0:00:00.065) 0:00:45.731 **** ok: [managed_node3] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.003778", "end": "2024-09-14 08:42:48.019676", "rc": 0, "start": "2024-09-14 08:42:48.015898" } STDOUT: default via 10.31.8.1 dev eth0 proto dhcp src 10.31.8.25 metric 100 10.31.8.0/22 dev eth0 proto kernel scope link src 10.31.8.25 metric 100 203.0.113.0/24 dev veth0 proto kernel scope link src 203.0.113.2 metric 101 TASK [Assert default ipv4 route is absent] ************************************* task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_auto_gateway.yml:118 Saturday 14 September 2024 08:42:48 -0400 (0:00:00.376) 0:00:46.107 **** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_auto_gateway.yml:123 Saturday 14 September 2024 08:42:48 -0400 (0:00:00.039) 0:00:46.146 **** ok: [managed_node3] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.003498", "end": "2024-09-14 08:42:48.417694", "rc": 0, "start": "2024-09-14 08:42:48.414196" } STDOUT: ::1 dev lo proto kernel metric 256 pref medium 2001:db8::/64 dev veth0 proto kernel metric 101 pref medium fe80::/64 dev eth0 proto kernel metric 256 pref medium fe80::/64 dev peerveth0 proto kernel metric 256 pref medium fe80::/64 dev veth0 proto kernel metric 1024 pref medium TASK [Assert default ipv6 route is absent] ************************************* task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_auto_gateway.yml:127 Saturday 14 September 2024 08:42:48 -0400 (0:00:00.376) 0:00:46.523 **** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [TEARDOWN: remove profiles.] ********************************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_auto_gateway.yml:133 Saturday 14 September 2024 08:42:48 -0400 (0:00:00.040) 0:00:46.563 **** ok: [managed_node3] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 14 September 2024 08:42:48 -0400 (0:00:00.094) 0:00:46.658 **** included: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed_node3 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 14 September 2024 08:42:48 -0400 (0:00:00.095) 0:00:46.753 **** skipping: [managed_node3] => { "censored": "the 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-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 14 September 2024 08:42:48 -0400 (0:00:00.050) 0:00:46.804 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 14 September 2024 08:42:48 -0400 (0:00:00.039) 0:00:46.844 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 14 September 2024 08:42:48 -0400 (0:00:00.043) 0:00:46.888 **** ok: [managed_node3] => { "censored": "the 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-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 14 September 2024 08:42:50 -0400 (0:00:01.613) 0:00:48.501 **** ok: [managed_node3] => { "censored": "the 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-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 14 September 2024 08:42:51 -0400 (0:00:01.501) 0:00:50.002 **** ok: [managed_node3] => {} 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-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 14 September 2024 08:42:52 -0400 (0:00:00.037) 0:00:50.040 **** skipping: [managed_node3] => { "changed": false, "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-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 14 September 2024 08:42:52 -0400 (0:00:00.036) 0:00:50.077 **** skipping: [managed_node3] => { "changed": false, "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-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 14 September 2024 08:42:52 -0400 (0:00:00.042) 0:00:50.119 **** skipping: [managed_node3] => { "changed": false, "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-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 14 September 2024 08:42:52 -0400 (0:00:00.059) 0:00:50.179 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } 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-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 14 September 2024 08:42:52 -0400 (0:00:00.058) 0:00:50.237 **** skipping: [managed_node3] => { "changed": false, "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-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 14 September 2024 08:42:52 -0400 (0:00:00.043) 0:00:50.281 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 14 September 2024 08:42:52 -0400 (0:00:00.050) 0:00:50.332 **** skipping: [managed_node3] => { "changed": false, "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-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 14 September 2024 08:42:52 -0400 (0:00:00.108) 0:00:50.441 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 14 September 2024 08:42:52 -0400 (0:00:00.079) 0:00:50.520 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 14 September 2024 08:42:52 -0400 (0:00:00.055) 0:00:50.576 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 14 September 2024 08:42:52 -0400 (0:00:00.090) 0:00:50.667 **** ok: [managed_node3] => { "censored": "the 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-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 14 September 2024 08:42:53 -0400 (0:00:00.737) 0:00:51.405 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 14 September 2024 08:42:53 -0400 (0:00:00.074) 0:00:51.479 **** skipping: [managed_node3] => { "censored": "the 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-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 14 September 2024 08:42:53 -0400 (0:00:00.051) 0:00:51.531 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 14 September 2024 08:42:53 -0400 (0:00:00.050) 0:00:51.581 **** changed: [managed_node3] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "veth0", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 14 September 2024 08:42:54 -0400 (0:00:00.704) 0:00:52.285 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 14 September 2024 08:42:54 -0400 (0:00:00.041) 0:00:52.327 **** ok: [managed_node3] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 14 September 2024 08:42:54 -0400 (0:00:00.061) 0:00:52.389 **** ok: [managed_node3] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "veth0", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 14 September 2024 08:42:54 -0400 (0:00:00.099) 0:00:52.488 **** skipping: [managed_node3] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 14 September 2024 08:42:54 -0400 (0:00:00.065) 0:00:52.554 **** ok: [managed_node3] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_auto_gateway.yml:145 Saturday 14 September 2024 08:42:54 -0400 (0:00:00.432) 0:00:52.986 **** included: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml for managed_node3 TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:3 Saturday 14 September 2024 08:42:55 -0400 (0:00:00.159) 0:00:53.145 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:8 Saturday 14 September 2024 08:42:55 -0400 (0:00:00.068) 0:00:53.214 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:13 Saturday 14 September 2024 08:42:55 -0400 (0:00:00.066) 0:00:53.281 **** included: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml for managed_node3 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Saturday 14 September 2024 08:42:55 -0400 (0:00:00.095) 0:00:53.376 **** included: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml for managed_node3 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Saturday 14 September 2024 08:42:55 -0400 (0:00:00.169) 0:00:53.545 **** ok: [managed_node3] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002988", "end": "2024-09-14 08:42:56.053966", "rc": 0, "start": "2024-09-14 08:42:56.050978" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Saturday 14 September 2024 08:42:56 -0400 (0:00:00.596) 0:00:54.142 **** ok: [managed_node3] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Saturday 14 September 2024 08:42:56 -0400 (0:00:00.040) 0:00:54.182 **** ok: [managed_node3] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:16 Saturday 14 September 2024 08:42:56 -0400 (0:00:00.039) 0:00:54.221 **** ok: [managed_node3] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:27 Saturday 14 September 2024 08:42:59 -0400 (0:00:02.812) 0:00:57.034 **** skipping: [managed_node3] => (item=ip link add veth0 type veth peer name peerveth0) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add veth0 type veth peer name peerveth0", "skip_reason": "Conditional result was False" } skipping: [managed_node3] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerveth0 up", "skip_reason": "Conditional result was False" } skipping: [managed_node3] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set veth0 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:35 Saturday 14 September 2024 08:42:59 -0400 (0:00:00.078) 0:00:57.113 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:43 Saturday 14 September 2024 08:42:59 -0400 (0:00:00.046) 0:00:57.159 **** ok: [managed_node3] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.012932", "end": "2024-09-14 08:42:59.448134", "rc": 0, "start": "2024-09-14 08:42:59.435202" } TASK [Create dummy interface veth0] ******************************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:49 Saturday 14 September 2024 08:42:59 -0400 (0:00:00.387) 0:00:57.546 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:54 Saturday 14 September 2024 08:42:59 -0400 (0:00:00.058) 0:00:57.605 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:60 Saturday 14 September 2024 08:42:59 -0400 (0:00:00.211) 0:00:57.816 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:65 Saturday 14 September 2024 08:42:59 -0400 (0:00:00.042) 0:00:57.858 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify network state restored to default] ******************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_auto_gateway.yml:149 Saturday 14 September 2024 08:42:59 -0400 (0:00:00.044) 0:00:57.903 **** included: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml for managed_node3 TASK [Check routes and DNS] **************************************************** task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml:6 Saturday 14 September 2024 08:43:00 -0400 (0:00:00.162) 0:00:58.065 **** ok: [managed_node3] => { "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.008268", "end": "2024-09-14 08:43:00.395164", "rc": 0, "start": "2024-09-14 08:43:00.386896" } 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 valid_lft forever preferred_lft forever 2: eth0: mtu 9001 qdisc mq state UP group default qlen 1000 link/ether 12:b7:38:4b:91:ff brd ff:ff:ff:ff:ff:ff inet 10.31.8.25/22 brd 10.31.11.255 scope global dynamic noprefixroute eth0 valid_lft 3178sec preferred_lft 3178sec inet6 fe80::10b7:38ff:fe4b:91ff/64 scope link valid_lft forever preferred_lft forever IP ROUTE default via 10.31.8.1 dev eth0 proto dhcp src 10.31.8.25 metric 100 10.31.8.0/22 dev eth0 proto kernel scope link src 10.31.8.25 metric 100 IP -6 ROUTE ::1 dev lo proto kernel metric 256 pref medium fe80::/64 dev eth0 proto kernel metric 256 pref medium RESOLV # Generated by NetworkManager search us-east-1.aws.redhat.com nameserver 10.29.169.13 nameserver 10.29.170.12 nameserver 10.2.32.1 TASK [Verify DNS and network connectivity] ************************************* task path: /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml:24 Saturday 14 September 2024 08:43:00 -0400 (0:00:00.438) 0:00:58.503 **** ok: [managed_node3] => { "changed": false, "cmd": "set -euo pipefail\necho CHECK DNS AND CONNECTIVITY\nfor host in mirrors.fedoraproject.org mirrors.centos.org; do\n if ! getent hosts \"$host\"; then\n echo FAILED to lookup host \"$host\"\n exit 1\n fi\n if ! curl -o /dev/null https://\"$host\"; then\n echo FAILED to contact host \"$host\"\n exit 1\n fi\ndone\n", "delta": "0:00:00.188996", "end": "2024-09-14 08:43:01.019892", "rc": 0, "start": "2024-09-14 08:43:00.830896" } STDOUT: CHECK DNS AND CONNECTIVITY 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org STDERR: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 305 100 305 0 0 4066 0 --:--:-- --:--:-- --:--:-- 4066 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 291 100 291 0 0 3637 0 --:--:-- --:--:-- --:--:-- 3592 META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed_node3 : ok=132 changed=4 unreachable=0 failed=0 skipped=114 rescued=0 ignored=0 Saturday 14 September 2024 08:43:01 -0400 (0:00:00.584) 0:00:59.088 **** =============================================================================== Install iproute --------------------------------------------------------- 3.62s /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.81s /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.77s /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.76s /tmp/collections-Bnl/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.90s /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which services are running ---- 1.69s /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.67s /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.66s /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.61s /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which packages are installed --- 1.54s /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 1.51s /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 1.50s /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Create veth interface veth0 --------------------------------------------- 1.29s /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:27 Create veth interface veth0 --------------------------------------------- 1.12s /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:27 Gathering Facts --------------------------------------------------------- 1.04s /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/tests_auto_gateway_nm.yml:6 fedora.linux_system_roles.network : Configure networking connection profiles --- 0.98s /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 0.87s /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 0.74s /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 fedora.linux_system_roles.network : Configure networking connection profiles --- 0.70s /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Gathering Facts --------------------------------------------------------- 0.66s /tmp/collections-Bnl/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_auto_gateway.yml:3