Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-04T15:55:50.000Z (over 6 years ago)
- Last Synced: 2024-10-30T07:49:01.898Z (3 months ago)
- Topics: ansible, ansible-tower, awx, awx-cli, client-library, python, tower-cli
- Language: Shell
- Size: 39.1 KB
- Stars: 3
- Watchers: 3
- 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.