John Sutterfield
d5a5e37fcf
Add fallback check for IAM role temp creds ( #40240 )
...
* Add fallback check for IAM role temp creds
2018-05-16 14:27:49 -04:00
Will Thames
3b74dc2f6e
Improve aws_ec2 plugin documentation ( #37689 )
...
* Better formatting
* More examples
2018-04-11 23:01:18 -04:00
flowerysong
b345b79dcd
aws_ec2 inventory: add support for tag values as hostnames ( #35880 )
2018-04-11 19:34:06 -04:00
Sloane Hertel
73fd593d45
aws_ec2 inv plugin: remove extra call to verify_file ( #36588 )
...
* Remove extra call to verify_file
* Allow next inventory plugin to be tried if the file isn't verified
2018-02-22 12:10:47 -05:00
Sloane Hertel
b39534201f
[cloud] If inventory file isn't able to be parsed by aws_ec2, raise an AnsibleParserError ( #36387 )
...
* If inventory file isn't able to be parsed by aws_ec2, return an empty dict instead of None
* Raise an AnsibleParserError instead
* remove extra lines
* aws_ec2 inventory plugin - fix path matching logic
2018-02-19 17:12:56 -05:00
Sloane Hertel
1454cafd14
[cloud] snake_case hostvars in aws_ec2 inventory plugin ( #35306 )
...
* snake_case hostvars in aws_ec2 inventory plugin for improved compatibility with AWS modules
* Format tags with boto3_tag_list_to_ansible_dict
2018-01-26 15:10:45 -05:00
Sloane Hertel
b94198f9de
[cloud] New inventory plugin: aws_ec2 ( #34416 )
...
aws_ec2 is an inventory plugin intended to replace uses of the `contrib/inventory/ec2.py`
inventory script.
For advanced grouping, please use the `constructed` inventory plugin.
2018-01-22 18:49:57 -05:00