Skip to main content

3- ansible 설치하기

  1. yum으로 설치하기
    $> yum install epel-release -y
    $> yum install ansible -y
  2. pip으로 설치하기
    $> pip install ansible