소스 검색

Disable hosts.deny/PARANOID mode by default

Emmanuel Bouthenot 11 년 전
부모
커밋
201bd56803
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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