I thought this would be the easiest part of creating a dynamic inventory, but I'm having a hell of a time connecting:
boto.exception.NoAuthHandlerFound: No handler was ready to authenticate. 1 handlers were checked. ['HmacAuthV4Handler'] Check your credentials In my <project>/ansible/development/ directory, I have ec2.py and ec2.ini files: # <project>/ansible/development/ec2.ini -- snip -- boto_profile = Client # ~/.aws/credentials [DifferentClient] aws_access_key_id = <DIFFERENT_CLIENT_ACCESS_KEY> aws_secret_access_key = <DIFFERENT_CLIENT_SECRET_KEY> region = us-east-1 output = json [Client] aws_access_key_id = <PROJECT_ACCESS_KEY> aws_secret_access_key = <PROJECT_ACCESS_KEY> The keys are for my IAM user with admin privileges and work just fine when specified directly in the ec2 module. Any idea what I've got misconfigured here? I'm running Ansible 1.9.4. Thanks. -- 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/05bc4752-72b9-4119-ba6f-49830b2df5be%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
