Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello, I'm trying to convert our current switch configuration to IBNS configuration for 802.1x with ansible but ran into an issue that i'm trying to figure out. I can get ansible to write "authentication display new-style" and remove some of the def...
my vars are more or less the same. Looks like it's not related to vars but what is being sent to the switch. I'm not at a spot to test this task but try to remove the "-" next to configure terminal and authentication convert-to new-style in your se...
We actually did. I'm not 100% sure if cli_command: is the same as net_common.cli_command. If so, I should accept the previous message as a solution. I apologize for that if I should have done it earlier but I had to get some help as there were va...
I've tried that also and I get the following, "conflicting action statements: ansible_connection, ansible.netcommon.cli_command"Would setting ansible_connection elseware override whatever is defined in this block or would this take precedence?
Thanks for the response. I've actually tried cli_command and cli_config already and thought it would work but I get a "connection type local is not valid for this module". I tried to add ansible_connection: network_cli but it didn't make a differen...