Metadata-Version: 1.1
Name: aws-inventory
Version: 0.1.2
Summary: A simple dynamic AWS inventory for Ansible
Home-page: https://github.com/zahna/aws_inventory
Author: Scott Zahn
Author-email: scott@zahna.com
License: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Download-URL: https://pypi.python.org/pypi/aws_inventory
Description-Content-Type: UNKNOWN
Description: # aws_inventory
        A dynamic AWS inventory for Ansible
        
        See the examples directory for example files that use aws_inventory.
        
        Examples:  
        pip install aws_inventory  
        pip install git+https://github.com/zahna/aws_inventory.git#egg=master  
        pip install -e git+https://github.com/zahna/aws_inventory.git#egg=master  
        
        Hostnames in the config file can use tags or metadata.  
        Examples of useful metadata vars:  
        InstanceId  
        PublicDnsName  
        PublicIpAddress  
        PrivateIpAddress  
        PrivateDnsName  
        
        config file
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: System :: Systems Administration
