Re: [ansible-project] Ansible for all instance in AWS environment

2018-08-07 Thread Ashish Gauli
The access key-pairs were created by different teams, and they have stored it somewhere. But it is a tedious task to ask for key-pair everytime a new pair is created. So, I was looking for an alternative. We have root access to the AWS account though. But that only enable aws command not the

Re: [ansible-project] Ansible for all instance in AWS environment

2018-08-07 Thread Karl Auer
Can you access the instances at all? Using any account? Does that account have root access or sudo privileges? If so, then you can log in, and authorizze access to any existing account for any public key of your choice. It dioesn't have to be the one issued by AWS. If you do not have access that

[ansible-project] Ansible for all instance in AWS environment

2018-08-07 Thread Ashish Gauli
I need to configure all AWS instances using ansible (for example install datadog agent), but I do not have key-pairs for each of those instances. Is there a way I can enable ansible-ssh without keypair? -- You received this message because you are subscribed to the Google Groups "Ansible