From 741d0163ea44a217426174e70a469d1e1f2415a3 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 22 Mar 2020 12:46:32 +0100 Subject: [PATCH] Add more examples --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 8d69bfc..37bb46f 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,16 @@ Same as the plugin available variables but in your Ansible plays. version: v2020.3.15 ``` +### ansible/vars/ansible_become_password.yml + +```yaml +--- +ansible_become_pass: !vault | + $ANSIBLE_VAULT;1.1;AES256 + 34396236353735666531323238656533643465303131663464613162396333313836363630666266 + 6539323631656635333864316166633064633366323936610a656137616334313534333635313232 +``` + ### ansible/pre-deploy.yml ```yaml