Update README.md

This commit is contained in:
Sebastian Haderecker 2019-07-01 02:15:14 +02:00 committed by GitHub
parent 54ed268041
commit 640d74a851
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,10 +37,13 @@ Ansible works over the SSH Port, so you don't have to add any special rules to y
<a name="ansible"></a> <a name="ansible"></a>
## Ansible Installation ## Ansible Installation
Example for Ubuntu 18.04:
At first we need to add the repository and install Ansible: At first we need to add the repository and install Ansible:
`sudo apt-add-repository --yes --update ppa:ansible/ansible` `sudo apt-add-repository --yes --update ppa:ansible/ansible`
`sudo apt install 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).
<a name="agent-forwarding"></a> <a name="agent-forwarding"></a>
## Agent Forwarding ## Agent Forwarding
Agent Forwarding must be enabled in order to let Ansible do its work. Agent Forwarding must be enabled in order to let Ansible do its work.