Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 746 Bytes

README.md

File metadata and controls

38 lines (21 loc) · 746 Bytes

Requirement for installation

ansible package install in your system
httpd package install in your system

Check your Packages install not with command

= > rpm -q ansible 
= > rpm -q httpd

Check your ansible service running

= > systemclt restart ansible

Installation

 => git clone  https://github.com/ayushpawar21/automation-tool.git  #download the repo
 => cd automation-tool                                              #Change The directory
  
 => ansible-playbook Rhel8_DockerInstalltion.yml 

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.