39 lines
563 B
Markdown
39 lines
563 B
Markdown
Gondwana
|
|
=========
|
|
|
|
Ansible role to deploy Gondwana MineCraft server on Kubernetes.
|
|
|
|
Requirements
|
|
------------
|
|
|
|
A Kubernetes cluster.
|
|
|
|
Role Variables
|
|
--------------
|
|
|
|
target_namespace: a namespace in which to deploy this application (will be created)
|
|
|
|
Dependencies
|
|
------------
|
|
|
|
geerlingguy.containerd
|
|
geerlingguy.kubernetes
|
|
|
|
Example Playbook
|
|
----------------
|
|
|
|
- hosts: servers
|
|
roles:
|
|
- { role: ericomeehan.gondwana, target_namespace: prod }
|
|
|
|
License
|
|
-------
|
|
|
|
BSD
|
|
|
|
Author Information
|
|
------------------
|
|
|
|
Eric O'Neill Meehan
|
|
https://www.eom.dev/
|