Hello,I am wondering about the syntax when adding or removing parameters for example removing a redistribution list under the BGP Process / Address Family IP4 - see example below.Thanks, tasks: - name: no router eigrp ios_config: ...
Hello, When running the script as shown below I do receive the following error.And I am using the same API, "dnac.devices.get_all_interfaces()['response']" in different script without issues.Therefore, I assume that it must have to do with line of: ...
Hello,To my understanding, the output will be printed on the screen.I would like save it under a log file.I tried to add it to ansible.cfg file, but still I am not able to see the log file:[default]#some basic default values...nocows=true#log_path=/e...
Hello,When running the following code to retrieve YANG capabilities, I do receive the following errors:DK_YANG.py", line 11, in <module> with manager.connect( File "/usr/local/lib/python3.8/dist-packages/ncclient/manager.py", line 176, in connect...
Hello,In order to run the following script, I assume it is required to install the YDK repository to be able to import the ydk modules as listed below.Please advise. Thanks,Netmart from ydk.services import CRUDServicefrom ydk.providers import Netconf...
Thank you Marcel.Eventually I used: tasks: - name: show license all ios_command: commands: - terminal length 0 - terminal width 200 - show license status become: true ...
Thank you Marcel.Yes, it does print output on screen plus append it to ansible.log fileIs it possible to save the output as separated file as txt, yaml, or even json.Also, when I tried to run "show license feature", it seems that the loaded ansible c...
Thank you Marcel.I tried and got the following in the logs:$ cat ansible.log 2023-09-11 07:58:11,656 p=699 u=cisco n=ansible | [WARNING]: No inventory was parsed, only implicit localhost is available2023-09-11 07:58:11,660 p=699 u=cisco n=ansible | [...