From 5dedb50243f20ee816289e5f1a7fa873fc26cdd4 Mon Sep 17 00:00:00 2001 From: Bruno Tavares Date: Wed, 24 Oct 2018 19:42:39 -0300 Subject: [PATCH] Adds link to Ansible documentation --- docs/cloud-gce.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/cloud-gce.md b/docs/cloud-gce.md index 3dd15013..9c42608e 100644 --- a/docs/cloud-gce.md +++ b/docs/cloud-gce.md @@ -36,3 +36,6 @@ gcloud services enable compute.googleapis.com ``` **Attention:** take care of the `configs/gce.json` file, which contains the credentials to manage your Google Cloud account, including create and delete servers on this project. + + +There are more advanced arguments available for deploynment [using ansible](../deploy-from-ansible.md)