(The only exceptions are ‘cloud’ config plugins. These ship with ansible-test and the existing ones can be found here: ansible/test/lib/ansible_test/_internal/commands/integration/cloud at devel · ansible/ansible · GitHub I’m using quotes for ‘cloud’ since they also set up things not related to clouds. Right now it’s not able to add a new plugin without getting it merged into ansible-core itself, to my knowledge. I hope that eventually changes…)
Hey @sumanth-lingappa just have seen your repo. Do you finally know how to pass variables securily in ansible-test integration? I’ve just tried with ansible-vault which is not compatiable, enviroment variables that do not work and using vars (works but in plain text as in yo example so not good)
No @valkiriaaquatica, I did not find any way to pass the environment securely. as of now, I am generating integration_config.yml at run time before the integration tests.
Hi @sumanth-lingappa yes, that’s what I keep doing, constructing enviroment vars as time creation and passing them to the integration_config.yml.
Thanks btw!