Metadata-Version: 2.1
Name: ansible-terminal
Version: 0.10.0
Summary: SSH/SFTP Terminal Manager for Ansible
Home-page: https://github.com/aytuncbeken/ansible-terminal
Author: Aytunc Beken
Author-email: aytuncbeken.ab@gmail.com
License: UNKNOWN
Description: # Ansible SSH
        This script list hosts which are defined in Ansible Inventory and open SSH/SFTP connection to host which is selected.
        
        ## Usage
        Print usage:
        
        ```ansible-ssh ```
        
        Print version:
        
        ```ansible-ssh -v```
        
        Work with Ansible Inventory
        
        ```ansible-ssh --ansible-inventory-path <Full Path To Inventory Directory or File>``` 
        
        PyPI - https://pypi.org/project/ansible-terminal/
Platform: UNKNOWN
Requires-Python: >=2.7, <=3.0
Description-Content-Type: text/markdown
