We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deba35b commit c558a97Copy full SHA for c558a97
docs/cloudlab.md
@@ -33,8 +33,10 @@ We are going to manage CloudLab machines with Ansible **from our local machine**
33
# Install Ansible
34
#
35
36
-# A Python virtual environment is encouraged, which is not detailed here though.
37
-pip3 install ansible
+sudo apt update
+sudo apt install software-properties-common
38
+sudo add-apt-repository --yes --update ppa:ansible/ansible
39
+sudo apt install ansible
40
ansible-galaxy collection install ansible.posix
41
ansible-galaxy collection install community.general
42
0 commit comments