Thanks I guess I will put it into a new file.

W dniu czwartek, 10 sierpnia 2017 19:35:04 UTC+2 użytkownik Kai Stian 
Olstad napisał:
>
> On 09. aug. 2017 22:56, marta.a...@gmail.com <javascript:> wrote: 
> > I have some problem and I can't figure out the answear to it. I'm 
> > relatively new to Ansible so I'm still learning. I have to separate 
> > playbooks and I want to set a variable value in one, and use it in the 
> > other. So for example in playbook 1 I want to start ec2 instance and I 
> want 
> > to safe its instance_id and in the next playbook run some time after 
> that 
> > first I want to delete this instance so I want to get the instance_id 
> value 
> > from the variable. Is this possible, and if so how? If someone knows the 
> > answear please provide some simple example, because I have found some 
> > ideas, but nothing seems to work. And if the first problem could be 
> solved, 
> > would it be possible to save this variable in the first playbook with 
> parameterized 
> > variable name? 
>
> It's not possible to share variables between playbooks, you can share 
> between play in the same playbook. 
>
> What you could do is store the values in a file that you read in 
> playbook number two. 
>
> -- 
> Kai Stian Olstad 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/7e84566b-83d6-4386-93ee-dd7e5f96678d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to