Add nmap test.
This commit is contained in:
parent
0495703f16
commit
e24487aabb
@ -47,7 +47,7 @@
|
|||||||
# Additional tasks to configure Desktop Environments
|
# Additional tasks to configure Desktop Environments
|
||||||
- include: tasks/linux/software/flatpaks.yml
|
- include: tasks/linux/software/flatpaks.yml
|
||||||
when: ansible_system == "Linux" and flatpak_distro
|
when: ansible_system == "Linux" and flatpak_distro
|
||||||
|
|
||||||
- name: Worktation | Linux | Packages | Not Implemented
|
- name: Worktation | Linux | Packages | Not Implemented
|
||||||
shell: echo "Not implemented yet. :("
|
shell: echo "Not implemented yet. :("
|
||||||
when: ansible_system == "Linux" and not flatpak_distro
|
when: ansible_system == "Linux" and not flatpak_distro
|
||||||
@ -60,4 +60,5 @@
|
|||||||
become: true
|
become: true
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
- include: tasks/general/tests/nmap.yml
|
||||||
- include: tasks/general/tests/lynis.yml
|
- include: tasks/general/tests/lynis.yml
|
@ -1,3 +1,10 @@
|
|||||||
---
|
---
|
||||||
# Nmap port test
|
# Nmap port test
|
||||||
|
|
||||||
|
- name: General | Tests | nmap | Run
|
||||||
|
shell: "nmap localhost > /root/nmap.txt"
|
||||||
|
|
||||||
|
- name: General | Tests | nmap | Make Report Readable
|
||||||
|
file:
|
||||||
|
path: "/root/nmap.txt"
|
||||||
|
mode: '0444'
|
Loading…
x
Reference in New Issue
Block a user