[ansible-project] Re: Send commands via CLI over SSH to unsupported network device

2018-09-20 Thread sign@L
checking [defaults] host_key_checking = false Then ran the playbook, using the inventory file as input: ansible-playbook -v ./fortiap_backup.yml -i ./aplist.txt On Monday, September 17, 2018 at 10:57:02 PM UTC+12, sign@L wrote: > > I need to send commands to 600 network devices (they are

[ansible-project] Send commands via CLI over SSH to unsupported network device

2018-09-17 Thread sign@L
I need to send commands to 600 network devices (they are Fortinet Access Points) that have SSH enabled. Python is not available on the device, so I need to use something like network_cli. I've tried all the ansible_network_os options (ios, nxos, vyos, eos...), but none work. Is there a way of