[ansible-devel] EXPECT module - navigation menus

2021-06-02 Thread Wilber H
Hi, Anyone has a sample project or guidance on using the EXPECT ansible module when dealing with a CLI navigation menu that uses arrow keys (up / down / left / right)? Regards, Wilber -- You received this message because you are subscribed to the Google Groups "Ansible Development" group.

Re: [ansible-devel] "yes" as string (not boolean)

2021-05-31 Thread Wilber H
Thanks Brian; good info. I ended using IFELSE conditions. On Thursday, May 27, 2021 at 4:50:25 PM UTC-4 bc...@redhat.com wrote: > https://hitchdev.com/strictyaml/why/implicit-typing-removed/ <= its > the opposite of yours, but same issue > > > -- > -- > Brian Coca > > -- You received

[ansible-devel] "yes" as string (not boolean)

2021-05-27 Thread Wilber H
Hi, Ansible keeps casting my "yes" string variable into a boolean. How do I prevent it from doing that? Regards, Wilber H -- You received this message because you are subscribed to the Google Groups "Ansible Development" group. To unsubscribe from this group and stop r

Re: [ansible-devel] URI module cannot use body and src together

2021-05-19 Thread Wilber H
@somefilename.bin' On Wednesday, May 19, 2021 at 11:53:06 AM UTC-4 ma...@sivel.net wrote: > It sounds like you are trying to do a multipart post. In which case, just > use body, and follow the example named "Upload a file via > multipart/form-multipart" > > > https:

[ansible-devel] URI module cannot use body and src together

2021-05-19 Thread Wilber H
approach. Any guidance would be appreciate it. Regards, Wilber H -- You received this message because you are subscribed to the Google Groups "Ansible Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to ansible-devel+unsubscr...@googl

[ansible-devel] BigSwitch - modules and ansible_network_os plugin

2021-05-05 Thread Wilber H
Plugin - Is there an ansible_network_os plugin for BigSwitch devices? Is yes, would that be "eos" since Arista and BigSwitch are now one company? Modules - Any BigSwitch modules to run commands? So far I've only found these 4 modules: bcf_switch – Create and remove a bcf switch bigmon_chain – Cr

[ansible-devel] Re: Error executing ansible playbook to remote server

2021-05-05 Thread Wilber H
Is there a way to prevent Ansible from creating the temporary directory on the target machine? If not, is there a way to force the target temporary directory to be created on the local machine (in case the target machine is a terminal server without Python)? On Thursday, October 8, 2020 at 11

Re: [ansible-devel] Can Ansible automate ssh configuration on network devices??

2021-05-04 Thread Wilber H
Hi - thanks for the playbook samples. Question - Do you have similar playbook but for connecting to a BigSwitch device over ssh through a terminal server? p.s. BigSwitch is now part of Arista since 2020 but I don't think the "ansible_network_os: eos" works to connect to BigSwitch devices over