[ansible-devel] New release candidates: ansible-core 2.13.4rc1, ansible-core 2.12.9rc1

2022-09-06 Thread Matt Martz
Hi all- we're happy to announce the following release candidates: - ansible-core 2.13.4rc1 - ansible-core 2.12.9rc1 How to get it - $ python3 -m pip install --user ansible-core==2.13.4rc1 or $ python3 -m pip install --user ansible-core==2.12.9rc1 The release artifacts can be found

Re: [ansible-devel] edit/create encrypted vars in python script (vault encrypt_string)

2022-09-06 Thread Todd Lewis
That is interesting. It's been several years since I could use a single ANSIBLE_VAULT_PASSWORD_FILE, and that shows in my solution. It may be trivial to adapt that post's technique to use ANSIBLE_VAULT_IDENTITY_LIST and ANSIBLE_VAULT_IDENTITY if they are available and avoid `ansible-vault`'s st