Util-dev-admin Role¶
Description: No description available
Variables¶
author: Kevin Veen-Birkenbach
description: Installs essential tools for Linux system administrators on Linux.
license: Infinito.Nexus NonCommercial License
license_url: https://s.infinito.nexus/license
company: Kevin Veen-Birkenbach
Consulting & Coaching Solutions https://www.veen.world
min_ansible_version: 2.9
platforms: [{‘name’: ‘Archlinux’, ‘versions’: [‘rolling’]}]
galaxy_tags: [‘system’, ‘administration’, ‘archlinux’, ‘persona’, ‘tools’]
repository: https://s.infinito.nexus/code
issue_tracker_url: https://s.infinito.nexus/issues
documentation: https://docs.infinito.nexus/
README¶
Persona: Administrator 🛠️¶
Description¶
This Ansible role installs a collection of essential tools for Linux system administrators on Arch Linux. It provides a base environment for package management, building software, archiving, duplication detection, and more.
Learn more about Linux system administration from the Arch Wiki, The Linux Documentation Project, and the GNU Core Utilities.
Overview¶
Targeted at Arch Linux, this role sets up utilities commonly used by
system administrators, such as yay for AUR management, fdupes
for duplicate detection, 7z support, cmake, and the full
base-devel toolchain.
Purpose¶
This role aims to streamline the configuration of a reliable administrative environment. It’s intended for technical users who manage Linux systems regularly and want a reproducible, maintainable toolset.
Features¶
Installs Core Admin Tools: Includes
base-devel,yay,cmake,fdupes, andp7zip.Extensible via Dependencies: Includes additional development tools (
git,make,gcc) as dependencies.Persona Integration: Part of the Infinito.Nexus Persona system for user-centric workstation roles.