diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2020-12-28 21:56:05 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2020-12-28 21:56:05 +0100 |
commit | 9851dffc8d915ff01117a5ed8070e5b2a1ef2bb5 (patch) | |
tree | 6fe7914b793a782079738a936bac595a08902b44 /out/phase-1/dns-entry | |
parent | b8af5cdf274a60f364d34192d4f483f4f4800282 (diff) | |
download | rules-sandbox-9851dffc8d915ff01117a5ed8070e5b2a1ef2bb5.tar.gz rules-sandbox-9851dffc8d915ff01117a5ed8070e5b2a1ef2bb5.tar.bz2 rules-sandbox-9851dffc8d915ff01117a5ed8070e5b2a1ef2bb5.tar.xz rules-sandbox-9851dffc8d915ff01117a5ed8070e5b2a1ef2bb5.zip |
Better structure.
Splitting machines and terraform machines, ditto with dns.
Diffstat (limited to 'out/phase-1/dns-entry')
-rw-r--r-- | out/phase-1/dns-entry/acme-1.machine.acme.corp.yaml | 4 | ||||
-rw-r--r-- | out/phase-1/dns-entry/acme-2.machine.acme.corp.yaml | 4 | ||||
-rw-r--r-- | out/phase-1/dns-entry/acme-3.machine.acme.corp.yaml | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/out/phase-1/dns-entry/acme-1.machine.acme.corp.yaml b/out/phase-1/dns-entry/acme-1.machine.acme.corp.yaml new file mode 100644 index 0000000..d9d83ed --- /dev/null +++ b/out/phase-1/dns-entry/acme-1.machine.acme.corp.yaml @@ -0,0 +1,4 @@ +fqdn: acme-1.machine.acme.corp +key: acme-1.machine.acme.corp +rrType: A +type: dns-entry diff --git a/out/phase-1/dns-entry/acme-2.machine.acme.corp.yaml b/out/phase-1/dns-entry/acme-2.machine.acme.corp.yaml new file mode 100644 index 0000000..b782af3 --- /dev/null +++ b/out/phase-1/dns-entry/acme-2.machine.acme.corp.yaml @@ -0,0 +1,4 @@ +fqdn: acme-2.machine.acme.corp +key: acme-2.machine.acme.corp +rrType: A +type: dns-entry diff --git a/out/phase-1/dns-entry/acme-3.machine.acme.corp.yaml b/out/phase-1/dns-entry/acme-3.machine.acme.corp.yaml new file mode 100644 index 0000000..28ee130 --- /dev/null +++ b/out/phase-1/dns-entry/acme-3.machine.acme.corp.yaml @@ -0,0 +1,4 @@ +fqdn: acme-3.machine.acme.corp +key: acme-3.machine.acme.corp +rrType: A +type: dns-entry |