Open Udayendu opened 2 years ago
Files identified in the description:
If these files are incorrect, please update the component name
section of the description or use the !component
bot command.
cc @alcamie101 click here for bot help
Here is the debug out put while running the ansible role to configure the network:
Tuesday 05 July 2022 07:10:40 +0000 (0:00:51.520) 0:00:53.006 **********
ok: [rhel8-ansible-nmcli-uskar] => {
"Exists": "Connections already exist and no changes made",
"ansible_facts": {
"discovered_interpreter_python": "/usr/bin/python3"
},
"changed": false,
"conn_name": "ens192",
"invocation": {
"module_args": {
"addr_gen_mode6": null,
"ageingtime": 300,
"arp_interval": null,
"arp_ip_target": null,
"autoconnect": true,
"conn_name": "ens192",
"dhcp_client_id": null,
"dns4": [
"xxx.xxx.xxx.xxx"
],
"dns4_ignore_auto": false,
"dns4_search": null,
"dns6": null,
"dns6_ignore_auto": false,
"dns6_search": null,
"downdelay": null,
"egress": null,
"flags": null,
"forwarddelay": 15,
"gsm": null,
"gw4": "xxx.xxx.xxx.xxx",
"gw4_ignore_auto": false,
"gw6": null,
"gw6_ignore_auto": false,
"hairpin": null,
"hellotime": 2,
"ifname": "ens192",
"ignore_unsupported_suboptions": false,
"ingress": null,
"ip4": [
"xxx.xxx.xxx.xxx"
],
"ip6": null,
"ip_privacy6": null,
"ip_tunnel_dev": null,
"ip_tunnel_input_key": null,
"ip_tunnel_local": null,
"ip_tunnel_output_key": null,
"ip_tunnel_remote": null,
"mac": null,
"master": null,
"maxage": 20,
"may_fail4": true,
"method4": null,
"method6": null,
"miimon": null,
"mode": "balance-rr",
"mtu": null,
"never_default4": false,
"path_cost": 100,
"primary": null,
"priority": 128,
"route_metric4": null,
"route_metric6": null,
"routes4": null,
"routes4_extended": null,
"routes6": null,
"routes6_extended": null,
"routing_rules4": null,
"runner": "roundrobin",
"runner_hwaddr_policy": null,
"slavepriority": 32,
"ssid": null,
"state": "present",
"stp": true,
"type": "ethernet",
"updelay": null,
"vlandev": null,
"vlanid": null,
"vxlan_id": null,
"vxlan_local": null,
"vxlan_remote": null,
"wifi": null,
"wifi_sec": null,
"wireguard": null,
"zone": null
}
},
"state": "present"
}
Files identified in the description:
If these files are incorrect, please update the component name
section of the description or use the !component
bot command.
Summary
nmcli is not configuring the interface and saying "Connections already exist and no changes made".
Issue Type
Bug Report
Component Name
Ansible Version
Community.general Version
Configuration
OS / Environment
Steps to Reproduce
Deploy a vm from ovf template which is available in the content library using the following play and then configure the network:
Expected Results
Actual Results
vmware_guest
module, its working perfectly.There is a requirement to use the content library and hence exploring the network configuration using
nmcli
which is not working.Code of Conduct