From 9e6520b351b45e262c402573ff2b6f5d26a10883 Mon Sep 17 00:00:00 2001 From: James Turland Date: Thu, 7 Mar 2024 09:24:33 +0000 Subject: [PATCH] ansible --- Ansible/Installation/readme.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Ansible/Installation/readme.md 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