복사1 [ ANSIBLE] ansible 에서 windows 로 복사 및 실행 0. 사전 학습 내용 이미 https://shonm.tistory.com/635 내용이 설치 또는 학습 된 상태라는 전제 하에 아래 내용을 하셔야 합니다. 1. 작업할 내용 ansible host 의 /tmp/test2.bat 파일을 windows server 로 복사 windows server 에서 test2.bat 파일을 실행 2. test2.bat 내용 echo test2***** 3. 실행 할 playbook (win.copy.yml 파일로 생성함) - name: copy test hosts: win10 gather_facts: false tasks: - name: win copy win_copy: src: /tmp/test2.bat dest: C:\Temp\test2.bat - name: win.. 2020. 5. 17. 이전 1 다음