DocNow / dnflow-ansible

Ansible playbooks for setting up dnflow
MIT License
1 stars 0 forks source link

config issue maybe? #8

Closed shawngraham closed 8 years ago

shawngraham commented 8 years ago

Hi folks,

I get to this:

TASK [copy nginx virtualhost] **************************************************
fatal: [default]: FAILED! => {"changed": false, "failed": true, "msg": "AnsibleUndefinedVariable: 'http_basicauth_user' is undefined"}

NO MORE HOSTS LEFT *************************************************************
 [WARNING]: Could not create retry file 'docnow.retry'.         [Errno 2] No
such file or directory: ''

my 'all' file:

hostname: "{{ ansible_eth0.ipv4.address }}" twitter_consumer_key: twitter_consumer_secret:

http_basicauth_user:

http_basicauth_pass:

... I'm missing something quite basic, right?

kayiwa commented 8 years ago

Hey @shawngraham could you please post the contents of group_vars/all here. Ooops. I see you did. Can you uncheck the commented http_basic_auth_user and the http_basic_auth_pass please.

Cheers

shawngraham commented 8 years ago

oh gosh. Man, couldn't see for looking. thanks!