ソースを参照

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