AETHER-918 Initial commit of strongSwan role
Change-Id: I090832bd211f9f053fecc7abda851bf9edc696b1
diff --git a/templates/ipsec.secrets.j2 b/templates/ipsec.secrets.j2
new file mode 100644
index 0000000..b7b99d6
--- /dev/null
+++ b/templates/ipsec.secrets.j2
@@ -0,0 +1,8 @@
+# strongswan templates/ipsec.secrets - {{ ansible_managed }}
+#
+# SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org>
+# SPDX-License-Identifier: Apache-2.0
+
+{% for conn in strongswan_conf_connections %}
+{{ conn.right }} : PSK "{{ conn.psk }}"
+{% endfor %}