35 Zeilen
701 B
YAML
35 Zeilen
701 B
YAML
|
---
|
||
|
namespace: sebastian
|
||
|
name: base
|
||
|
version: 0.2.0
|
||
|
|
||
|
readme: README.md
|
||
|
|
||
|
authors:
|
||
|
- Sebastian Tobie
|
||
|
description: >
|
||
|
The base of my ansible collections. It provides the nessesary tools for my modules
|
||
|
license_file: LICENSE
|
||
|
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
|