35 Zeilen
705 B
YAML
35 Zeilen
705 B
YAML
---
|
|
namespace: sebastian
|
|
name: base
|
|
version: 0.4.1
|
|
|
|
readme: README.md
|
|
|
|
authors:
|
|
- Sebastian Tobie
|
|
description: >
|
|
The base of my ansible collections. It provides the nessesary tools for my modules
|
|
license_file: LICENSE.txt
|
|
tags:
|
|
- linux
|
|
- systemd
|
|
dependencies: {}
|
|
|
|
repository: https://gitea.sebastian-tobie.de/ansible/ansible-module.git
|
|
# documentation: https://gitea.sebastian-tobie.de/ansible/ansible-module
|
|
homepage: https://gitea.sebastian-tobie.de/ansible/ansible-module
|
|
issues: https://gitea.sebastian-tobie.de/ansible/ansible-module/issues
|
|
|
|
build_ignore:
|
|
- "*.gz"
|
|
- ".*"
|
|
- Makefile
|
|
- pyproject.toml
|
|
- upload.sh
|
|
- htmlcov
|
|
- changelogs
|
|
- docs
|
|
- src
|
|
- "coverage.*"
|
|
- dist
|