Open
Description
Hi,
Is there any way to pass the ansible hostpattern to testinfra_hosts? I have dynamic inventory which provides all the hosts from Prod and Dev environments. I'm working with them like:
ansible-playbook play.yaml --limit Prod
ansible-playbook play.yaml --limit Dev
But both environments have the same groups (db, web, app). Can I pass host pattern like 'db:&Prod' to testinfra_hosts ?
https://docs.ansible.com/ansible/latest/user_guide/intro_patterns.html