Re: [ansible-project] Need assist with Ansible conn to Cisco router

2022-01-13 Thread Sharon Day
Thanks for the response but I did confirm with the Network Automation Cookbook that it is indeed supposed to be ansible_become. I did try it though and got this error message. [WARNING]: Found variable using reserved name: become On Thursday, January 13, 2022 at 3:03:41 AM UTC-5 dulh...@mailbo

Re: [ansible-project] Need assist with Ansible conn to Cisco router

2022-01-13 Thread dulhaver via Ansible Project
hi Sharon not being very well versed with Ansible myself yet this has cought my attention ansible_become: yes I would have though this should be only: become: yes > On 01/12/2022 10:32 PM Sharon Day wrote: > > > It's pretty basic playbook so not sure why its not working. > > - name: C

[ansible-project] Need assist with Ansible conn to Cisco router

2022-01-12 Thread Sharon Day
It's pretty basic playbook so not sure why its not working. - name: Config Sys hosts: router2 vars: ansible_network_os: ios ansible_connection: network_cli ansible_user: Mx ansible_password: password ansible_become: yes ansible_become_password: enablepass ansible_be