Var file limitation

15 views
Skip to first unread message

Jugal Porwal

unread,
Sep 30, 2015, 6:57:34 AM9/30/15
to Ansible Project
Hi,

I'm trying to create an external var file(for eg. temp.yml). It contains the variables and their values in the following way :

---

inventoryServiceURL
: 'value1'
mailitemJobManagerURL
: 'value2'
dataSourceURL
: 'value3'
procesingJobManagerURL
: 'value4'
errornotifierurl
: 'value5'
batchmailitemJobManagerURL
: 'value6'


It works for the  above no of lines. Now when i add some more lines to this file and call it in my playbook , i get the error file not found. Is there a constraint on the size of the var file that can be included?

Jugal Porwal

unread,
Sep 30, 2015, 7:21:16 AM9/30/15
to Ansible Project


I fixed it. Such a misdirected error message !! There was a space missing between one of the key value pairs. And my file had around 100 lines ;(
Reply all
Reply to author
Forward
0 new messages