17 lines
296 B
YAML
17 lines
296 B
YAML
|
galaxy_info:
|
||
|
author: saibotk
|
||
|
description: Deploys a minecraft server with docker and an optional RCON webinterface.
|
||
|
license: GPL-3.0-only
|
||
|
min_ansible_version: 2.9
|
||
|
|
||
|
platforms:
|
||
|
- name: CentOS
|
||
|
versions:
|
||
|
- 7
|
||
|
|
||
|
galaxy_tags: []
|
||
|
|
||
|
dependencies:
|
||
|
- docker
|
||
|
- docker-compose
|