vermut / intellij-ansible

YAML/Ansible support with Jinja2 tags / IntelliJ IDEA
https://plugins.jetbrains.com/plugin/7792
Other
205 stars 29 forks source link

ansible-vault inline notation syntax #82

Open soar opened 7 years ago

soar commented 7 years ago

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:

default

dacofr commented 5 years ago

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

Thanks