This repository contains all the ansible configuration needed to configure three vault instances running as a HA cluster, two percona servers running replication with failover, and a front-end wordpress + civicrm website
- Ensure that you have ssh access to the server and that you can sudo as your user
- Ensure that you have ansible installed locally or wherever you are running this from.
- Update the production file with the information about which groups the new server should be associated and which roles it will execute
- Run ansible-galaxy collection install community.mysql
- Follow the documentation here