Gitยถ
Descriptionยถ
This Ansible role installs Git on the target system using the Pacman package manager. It ensures that Git is installed only once, even when the role is applied to multiple hosts or executed in a multi-task scenario.
Overviewยถ
Designed for Arch Linux systems, this role leverages the pacman
module to install Git. It uses a fact (run_once_git
) to control task execution, ensuring that the Git installation is performed only once per run.
Purposeยถ
The purpose of this role is to automate the installation of Git in a consistent and idempotent manner. It is especially useful in environments where Git is a prerequisite for further automation or development tasks.
Featuresยถ
Git Installation: Uses the Pacman package manager to install Git.
Idempotent Execution: Sets a fact to guarantee that the installation tasks are executed only once.
Optimized Deployment: Suitable for use in multi-host environments to avoid redundant installations.
Credits ๐ยถ
Developed and maintained by Kevin Veen-Birkenbach.
Learn more at www.veen.world
Part of the CyMaIS Project
License: CyMaIS NonCommercial License (CNCL)