https://github.com/stuttgart-things/ansible
ansible collections, playbooks and snippets.
https://github.com/stuttgart-things/ansible
ansible collections playbooks requirements
Last synced: about 1 month ago
JSON representation
ansible collections, playbooks and snippets.
- Host: GitHub
- URL: https://github.com/stuttgart-things/ansible
- Owner: stuttgart-things
- License: apache-2.0
- Created: 2024-12-14T06:18:24.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-04-02T08:04:08.000Z (about 1 month ago)
- Last Synced: 2025-04-02T09:22:45.614Z (about 1 month ago)
- Topics: ansible, collections, playbooks, requirements
- Homepage:
- Size: 218 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stuttgart-things/ansible
ansible collections, playbooks and snippets.
## COLLECTIONS
* [BASEOS](collections/baseos/README.md)
* [CONTAINER](collections/container/README.md)
* [RKE](collections/rke/README.md)
* [AWX](collections/awx/README.md)## DEV
BUILD ANSIBLE COLLECTION
```bash
task build-collection
```## TASKS
TASKS
```bash
task: Available tasks for this project:
* branch: Create branch from main
* build-collection: Build ansible collection
* check: Run pre-commit hooks
* commit: Commit + push code into branch
* create-release: Create release on github w/ artifact
* do: Select a task to run
* pr: Create pull request into main
* setup-venv: Setup python virtual environment
```## LICENSE
APACHE 2.0
Copyright 2025 patrick hermann.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.```bash
Author Information
-------------------
Patrick Hermann, stuttgart-things 11/2024```