사용자 도구

사이트 도구


devops:ansible

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판 양쪽 다음 판
devops:ansible [2021/12/20 15:32]
kwon37xi
devops:ansible [2021/12/20 15:33]
kwon37xi [shell completion]
줄 154: 줄 154:
 sudo apt install python3-argcomplete sudo apt install python3-argcomplete
 </code> </code>
-  * 아래 항목을 ''.bashrc'' 에 넣는다. (전역 설정도 가능함) +  * 아래 항목을 ''.bashrc'' 에 넣는다 배포판에 따라 ''register-python-argcomplete''(3제외)일 수도 있음. (전역 설정도 가능함)
 <code sh> <code sh>
-eval $(register-python-argcomplete ansible) +eval $(register-python-argecomplete3 ansible) 
-eval $(register-python-argcomplete ansible-config) +eval $(register-python-argecomplete3 ansible-config) 
-eval $(register-python-argcomplete ansible-console) +eval $(register-python-argecomplete3 ansible-console) 
-eval $(register-python-argcomplete ansible-doc) +eval $(register-python-argecomplete3 ansible-doc) 
-eval $(register-python-argcomplete ansible-galaxy) +eval $(register-python-argecomplete3 ansible-galaxy) 
-eval $(register-python-argcomplete ansible-inventory) +eval $(register-python-argecomplete3 ansible-inventory) 
-eval $(register-python-argcomplete ansible-playbook) +eval $(register-python-argecomplete3 ansible-playbook) 
-eval $(register-python-argcomplete ansible-pull) +eval $(register-python-argecomplete3 ansible-pull) 
-eval $(register-python-argcomplete ansible-vault)+eval $(register-python-argecomplete3 ansible-vault) 
 </code> </code>
  
devops/ansible.txt · 마지막으로 수정됨: 2023/01/14 13:38 저자 kwon37xi