From 640d74a85199e9c7093edb1b65dc6048cb6e4366 Mon Sep 17 00:00:00 2001 From: Sebastian Haderecker Date: Mon, 1 Jul 2019 02:15:14 +0200 Subject: [PATCH] Update README.md --- cloud/ansible/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cloud/ansible/README.md b/cloud/ansible/README.md index 03cf6531..378431b8 100644 --- a/cloud/ansible/README.md +++ b/cloud/ansible/README.md @@ -37,10 +37,13 @@ Ansible works over the SSH Port, so you don't have to add any special rules to y ## Ansible Installation +Example for Ubuntu 18.04: At first we need to add the repository and install Ansible: `sudo apt-add-repository --yes --update ppa:ansible/ansible` `sudo apt install ansible` +For other OSes and Distros have a look at the official [Ansible Documentation](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html). + ## Agent Forwarding Agent Forwarding must be enabled in order to let Ansible do its work.