ansible/event-driven-ansible

Support Ansible Vault

vkrizan opened this issue · 2 comments

Hello,

Please add support for Ansible Vault.

- name: secrets example
  hosts: all
  sources:
    - ansible.eda.webhook:
        token: "{{ SECRET }}"
$ ansible-rulebook --rulebook secrets-example.yml -i inventory.yml -e @secrets_file.enc  --verbose

Thank you.

Sorry, I've should have filed it under https://github.com/ansible/ansible-rulebook.