Better security for machine that runs horizon.
This commit is contained in:
parent
31e3506d30
commit
981b1eff63
|
@ -3,3 +3,4 @@ inventory = hosts
|
|||
stdout_callback = debug
|
||||
vault_password_file = .vault_pass.txt
|
||||
forks = 20
|
||||
host_key_checking = false
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
security_fail2ban_enabled: false
|
|
@ -6,4 +6,5 @@
|
|||
- hosts: horizon
|
||||
become: True
|
||||
roles:
|
||||
- geerlingguy.security
|
||||
- horizon
|
||||
|
|
Loading…
Reference in New Issue