To use this script, you need the following things:
- Access to the Egee.io game server via ssh key
- Linux (Native, VM, Linux Subsystem for Windows, etc)
- Ansible
To get started with this script, you'll need to install Ansible. From a terminal, run:
sudo apt install python-pip
sudo pip install ansible
Once Ansible is installed do these things:
- Clone this repo
- Open the
inventory
file and replace the ip address with the egee.io ip address (or just egee.io itself) - From a terminal in the repo directory, run
ansible-playbook playbook.yml