[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:07:57 -0400 (0:00:00.006) 0:00:00.006 *********** [WARNING]: Platform linux on host managed_node1 is using the discovered Python interpreter at /usr/bin/python3.9, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed_node1] TASK [Include the task 'el_repo_setup.yml'] ************************************ Monday 22 July 2024 12:07:58 -0400 (0:00:01.060) 0:00:01.067 *********** included: /var/ARTIFACTS/work-generala6wx5rxe/plans/general/tree/tmp.DPQdUb0Jq3/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:07:58 -0400 (0:00:00.018) 0:00:01.085 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "not ansible_facts.keys() | list | intersect(network_test_required_facts) == network_test_required_facts", "skip_reason": "Conditional result was False" } TASK [Check if system is ostree] *********************************************** Monday 22 July 2024 12:07:58 -0400 (0:00:00.018) 0:00:01.103 *********** ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** Monday 22 July 2024 12:07:59 -0400 (0:00:00.422) 0:00:01.526 *********** ok: [managed_node1] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** Monday 22 July 2024 12:07:59 -0400 (0:00:00.020) 0:00:01.547 *********** 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:07:59 -0400 (0:00:00.013) 0:00:01.560 *********** included: /var/ARTIFACTS/work-generala6wx5rxe/plans/general/tree/tmp.DPQdUb0Jq3/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml for managed_node1 TASK [Create EPEL 9] *********************************************************** Monday 22 July 2024 12:07:59 -0400 (0:00:00.028) 0:00:01.588 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** Monday 22 July 2024 12:07:59 -0400 (0:00:00.012) 0:00:01.600 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** Monday 22 July 2024 12:07:59 -0400 (0:00:00.012) 0:00:01.613 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** Monday 22 July 2024 12:07:59 -0400 (0:00:00.011) 0:00:01.624 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** Monday 22 July 2024 12:07:59 -0400 (0:00:00.011) 0:00:01.636 *********** 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:07:59 -0400 (0:00:00.014) 0:00:01.651 *********** ok: [managed_node1] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } PLAY [Test output device of routes] ******************************************** TASK [Gathering Facts] ********************************************************* Monday 22 July 2024 12:07:59 -0400 (0:00:00.026) 0:00:01.677 *********** ok: [managed_node1] TASK [Set type and interface0] ************************************************* Monday 22 July 2024 12:08:00 -0400 (0:00:00.769) 0:00:02.447 *********** ok: [managed_node1] => { "ansible_facts": { "interface": "ethtest0", "type": "veth" }, "changed": false } TASK [Show interfaces] ********************************************************* Monday 22 July 2024 12:08:00 -0400 (0:00:00.016) 0:00:02.463 *********** included: /var/ARTIFACTS/work-generala6wx5rxe/plans/general/tree/tmp.DPQdUb0Jq3/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:08:00 -0400 (0:00:00.019) 0:00:02.483 *********** included: /var/ARTIFACTS/work-generala6wx5rxe/plans/general/tree/tmp.DPQdUb0Jq3/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:08:00 -0400 (0:00:00.016) 0:00:02.499 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003321", "end": "2024-07-22 12:08:00.735649", "rc": 0, "start": "2024-07-22 12:08:00.732328" } STDOUT: bonding_masters eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** Monday 22 July 2024 12:08:00 -0400 (0:00:00.433) 0:00:02.933 *********** ok: [managed_node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* Monday 22 July 2024 12:08:00 -0400 (0:00:00.017) 0:00:02.951 *********** ok: [managed_node1] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'rpltstbr'] TASK [Manage test interface] *************************************************** Monday 22 July 2024 12:08:00 -0400 (0:00:00.019) 0:00:02.970 *********** included: /var/ARTIFACTS/work-generala6wx5rxe/plans/general/tree/tmp.DPQdUb0Jq3/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:08:00 -0400 (0:00:00.024) 0:00:02.994 *********** 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:08:00 -0400 (0:00:00.013) 0:00:03.008 *********** 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:08:00 -0400 (0:00:00.013) 0:00:03.022 *********** included: /var/ARTIFACTS/work-generala6wx5rxe/plans/general/tree/tmp.DPQdUb0Jq3/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:08:00 -0400 (0:00:00.017) 0:00:03.040 *********** included: /var/ARTIFACTS/work-generala6wx5rxe/plans/general/tree/tmp.DPQdUb0Jq3/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:08:00 -0400 (0:00:00.016) 0:00:03.057 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003394", "end": "2024-07-22 12:08:01.207364", "rc": 0, "start": "2024-07-22 12:08:01.203970" } STDOUT: bonding_masters eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** Monday 22 July 2024 12:08:01 -0400 (0:00:00.342) 0:00:03.399 *********** ok: [managed_node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* Monday 22 July 2024 12:08:01 -0400 (0:00:00.017) 0:00:03.416 *********** ok: [managed_node1] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'rpltstbr'] TASK [Install iproute] ********************************************************* Monday 22 July 2024 12:08:01 -0400 (0:00:00.015) 0:00:03.431 *********** ok: [managed_node1] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface ethtest0] ****************************************** Monday 22 July 2024 12:08:02 -0400 (0:00:00.993) 0:00:04.425 *********** 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.010962", "end": "2024-07-22 12:08:02.588482", "item": "ip link add ethtest0 type veth peer name peerethtest0", "rc": 0, "start": "2024-07-22 12:08:02.577520" } 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.003576", "end": "2024-07-22 12:08:02.957485", "item": "ip link set peerethtest0 up", "rc": 0, "start": "2024-07-22 12:08:02.953909" } 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.006409", "end": "2024-07-22 12:08:03.289298", "item": "ip link set ethtest0 up", "rc": 0, "start": "2024-07-22 12:08:03.282889" } TASK [Set up veth as managed by NetworkManager] ******************************** Monday 22 July 2024 12:08:03 -0400 (0:00:01.059) 0:00:05.484 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "nmcli", "d", "set", "ethtest0", "managed", "true" ], "delta": "0:00:00.027170", "end": "2024-07-22 12:08:03.665094", "rc": 0, "start": "2024-07-22 12:08:03.637924" } TASK [Delete veth interface ethtest0] ****************************************** Monday 22 July 2024 12:08:03 -0400 (0:00:00.381) 0:00:05.866 *********** 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:08:03 -0400 (0:00:00.014) 0:00:05.880 *********** 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:08:03 -0400 (0:00:00.013) 0:00:05.894 *********** 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:08:03 -0400 (0:00:00.014) 0:00:05.908 *********** 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:08:03 -0400 (0:00:00.013) 0:00:05.922 *********** 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:08:03 -0400 (0:00:00.012) 0:00:05.935 *********** included: /var/ARTIFACTS/work-generala6wx5rxe/plans/general/tree/tmp.DPQdUb0Jq3/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:08:03 -0400 (0:00:00.019) 0:00:05.954 *********** included: /var/ARTIFACTS/work-generala6wx5rxe/plans/general/tree/tmp.DPQdUb0Jq3/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:08:03 -0400 (0:00:00.020) 0:00:05.974 *********** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1721664482.5813727, "block_size": 4096, "blocks": 0, "ctime": 1721664482.5813727, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 46653, "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": 1721664482.5813727, "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:08:04 -0400 (0:00:00.337) 0:00:06.312 *********** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Set interface1] ********************************************************** Monday 22 July 2024 12:08:04 -0400 (0:00:00.018) 0:00:06.330 *********** ok: [managed_node1] => { "ansible_facts": { "interface": "ethtest1" }, "changed": false } TASK [Show interfaces] ********************************************************* Monday 22 July 2024 12:08:04 -0400 (0:00:00.016) 0:00:06.347 *********** included: /var/ARTIFACTS/work-generala6wx5rxe/plans/general/tree/tmp.DPQdUb0Jq3/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:08:04 -0400 (0:00:00.019) 0:00:06.366 *********** included: /var/ARTIFACTS/work-generala6wx5rxe/plans/general/tree/tmp.DPQdUb0Jq3/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:08:04 -0400 (0:00:00.015) 0:00:06.382 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003394", "end": "2024-07-22 12:08:04.525354", "rc": 0, "start": "2024-07-22 12:08:04.521960" } STDOUT: bonding_masters eth0 ethtest0 lo peerethtest0 rpltstbr TASK [Set current_interfaces] ************************************************** Monday 22 July 2024 12:08:04 -0400 (0:00:00.334) 0:00:06.717 *********** ok: [managed_node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "ethtest0", "lo", "peerethtest0", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* Monday 22 July 2024 12:08:04 -0400 (0:00:00.017) 0:00:06.734 *********** ok: [managed_node1] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'ethtest0', 'lo', 'peerethtest0', 'rpltstbr'] TASK [Manage test interface] *************************************************** Monday 22 July 2024 12:08:04 -0400 (0:00:00.016) 0:00:06.751 *********** included: /var/ARTIFACTS/work-generala6wx5rxe/plans/general/tree/tmp.DPQdUb0Jq3/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:08:04 -0400 (0:00:00.025) 0:00:06.777 *********** 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:08:04 -0400 (0:00:00.012) 0:00:06.789 *********** 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:08:04 -0400 (0:00:00.015) 0:00:06.804 *********** included: /var/ARTIFACTS/work-generala6wx5rxe/plans/general/tree/tmp.DPQdUb0Jq3/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:08:04 -0400 (0:00:00.017) 0:00:06.822 *********** included: /var/ARTIFACTS/work-generala6wx5rxe/plans/general/tree/tmp.DPQdUb0Jq3/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:08:04 -0400 (0:00:00.017) 0:00:06.840 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003243", "end": "2024-07-22 12:08:04.986284", "rc": 0, "start": "2024-07-22 12:08:04.983041" } STDOUT: bonding_masters eth0 ethtest0 lo peerethtest0 rpltstbr TASK [Set current_interfaces] ************************************************** Monday 22 July 2024 12:08:05 -0400 (0:00:00.340) 0:00:07.181 *********** ok: [managed_node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "ethtest0", "lo", "peerethtest0", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* Monday 22 July 2024 12:08:05 -0400 (0:00:00.017) 0:00:07.198 *********** ok: [managed_node1] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'ethtest0', 'lo', 'peerethtest0', 'rpltstbr'] TASK [Install iproute] ********************************************************* Monday 22 July 2024 12:08:05 -0400 (0:00:00.015) 0:00:07.214 *********** ok: [managed_node1] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface ethtest1] ****************************************** Monday 22 July 2024 12:08:05 -0400 (0:00:00.848) 0:00:08.063 *********** 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.007001", "end": "2024-07-22 12:08:06.219005", "item": "ip link add ethtest1 type veth peer name peerethtest1", "rc": 0, "start": "2024-07-22 12:08:06.212004" } 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.003539", "end": "2024-07-22 12:08:06.578514", "item": "ip link set peerethtest1 up", "rc": 0, "start": "2024-07-22 12:08:06.574975" } 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.006125", "end": "2024-07-22 12:08:06.907783", "item": "ip link set ethtest1 up", "rc": 0, "start": "2024-07-22 12:08:06.901658" } TASK [Set up veth as managed by NetworkManager] ******************************** Monday 22 July 2024 12:08:06 -0400 (0:00:01.038) 0:00:09.102 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "nmcli", "d", "set", "ethtest1", "managed", "true" ], "delta": "0:00:00.024113", "end": "2024-07-22 12:08:07.268970", "rc": 0, "start": "2024-07-22 12:08:07.244857" } TASK [Delete veth interface ethtest1] ****************************************** Monday 22 July 2024 12:08:07 -0400 (0:00:00.368) 0:00:09.471 *********** 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:08:07 -0400 (0:00:00.015) 0:00:09.486 *********** 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:08:07 -0400 (0:00:00.015) 0:00:09.502 *********** 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:08:07 -0400 (0:00:00.015) 0:00:09.517 *********** 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:08:07 -0400 (0:00:00.014) 0:00:09.532 *********** 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:08:07 -0400 (0:00:00.012) 0:00:09.545 *********** included: /var/ARTIFACTS/work-generala6wx5rxe/plans/general/tree/tmp.DPQdUb0Jq3/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:08:07 -0400 (0:00:00.024) 0:00:09.569 *********** included: /var/ARTIFACTS/work-generala6wx5rxe/plans/general/tree/tmp.DPQdUb0Jq3/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:08:07 -0400 (0:00:00.017) 0:00:09.586 *********** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1721664486.215549, "block_size": 4096, "blocks": 0, "ctime": 1721664486.215549, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 47239, "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": 1721664486.215549, "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:08:07 -0400 (0:00:00.333) 0:00:09.919 *********** 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:08:07 -0400 (0:00:00.017) 0:00:09.937 *********** included: /var/ARTIFACTS/work-generala6wx5rxe/plans/general/tree/tmp.DPQdUb0Jq3/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:08:07 -0400 (0:00:00.025) 0:00:09.963 *********** 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:08:07 -0400 (0:00:00.022) 0:00:09.985 *********** 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:08:07 -0400 (0:00:00.016) 0:00:10.002 *********** 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:08:07 -0400 (0:00:00.017) 0:00:10.019 *********** 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:08:09 -0400 (0:00:01.644) 0:00:11.664 *********** 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:08:10 -0400 (0:00:01.073) 0:00:12.738 *********** 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:08:10 -0400 (0:00:00.034) 0:00:12.772 *********** 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:08:10 -0400 (0:00:00.034) 0:00:12.807 *********** 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:08:10 -0400 (0:00:00.033) 0:00:12.840 *********** 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:08:10 -0400 (0:00:00.048) 0:00:12.888 *********** 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:08:10 -0400 (0:00:00.058) 0:00:12.947 *********** 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:08:10 -0400 (0:00:00.047) 0:00:12.994 *********** 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:08:10 -0400 (0:00:00.080) 0:00:13.075 *********** 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:08:10 -0400 (0:00:00.035) 0:00:13.110 *********** 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:08:10 -0400 (0:00:00.033) 0:00:13.143 *********** 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:08:11 -0400 (0:00:00.050) 0:00:13.194 *********** 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:08:11 -0400 (0:00:00.738) 0:00:13.933 *********** 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:08:11 -0400 (0:00:00.047) 0:00:13.980 *********** 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:08:11 -0400 (0:00:00.031) 0:00:14.012 *********** 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:08:11 -0400 (0:00:00.028) 0:00:14.040 *********** 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, 666cc955-2b3e-451c-8a65-5b4fb46f5fc1 [006] #1, state:up persistent_state:present, 'ethtest1': add connection ethtest1, 005eb8d0-d425-41c7-8462-6b892dfe2639 [007] #0, state:up persistent_state:present, 'ethtest0': up connection ethtest0, 666cc955-2b3e-451c-8a65-5b4fb46f5fc1 (not-active) [008] #1, state:up persistent_state:present, 'ethtest1': up connection ethtest1, 005eb8d0-d425-41c7-8462-6b892dfe2639 (not-active) TASK [fedora.linux_system_roles.network : Configure networking state] ********** Monday 22 July 2024 12:08:12 -0400 (0:00:00.751) 0:00:14.791 *********** 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:08:12 -0400 (0:00:00.034) 0:00:14.826 *********** ok: [managed_node1] => { "__network_connections_result.stderr_lines": [ "[005] #0, state:up persistent_state:present, 'ethtest0': add connection ethtest0, 666cc955-2b3e-451c-8a65-5b4fb46f5fc1", "[006] #1, state:up persistent_state:present, 'ethtest1': add connection ethtest1, 005eb8d0-d425-41c7-8462-6b892dfe2639", "[007] #0, state:up persistent_state:present, 'ethtest0': up connection ethtest0, 666cc955-2b3e-451c-8a65-5b4fb46f5fc1 (not-active)", "[008] #1, state:up persistent_state:present, 'ethtest1': up connection ethtest1, 005eb8d0-d425-41c7-8462-6b892dfe2639 (not-active)" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** Monday 22 July 2024 12:08:12 -0400 (0:00:00.034) 0:00:14.860 *********** 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, 666cc955-2b3e-451c-8a65-5b4fb46f5fc1\n[006] #1, state:up persistent_state:present, 'ethtest1': add connection ethtest1, 005eb8d0-d425-41c7-8462-6b892dfe2639\n[007] #0, state:up persistent_state:present, 'ethtest0': up connection ethtest0, 666cc955-2b3e-451c-8a65-5b4fb46f5fc1 (not-active)\n[008] #1, state:up persistent_state:present, 'ethtest1': up connection ethtest1, 005eb8d0-d425-41c7-8462-6b892dfe2639 (not-active)\n", "stderr_lines": [ "[005] #0, state:up persistent_state:present, 'ethtest0': add connection ethtest0, 666cc955-2b3e-451c-8a65-5b4fb46f5fc1", "[006] #1, state:up persistent_state:present, 'ethtest1': add connection ethtest1, 005eb8d0-d425-41c7-8462-6b892dfe2639", "[007] #0, state:up persistent_state:present, 'ethtest0': up connection ethtest0, 666cc955-2b3e-451c-8a65-5b4fb46f5fc1 (not-active)", "[008] #1, state:up persistent_state:present, 'ethtest1': up connection ethtest1, 005eb8d0-d425-41c7-8462-6b892dfe2639 (not-active)" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** Monday 22 July 2024 12:08:12 -0400 (0:00:00.034) 0:00:14.895 *********** skipping: [managed_node1] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** Monday 22 July 2024 12:08:12 -0400 (0:00:00.035) 0:00:14.930 *********** ok: [managed_node1] => { "changed": false, "ping": "pong" } TASK [Get the IPv4 routes from the route table main] *************************** Monday 22 July 2024 12:08:13 -0400 (0:00:00.447) 0:00:15.377 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "ip", "-4", "route" ], "delta": "0:00:00.003869", "end": "2024-07-22 12:08:13.522406", "rc": 0, "start": "2024-07-22 12:08:13.518537" } STDOUT: default via 10.31.12.1 dev eth0 proto dhcp src 10.31.13.55 metric 100 10.31.12.0/22 dev eth0 proto kernel scope link src 10.31.13.55 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:08:13 -0400 (0:00:00.353) 0:00:15.730 *********** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Get the IPv6 routes from the route table main] *************************** Monday 22 July 2024 12:08:13 -0400 (0:00:00.068) 0:00:15.798 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.003517", "end": "2024-07-22 12:08:13.953360", "rc": 0, "start": "2024-07-22 12:08:13.949843" } 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:08:14 -0400 (0:00:00.365) 0:00:16.164 *********** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Get the interface1 MAC address] ****************************************** Monday 22 July 2024 12:08:14 -0400 (0:00:00.036) 0:00:16.201 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/sys/class/net/ethtest1/address" ], "delta": "0:00:00.003051", "end": "2024-07-22 12:08:14.351551", "rc": 0, "start": "2024-07-22 12:08:14.348500" } STDOUT: 22:f7:36:93:88:3c TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** Monday 22 July 2024 12:08:14 -0400 (0:00:00.359) 0:00:16.560 *********** included: /var/ARTIFACTS/work-generala6wx5rxe/plans/general/tree/tmp.DPQdUb0Jq3/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:08:14 -0400 (0:00:00.057) 0:00:16.618 *********** 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:08:14 -0400 (0:00:00.042) 0:00:16.660 *********** 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:08:14 -0400 (0:00:00.033) 0:00:16.694 *********** 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:08:14 -0400 (0:00:00.035) 0:00:16.729 *********** 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:08:16 -0400 (0:00:01.556) 0:00:18.286 *********** 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:08:17 -0400 (0:00:00.862) 0:00:19.148 *********** 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:08:17 -0400 (0:00:00.033) 0:00:19.182 *********** 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:08:17 -0400 (0:00:00.033) 0:00:19.216 *********** 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:08:17 -0400 (0:00:00.035) 0:00:19.252 *********** 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:08:17 -0400 (0:00:00.048) 0:00:19.300 *********** 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:08:17 -0400 (0:00:00.033) 0:00:19.334 *********** 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:08:17 -0400 (0:00:00.121) 0:00:19.456 *********** 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:08:17 -0400 (0:00:00.080) 0:00:19.536 *********** 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:08:17 -0400 (0:00:00.034) 0:00:19.571 *********** 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:08:17 -0400 (0:00:00.037) 0:00:19.608 *********** 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:08:17 -0400 (0:00:00.047) 0:00:19.656 *********** 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:08:18 -0400 (0:00:00.548) 0:00:20.204 *********** 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:08:18 -0400 (0:00:00.046) 0:00:20.251 *********** 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:08:18 -0400 (0:00:00.029) 0:00:20.280 *********** 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:08:18 -0400 (0:00:00.032) 0:00:20.313 *********** 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": "22:f7:36:93:88:3c", "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, 005eb8d0-d425-41c7-8462-6b892dfe2639 TASK [fedora.linux_system_roles.network : Configure networking state] ********** Monday 22 July 2024 12:08:18 -0400 (0:00:00.541) 0:00:20.854 *********** 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:08:18 -0400 (0:00:00.033) 0:00:20.888 *********** ok: [managed_node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'ethtest1': update connection ethtest1, 005eb8d0-d425-41c7-8462-6b892dfe2639" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** Monday 22 July 2024 12:08:18 -0400 (0:00:00.035) 0:00:20.923 *********** 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": "22:f7:36:93:88:3c", "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, 005eb8d0-d425-41c7-8462-6b892dfe2639\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'ethtest1': update connection ethtest1, 005eb8d0-d425-41c7-8462-6b892dfe2639" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** Monday 22 July 2024 12:08:18 -0400 (0:00:00.034) 0:00:20.957 *********** skipping: [managed_node1] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** Monday 22 July 2024 12:08:18 -0400 (0:00:00.035) 0:00:20.993 *********** 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:08:19 -0400 (0:00:00.363) 0:00:21.357 *********** 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:08:19 -0400 (0:00:00.032) 0:00:21.389 *********** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Bring down test devices and profiles] ************************************ Monday 22 July 2024 12:08:19 -0400 (0:00:00.035) 0:00:21.425 *********** included: fedora.linux_system_roles.network for managed_node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** Monday 22 July 2024 12:08:19 -0400 (0:00:00.099) 0:00:21.525 *********** included: /var/ARTIFACTS/work-generala6wx5rxe/plans/general/tree/tmp.DPQdUb0Jq3/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:08:19 -0400 (0:00:00.059) 0:00:21.584 *********** 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:08:19 -0400 (0:00:00.041) 0:00:21.626 *********** 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:08:19 -0400 (0:00:00.033) 0:00:21.660 *********** 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:08:19 -0400 (0:00:00.036) 0:00:21.696 *********** 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:08:21 -0400 (0:00:01.573) 0:00:23.269 *********** 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:08:21 -0400 (0:00:00.843) 0:00:24.112 *********** 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:08:22 -0400 (0:00:00.034) 0:00:24.147 *********** 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:08:22 -0400 (0:00:00.034) 0:00:24.181 *********** 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:08:22 -0400 (0:00:00.034) 0:00:24.216 *********** 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:08:22 -0400 (0:00:00.047) 0:00:24.264 *********** 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:08:22 -0400 (0:00:00.033) 0:00:24.297 *********** 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:08:22 -0400 (0:00:00.047) 0:00:24.344 *********** 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:08:22 -0400 (0:00:00.108) 0:00:24.453 *********** 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:08:22 -0400 (0:00:00.034) 0:00:24.488 *********** 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:08:22 -0400 (0:00:00.037) 0:00:24.525 *********** 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:08:22 -0400 (0:00:00.046) 0:00:24.571 *********** 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:08:22 -0400 (0:00:00.547) 0:00:25.119 *********** 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:08:23 -0400 (0:00:00.048) 0:00:25.168 *********** 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:08:23 -0400 (0:00:00.028) 0:00:25.196 *********** 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:08:23 -0400 (0:00:00.031) 0:00:25.228 *********** 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:08:23 -0400 (0:00:00.715) 0:00:25.944 *********** 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:08:23 -0400 (0:00:00.037) 0:00:25.981 *********** 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:08:23 -0400 (0:00:00.036) 0:00:26.018 *********** 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:08:23 -0400 (0:00:00.033) 0:00:26.051 *********** skipping: [managed_node1] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** Monday 22 July 2024 12:08:23 -0400 (0:00:00.036) 0:00:26.088 *********** ok: [managed_node1] => { "changed": false, "ping": "pong" } TASK [Delete interface1] ******************************************************* Monday 22 July 2024 12:08:24 -0400 (0:00:00.359) 0:00:26.447 *********** included: /var/ARTIFACTS/work-generala6wx5rxe/plans/general/tree/tmp.DPQdUb0Jq3/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:08:24 -0400 (0:00:00.058) 0:00:26.505 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "ip", "link", "del", "ethtest1" ], "delta": "0:00:00.016113", "end": "2024-07-22 12:08:24.660699", "rc": 0, "start": "2024-07-22 12:08:24.644586" } TASK [Assert interface1 is absent] ********************************************* Monday 22 July 2024 12:08:24 -0400 (0:00:00.372) 0:00:26.878 *********** included: /var/ARTIFACTS/work-generala6wx5rxe/plans/general/tree/tmp.DPQdUb0Jq3/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:08:24 -0400 (0:00:00.088) 0:00:26.967 *********** included: /var/ARTIFACTS/work-generala6wx5rxe/plans/general/tree/tmp.DPQdUb0Jq3/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:08:24 -0400 (0:00:00.049) 0:00:27.016 *********** ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'ethtest1'] ************************ Monday 22 July 2024 12:08:25 -0400 (0:00:00.352) 0:00:27.369 *********** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Set interface0] ********************************************************** Monday 22 July 2024 12:08:25 -0400 (0:00:00.036) 0:00:27.405 *********** ok: [managed_node1] => { "ansible_facts": { "interface": "ethtest0" }, "changed": false } TASK [Delete interface0] ******************************************************* Monday 22 July 2024 12:08:25 -0400 (0:00:00.032) 0:00:27.438 *********** included: /var/ARTIFACTS/work-generala6wx5rxe/plans/general/tree/tmp.DPQdUb0Jq3/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:08:25 -0400 (0:00:00.057) 0:00:27.495 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "ip", "link", "del", "ethtest0" ], "delta": "0:00:00.009984", "end": "2024-07-22 12:08:25.647399", "rc": 0, "start": "2024-07-22 12:08:25.637415" } TASK [Assert interface0 is absent] ********************************************* Monday 22 July 2024 12:08:25 -0400 (0:00:00.368) 0:00:27.864 *********** included: /var/ARTIFACTS/work-generala6wx5rxe/plans/general/tree/tmp.DPQdUb0Jq3/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:08:25 -0400 (0:00:00.058) 0:00:27.922 *********** included: /var/ARTIFACTS/work-generala6wx5rxe/plans/general/tree/tmp.DPQdUb0Jq3/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:08:25 -0400 (0:00:00.049) 0:00:27.971 *********** ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'ethtest0'] ************************ Monday 22 July 2024 12:08:26 -0400 (0:00:00.351) 0:00:28.322 *********** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Assert interface0 profile and interface1 profile are absent] ************* Monday 22 July 2024 12:08:26 -0400 (0:00:00.035) 0:00:28.358 *********** included: /var/ARTIFACTS/work-generala6wx5rxe/plans/general/tree/tmp.DPQdUb0Jq3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml for managed_node1 => (item=ethtest0) included: /var/ARTIFACTS/work-generala6wx5rxe/plans/general/tree/tmp.DPQdUb0Jq3/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:08:26 -0400 (0:00:00.064) 0:00:28.422 *********** included: /var/ARTIFACTS/work-generala6wx5rxe/plans/general/tree/tmp.DPQdUb0Jq3/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:08:26 -0400 (0:00:00.085) 0:00:28.508 *********** 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:08:26 -0400 (0:00:00.033) 0:00:28.541 *********** ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** Monday 22 July 2024 12:08:26 -0400 (0:00:00.346) 0:00:28.888 *********** 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:08:26 -0400 (0:00:00.029) 0:00:28.918 *********** fatal: [managed_node1]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep ethtest0 | grep /etc", "delta": "0:00:00.023421", "end": "2024-07-22 12:08:27.088090", "rc": 1, "start": "2024-07-22 12:08:27.064669" } 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:08:27 -0400 (0:00:00.377) 0:00:29.295 *********** 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:08:27 -0400 (0:00:00.031) 0:00:29.327 *********** 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:08:27 -0400 (0:00:00.030) 0:00:29.358 *********** 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:08:27 -0400 (0:00:00.031) 0:00:29.389 *********** 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:08:27 -0400 (0:00:00.032) 0:00:29.421 *********** 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:08:27 -0400 (0:00:00.030) 0:00:29.451 *********** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* Monday 22 July 2024 12:08:27 -0400 (0:00:00.034) 0:00:29.486 *********** included: /var/ARTIFACTS/work-generala6wx5rxe/plans/general/tree/tmp.DPQdUb0Jq3/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:08:27 -0400 (0:00:00.052) 0:00:29.539 *********** 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:08:27 -0400 (0:00:00.032) 0:00:29.572 *********** ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** Monday 22 July 2024 12:08:27 -0400 (0:00:00.352) 0:00:29.924 *********** 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:08:27 -0400 (0:00:00.029) 0:00:29.954 *********** fatal: [managed_node1]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep ethtest1 | grep /etc", "delta": "0:00:00.019846", "end": "2024-07-22 12:08:28.120778", "rc": 1, "start": "2024-07-22 12:08:28.100932" } 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:08:28 -0400 (0:00:00.376) 0:00:30.331 *********** 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:08:28 -0400 (0:00:00.031) 0:00:30.362 *********** 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:08:28 -0400 (0:00:00.066) 0:00:30.428 *********** 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:08:28 -0400 (0:00:00.033) 0:00:30.462 *********** 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:08:28 -0400 (0:00:00.031) 0:00:30.493 *********** 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:08:28 -0400 (0:00:00.032) 0:00:30.526 *********** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify network state restored to default] ******************************** Monday 22 July 2024 12:08:28 -0400 (0:00:00.037) 0:00:30.564 *********** included: /var/ARTIFACTS/work-generala6wx5rxe/plans/general/tree/tmp.DPQdUb0Jq3/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:08:28 -0400 (0:00:00.062) 0:00:30.626 *********** 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.008259", "end": "2024-07-22 12:08:28.771141", "rc": 0, "start": "2024-07-22 12:08:28.762882" } 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:e5:f3:7b:5b brd ff:ff:ff:ff:ff:ff altname enX0 inet 10.31.13.55/22 brd 10.31.15.255 scope global dynamic noprefixroute eth0 valid_lft 2631sec preferred_lft 2631sec inet6 fe80::8ff:e5ff:fef3:7b5b/64 scope link valid_lft forever preferred_lft forever 84: rpltstbr: mtu 1500 qdisc noqueue state DOWN group default qlen 1000 link/ether 1a:e6:d6:8d:6c:17 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.13.55 metric 100 10.31.12.0/22 dev eth0 proto kernel scope link src 10.31.13.55 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:08:28 -0400 (0:00:00.354) 0:00:30.981 *********** 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.318223", "end": "2024-07-22 12:08:29.442142", "rc": 0, "start": "2024-07-22 12:08:29.123919" } STDOUT: CHECK DNS AND CONNECTIVITY 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.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 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:fed6 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org STDERR: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 305 100 305 0 0 5545 0 --:--:-- --:--:-- --:--:-- 5545 % 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 1217 0 --:--:-- --:--:-- --:--:-- 1222 PLAY RECAP ********************************************************************* managed_node1 : ok=107 changed=3 unreachable=0 failed=0 skipped=85 rescued=0 ignored=2 Monday 22 July 2024 12:08:29 -0400 (0:00:00.724) 0:00:31.705 *********** =============================================================================== fedora.linux_system_roles.network : Check which services are running ---- 1.64s fedora.linux_system_roles.network : Check which services are running ---- 1.57s fedora.linux_system_roles.network : Check which services are running ---- 1.56s fedora.linux_system_roles.network : Check which packages are installed --- 1.07s Gathering Facts --------------------------------------------------------- 1.06s Create veth interface ethtest0 ------------------------------------------ 1.06s Create veth interface ethtest1 ------------------------------------------ 1.04s Install iproute --------------------------------------------------------- 0.99s fedora.linux_system_roles.network : Check which packages are installed --- 0.86s Install iproute --------------------------------------------------------- 0.85s fedora.linux_system_roles.network : Check which packages are installed --- 0.84s Gathering Facts --------------------------------------------------------- 0.77s fedora.linux_system_roles.network : Configure networking connection profiles --- 0.75s fedora.linux_system_roles.network : Enable and start NetworkManager ----- 0.74s Verify DNS and network connectivity ------------------------------------- 0.72s fedora.linux_system_roles.network : Configure networking connection profiles --- 0.72s 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.54s fedora.linux_system_roles.network : Re-test connectivity ---------------- 0.45s