inflearn logo
Khóa học

Khóa học

Chia sẻ kiến thức

Bài viết của hagarakyo

hagarakyo hagarakyo

@hagarakyo2058

Số lượng đánh giá đã viết
1
Xếp hạng trung bình
5.0

Bài viết 4

Hỏi & Đáp

feature-planning-workflow.md 파일

오 선생님 근데 md파일은 있는데 강의자료가 없어진거같은데 맞나요

Lượt thích
0
Số bình luận
5
Lượt xem
126

Hỏi & Đáp

ansible server에서 window로 ssh접속확인시 오류가 납니다.

https://learn.microsoft.com/ko-kr/windows-server/administration/openssh/openssh_install_firstuse?tabs=powershell 를 따라서 window ssh 서버 클라이언트 설치하고 ansinble-server와 윈도우 pc(쿠버네티스 돌아갈 host)에 python 3.9로 설치해줬고, ansible-server에서 pip install pywinrm 설치 linux에서 ssh-keygen 한 것 윈도우 pc에 authorized_key에 직접 복사해줬음 https://github.com/AlbanAndrieu/ansible-windows/blob/master/files/ConfigureRemotingForAnsible.ps 에서 파일 직접 받아서 파워쉘에서 powershell.exe -ExecutionPolicy ByPass -File C:\Users\user\Downloads\ConfigureRemotingForAnsible.ps1 파워쉘에서 실행 ansible-server에서 vi /ect/ansible/host [local] localhost [docker] 172.17.0.3 [windows] 본인 컴퓨터(윈도우) host pc의 ip입력 [windows:vars] ansible_password='본인 컴퓨터((윈도우) host pc 비밀번호 입력' ansible_connection=winrm ansible_winrm_server_cert_validation=ignore ansible_user=user ansible_port=5986 를 작성해서 저장 ansible windows -m win_ping -u user win_ping으로 핑 테스트 하면 정상 동작함

Lượt thích
0
Số bình luận
2
Lượt xem
318