Add software to install on member server.

This commit is contained in:
Markus 2016-04-11 22:42:21 +02:00
parent fb36cabe6c
commit 131a99e96b
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,10 @@
---
- name: Install software for mebers
apt: name={{ item }} state=present
with_items:
- apt-dater
- irssi
- netcat6
- screen
- tmux

View File

@ -40,3 +40,4 @@
hosts: oxygen.binary-kitchen.net
roles:
- ldap-pam
- member-sw