first commit
This commit is contained in:
9
tasks/install.yml
Normal file
9
tasks/install.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
- name: install fail2ban
|
||||
apt:
|
||||
name: fail2ban
|
||||
update_cache: true
|
||||
|
||||
- name: gather installed packages
|
||||
package_facts:
|
||||
manager: apt
|
||||
Reference in New Issue
Block a user