Bugfixes (#30)
* Change order of lynis and nmap so that nmap can use its folder. * Add a few more essentials.
This commit is contained in:
parent
8e4690d042
commit
cb112ac9b7
@ -181,5 +181,6 @@
|
|||||||
|
|
||||||
- include: tasks/general/software/telegraf.yml
|
- include: tasks/general/software/telegraf.yml
|
||||||
|
|
||||||
- include: tasks/general/tests/nmap.yml
|
|
||||||
- include: tasks/general/tests/lynis.yml
|
- include: tasks/general/tests/lynis.yml
|
||||||
|
- include: tasks/general/tests/nmap.yml
|
||||||
|
|
||||||
|
@ -49,6 +49,7 @@
|
|||||||
- zsh
|
- zsh
|
||||||
- "{{ opensshd }}"
|
- "{{ opensshd }}"
|
||||||
- "{{ tar }}"
|
- "{{ tar }}"
|
||||||
|
- curl
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: General | Software | Packages | Install Software (DEV)
|
- name: General | Software | Packages | Install Software (DEV)
|
||||||
@ -77,6 +78,7 @@
|
|||||||
name:
|
name:
|
||||||
- which
|
- which
|
||||||
- cronie
|
- cronie
|
||||||
|
- vi
|
||||||
state: present
|
state: present
|
||||||
when: ansible_distribution == "Archlinux"
|
when: ansible_distribution == "Archlinux"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user