2016-04-11 22:42:21 +02:00
|
|
|
---
|
|
|
|
|
2016-07-28 12:23:48 +02:00
|
|
|
- name: Install software for members
|
2017-07-02 22:17:32 +02:00
|
|
|
apt: name={{ item }}
|
2016-04-11 22:42:21 +02:00
|
|
|
with_items:
|
2018-06-13 14:53:59 +02:00
|
|
|
- ansible
|
2016-07-28 12:21:08 +02:00
|
|
|
- git
|
2016-04-11 22:42:21 +02:00
|
|
|
- irssi
|
|
|
|
- netcat6
|
|
|
|
- screen
|
|
|
|
- tmux
|