$ tar -xvf vmName.ova$ vi vmName.ovf| """ | |
| Store this file as `vars_plugins/password_from_keyring.py` and specify the | |
| following in `ansible.cfg`: | |
| ``` | |
| [defaults] | |
| vars_plugins=./vars_plugins | |
| ``` | |
| In your inventory specify: |
| # Initialize the scroll | |
| page = es.search( | |
| index = 'yourIndex', | |
| doc_type = 'yourType', | |
| scroll = '2m', | |
| search_type = 'scan', | |
| size = 1000, | |
| body = { | |
| # Your query's body | |
| }) |