Re: [ansible-project] Re: query on ansible

2020-04-17 Thread mahesh g o
okay, so if i use them as tasks, will svm.yml takes aggr array from aggr.yml?? On Fri, Apr 17, 2020 at 4:42 PM Stefan Hornburg (Racke) wrote: > On 4/17/20 1:08 PM, mahesh g o wrote: > > > > I am newbie to ansiblei have to create many objects like >

Re: [ansible-project] Re: query on ansible

2020-04-17 Thread Stefan Hornburg (Racke)
On 4/17/20 1:08 PM, mahesh g o wrote: > > I am newbie to ansiblei have to create many objects like > this(aggr,svm,volumes,luns,policies,network interfaces) so > i have created playbook for each objects and thought of stitching it together. Yes it is good idea to split up tasks logically,

Re: [ansible-project] Re: query on ansible

2020-04-17 Thread mahesh g o
I am newbie to ansiblei have to create many objects like this(aggr,svm,volumes,luns,policies,network interfaces) so i have created playbook for each objects and thought of stitching it together. On Friday, 17 April 2020 16:29:18 UTC+5:30, Stefan Hornburg (Racke) wrote: > > On 4/17/20 12:55

Re: [ansible-project] Re: query on ansible

2020-04-17 Thread Stefan Hornburg (Racke)
On 4/17/20 12:55 PM, mahesh g o wrote: > Thank u very much ...it worked. > You are welcome. > I need one more helpthe aggr is coming from the playbook1. every time i > run that playbook1 individually and i enter > the aggr array in  playbook2. >  so how do i get the output of the 

[ansible-project] Re: query on ansible

2020-04-17 Thread mahesh g o
Thank u very much ...it worked. I need one more helpthe aggr is coming from the playbook1. every time i run that playbook1 individually and i enter the aggr array in playbook2. so how do i get the output of the playbook1 in the form of array so that i dont have to enter the aggr array in