summaryrefslogtreecommitdiff
path: root/acme.yaml
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2021-01-23 15:05:10 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2021-01-23 15:05:10 +0100
commitb8aea45af19d61a51ab0f568aee8e2e731dccaa7 (patch)
treefd8eb583f99200eb7703adfec7fd793e59b38e37 /acme.yaml
parent2616847e01f34926f80da6b9661bf1c08e67722f (diff)
parente2f4aefa956bb06b1ee52d95ad8275757605678d (diff)
downloadrules-sandbox-b8aea45af19d61a51ab0f568aee8e2e731dccaa7.tar.gz
rules-sandbox-b8aea45af19d61a51ab0f568aee8e2e731dccaa7.tar.bz2
rules-sandbox-b8aea45af19d61a51ab0f568aee8e2e731dccaa7.tar.xz
rules-sandbox-b8aea45af19d61a51ab0f568aee8e2e731dccaa7.zip
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'acme.yaml')
-rw-r--r--acme.yaml22
1 files changed, 22 insertions, 0 deletions
diff --git a/acme.yaml b/acme.yaml
index 09bdd0d..e82200a 100644
--- a/acme.yaml
+++ b/acme.yaml
@@ -21,13 +21,35 @@ type: io.trygvis.rules.machine.Machine
data:
name: acme-1
---
+type: io.trygvis.rules.dba.DbaMachineRole
+data:
+ machine: acme-1
+ roles:
+ - ci-app
+
+---
type: io.trygvis.rules.machine.Machine
data:
name: acme-2
---
+type: io.trygvis.rules.dba.DbaMachineRole
+data:
+ machine: acme-2
+ roles:
+ - ops
+ - ci-db # This also runs the DB for the non-production environments to keep the other machines stateless
+
+---
type: io.trygvis.rules.machine.Machine
data:
name: acme-3
+---
+type: io.trygvis.rules.dba.DbaMachineRole
+data:
+ machine: acme-3
+ roles:
+ - production-app
+ - production-db
# Workstations
---