26 lines
636 B
YAML
26 lines
636 B
YAML
# SPDX-License-Identifier: MIT-0
|
|
galaxy_info:
|
|
author: Alex Tavarez
|
|
description: A role that aids in the deployment and bootstrapping of a new VPS.
|
|
company: SUKAATO
|
|
issue_tracker_url: https://git.sukaato.moe/admin/skato-ansible/issues
|
|
|
|
# Choose a valid license ID from https://spdx.org - some suggested licenses:
|
|
# - BSD-3-Clause (default)
|
|
# - MIT
|
|
# - GPL-2.0-or-later
|
|
# - GPL-3.0-only
|
|
# - Apache-2.0
|
|
# - CC-BY-4.0
|
|
license: license (GPL-2.0-or-later, MIT, etc)
|
|
min_ansible_version: "2.1"
|
|
galaxy_tags:
|
|
- sukaato
|
|
- vps
|
|
- server
|
|
- web
|
|
|
|
dependencies:
|
|
- community.general
|
|
# - containers.podman
|