본문 바로가기

클라우드/앤서블(Ansible)

앤서블 Ansible 설치

https://docs.ansible.com/

 

Ansible Documentation

Ansible Documentation An enterprise automation platform for the entire IT organization, no matter where you are in your automation journey

docs.ansible.com

 

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