본문 바로가기
Infra/DevOps

[Ansible] Ansible 설치 가이드

by 진꿈청 2024. 7. 29.
  • AWS의 EC2에 Ansible Server 설치
    • sudo amazon-linux-extras install epel -y
    • sudo yum install –y ansible
    • ssh-keygen
    • ssh-copy-id ec2-user@[ec2_ip_address] <- 안됨
    • ansible 퍼블릭키를 직접 원하는 서버의 authorized_keys에 복사 <- 됨
  • Ansible Test
    • ssh ec2-user@[ec2_ip_address]