Hello
I am aware of parents attribute while defining the configuration. I have queries
- how to accomplish below scenario:
archive
log config
logging …
logging size …
path bootflash:zxvf/cfg
maximum 4
- It is possible to use same connection for multiple tasks.
Like :
- name: Configure X
ios_config:
lines: - version 12.2
provider: “{{ user_credentials }}”
- name: Configure Y
ios_config:
lines: - login delay 50
provider: “{{ user_credentials }}”
For above separate SSH connection.
- How to make configuration idempotent using
Best Regards,
Harkanwal