We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0210c82 commit aab6b74Copy full SHA for aab6b74
ansible/install/InsallAnsible.txt
ansible/install/README.md
@@ -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