Ansible 설치
Ansible 명령 쉘 자동완성
Ansible Lint 설치
sudo apt update
sudo apt install -y software-properties-common
sudo apt-add-repository -y -u ppa:ansible/ansible
sudo apt update
sudo apt install -y ansible
sudo apt install -y python3-argcomplete
sudo activate-global-python-argcomplete3
sudo apt install -y ansible-lint
exec bash
'클라우드 > 앤서블(Ansible)' 카테고리의 다른 글
앤서블 Ansible 동작 원리 (0) | 2021.07.27 |
---|---|
앤서블 Ansible 이란? / Ansible 용어 (0) | 2021.07.27 |
IaC 개요 (0) | 2021.07.27 |
su 와 sudo 차이점 / sudoers 파일 (0) | 2021.07.26 |
SSH ssh keypair 생성 / authorized_keys 파일 / AWS 에 public key 등록하기 (0) | 2021.07.26 |