반응형
AWS에서 EC2를 이용하는 경우, 기본적으로 SSH접근은 private pem file을 이용하여 접근을 하는데, Ansible에서는 pem file을 어떻게 등록할까를 알아보다가 적당한 옵션을 찾게 되어 포스팅한다.
[ec2:vars] ansible_ssh_private_key_file=/etc/ansible/aws-test.pem ansible_user=ubuntu [ec2] 41.123.123.123 51.213.123.123
이제 password 기반 및 pem key 기반에서도 ansible을 이용할 수 있게 되었다!
반응형
'개발 > Ansible' 카테고리의 다른 글
[Ansible] Internal Error: this connection module does not support running commands via sudo 해결 (0) | 2019.05.21 |
---|---|
[Ansible] playbook 작성 시 ansible_facts 활용 (0) | 2019.05.21 |
[Ansible] Windows 환경에서의 Inventory 구성 (0) | 2019.04.12 |
[Ansible] retry 파일 비활성화 (0) | 2019.02.27 |
[Ansible] inventory default vars (0) | 2017.11.07 |