I explicitly loaded the file in the playbook and it seems to have resolved 
the issue.

vars_files:
  - group_vars/secret.yml


On Wednesday, 21 May 2014 10:16:52 UTC-4, Derptacos wrote:
>
> The file is in group_vars
>
> On Wednesday, 21 May 2014 10:10:03 UTC-4, James Cammarata wrote:
>>
>> Where in the playbook are you specifying the vault file? Is it in 
>> vars_files or somewhere else?
>>
>>
>> On Wed, May 21, 2014 at 8:54 AM, Derptacos <[email protected]> wrote:
>>
>>> I have a playbook that requires a value from a vault - but I am 
>>> consistently running into issues regarding the existence of this variable 
>>> (lets call this variable private_key)
>>>
>>> In the vault I have:
>>>
>>> foo:
>>>     private_key: | 
>>>     "........."
>>>
>>> In the playbook I have:
>>>
>>>     - { role: bar, bar: {
>>>                                 'private_key': '{{foo.private_key}}',
>>>                               } 
>>>      }
>>>
>>> The error itself: One or more undefined variables: 'dict object' has no 
>>> attribute 'private_key'
>>>
>>> When are the values within the vault resolved when running a playbook? 
>>> Or am I approaching the use of vault values the incorrect way?
>>>
>>> Thank you!
>>>
>>>
>>>  -- 
>>> 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 [email protected].
>>> To post to this group, send email to [email protected].
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/ansible-project/2b26dd67-f214-4e2c-ab22-57d02a27c108%40googlegroups.com<https://groups.google.com/d/msgid/ansible-project/2b26dd67-f214-4e2c-ab22-57d02a27c108%40googlegroups.com?utm_medium=email&utm_source=footer>
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>

-- 
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 [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/50872392-d14b-429d-93be-18e1b231a5fa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to