inventory:

[primary]
localhost ansible_connection=local

[secondary]

[database]

[all:vars]
admin_password='p1'
redis_password='p1'
pg_password='p1'

#pg_host=''
#pg_port=''

pg_database='awx'
pg_username='awx'
pg_password=''

sudo ./setup.sh fails with following error:

TASK: [preflight | Preflight check - Passwords must be defined for a fresh 
install] ***
failed: [localhost] => {"failed": true, "item": ""}
msg: Please configure passwords in the inventory file before running setup

FATAL: all hosts have already failed -- aborting

What I'm missing?

-- 
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/6e65d76f-6915-4061-95d8-12ba80113b88%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to