12 lines
141 B
YAML
12 lines
141 B
YAML
---
|
|
|
|
- name: Install software for members
|
|
apt: name={{ item }}
|
|
with_items:
|
|
- ansible
|
|
- git
|
|
- irssi
|
|
- netcat6
|
|
- screen
|
|
- tmux
|