25 Zeilen
707 B
YAML
25 Zeilen
707 B
YAML
|
---
|
||
|
namespace: sebastian
|
||
|
name: systemd
|
||
|
version: 0.1.0
|
||
|
|
||
|
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
|
||
|
readme: README.md
|
||
|
|
||
|
# A list of the collection's content authors. Can be just the name or in the format 'Full Name <email> (url)
|
||
|
# @nicks:irc/im.site#channel'
|
||
|
authors:
|
||
|
- Sebastian Tobie
|
||
|
description: An simple for generating systemd units with ansible
|
||
|
license_file: 'LICENSE'
|
||
|
tags:
|
||
|
- systemd
|
||
|
- linux
|
||
|
dependencies: {}
|
||
|
repository: https://gitea.sebastian-tobie.de/sebastian/ansible-systemd
|
||
|
# documentation: http://docs.example.com
|
||
|
# homepage:
|
||
|
issues: https://gitea.sebastian-tobie.de/sebastian/ansible-systemd/issues
|
||
|
build_ignore: []
|
||
|
# manifest: null
|