nautik1 / ansible-role-supertuxkart

A simple role to install a Supertuxkart server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible-role-supertuxkart

This role helps installing a Supertuxkart server.

Requirements

Any debian-based linux should work, preferably Ubuntu 20.04.

Tested with:

  • Supertuxkart 1.1
  • Ansible 2.9.10
  • Ubuntu 20.04 on Gandi Cloud

Role Variables

Variable Description Example
server_name The public description of the Supertuxkart server your-server-name

Dependencies

No dependency, Supertuxkart installed from Github sources (built locally): https://github.com/supertuxkart/stk-code

Example Playbook

Sample playbook:

    - name: Install Supertuxkart
      hosts: all
      roles:
        - nautik1.supertuxkart

Sample inventory:

all:
  hosts:
    <ip-or-hostname>:

License

WTFPL

About

A simple role to install a Supertuxkart server