https://github.com/alancoding/scm-inventory-paths
Ansible inventory plugin search paths defined in a project
https://github.com/alancoding/scm-inventory-paths
Last synced: 4 months ago
JSON representation
Ansible inventory plugin search paths defined in a project
- Host: GitHub
- URL: https://github.com/alancoding/scm-inventory-paths
- Owner: AlanCoding
- License: mit
- Created: 2019-09-19T18:00:45.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-19T18:15:57.000Z (almost 6 years ago)
- Last Synced: 2025-01-03T05:38:55.612Z (6 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Tower SCM inventory search paths
This shows a totally-not-crazy way to manage a large swath of inventory
plugins inside of a repo used inside of Ansible Tower.Test locally:
```
ansible-doc -t inventory -l
```Now parse a particular inventory:
```
ansible-inventory -i inventories/cow.yaml --list --export
ansible-inventory -i inventories/fox.yaml --list --export
```