diff --git a/Ansible/Installation/readme.md b/Ansible/Installation/readme.md new file mode 100644 index 0000000..335b0d2 --- /dev/null +++ b/Ansible/Installation/readme.md @@ -0,0 +1,18 @@ +# Update Repos +``` +sudo apt update +``` +# Install Dependencies +``` +sudo apt install software-properties-common +``` + +# Add Ansible Repo +``` +sudo add-apt-repository --yes --update ppa:ansible/ansible +``` + +# Install Ansible +``` +sudo apt install ansible +``` \ No newline at end of file