https://github.com/alancoding/tower-cli-examples
Repository to share and maintain scripts that manage common data sets with tower-cli
https://github.com/alancoding/tower-cli-examples
ansible ansible-tower awx awx-cli client-library python tower-cli
Last synced: 6 months ago
JSON representation
Repository to share and maintain scripts that manage common data sets with tower-cli
- Host: GitHub
- URL: https://github.com/alancoding/tower-cli-examples
- Owner: AlanCoding
- License: apache-2.0
- Created: 2016-08-01T01:12:19.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-04T15:55:50.000Z (over 7 years ago)
- Last Synced: 2025-03-27T22:51:11.152Z (7 months ago)
- Topics: ansible, ansible-tower, awx, awx-cli, client-library, python, tower-cli
- Language: Shell
- Size: 39.1 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tower-cli-examples
Repository to share and maintain scripts that manage common data sets with tower-cli## bash
Most of the examples are in this folder.
These examples are written in bash### looping
This tries to create 25 of most common resource types.
```
source bash/looping.sh
```In dev environment, this script has been timed to take 20 minutes.
This may grow as more resources are added.