Hi 

I am trying to understand something between SSH and ansible set on 
inventory. I am running a playbook deployment and whenever I set the 
inventory like that : [status] qastatus ansible_ssh_user=ansible 
ansible_ssh_host=172.16.19.34 
ansible_ssh_private_key_file=~/credentials/ansible_id_rsa I am having 
permission denied but when I set like that 

[status] 172.16.19.34 ansible_connection=local it start running the 
deployment process find and stop here: 

TASK: [nodejs_app | Pull down code] 
******************************************* failed: [172.16.19.34] => 
{"changed": true, "cmd": ["s3cmd", "-c", "/root/.s3cfg", "get", 
"s3://snapav-code/cs-system-status/cs-system-status-7ab76c7ec22af26fa3605d55750b6050e5ca17d5-2015-11-02_03-23-46--75.tar.gz",
 
"/var/cs-apps/cs-system-status/7ab76c7ec22af26fa3605d55750b6050e5ca17d5-2015-11-02_03-23-46--75"],
 
"delta": "0:00:00.148056", "end": "2015-11-02 22:45:36.958560", "item": "", 
"rc": 1, "start": "2015-11-02 22:45:36.810504"} stderr: ERROR: 
/root/.s3cfg: Permission denied ERROR: Configuration file not available. 
ERROR: Consider using --configure parameter to create one.

I don't know why ??? what should I do to fix it ?

-- 
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/9d547a4d-0217-4b73-b2b2-8d4f8a3fd334%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to