Better security for machine that runs horizon.

This commit is contained in:
Egon Rijpkema 2018-10-03 13:45:54 +02:00
parent efd914de40
commit 1d56769405
3 changed files with 4 additions and 0 deletions

View File

@ -3,3 +3,4 @@ inventory = merlin
stdout_callback = debug
vault_password_file = .vault_pass.txt
forks = 20
host_key_checking = false

2
group_vars/horizon.yml Normal file
View File

@ -0,0 +1,2 @@
---
security_fail2ban_enabled: false

View File

@ -6,4 +6,5 @@
- hosts: horizon
become: True
roles:
- geerlingguy.security
- horizon