소스 검색

Updated ansible.cfg for new setup

Till Klocke 9 년 전
부모
커밋
43bd1c843b
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      ansible.cfg

+ 3 - 1
ansible.cfg

@@ -1,2 +1,4 @@
 [defaults]
-roles_path=./roles:./galaxy-roles
+roles_path=roles/internal:roles/external
+vault_password_file=.vault-password
+host_key_checking = False