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