Skip to content

Commit

Permalink
docs: install Ansible with apt
Browse files Browse the repository at this point in the history
  • Loading branch information
whentojump committed Jul 27, 2023
1 parent deba35b commit c558a97
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/cloudlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ We are going to manage CloudLab machines with Ansible **from our local machine**
# Install Ansible
#

# A Python virtual environment is encouraged, which is not detailed here though.
pip3 install ansible
sudo apt update
sudo apt install software-properties-common
sudo add-apt-repository --yes --update ppa:ansible/ansible
sudo apt install ansible
ansible-galaxy collection install ansible.posix
ansible-galaxy collection install community.general

Expand Down

0 comments on commit c558a97

Please sign in to comment.