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.