intellij-ansible
intellij-ansible copied to clipboard
ansible-vault inline notation syntax
Now Ansible provides feature to paste encoded with ansible-vault variables inline like this:
---
key: !vault |
$ANSIBLE_VAULT;1.1;AES256
33346464626335333265366530306333125151475745784844574361303634323932636131363331
6436653764653763676213627864242342342342343566370a623754757542396264383238323239
61626661423425356335396130333663363213213213216639653665616637547549343763306466
33363631354534664363463463463439343262306237333234656434666334643534574432373737
3731
You can find documentation here: http://docs.ansible.com/ansible/latest/playbooks_vault.html
At this moment this plugin highlights entire block as wrong syntax:

Hi, could be a great feature if the plugin can support syntax with inline vault :)
Thanks