참고 문서

https://docs.ansible.com/projects/ansible/latest/installation_guide/installation_distros.html#installing-ansible-on-ubuntu

https://developer.hashicorp.com/terraform/install#linux

 

 

ubuntu 24.04 LTS 설치
######## Ansible 2.9.6 ########
sudo apt update
sudo apt install software-properties-common
sudo add-apt-repository --yes --update ppa:ansible/ansible
sudo apt install ansible

######## Terraform ########
wget -O - https://apt.releases.hashicorp.com/gpg | sudo gpg --dearmor -o /usr/share/keyrings/hashicorp-archive-keyring.gpg
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(grep -oP '(?<=UBUNTU_CODENAME=).*' /etc/os-release || lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/hashicorp.list
sudo apt update && sudo apt install terraform

 

'리눅스 > Debian' 카테고리의 다른 글

bandit 풀이  (0) 2023.08.09
확인 관련 명령어 정리  (0) 2023.08.09
iptables  (0) 2023.08.07
ownCloud  (0) 2023.08.07
LAMP  (0) 2023.08.07

+ Recent posts