Skip to content

Commit aab6b74

Browse files
author
lerndevops
authored
Update and rename InsallAnsible.txt to README.md
1 parent 0210c82 commit aab6b74

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

ansible/install/InsallAnsible.txt

Lines changed: 0 additions & 12 deletions
This file was deleted.

ansible/install/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## Installation Steps for Ubuntu
2+
```
3+
sudo apt-get update
4+
sudo apt-get install software-properties-common
5+
sudo apt-add-repository --yes --update ppa:ansible/ansible
6+
sudo apt-get install ansible
7+
```
8+
9+
## Installation Steps for CentOS
10+
```
11+
sudo yum -y install epel-release
12+
sudo yum -y update
13+
sudo yum -y install ansible
14+
```

0 commit comments

Comments
 (0)