Browse Source

Disable hosts.deny/PARANOID mode by default

Emmanuel Bouthenot 11 years ago
parent
commit
201bd56803
1 changed files with 1 additions and 1 deletions
  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