Split fedora and manjaro playbooks
Split playbooks to better accomodate development of both.
This commit is contained in:
10
fedora/ansible/software_security/tasks/main.yml
Normal file
10
fedora/ansible/software_security/tasks/main.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
# Install security tools
|
||||
- name: Ensure common security tools installed
|
||||
dnf:
|
||||
name:
|
||||
- nmap
|
||||
- tcpdump
|
||||
- tcpreplay
|
||||
- wireshark-cli
|
||||
become: yes
|
||||
Reference in New Issue
Block a user