Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 661 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 661 Bytes

Terraform: Wordpress over Google Cloud Platform (GCP)

Deploy Wordpress over GCP with Terraform and Ansible.

Requirements

GCP: resources

  • Network and two subnets: private and public.
  • DNS with two zones: private and public.
  • Filestore: shared wordpress files between all instance group.
  • CloudSQL: save wordpress aplication data.
  • VMs: deploy instances with wordpress base image.

Ansible

With Ansible create the base wordpress image, after this image uses on template for instance group manager.