Fwd: Re: [ansible-project] hierarchy of variables application

2021-12-03 Thread dulhaver via Ansible Project
> On 12/03/2021 12:00 PM Dick Visser wrote: > > Not that I know. > I usually add this somewhere early: > > - debug: var=myvar > - meta: end_play ok thanks. I'll look into this as an option -- You received this message because you are subscribed to the Google Groups "Ansible Project" group.

Re: [ansible-project] hierarchy of variables application

2021-12-03 Thread Dick Visser
Not that I know. I usually add this somewhere early: - debug: var=myvar - meta: end_play On Fri, 3 Dec 2021 at 11:56, dulhaver via Ansible Project wrote: > > thks. Is there any way to display the effective value of a given variable in > a particiular context? > > some like ansible-check-var

Re: [ansible-project] hierarchy of variables application

2021-12-03 Thread dulhaver via Ansible Project
thks. Is there any way to display the effective value of a given variable in a particiular context? some like ansible-check-var [variable] or so? > On 12/03/2021 11:41 AM Dick Visser mailto:dick.vis...@geant.org > wrote: > > >

Re: [ansible-project] hierarchy of variables application

2021-12-03 Thread Dick Visser
https://docs.ansible.com/ansible/latest/user_guide/playbooks_variables.html#understanding-variable-precedence On Fri, 3 Dec 2021 at 11:31, dulhaver via Ansible Project wrote: > > there a several ways to define variables for playbooks or roles So it would > be possible that conflicting variable

[ansible-project] hierarchy of variables application

2021-12-03 Thread dulhaver via Ansible Project
there a several ways to define variables for playbooks or roles So it would be possible that conflicting variable values are defined in different locations. I am wondering how the hierarchy looks like here? -- You received this message because you are subscribed to the Google Groups "Ansible