The playbook is supposed to deploy a git repo  on another server.
the thing  is from the ansible I am able to ssh the slave( I mean the other 
server)
1. locally not it doesn't exist on the master which is an EC2 instance  as 
well the slave 


On Tuesday, November 3, 2015 at 1:28:09 PM UTC-5, David Lloyd wrote:
>
>
> It's looking for an .s3cfg file on your local machine - which it either 
> can't find or it can't read.
>
> 1. Does it exist?
> 2. Can the local user read it?
> 3. Of course, the .s3cfg needs to be configured properly - looks like 
>
> http://s3tools.org/kb/item14.htm may be helpful here
>
>
> What exactly is the playbook meant to do?
>
>
> DSL
>
>
> On Wednesday, 4 November 2015 00:56:05 UTC+10:30, GBANE FETIGUE wrote:
>
>>
>>
>>         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/38324b75-217c-46e7-a653-af34a5a3c278%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to