updated templates and scripts for Airship 1.3
[yaml_builds.git] / site_type / sriov-a13 / templates / secrets / passphrases / ubuntu_crypt_password.j2
diff --git a/site_type/sriov-a13/templates/secrets/passphrases/ubuntu_crypt_password.j2 b/site_type/sriov-a13/templates/secrets/passphrases/ubuntu_crypt_password.j2
new file mode 100644 (file)
index 0000000..ace4e1e
--- /dev/null
@@ -0,0 +1,12 @@
+---
+schema: deckhand/Passphrase/v1
+metadata:
+  schema: metadata/Document/v1
+  name: ubuntu_crypt_password
+  layeringDefinition:
+    abstract: false
+    layer: site
+  storagePolicy: cleartext
+# Pass: password123
+data: {{yaml.genesis.root_password}}
+...