Skip to content

Commit

Permalink
Added some extra info
Browse files Browse the repository at this point in the history
  • Loading branch information
r3ap3rpy committed Jan 20, 2019
1 parent cb7a454 commit 3714766
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,13 @@ ssh-keygen
ssh-copy-id ansible@target
```
Make sure you copy the key to the host itself too.

Python is needed for ansible to work so you should have at least a version 2.* on each system against which you work.

If you use a centos based machine perform these tasks before you do anything.

```bash
yum update

yum install python python-devel ansible openssl
```

0 comments on commit 3714766

Please sign in to comment.