浏览代码

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