소스 검색

Add Ansible Windows note

Håvard Ose Nordstrand 2 년 전
부모
커밋
3168e18bd2
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      automation/ansible.md

+ 2 - 0
automation/ansible.md

@@ -47,6 +47,8 @@ Config locations:
 - Global: `/etc/ansible/ansible.cfg`
 - User: `~/.ansible.cfg`
 - Project: `ansible.cfg`
+- Override: `ANSIBLE_CONFIG=ansible.cfg`
+    - Required for Windows project configs due to "world-writable config".
 
 Example config: