Re: [ansible-devel] Unable to bring fex ports up.!

2021-09-12 Thread Nilashish Chakraborty
odule correctly. The `config` key in the `nxos_interfaces` resource module accepts a list of dictionaries, hence, it is not required to loop through items (which is slower). Please have a look at the examples in the module documentation for more details. Thanks! --- Nilashish Chakraborty Senior Sof

Re: [ansible-devel] Ansible network_cli plugin development for custom network device

2021-07-29 Thread Nilashish Chakraborty
var-ANSIBLE_CLICONF_PLUGINS> to point to your custom cliconf plugin file and see if that works? Thanks, Nilashish Chakraborty Senior Software Engineer - Ansible On Wed, Jul 28, 2021 at 1:31 PM nitesh shet wrote: > Hi, > I have written code for cliconf and terminal for new network device to > support netwo

Re: [ansible-devel] Acquiring Current Network Device Configurations

2020-08-07 Thread Nilashish Chakraborty
t you have the VLAN configuration preserved on the Ansible controller, you can update it and feed it to a task by referencing the `vlans` keys. ``` - name: Make VLAN config changes by updating stored facts on the controller. ios_vlans: config: "{{ vlans }}" state

Re: [ansible-devel] bug in nxos_config module

2020-07-02 Thread Nilashish Chakraborty
e_terminal_stderr_re: - pattern: "can't configure (.*)" flags: 're.I Thanks! -- Nilashish Chakraborty Software Engineer, Ansible Network On Thu, Jul 2, 2020 at 8:01 PM alicia wrote: > See > https://docs.ansible.com/ansible/devel/user_guide/playbooks_erro