Ansible에서 Windows RDP 다중 세션 사용
동기 부여
Windows의 발판 서버에서 여러 세션을 하고 싶은 상황이 있었습니다.
유저 작성이나의 흐름으로 실행하면 좋을까.
환경
방법
레지스트리를 편집합니다.
multi-rdp-sessions/tasks/main.yml
- name: "Allow Multiple RDP Sessions"
win_regedit:
path: HKLM:\System\CurrentControlSet\Control\Terminal Server
name: fSingleSessionPerUser
data: 0
type: dword
state: present
참고
Reference
이 문제에 관하여(Ansible에서 Windows RDP 다중 세션 사용), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/yo_C_ta/items/9f306fbca115760096a3텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)