From 3d09c8b1fa1a282dba1ad0466857087a4ce4726a Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Mon, 19 Jan 2015 21:15:12 -0500 Subject: [PATCH] example using vault --- ch08/playbook.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ch08/playbook.yml diff --git a/ch08/playbook.yml b/ch08/playbook.yml new file mode 100644 index 0000000..3a92fb6 --- /dev/null +++ b/ch08/playbook.yml @@ -0,0 +1,6 @@ +- name: test of ansible vault + hosts: localhost + vars_files: + - secrets.yml + tasks: + - debug: var=secret_key -- 2.44.0