Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jdauphant/ansible-cloudsigma-inventory
Script for retrieve Ansible inventory from Cloudsigma
https://github.com/jdauphant/ansible-cloudsigma-inventory
Last synced: 24 days ago
JSON representation
Script for retrieve Ansible inventory from Cloudsigma
- Host: GitHub
- URL: https://github.com/jdauphant/ansible-cloudsigma-inventory
- Owner: jdauphant
- License: bsd-2-clause
- Created: 2014-02-15T16:53:23.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-07-05T09:45:15.000Z (over 8 years ago)
- Last Synced: 2023-03-14T16:10:30.142Z (almost 2 years ago)
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ansible-cloudsigma-inventory
============================Script for retrieve Ansible inventory from Cloudsigma
# Example commands
Ping all your device (need ssh keys on each servers)
ansible -i cloudsigma-inventory.py -m ping# Notes
- You can have problem if some server have the same name ( If it's your case : use dns_name meta for correct that )