Tag Install

Install Ansible in a docker container

A beginner's guide to setting up Ansible on a MacBook involves installing Docker Desktop, creating a Dockerfile to specify container contents, including Linux, Ansible, and Python packages, and building the docker image "ansible". Subsequent steps include running and using the container interactively to interact with Ansible playbooks.

Install Jenkins on Rocky Linux 9

Jenkins is an open-source automation server that is widely used by DevOps teams to streamline the continuous integration and delivery (CI/CD) process. If you are a systems administrator and you are looking to install Jenkins on Rocky Linux 9, then…