ansible 썸네일형 리스트형 [ansible] 1. ansible 설치 테스트 VM 환경 정보 OS : CentOS Linux release 7.9 hostname : ansible , ansible-client IP : 10.10.10.10 , 10.10.10.11 ansible version : 2.9.25 yum install -y epel-release yum repolist ansible 설치 및 버전확인 yum install -y ansible ansible --version hosts 파일에 호스트 등록 vi /etc/hosts 10.10.10.10ansible 10.10.10.11ansible-client password 없이 ssh 접속을 위한 ssh key copy ssh-keygen ssh-copy-id root@10.10.10.11 ssh root@10.. 더보기 이전 1 다음