diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2020-12-27 21:44:09 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2020-12-27 21:44:09 +0100 |
commit | b8af5cdf274a60f364d34192d4f483f4f4800282 (patch) | |
tree | f5977d9a13259da488edfebab392884cee394c39 /out/phase-2/dba-cluster | |
parent | 13d7de5dab25c830deacf335bb704aed0e2db3a7 (diff) | |
download | rules-sandbox-b8af5cdf274a60f364d34192d4f483f4f4800282.tar.gz rules-sandbox-b8af5cdf274a60f364d34192d4f483f4f4800282.tar.bz2 rules-sandbox-b8af5cdf274a60f364d34192d4f483f4f4800282.tar.xz rules-sandbox-b8af5cdf274a60f364d34192d4f483f4f4800282.zip |
Adding ansible and terraform configs.
Diffstat (limited to 'out/phase-2/dba-cluster')
-rw-r--r-- | out/phase-2/dba-cluster/acme-ci.yaml (renamed from out/phase-2/dba-cluster/vimscore-ci.yaml) | 2 | ||||
-rw-r--r-- | out/phase-2/dba-cluster/acme-ops.yaml (renamed from out/phase-2/dba-cluster/vimscore-ops.yaml) | 2 | ||||
-rw-r--r-- | out/phase-2/dba-cluster/acme-production.yaml | 2 | ||||
-rw-r--r-- | out/phase-2/dba-cluster/vimscore-production.yaml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/out/phase-2/dba-cluster/vimscore-ci.yaml b/out/phase-2/dba-cluster/acme-ci.yaml index e871ca0..fccc7ed 100644 --- a/out/phase-2/dba-cluster/vimscore-ci.yaml +++ b/out/phase-2/dba-cluster/acme-ci.yaml @@ -1,2 +1,2 @@ -key: vimscore-ci +key: acme-ci type: dba-cluster diff --git a/out/phase-2/dba-cluster/vimscore-ops.yaml b/out/phase-2/dba-cluster/acme-ops.yaml index 1aaefc9..2735ff3 100644 --- a/out/phase-2/dba-cluster/vimscore-ops.yaml +++ b/out/phase-2/dba-cluster/acme-ops.yaml @@ -1,2 +1,2 @@ -key: vimscore-ops +key: acme-ops type: dba-cluster diff --git a/out/phase-2/dba-cluster/acme-production.yaml b/out/phase-2/dba-cluster/acme-production.yaml new file mode 100644 index 0000000..3b7eb5a --- /dev/null +++ b/out/phase-2/dba-cluster/acme-production.yaml @@ -0,0 +1,2 @@ +key: acme-production +type: dba-cluster diff --git a/out/phase-2/dba-cluster/vimscore-production.yaml b/out/phase-2/dba-cluster/vimscore-production.yaml deleted file mode 100644 index 4390af6..0000000 --- a/out/phase-2/dba-cluster/vimscore-production.yaml +++ /dev/null @@ -1,2 +0,0 @@ -key: vimscore-production -type: dba-cluster |