[ansible-project] can ansible do BGP or OSPF troubleshooting automatically?

2018-04-15 Thread Ho Yeung Lee
can ansible do BGP or OSPF troubleshooting automatically? can it follow the steps below? https://www.cisco.com/c/en/us/support/docs/ip/border-gateway-protocol-bgp/22166-bgp-trouble-main.html or https://www.cisco.com/c/en/us/support/docs/ip/open-shortest-path-first-ospf/12151-trouble-main.html

[ansible-project] how to configure switch with ansible

2018-10-30 Thread Ho Yeung Lee
i use following script can not redirect debug to a file and also can not change password or add user --- - hosts: Testdevices gather_facts: false connection: local vars: date: "{{ lookup('pipe', 'date +%Y%m%d') }}" tasks: - name: change password ios_config: lines: