cscart / server-ansible-playbooks

Scenarios for CS-Cart server configurations
GNU General Public License v3.0
18 stars 13 forks source link

Support for external MySQL instances e.g. Cloud SQL #22

Open andytheapedemontague opened 4 years ago

andytheapedemontague commented 4 years ago

The playbooks do not support the case of using a remote MySQL host, for example managed services such as Cloud SQL on GCP (and probably others such as Amazon RDS).

The playbook makes a bunch of assumptions that the MySQL server will be running on the Ansible controller node (and therefore the CS Cart server). Specifically:

andytheapedemontague commented 4 years ago

PR fixing this attached.