Add more examples

This commit is contained in:
Luke Murphy 2020-03-22 12:46:32 +01:00
parent 4d4087fb5e
commit 741d0163ea
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 10 additions and 0 deletions

View File

@ -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