Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 658 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 658 Bytes

devops-project-1

Devops Certification project-1 [Main_server]

  • install jenkins, ansible, git mannulay
  • Add Build Pipeline Plugin and Post build task plugin to Jenkins
  • install paytho3 using ansible
    • created servers file inside /etc/ansible folder
    • create playbook install_python-playbook.yml inside /etc/ansible folder
    • created script.sh file in [node server] inside /home/ubantu folder
    • Go to /etc/ansible folder,
    • run command ansible-playbook -i servers install_python-playbook.yml

[node_server] - created script.sh file inside /home/ubantu folder as mention in above [main server] paython3 installation step