From: Lorin Hochstein Date: Tue, 20 Jan 2015 02:15:12 +0000 (-0500) Subject: example using vault X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=3d09c8b1fa1a282dba1ad0466857087a4ce4726a;p=ansiblebook.git example using vault --- 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