Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2020-08-10 11:44:17 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2020-09-14 10:50:15 +0300
commit0930cec1601daf56eac43f291839849e5d1fc40a (patch)
tree67ab04cab2bc5b2d4cb6aabc12b2a1a8c2df3c77 /_support/terraform
parent4d6dbf072b9016e86967eb3439b9150ea752a15b (diff)
terraform: Rename generic "playbook.yml"
We're about to introduce a second playbook for cluster creation, so let's rename the generic "playbook.yml" to "configure.yml".
Diffstat (limited to '_support/terraform')
-rwxr-xr-x_support/terraform/configure-demo-cluster4
-rw-r--r--_support/terraform/configure.yml (renamed from _support/terraform/playbook.yml)0
2 files changed, 2 insertions, 2 deletions
diff --git a/_support/terraform/configure-demo-cluster b/_support/terraform/configure-demo-cluster
index 4471cb7f1..290176ccd 100755
--- a/_support/terraform/configure-demo-cluster
+++ b/_support/terraform/configure-demo-cluster
@@ -1,2 +1,2 @@
-#!/usr/bin/env sh
-exec ansible-playbook -i hosts.ini playbook.yml "$@"
+#!/bin/sh
+exec ansible-playbook -i hosts.ini configure.yml "$@"
diff --git a/_support/terraform/playbook.yml b/_support/terraform/configure.yml
index 0dceb96a2..0dceb96a2 100644
--- a/_support/terraform/playbook.yml
+++ b/_support/terraform/configure.yml