mirror of
https://github.com/pigmonkey/spark.git
synced 2026-07-25 17:04:09 +00:00
add network diagnostic tools
This commit is contained in:
parent
90190826e1
commit
07570a6ec2
1 changed files with 12 additions and 0 deletions
|
|
@ -20,10 +20,22 @@
|
|||
- name: Install lftp
|
||||
pacman: name=lftp state=present
|
||||
|
||||
- name: Install nmap
|
||||
pacman: name=nmap state=present
|
||||
|
||||
- name: Install tcpdump
|
||||
pacman: name=tcpdump state=present
|
||||
|
||||
- name: Install pdsh
|
||||
aur: name=pdsh user={{ user.name }}
|
||||
tags:
|
||||
- aur
|
||||
|
||||
- name: Install wireshark
|
||||
pacman: name=wireshark-qt state=present
|
||||
|
||||
- name: Add user to wireshark group
|
||||
user: name={{ user.name }} groups=wireshark append=yes
|
||||
|
||||
- include: firewall.yml
|
||||
- include: macchiato.yml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue