SOSamson Oladipoinoladipo.hashnode.dev路Jul 2, 2024 路 5 min readAutomating User Management with Bash ScriptThis article explains a Bash script designed to streamline the process of creating users, assigning groups, and managing passwords securely. Whether you are an intern at HNG or an experienced System Administrator, understanding this script can be a v...00
SOSamson Oladipoinoladipo.hashnode.dev路Jan 12, 2024 路 4 min readJenkins Database Backup Job & Scheduled JobsJenkins Database Backup Job Task Requirements: There is a requirement to create a Jenkins job to automate the database backup. Below you can find more details to accomplish this task: Login into the Jenkins portal using the appropriate credentials. ...00S
SOSamson Oladipoinoladipo.hashnode.dev路Jan 12, 2024 路 2 min readAnsible Blockinfile ModuleTask Requirements: The DevOps team wants to install and set up a simple httpd web server on all app servers in the Datacenter. Additionally, they want to deploy a sample web page for now using Ansible only. Therefore, write the required playbook to c...00
SOSamson Oladipoinoladipo.hashnode.dev路Nov 28, 2023 路 5 min readJenkins Parameterized Builds & WorkspacesA. Jenkins Parameterized Builds : A new DevOps Engineer has joined the team and he will be assigned some Jenkins-related tasks. Before that, the team wanted to test a simple parameterized job to understand the basic functionality of parameterized bui...00
SOSamson Oladipoinoladipo.hashnode.dev路Nov 26, 2023 路 1 min readAnsible Install PackageThe Application development team wanted to test some applications on app servers in the Datacenter. They shared some prerequisites with the DevOps team, and packages need to be installed on app servers. Since we are already using Ansible for automati...00