We have one ansible project for two teams with 3 inventory file: inventory-all inventory-teamA inventory-teamB
TeamA has permissions for all and teamA, B for all and teamB. What is the best practise on handling this? We use ansible-vault to encrypt those inventory files.
I assume it's currently not possible out of the box due to the limit of one password in ansible-vault, see https://github.com/ansible/ansible/issues/13243 .