LoginSignup
0
0

UbuntuにAnsibleをインストール

Posted at

目的

Ansibleを使ってterraformでプロヴィジョニングをしたVMに、k8sを導入する必要が出てきた。今回は、ansibleを導入する。

インストール

sudo apt update
sudo apt -y install software-properties-common
sudo apt-add-repository --yes --update ppa:ansible/ansible
sudo apt -y install ansible

確認

image.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0