winrm (2) 썸네일형 리스트형 Windows Ansible | [Playbook] shutdown, reboot, service winrm 설치는 여기 참조 윈도우 전원 shutdown --- - hosts: all gather_facts: no ignore_unreachable: yes tasks: - name: Run an executable and send data to the stdin for the executable win_command: powershell.exe Stop-Computer -Force 윈도우 전원 reboot --- - hosts: all gather_facts: no ignore_unreachable: yes tasks: - name: Reboot the machine with all defaults win_reboot: 윈도우 서비스 모듈 start_mode : auto | delayed | dis.. 9. ansible | windows winrm을 이용한 ansible 사용 1. ssh를 사용하는 리눅스 대신 윈도우는 winrm 모듈의 http를 통하여 powershell 플러그인과 통신을 통하여 ansible을 이용할 수 있음. 2. 테스트 환경 : windows server 2012 3. windows server 2012는 기본적으로 winrm 이 동작중 PS C:\Users\Administrator> Get-Service -Name winrm Status Name DisplayName ------ ---- ----------- Running winrm Windows Remote Management (WS-Manag... 4. winrm listener 정보 확인 - http default port 5985을 사용 PS C:\Users\Administrator> win.. 이전 1 다음