Many updates over time

This commit is contained in:
2026-02-24 17:57:35 -07:00
parent 6b36273324
commit 0132ed6a8f
68 changed files with 1409 additions and 197 deletions

View File

@@ -0,0 +1,17 @@
---
# ------------------------------------------------------------------------------
# These tasks run for physical Manjaro servers
# ------------------------------------------------------------------------------
# Install physical Manjaro applications
- name: Installing physical Manjaro server applications
pacman:
update_cache: yes
state: present
name:
- ifenslave # Utility for bonding ethernet interfaces
- ethtool # Utility for controlling network drivers and hardware
- bridge-utils # Utilities for configuring the Linux ethernet bridge
- multipath-tools # Multipath tools for Linux (including kpartx)
- ntfs-3g # NTFS filesystem driver and utilities
- smartmontools # Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives