Skip to main content
Home
badllama.com
  • Search
  • Log In

aws ansible errors ec2

Common Ansible Errors

cpeters's picture

Fri, 07/28/2017 - 10:14 by cpeters

---------------------------
ec2: error: unrecognized arguments
This is almost certainly caused by placing the EC2 dynamic inventory script in you project's ./library directory. What's happening is that the dynamic inventory python script has the same name as the default EC2 module. Therefore, it overloads the default module at runtime. Put your dynamic inventory scripts in the root directory of your project to avoid this problem.
---------------------------

Tags: 
aws ansible errors ec2
  • Read more about Common Ansible Errors
Powered by Backdrop CMS