memo/ansible1 ansible 설치하고 기본 명령어 테스트 아래 명령어로 ansible 설치 (Ubuntu 기준) // 패키지 설치 sudo apt-get update sudo apt-get install apt-transport-https wget gnupg // Ansible 레포지토리에 추가 sudo apt-add-repository ppa:ansible/ansible //ansible 설치 apt-get update apt-get install ansible // 설치 확인 ansible --version ansible은 다루고자 하는 호스트들의 정보를 ~/etc/ansible/hosts 에 저장할 수 있음. 하여 아래와 같이 본인이 다루고자 하는 호스트들의 ip를 넣어준다. (devops라는 그룹에 묶인 두개의 호스트들) 그리고 이제 기본적인 테스트들을.. 2022. 10. 8. 이전 1 다음