# 3- ansible 설치하기
[![image.png](http://igoni.kr/uploads/images/gallery/2025-06/scaled-1680-/3R2image.png)](http://igoni.kr/uploads/images/gallery/2025-06/3R2image.png)
perplexity에서 생성한 AI이미지
1. yum으로 설치하기 ```shell $> yum install epel-release -y $> yum install ansible -y ``` 2. pip으로 설치하기 ```shell $> pip install ansible ```