Skip to main content

3- ansible 설치하기

image.png

perplexity에서 생성한 AI이미지
  1. yum으로 설치하기
    $> yum install epel-release -y
    $> yum install ansible -y
  2. pip으로 설치하기
    $> pip install ansible