Refactor server roles into one that handles all OS physical or virtual

This commit is contained in:
2020-04-08 15:49:12 -06:00
parent 6413923378
commit 957ff8bb8e
89 changed files with 373 additions and 97 deletions

View File

@@ -0,0 +1,19 @@
---
# ------------------------------------------------------------------------------
# These tasks run for physical Debian/Ubuntu servers
# ------------------------------------------------------------------------------
# Physical Debian/Ubuntu Server
- name: Installing physical Debian/Ubuntu server applications
apt:
update_cache: yes
state: present
name:
- ifenslave # NIC bonding and LACP
- bridge-utils # NIC bridging
- vlan # NIC VLAN tagging
- ethtool # LAN speed and blinking
- firmware-linux # Install all firmware including nonfree and misc
- kpartx # To examine subpartitions of VM images
- ntfs-3g # To examine NTFS VM images
- smartmontools # S.M.A.R.T hard drive tools