Explorar el Código

Disable hosts.deny/PARANOID mode by default

Emmanuel Bouthenot hace 11 años
padre
commit
201bd56803
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      group_vars/all

+ 1 - 1
group_vars/all

@@ -15,7 +15,7 @@ admins:
 email_forward: kolter@openics.org
 
 hosts_deny_nfs: False
-host_deny_paranoid: True
+host_deny_paranoid: False
 
 with_auto_upgrade: True
 with_logcheck: True