Project 4 Web Application and Database Redundancy - LouisNajdek/sec440 GitHub Wiki
Netplan used to configure u1, u2, and u3.
edited 00-installer-config.yaml
networking:
ethernets:
ens160:
dhcp4: false
addresses:
- IP_ADDRESS/SUBNET
gateway4: VIRTUAL_IP_OPT
nameservers:
addresses:
- VIRTUAL_IP_OPT
version: 2
Mariadb installed but not configured on all systems
sudo apt install mariadb-server -y