aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2014-02-07 18:44:13 +0100
committerMilo Casagrande <milo.casagrande@linaro.org>2014-02-07 18:44:13 +0100
commit346ea8d206830ee8ac5858f1209cc76e70bd8fd9 (patch)
tree3717fb57cba6b858e759063428db80e4462428f8
parentc55ec516c48365e297ed3a878cd9e7640c69fafb (diff)
Fixed secrets file.
Change-Id: Ib9b4217f5d8c9c59be3d6b71a26e8b8a5bd7f899
-rw-r--r--ansible/secrets.yml.local9
1 files changed, 9 insertions, 0 deletions
diff --git a/ansible/secrets.yml.local b/ansible/secrets.yml.local
index 31f12ca..38265bb 100644
--- a/ansible/secrets.yml.local
+++ b/ansible/secrets.yml.local
@@ -1,5 +1,14 @@
# Secrets the user need to insert.
+
+# Crowd access credentials.
crowd_app_name:
crowd_app_password:
+
+# Jira access credentials.
jira_username:
jira_password:
+# A list of local paths to the file necessary for the SSL certificates.
+openssl_certs:
+ - ~/file.key
+ - ~/file.pem
+