[DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. No config file found; using defaults running playbook inside collection fedora.linux_system_roles PLAY [Run playbook 'playbooks/tests_route_device.yml' with nm as provider] ***** TASK [Gathering Facts] ********************************************************* Monday 22 July 2024 12:23:28 -0400 (0:00:00.006) 0:00:00.006 *********** ok: [managed_node1] TASK [Include the task 'el_repo_setup.yml'] ************************************ Monday 22 July 2024 12:23:29 -0400 (0:00:01.032) 0:00:01.039 *********** included: /var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml for managed_node1 TASK [Gather the minimum subset of ansible_facts required by the network role test] *** Monday 22 July 2024 12:23:29 -0400 (0:00:00.017) 0:00:01.057 *********** ok: [managed_node1] TASK [Check if system is ostree] *********************************************** Monday 22 July 2024 12:23:30 -0400 (0:00:00.491) 0:00:01.548 *********** ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** Monday 22 July 2024 12:23:30 -0400 (0:00:00.422) 0:00:01.970 *********** ok: [managed_node1] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** Monday 22 July 2024 12:23:30 -0400 (0:00:00.020) 0:00:01.991 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** Monday 22 July 2024 12:23:30 -0400 (0:00:00.012) 0:00:02.006 *********** included: /var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml for managed_node1 TASK [Create EPEL 8] *********************************************************** Monday 22 July 2024 12:23:30 -0400 (0:00:00.033) 0:00:02.039 *********** ok: [managed_node1] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists MSG: Did not run command since '/etc/yum.repos.d/epel.repo' exists TASK [Install yum-utils package] *********************************************** Monday 22 July 2024 12:23:31 -0400 (0:00:00.421) 0:00:02.461 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** Monday 22 July 2024 12:23:31 -0400 (0:00:00.013) 0:00:02.474 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** Monday 22 July 2024 12:23:31 -0400 (0:00:00.014) 0:00:02.489 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.232867", "end": "2024-07-22 12:23:31.735527", "rc": 0, "start": "2024-07-22 12:23:31.502660" } TASK [Enable EPEL 6] *********************************************************** Monday 22 July 2024 12:23:31 -0400 (0:00:00.565) 0:00:03.054 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** Monday 22 July 2024 12:23:31 -0400 (0:00:00.012) 0:00:03.067 *********** ok: [managed_node1] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } PLAY [Test output device of routes] ******************************************** TASK [Gathering Facts] ********************************************************* Monday 22 July 2024 12:23:31 -0400 (0:00:00.027) 0:00:03.095 *********** ok: [managed_node1] TASK [Set type and interface0] ************************************************* Monday 22 July 2024 12:23:32 -0400 (0:00:00.754) 0:00:03.849 *********** ok: [managed_node1] => { "ansible_facts": { "interface": "ethtest0", "type": "veth" }, "changed": false } TASK [Show interfaces] ********************************************************* Monday 22 July 2024 12:23:32 -0400 (0:00:00.015) 0:00:03.865 *********** included: /var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml for managed_node1 TASK [Include the task 'get_current_interfaces.yml'] *************************** Monday 22 July 2024 12:23:32 -0400 (0:00:00.015) 0:00:03.881 *********** included: /var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml for managed_node1 TASK [Gather current interface info] ******************************************* Monday 22 July 2024 12:23:32 -0400 (0:00:00.016) 0:00:03.897 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003096", "end": "2024-07-22 12:23:32.913620", "rc": 0, "start": "2024-07-22 12:23:32.910524" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** Monday 22 July 2024 12:23:32 -0400 (0:00:00.334) 0:00:04.232 *********** ok: [managed_node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* Monday 22 July 2024 12:23:32 -0400 (0:00:00.017) 0:00:04.249 *********** ok: [managed_node1] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Manage test interface] *************************************************** Monday 22 July 2024 12:23:32 -0400 (0:00:00.016) 0:00:04.265 *********** included: /var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml for managed_node1 TASK [Ensure state in ["present", "absent"]] *********************************** Monday 22 July 2024 12:23:33 -0400 (0:00:00.026) 0:00:04.292 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* Monday 22 July 2024 12:23:33 -0400 (0:00:00.014) 0:00:04.306 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** Monday 22 July 2024 12:23:33 -0400 (0:00:00.013) 0:00:04.319 *********** included: /var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml for managed_node1 TASK [Include the task 'get_current_interfaces.yml'] *************************** Monday 22 July 2024 12:23:33 -0400 (0:00:00.020) 0:00:04.340 *********** included: /var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml for managed_node1 TASK [Gather current interface info] ******************************************* Monday 22 July 2024 12:23:33 -0400 (0:00:00.020) 0:00:04.361 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003129", "end": "2024-07-22 12:23:33.386779", "rc": 0, "start": "2024-07-22 12:23:33.383650" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** Monday 22 July 2024 12:23:33 -0400 (0:00:00.341) 0:00:04.702 *********** ok: [managed_node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* Monday 22 July 2024 12:23:33 -0400 (0:00:00.017) 0:00:04.720 *********** ok: [managed_node1] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* Monday 22 July 2024 12:23:33 -0400 (0:00:00.016) 0:00:04.736 *********** ok: [managed_node1] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface ethtest0] ****************************************** Monday 22 July 2024 12:23:36 -0400 (0:00:02.931) 0:00:07.668 *********** ok: [managed_node1] => (item=ip link add ethtest0 type veth peer name peerethtest0) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "add", "ethtest0", "type", "veth", "peer", "name", "peerethtest0" ], "delta": "0:00:00.010348", "end": "2024-07-22 12:23:36.693020", "item": "ip link add ethtest0 type veth peer name peerethtest0", "rc": 0, "start": "2024-07-22 12:23:36.682672" } ok: [managed_node1] => (item=ip link set peerethtest0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerethtest0", "up" ], "delta": "0:00:00.003942", "end": "2024-07-22 12:23:37.050838", "item": "ip link set peerethtest0 up", "rc": 0, "start": "2024-07-22 12:23:37.046896" } ok: [managed_node1] => (item=ip link set ethtest0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "ethtest0", "up" ], "delta": "0:00:00.003788", "end": "2024-07-22 12:23:37.371337", "item": "ip link set ethtest0 up", "rc": 0, "start": "2024-07-22 12:23:37.367549" } TASK [Set up veth as managed by NetworkManager] ******************************** Monday 22 July 2024 12:23:37 -0400 (0:00:01.023) 0:00:08.691 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "nmcli", "d", "set", "ethtest0", "managed", "true" ], "delta": "0:00:00.026611", "end": "2024-07-22 12:23:37.734127", "rc": 0, "start": "2024-07-22 12:23:37.707516" } TASK [Delete veth interface ethtest0] ****************************************** Monday 22 July 2024 12:23:37 -0400 (0:00:00.377) 0:00:09.068 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface ethtest0] ***************************************** Monday 22 July 2024 12:23:37 -0400 (0:00:00.014) 0:00:09.082 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface ethtest0] ***************************************** Monday 22 July 2024 12:23:37 -0400 (0:00:00.014) 0:00:09.097 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface ethtest0] ******************************************* Monday 22 July 2024 12:23:37 -0400 (0:00:00.013) 0:00:09.110 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface ethtest0] ******************************************* Monday 22 July 2024 12:23:37 -0400 (0:00:00.012) 0:00:09.123 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Assert device is present] ************************************************ Monday 22 July 2024 12:23:37 -0400 (0:00:00.012) 0:00:09.135 *********** included: /var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml for managed_node1 TASK [Include the task 'get_interface_stat.yml'] ******************************* Monday 22 July 2024 12:23:37 -0400 (0:00:00.021) 0:00:09.157 *********** included: /var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml for managed_node1 TASK [Get stat for interface ethtest0] ***************************************** Monday 22 July 2024 12:23:37 -0400 (0:00:00.016) 0:00:09.173 *********** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1721665416.6861622, "block_size": 4096, "blocks": 0, "ctime": 1721665416.6861622, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 59664, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/ethtest0", "lnk_target": "../../devices/virtual/net/ethtest0", "mode": "0777", "mtime": 1721665416.6861622, "nlink": 1, "path": "/sys/class/net/ethtest0", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that the interface is present - 'ethtest0'] *********************** Monday 22 July 2024 12:23:38 -0400 (0:00:00.328) 0:00:09.502 *********** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Set interface1] ********************************************************** Monday 22 July 2024 12:23:38 -0400 (0:00:00.016) 0:00:09.519 *********** ok: [managed_node1] => { "ansible_facts": { "interface": "ethtest1" }, "changed": false } TASK [Show interfaces] ********************************************************* Monday 22 July 2024 12:23:38 -0400 (0:00:00.016) 0:00:09.535 *********** included: /var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml for managed_node1 TASK [Include the task 'get_current_interfaces.yml'] *************************** Monday 22 July 2024 12:23:38 -0400 (0:00:00.021) 0:00:09.556 *********** included: /var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml for managed_node1 TASK [Gather current interface info] ******************************************* Monday 22 July 2024 12:23:38 -0400 (0:00:00.019) 0:00:09.575 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003144", "end": "2024-07-22 12:23:38.595307", "rc": 0, "start": "2024-07-22 12:23:38.592163" } STDOUT: bonding_masters eth0 ethtest0 lo peerethtest0 TASK [Set current_interfaces] ************************************************** Monday 22 July 2024 12:23:38 -0400 (0:00:00.336) 0:00:09.912 *********** ok: [managed_node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "ethtest0", "lo", "peerethtest0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* Monday 22 July 2024 12:23:38 -0400 (0:00:00.018) 0:00:09.930 *********** ok: [managed_node1] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'ethtest0', 'lo', 'peerethtest0'] TASK [Manage test interface] *************************************************** Monday 22 July 2024 12:23:38 -0400 (0:00:00.017) 0:00:09.947 *********** included: /var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml for managed_node1 TASK [Ensure state in ["present", "absent"]] *********************************** Monday 22 July 2024 12:23:38 -0400 (0:00:00.028) 0:00:09.976 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* Monday 22 July 2024 12:23:38 -0400 (0:00:00.016) 0:00:09.992 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** Monday 22 July 2024 12:23:38 -0400 (0:00:00.013) 0:00:10.005 *********** included: /var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml for managed_node1 TASK [Include the task 'get_current_interfaces.yml'] *************************** Monday 22 July 2024 12:23:38 -0400 (0:00:00.018) 0:00:10.024 *********** included: /var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml for managed_node1 TASK [Gather current interface info] ******************************************* Monday 22 July 2024 12:23:38 -0400 (0:00:00.016) 0:00:10.041 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003081", "end": "2024-07-22 12:23:39.054639", "rc": 0, "start": "2024-07-22 12:23:39.051558" } STDOUT: bonding_masters eth0 ethtest0 lo peerethtest0 TASK [Set current_interfaces] ************************************************** Monday 22 July 2024 12:23:39 -0400 (0:00:00.331) 0:00:10.372 *********** ok: [managed_node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "ethtest0", "lo", "peerethtest0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* Monday 22 July 2024 12:23:39 -0400 (0:00:00.018) 0:00:10.390 *********** ok: [managed_node1] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'ethtest0', 'lo', 'peerethtest0'] TASK [Install iproute] ********************************************************* Monday 22 July 2024 12:23:39 -0400 (0:00:00.017) 0:00:10.408 *********** ok: [managed_node1] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface ethtest1] ****************************************** Monday 22 July 2024 12:23:41 -0400 (0:00:02.657) 0:00:13.066 *********** ok: [managed_node1] => (item=ip link add ethtest1 type veth peer name peerethtest1) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "add", "ethtest1", "type", "veth", "peer", "name", "peerethtest1" ], "delta": "0:00:00.010700", "end": "2024-07-22 12:23:42.097083", "item": "ip link add ethtest1 type veth peer name peerethtest1", "rc": 0, "start": "2024-07-22 12:23:42.086383" } ok: [managed_node1] => (item=ip link set peerethtest1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerethtest1", "up" ], "delta": "0:00:00.003467", "end": "2024-07-22 12:23:42.458623", "item": "ip link set peerethtest1 up", "rc": 0, "start": "2024-07-22 12:23:42.455156" } ok: [managed_node1] => (item=ip link set ethtest1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "ethtest1", "up" ], "delta": "0:00:00.003867", "end": "2024-07-22 12:23:42.776184", "item": "ip link set ethtest1 up", "rc": 0, "start": "2024-07-22 12:23:42.772317" } TASK [Set up veth as managed by NetworkManager] ******************************** Monday 22 July 2024 12:23:42 -0400 (0:00:01.030) 0:00:14.097 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "nmcli", "d", "set", "ethtest1", "managed", "true" ], "delta": "0:00:00.024672", "end": "2024-07-22 12:23:43.136609", "rc": 0, "start": "2024-07-22 12:23:43.111937" } TASK [Delete veth interface ethtest1] ****************************************** Monday 22 July 2024 12:23:43 -0400 (0:00:00.376) 0:00:14.474 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface ethtest1] ***************************************** Monday 22 July 2024 12:23:43 -0400 (0:00:00.015) 0:00:14.489 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface ethtest1] ***************************************** Monday 22 July 2024 12:23:43 -0400 (0:00:00.015) 0:00:14.505 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface ethtest1] ******************************************* Monday 22 July 2024 12:23:43 -0400 (0:00:00.014) 0:00:14.519 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface ethtest1] ******************************************* Monday 22 July 2024 12:23:43 -0400 (0:00:00.013) 0:00:14.533 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Assert device is present] ************************************************ Monday 22 July 2024 12:23:43 -0400 (0:00:00.014) 0:00:14.547 *********** included: /var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml for managed_node1 TASK [Include the task 'get_interface_stat.yml'] ******************************* Monday 22 July 2024 12:23:43 -0400 (0:00:00.022) 0:00:14.570 *********** included: /var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml for managed_node1 TASK [Get stat for interface ethtest1] ***************************************** Monday 22 July 2024 12:23:43 -0400 (0:00:00.017) 0:00:14.588 *********** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1721665422.0899153, "block_size": 4096, "blocks": 0, "ctime": 1721665422.0899153, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 60250, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/ethtest1", "lnk_target": "../../devices/virtual/net/ethtest1", "mode": "0777", "mtime": 1721665422.0899153, "nlink": 1, "path": "/sys/class/net/ethtest1", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that the interface is present - 'ethtest1'] *********************** Monday 22 July 2024 12:23:43 -0400 (0:00:00.328) 0:00:14.916 *********** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** Monday 22 July 2024 12:23:43 -0400 (0:00:00.017) 0:00:14.934 *********** included: /var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed_node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** Monday 22 July 2024 12:23:43 -0400 (0:00:00.025) 0:00:14.959 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** Monday 22 July 2024 12:23:43 -0400 (0:00:00.028) 0:00:14.987 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** Monday 22 July 2024 12:23:43 -0400 (0:00:00.017) 0:00:15.005 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** Monday 22 July 2024 12:23:43 -0400 (0:00:00.016) 0:00:15.021 *********** ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** Monday 22 July 2024 12:23:45 -0400 (0:00:01.733) 0:00:16.754 *********** ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** Monday 22 July 2024 12:23:47 -0400 (0:00:01.694) 0:00:18.449 *********** ok: [managed_node1] => {} 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] *** Monday 22 July 2024 12:23:47 -0400 (0:00:00.033) 0:00:18.483 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "network_state is defined", "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] *** Monday 22 July 2024 12:23:47 -0400 (0:00:00.034) 0:00:18.517 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "network_state is defined", "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] *** Monday 22 July 2024 12:23:47 -0400 (0:00:00.033) 0:00:18.551 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** Monday 22 July 2024 12:23:47 -0400 (0:00:00.079) 0:00:18.630 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** Monday 22 July 2024 12:23:47 -0400 (0:00:00.040) 0:00:18.671 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** Monday 22 July 2024 12:23:47 -0400 (0:00:00.053) 0:00:18.725 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** Monday 22 July 2024 12:23:47 -0400 (0:00:00.088) 0:00:18.813 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** Monday 22 July 2024 12:23:47 -0400 (0:00:00.032) 0:00:18.846 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** Monday 22 July 2024 12:23:47 -0400 (0:00:00.035) 0:00:18.882 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** Monday 22 July 2024 12:23:47 -0400 (0:00:00.055) 0:00:18.937 *********** ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** Monday 22 July 2024 12:23:48 -0400 (0:00:00.769) 0:00:19.707 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** Monday 22 July 2024 12:23:48 -0400 (0:00:00.056) 0:00:19.763 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** Monday 22 July 2024 12:23:48 -0400 (0:00:00.031) 0:00:19.795 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** Monday 22 July 2024 12:23:48 -0400 (0:00:00.027) 0:00:19.822 *********** changed: [managed_node1] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "autoconnect": false, "interface_name": "ethtest0", "ip": { "address": [ "198.51.100.3/24", "2001:db8::2/32" ], "route": [ { "gateway": "198.51.100.6", "metric": 4, "network": "198.51.10.64", "prefix": 26 }, { "gateway": "2001:db8::1", "metric": 2, "network": "2001:db6::4", "prefix": 128 } ] }, "name": "ethtest0", "state": "up", "type": "ethernet" }, { "autoconnect": false, "interface_name": "ethtest1", "ip": { "address": [ "198.51.100.6/24", "2001:db8::4/32" ], "route": [ { "gateway": "198.51.100.1", "metric": 2, "network": "198.51.12.128", "prefix": 26 } ] }, "name": "ethtest1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [005] #0, state:up persistent_state:present, 'ethtest0': add connection ethtest0, 5941057b-5c76-48b0-9601-5bf628f25a72 [006] #1, state:up persistent_state:present, 'ethtest1': add connection ethtest1, e022868e-eed4-4212-bc2e-2201a6e058bf [007] #0, state:up persistent_state:present, 'ethtest0': up connection ethtest0, 5941057b-5c76-48b0-9601-5bf628f25a72 (not-active) [008] #1, state:up persistent_state:present, 'ethtest1': up connection ethtest1, e022868e-eed4-4212-bc2e-2201a6e058bf (not-active) TASK [fedora.linux_system_roles.network : Configure networking state] ********** Monday 22 July 2024 12:23:49 -0400 (0:00:00.788) 0:00:20.611 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** Monday 22 July 2024 12:23:49 -0400 (0:00:00.034) 0:00:20.645 *********** ok: [managed_node1] => { "__network_connections_result.stderr_lines": [ "[005] #0, state:up persistent_state:present, 'ethtest0': add connection ethtest0, 5941057b-5c76-48b0-9601-5bf628f25a72", "[006] #1, state:up persistent_state:present, 'ethtest1': add connection ethtest1, e022868e-eed4-4212-bc2e-2201a6e058bf", "[007] #0, state:up persistent_state:present, 'ethtest0': up connection ethtest0, 5941057b-5c76-48b0-9601-5bf628f25a72 (not-active)", "[008] #1, state:up persistent_state:present, 'ethtest1': up connection ethtest1, e022868e-eed4-4212-bc2e-2201a6e058bf (not-active)" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** Monday 22 July 2024 12:23:49 -0400 (0:00:00.033) 0:00:20.679 *********** ok: [managed_node1] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "autoconnect": false, "interface_name": "ethtest0", "ip": { "address": [ "198.51.100.3/24", "2001:db8::2/32" ], "route": [ { "gateway": "198.51.100.6", "metric": 4, "network": "198.51.10.64", "prefix": 26 }, { "gateway": "2001:db8::1", "metric": 2, "network": "2001:db6::4", "prefix": 128 } ] }, "name": "ethtest0", "state": "up", "type": "ethernet" }, { "autoconnect": false, "interface_name": "ethtest1", "ip": { "address": [ "198.51.100.6/24", "2001:db8::4/32" ], "route": [ { "gateway": "198.51.100.1", "metric": 2, "network": "198.51.12.128", "prefix": 26 } ] }, "name": "ethtest1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[005] #0, state:up persistent_state:present, 'ethtest0': add connection ethtest0, 5941057b-5c76-48b0-9601-5bf628f25a72\n[006] #1, state:up persistent_state:present, 'ethtest1': add connection ethtest1, e022868e-eed4-4212-bc2e-2201a6e058bf\n[007] #0, state:up persistent_state:present, 'ethtest0': up connection ethtest0, 5941057b-5c76-48b0-9601-5bf628f25a72 (not-active)\n[008] #1, state:up persistent_state:present, 'ethtest1': up connection ethtest1, e022868e-eed4-4212-bc2e-2201a6e058bf (not-active)\n", "stderr_lines": [ "[005] #0, state:up persistent_state:present, 'ethtest0': add connection ethtest0, 5941057b-5c76-48b0-9601-5bf628f25a72", "[006] #1, state:up persistent_state:present, 'ethtest1': add connection ethtest1, e022868e-eed4-4212-bc2e-2201a6e058bf", "[007] #0, state:up persistent_state:present, 'ethtest0': up connection ethtest0, 5941057b-5c76-48b0-9601-5bf628f25a72 (not-active)", "[008] #1, state:up persistent_state:present, 'ethtest1': up connection ethtest1, e022868e-eed4-4212-bc2e-2201a6e058bf (not-active)" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** Monday 22 July 2024 12:23:49 -0400 (0:00:00.035) 0:00:20.715 *********** skipping: [managed_node1] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** Monday 22 July 2024 12:23:49 -0400 (0:00:00.038) 0:00:20.753 *********** ok: [managed_node1] => { "changed": false, "ping": "pong" } TASK [Get the IPv4 routes from the route table main] *************************** Monday 22 July 2024 12:23:50 -0400 (0:00:00.530) 0:00:21.284 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "ip", "-4", "route" ], "delta": "0:00:00.003938", "end": "2024-07-22 12:23:50.304916", "rc": 0, "start": "2024-07-22 12:23:50.300978" } STDOUT: default via 10.31.12.1 dev eth0 proto dhcp src 10.31.15.26 metric 100 10.31.12.0/22 dev eth0 proto kernel scope link src 10.31.15.26 metric 100 192.0.2.72/31 dev rpltstbr proto kernel scope link src 192.0.2.72 metric 425 linkdown 198.51.10.64/26 via 198.51.100.6 dev ethtest0 proto static metric 4 198.51.12.128/26 via 198.51.100.1 dev ethtest1 proto static metric 2 198.51.100.0/24 dev ethtest0 proto kernel scope link src 198.51.100.3 metric 103 198.51.100.0/24 dev ethtest1 proto kernel scope link src 198.51.100.6 metric 104 TASK [Assert that the route table main contains the specified IPv4 routes] ***** Monday 22 July 2024 12:23:50 -0400 (0:00:00.353) 0:00:21.637 *********** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Get the IPv6 routes from the route table main] *************************** Monday 22 July 2024 12:23:50 -0400 (0:00:00.035) 0:00:21.673 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.003586", "end": "2024-07-22 12:23:50.689638", "rc": 0, "start": "2024-07-22 12:23:50.686052" } STDOUT: ::1 dev lo proto kernel metric 256 pref medium 2001:db6::4 via 2001:db8::1 dev ethtest0 proto static metric 2 pref medium 2001:db8::/32 dev ethtest0 proto kernel metric 103 pref medium 2001:db8::/32 dev ethtest1 proto kernel metric 104 pref medium fe80::/64 dev eth0 proto kernel metric 256 pref medium fe80::/64 dev peerethtest0 proto kernel metric 256 pref medium fe80::/64 dev peerethtest1 proto kernel metric 256 pref medium fe80::/64 dev ethtest0 proto kernel metric 1024 pref medium fe80::/64 dev ethtest1 proto kernel metric 1024 pref medium TASK [Assert that the route table main contains the specified IPv6 routes] ***** Monday 22 July 2024 12:23:50 -0400 (0:00:00.347) 0:00:22.021 *********** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Get the interface1 MAC address] ****************************************** Monday 22 July 2024 12:23:50 -0400 (0:00:00.036) 0:00:22.058 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/sys/class/net/ethtest1/address" ], "delta": "0:00:00.005198", "end": "2024-07-22 12:23:51.073810", "rc": 0, "start": "2024-07-22 12:23:51.068612" } STDOUT: 0a:72:2c:cc:38:fe TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** Monday 22 July 2024 12:23:51 -0400 (0:00:00.343) 0:00:22.402 *********** included: /var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed_node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** Monday 22 July 2024 12:23:51 -0400 (0:00:00.056) 0:00:22.459 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** Monday 22 July 2024 12:23:51 -0400 (0:00:00.050) 0:00:22.509 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** Monday 22 July 2024 12:23:51 -0400 (0:00:00.036) 0:00:22.545 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** Monday 22 July 2024 12:23:51 -0400 (0:00:00.034) 0:00:22.580 *********** ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** Monday 22 July 2024 12:23:52 -0400 (0:00:01.616) 0:00:24.197 *********** ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** Monday 22 July 2024 12:23:54 -0400 (0:00:01.449) 0:00:25.646 *********** ok: [managed_node1] => {} 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] *** Monday 22 July 2024 12:23:54 -0400 (0:00:00.032) 0:00:25.678 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "network_state is defined", "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] *** Monday 22 July 2024 12:23:54 -0400 (0:00:00.066) 0:00:25.745 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "network_state is defined", "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] *** Monday 22 July 2024 12:23:54 -0400 (0:00:00.037) 0:00:25.782 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** Monday 22 July 2024 12:23:54 -0400 (0:00:00.055) 0:00:25.838 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** Monday 22 July 2024 12:23:54 -0400 (0:00:00.046) 0:00:25.885 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** Monday 22 July 2024 12:23:54 -0400 (0:00:00.053) 0:00:25.938 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** Monday 22 July 2024 12:23:54 -0400 (0:00:00.083) 0:00:26.022 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** Monday 22 July 2024 12:23:54 -0400 (0:00:00.036) 0:00:26.059 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** Monday 22 July 2024 12:23:54 -0400 (0:00:00.036) 0:00:26.096 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** Monday 22 July 2024 12:23:54 -0400 (0:00:00.054) 0:00:26.150 *********** ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** Monday 22 July 2024 12:23:55 -0400 (0:00:00.553) 0:00:26.704 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** Monday 22 July 2024 12:23:55 -0400 (0:00:00.054) 0:00:26.758 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** Monday 22 July 2024 12:23:55 -0400 (0:00:00.032) 0:00:26.791 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** Monday 22 July 2024 12:23:55 -0400 (0:00:00.028) 0:00:26.820 *********** changed: [managed_node1] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "autoconnect": false, "ip": { "address": [ "198.51.100.4/24", "2001:db8::6/32" ], "route": [ { "gateway": "198.51.100.102", "metric": 4, "network": "198.58.10.64", "prefix": 26 } ] }, "mac": "0a:72:2c:cc:38:fe", "name": "ethtest1", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'ethtest1': update connection ethtest1, e022868e-eed4-4212-bc2e-2201a6e058bf TASK [fedora.linux_system_roles.network : Configure networking state] ********** Monday 22 July 2024 12:23:56 -0400 (0:00:00.533) 0:00:27.354 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** Monday 22 July 2024 12:23:56 -0400 (0:00:00.036) 0:00:27.390 *********** ok: [managed_node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'ethtest1': update connection ethtest1, e022868e-eed4-4212-bc2e-2201a6e058bf" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** Monday 22 July 2024 12:23:56 -0400 (0:00:00.032) 0:00:27.423 *********** ok: [managed_node1] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "autoconnect": false, "ip": { "address": [ "198.51.100.4/24", "2001:db8::6/32" ], "route": [ { "gateway": "198.51.100.102", "metric": 4, "network": "198.58.10.64", "prefix": 26 } ] }, "mac": "0a:72:2c:cc:38:fe", "name": "ethtest1", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'ethtest1': update connection ethtest1, e022868e-eed4-4212-bc2e-2201a6e058bf\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'ethtest1': update connection ethtest1, e022868e-eed4-4212-bc2e-2201a6e058bf" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** Monday 22 July 2024 12:23:56 -0400 (0:00:00.071) 0:00:27.495 *********** skipping: [managed_node1] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** Monday 22 July 2024 12:23:56 -0400 (0:00:00.036) 0:00:27.531 *********** ok: [managed_node1] => { "changed": false, "ping": "pong" } TASK [Assert that the warning about specifying the route without the output device is logged for initscripts provider] *** Monday 22 July 2024 12:23:56 -0400 (0:00:00.360) 0:00:27.892 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [Assert that no warning is logged for nm provider] ************************ Monday 22 July 2024 12:23:56 -0400 (0:00:00.029) 0:00:27.922 *********** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Bring down test devices and profiles] ************************************ Monday 22 July 2024 12:23:56 -0400 (0:00:00.040) 0:00:27.963 *********** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** Monday 22 July 2024 12:23:56 -0400 (0:00:00.067) 0:00:28.030 *********** included: /var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed_node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** Monday 22 July 2024 12:23:56 -0400 (0:00:00.057) 0:00:28.088 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** Monday 22 July 2024 12:23:56 -0400 (0:00:00.051) 0:00:28.139 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** Monday 22 July 2024 12:23:56 -0400 (0:00:00.035) 0:00:28.175 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** Monday 22 July 2024 12:23:56 -0400 (0:00:00.033) 0:00:28.208 *********** ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** Monday 22 July 2024 12:23:58 -0400 (0:00:01.680) 0:00:29.889 *********** ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** Monday 22 July 2024 12:24:00 -0400 (0:00:01.530) 0:00:31.420 *********** ok: [managed_node1] => {} 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] *** Monday 22 July 2024 12:24:00 -0400 (0:00:00.033) 0:00:31.453 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "network_state is defined", "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] *** Monday 22 July 2024 12:24:00 -0400 (0:00:00.036) 0:00:31.490 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "network_state is defined", "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] *** Monday 22 July 2024 12:24:00 -0400 (0:00:00.033) 0:00:31.524 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** Monday 22 July 2024 12:24:00 -0400 (0:00:00.055) 0:00:31.579 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** Monday 22 July 2024 12:24:00 -0400 (0:00:00.043) 0:00:31.622 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** Monday 22 July 2024 12:24:00 -0400 (0:00:00.053) 0:00:31.676 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** Monday 22 July 2024 12:24:00 -0400 (0:00:00.084) 0:00:31.761 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** Monday 22 July 2024 12:24:00 -0400 (0:00:00.034) 0:00:31.796 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** Monday 22 July 2024 12:24:00 -0400 (0:00:00.034) 0:00:31.830 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** Monday 22 July 2024 12:24:00 -0400 (0:00:00.049) 0:00:31.880 *********** ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** Monday 22 July 2024 12:24:01 -0400 (0:00:00.548) 0:00:32.428 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** Monday 22 July 2024 12:24:01 -0400 (0:00:00.052) 0:00:32.481 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** Monday 22 July 2024 12:24:01 -0400 (0:00:00.030) 0:00:32.511 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** Monday 22 July 2024 12:24:01 -0400 (0:00:00.028) 0:00:32.540 *********** changed: [managed_node1] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "ethtest0", "persistent_state": "absent", "state": "down" }, { "name": "ethtest1", "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] ********** Monday 22 July 2024 12:24:02 -0400 (0:00:00.773) 0:00:33.314 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** Monday 22 July 2024 12:24:02 -0400 (0:00:00.069) 0:00:33.383 *********** ok: [managed_node1] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** Monday 22 July 2024 12:24:02 -0400 (0:00:00.035) 0:00:33.419 *********** ok: [managed_node1] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "ethtest0", "persistent_state": "absent", "state": "down" }, { "name": "ethtest1", "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] *** Monday 22 July 2024 12:24:02 -0400 (0:00:00.037) 0:00:33.456 *********** skipping: [managed_node1] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** Monday 22 July 2024 12:24:02 -0400 (0:00:00.034) 0:00:33.491 *********** ok: [managed_node1] => { "changed": false, "ping": "pong" } TASK [Delete interface1] ******************************************************* Monday 22 July 2024 12:24:02 -0400 (0:00:00.366) 0:00:33.857 *********** included: /var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/delete_interface.yml for managed_node1 TASK [Remove test interface if necessary] ************************************** Monday 22 July 2024 12:24:02 -0400 (0:00:00.056) 0:00:33.914 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "ip", "link", "del", "ethtest1" ], "delta": "0:00:00.013051", "end": "2024-07-22 12:24:02.945014", "rc": 0, "start": "2024-07-22 12:24:02.931963" } TASK [Assert interface1 is absent] ********************************************* Monday 22 July 2024 12:24:03 -0400 (0:00:00.373) 0:00:34.287 *********** included: /var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml for managed_node1 TASK [Include the task 'get_interface_stat.yml'] ******************************* Monday 22 July 2024 12:24:03 -0400 (0:00:00.054) 0:00:34.342 *********** included: /var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml for managed_node1 TASK [Get stat for interface ethtest1] ***************************************** Monday 22 July 2024 12:24:03 -0400 (0:00:00.048) 0:00:34.390 *********** ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'ethtest1'] ************************ Monday 22 July 2024 12:24:03 -0400 (0:00:00.351) 0:00:34.742 *********** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Set interface0] ********************************************************** Monday 22 July 2024 12:24:03 -0400 (0:00:00.035) 0:00:34.778 *********** ok: [managed_node1] => { "ansible_facts": { "interface": "ethtest0" }, "changed": false } TASK [Delete interface0] ******************************************************* Monday 22 July 2024 12:24:03 -0400 (0:00:00.031) 0:00:34.809 *********** included: /var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/delete_interface.yml for managed_node1 TASK [Remove test interface if necessary] ************************************** Monday 22 July 2024 12:24:03 -0400 (0:00:00.090) 0:00:34.900 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "ip", "link", "del", "ethtest0" ], "delta": "0:00:00.012443", "end": "2024-07-22 12:24:03.929099", "rc": 0, "start": "2024-07-22 12:24:03.916656" } TASK [Assert interface0 is absent] ********************************************* Monday 22 July 2024 12:24:03 -0400 (0:00:00.366) 0:00:35.267 *********** included: /var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml for managed_node1 TASK [Include the task 'get_interface_stat.yml'] ******************************* Monday 22 July 2024 12:24:04 -0400 (0:00:00.057) 0:00:35.325 *********** included: /var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml for managed_node1 TASK [Get stat for interface ethtest0] ***************************************** Monday 22 July 2024 12:24:04 -0400 (0:00:00.051) 0:00:35.376 *********** ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'ethtest0'] ************************ Monday 22 July 2024 12:24:04 -0400 (0:00:00.350) 0:00:35.727 *********** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Assert interface0 profile and interface1 profile are absent] ************* Monday 22 July 2024 12:24:04 -0400 (0:00:00.035) 0:00:35.763 *********** included: /var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml for managed_node1 => (item=ethtest0) included: /var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml for managed_node1 => (item=ethtest1) TASK [Include the task 'get_profile_stat.yml'] ********************************* Monday 22 July 2024 12:24:04 -0400 (0:00:00.065) 0:00:35.828 *********** included: /var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml for managed_node1 TASK [Initialize NM profile exist and ansible_managed comment flag] ************ Monday 22 July 2024 12:24:04 -0400 (0:00:00.057) 0:00:35.886 *********** ok: [managed_node1] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* Monday 22 July 2024 12:24:04 -0400 (0:00:00.033) 0:00:35.919 *********** ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** Monday 22 July 2024 12:24:05 -0400 (0:00:00.356) 0:00:36.276 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** Monday 22 July 2024 12:24:05 -0400 (0:00:00.030) 0:00:36.306 *********** fatal: [managed_node1]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep ethtest0 | grep /etc", "delta": "0:00:00.018781", "end": "2024-07-22 12:24:05.341811", "rc": 1, "start": "2024-07-22 12:24:05.323030" } MSG: non-zero return code ...ignoring TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** Monday 22 July 2024 12:24:05 -0400 (0:00:00.368) 0:00:36.675 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "nm_profile_exists.rc == 0", "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-ethtest0] *********************** Monday 22 July 2024 12:24:05 -0400 (0:00:00.066) 0:00:36.741 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-ethtest0] ******************** Monday 22 July 2024 12:24:05 -0400 (0:00:00.032) 0:00:36.774 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-ethtest0] *************************** Monday 22 July 2024 12:24:05 -0400 (0:00:00.031) 0:00:36.805 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-ethtest0] ************************ Monday 22 July 2024 12:24:05 -0400 (0:00:00.032) 0:00:36.838 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'ethtest0'] ************************** Monday 22 July 2024 12:24:05 -0400 (0:00:00.033) 0:00:36.872 *********** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* Monday 22 July 2024 12:24:05 -0400 (0:00:00.033) 0:00:36.905 *********** included: /var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml for managed_node1 TASK [Initialize NM profile exist and ansible_managed comment flag] ************ Monday 22 July 2024 12:24:05 -0400 (0:00:00.054) 0:00:36.960 *********** ok: [managed_node1] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* Monday 22 July 2024 12:24:05 -0400 (0:00:00.033) 0:00:36.994 *********** ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** Monday 22 July 2024 12:24:06 -0400 (0:00:00.344) 0:00:37.338 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** Monday 22 July 2024 12:24:06 -0400 (0:00:00.032) 0:00:37.370 *********** fatal: [managed_node1]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep ethtest1 | grep /etc", "delta": "0:00:00.018116", "end": "2024-07-22 12:24:06.402504", "rc": 1, "start": "2024-07-22 12:24:06.384388" } MSG: non-zero return code ...ignoring TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** Monday 22 July 2024 12:24:06 -0400 (0:00:00.363) 0:00:37.733 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "nm_profile_exists.rc == 0", "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-ethtest1] *********************** Monday 22 July 2024 12:24:06 -0400 (0:00:00.034) 0:00:37.768 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-ethtest1] ******************** Monday 22 July 2024 12:24:06 -0400 (0:00:00.032) 0:00:37.800 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-ethtest1] *************************** Monday 22 July 2024 12:24:06 -0400 (0:00:00.032) 0:00:37.832 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-ethtest1] ************************ Monday 22 July 2024 12:24:06 -0400 (0:00:00.031) 0:00:37.864 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'ethtest1'] ************************** Monday 22 July 2024 12:24:06 -0400 (0:00:00.069) 0:00:37.933 *********** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify network state restored to default] ******************************** Monday 22 July 2024 12:24:06 -0400 (0:00:00.037) 0:00:37.970 *********** included: /var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml for managed_node1 TASK [Check routes and DNS] **************************************************** Monday 22 July 2024 12:24:06 -0400 (0:00:00.062) 0:00:38.032 *********** ok: [managed_node1] => { "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.008411", "end": "2024-07-22 12:24:07.053319", "rc": 0, "start": "2024-07-22 12:24:07.044908" } 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 0a:ff:c7:69:6a:a1 brd ff:ff:ff:ff:ff:ff inet 10.31.15.26/22 brd 10.31.15.255 scope global dynamic noprefixroute eth0 valid_lft 3491sec preferred_lft 3491sec inet6 fe80::8ff:c7ff:fe69:6aa1/64 scope link valid_lft forever preferred_lft forever 139: rpltstbr: mtu 1500 qdisc noqueue state DOWN group default qlen 1000 link/ether 9e:73:26:b7:ee:8f brd ff:ff:ff:ff:ff:ff inet 192.0.2.72/31 scope global noprefixroute rpltstbr valid_lft forever preferred_lft forever IP ROUTE default via 10.31.12.1 dev eth0 proto dhcp src 10.31.15.26 metric 100 10.31.12.0/22 dev eth0 proto kernel scope link src 10.31.15.26 metric 100 192.0.2.72/31 dev rpltstbr proto kernel scope link src 192.0.2.72 metric 425 linkdown 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] ************************************* Monday 22 July 2024 12:24:07 -0400 (0:00:00.353) 0:00:38.386 *********** ok: [managed_node1] => { "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.255029", "end": "2024-07-22 12:24:07.668631", "rc": 0, "start": "2024-07-22 12:24:07.413602" } STDOUT: CHECK DNS AND CONNECTIVITY 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 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 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 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 2600:2701:4000:5211:dead:beef:fe:fed3 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 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 5000 0 --:--:-- --:--:-- --:--:-- 5000 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 291 100 291 0 0 1742 0 --:--:-- --:--:-- --:--:-- 1742 PLAY RECAP ********************************************************************* managed_node1 : ok=109 changed=3 unreachable=0 failed=0 skipped=82 rescued=0 ignored=2 Monday 22 July 2024 12:24:07 -0400 (0:00:00.667) 0:00:39.053 *********** =============================================================================== Install iproute --------------------------------------------------------- 2.93s Install iproute --------------------------------------------------------- 2.66s fedora.linux_system_roles.network : Check which services are running ---- 1.73s fedora.linux_system_roles.network : Check which packages are installed --- 1.69s fedora.linux_system_roles.network : Check which services are running ---- 1.68s fedora.linux_system_roles.network : Check which services are running ---- 1.62s fedora.linux_system_roles.network : Check which packages are installed --- 1.53s fedora.linux_system_roles.network : Check which packages are installed --- 1.45s Gathering Facts --------------------------------------------------------- 1.03s Create veth interface ethtest1 ------------------------------------------ 1.03s Create veth interface ethtest0 ------------------------------------------ 1.02s fedora.linux_system_roles.network : Configure networking connection profiles --- 0.79s fedora.linux_system_roles.network : Configure networking connection profiles --- 0.77s fedora.linux_system_roles.network : Enable and start NetworkManager ----- 0.77s Gathering Facts --------------------------------------------------------- 0.75s Verify DNS and network connectivity ------------------------------------- 0.67s Enable EPEL 8 ----------------------------------------------------------- 0.57s fedora.linux_system_roles.network : Enable and start NetworkManager ----- 0.55s fedora.linux_system_roles.network : Enable and start NetworkManager ----- 0.55s fedora.linux_system_roles.network : Configure networking connection profiles --- 0.53s