Refactor server roles into one that handles all OS physical or virtual
This commit is contained in:
19
server/tasks/debian/physical.yml
Normal file
19
server/tasks/debian/physical.yml
Normal 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
|
||||
Reference in New Issue
Block a user