ansible-role--basesystem/tasks/network.yml

12 lines
158 B
YAML
Raw Normal View History

2015-12-27 18:48:21 +00:00
---
- name: "Installing network tools"
apt: >
name="{{item}}"
state=present
with_items:
- nmap
- wireshark
- manpages-dev
- vlan