Adding zandronum repo, zandronum-server, bzflag-server, and minetest + mods

This commit is contained in:
Ubergeek 2019-02-05 23:45:35 +00:00
parent 47957e7fe7
commit 10688092f0
2 changed files with 30 additions and 3 deletions

6
hosts
View File

@ -1,8 +1,8 @@
[common]
phoenix.thunix.cf
phoenix.thunix.cf ansible_connection=local
[shell]
phoenix.thunix.cf
phoenix.thunix.cf ansible_connection=local
[webserver]
phoenix.thunix.cf
phoenix.thunix.cf ansible_connection=local

View File

@ -11,6 +11,11 @@
url: https://keybase.io/ihabunek/pgp_keys.asc
state: present
- name: Add apt key for zandronum
apt_key:
url: http://debian.drdteam.org/drdteam.gpg
state: present
- name: Add weechat repo
apt_repository:
repo: 'deb https://weechat.org/debian stretch main'
@ -24,6 +29,12 @@
state: present
update_cache: yes
- name: Add zandronum repo
apt_repository:
repo: 'deb http://debian.drdteam.org/ stable multiverse'
state: present
update_cache: yes
- name: Install baseline packages
apt:
name: "{{ packages }}"
@ -121,6 +132,22 @@
- cmake
- libsdl2-dev
- p7zip-full
- bzflag-server
- minetest-data
- minetest-mod-advspawning
- minetest-mod-animalmaterials
- minetest-mod-animals
- minetest-mod-maidroid
- minetest-mod-mesecons
- minetest-mod-mobf-core
- minetest-mod-mobf-trap
- minetest-mod-moreblocks
- minetest-mod-moreores
- minetest-mod-nether
- minetest-mod-pipeworks
- minetest-mod-torches
- minetest-server
- zandronum-server
#Install python packages, when it's the latest
- name: Install pip packages