Metadata-Version: 1.1
Name: aws-inventory
Version: 0.2.0
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  
        (https://pypi.org/project/aws_inventory/)
        
        Install 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  
        
        ## config file options
        
        First, see the examples/ directory for example files that use aws_inventory.
        
        Hostnames in the config file can use tags or metadata.  
        
        Metadata examples:  
        * InstanceId  
        * PublicDnsName  
        * PublicIpAddress  
        * PrivateIpAddress  
        * PrivateDnsName  
        
        
        
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
