This repository includes some useful devops challenges. Since I've started to learn DevOps, I've decided to share my practical assignments and homework on how to be a DevOps engineer with real scenarios. I would create a separate branch for every task, and by switching the branches, you can see the details about the scenario and how I solved.
The first challenge that I've solved was about adding a resizable partition using LVM , migrate postgresql data directory to the this new partion and installing Zabbix server and dashboard. The branche name is : feature_add_partion_lvm_postgressql_zabbix.
The second challenge was practicing string manipulation with sed. I added the challenges to the branch with name : sed_command_practice
I would like to see your comments and your opinion about my soloutions. I would be glad to see your soloutions , concerns and other possible ways to solve the challenge.