Skip to content
Snippets Groups Projects
Verified Commit d356480b authored by Chris Croome's avatar Chris Croome
Browse files

Removed unused molecule config

parent a9f161cb
No related branches found
No related tags found
No related merge requests found
Pipeline #26807 passed
---
- name: Converge
hosts: all
tasks:
- name: Include and run the fail2ban role
include_role:
name: fail2ban
---
- name: Converge
hosts: all
tasks:
- name: Spoof directories for testing
file:
path: "{{ item }}"
state: directory
with_items:
- /var/log/apache2
- name: Spoof log files for testing
copy:
content: ""
dest: "{{ item }}"
force: false
with_items:
- /var/log/auth.log
- /var/log/messages
- /var/log/apache2/phpmyadmin_access.log
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment