Metadata-Version: 2.1
Name: aws-inventory
Version: 0.5.7
Summary: A dynamic AWS inventory for Ansible which groups nodes using regular expressions.
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: # 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  
        
        git clone https://github.com/zahna/aws_inventory.git#egg=master  
        pip install -e /path/to/aws_inventory  
        
        ## 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:  
          * EC2 tags such as "Name"  
          * 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
Description-Content-Type: text/markdown
