Re: [ansible-project] What is the ansible_network_os for FXOS devices.

2020-07-09 Thread Vanshika Sagar
Here you go :- https://developer.cisco.com/docs/ftd-ansible-v6-3/#!introduction-to-ftd-ansible/introduction-to-ansible-modules-for-ftd-6-3-0 Thanks Ashish On Thu, Jul 9, 2020 at 2:45 PM Susethira Ramamoorthy wrote: > Is there any way to automate the FXOS Firepower 2130 devices using >

[ansible-project] Parallel task execution in playbook

2020-06-26 Thread Vanshika Sagar
Hi, Is it possible to run multiple tasks in playbook at same time ? For example :- --- Playbook A: Task1: Task2: Task3: My requirement is to run Task1,2,3 to start executing at same time. I am aware of async and free strategy features but it may not help withabove requirement. Thanks