example using vault
authorLorin Hochstein <lorin.hochstein@sendgrid.com>
Tue, 20 Jan 2015 02:15:12 +0000 (21:15 -0500)
committerLorin Hochstein <lorin.hochstein@sendgrid.com>
Tue, 20 Jan 2015 02:15:12 +0000 (21:15 -0500)
ch08/playbook.yml [new file with mode: 0644]

diff --git a/ch08/playbook.yml b/ch08/playbook.yml
new file mode 100644 (file)
index 0000000..3a92fb6
--- /dev/null
@@ -0,0 +1,6 @@
+- name: test of ansible vault
+  hosts: localhost
+  vars_files:
+    - secrets.yml
+  tasks:
+    - debug: var=secret_key