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-3 | |
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-3')
-rw-r--r-- | out/phase-3/machine/acme-1.yaml | 3 | ||||
-rw-r--r-- | out/phase-3/machine/acme-2.yaml | 3 | ||||
-rw-r--r-- | out/phase-3/machine/acme-3.yaml | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/out/phase-3/machine/acme-1.yaml b/out/phase-3/machine/acme-1.yaml new file mode 100644 index 0000000..9e4356e --- /dev/null +++ b/out/phase-3/machine/acme-1.yaml @@ -0,0 +1,3 @@ +key: acme-1 +name: acme-1 +type: machine diff --git a/out/phase-3/machine/acme-2.yaml b/out/phase-3/machine/acme-2.yaml new file mode 100644 index 0000000..24655d8 --- /dev/null +++ b/out/phase-3/machine/acme-2.yaml @@ -0,0 +1,3 @@ +key: acme-2 +name: acme-2 +type: machine diff --git a/out/phase-3/machine/acme-3.yaml b/out/phase-3/machine/acme-3.yaml new file mode 100644 index 0000000..d7d75ff --- /dev/null +++ b/out/phase-3/machine/acme-3.yaml @@ -0,0 +1,3 @@ +key: acme-3 +name: acme-3 +type: machine |