Commit Graph

3 Commits

Author SHA1 Message Date
Felix Fontein
e2e1bc796b
Prevent RCE via inventory plugins (#815) (#818)
* Prevent RCE via inventory plugins.

* Do not make ansible_connection unsafe.

* Add test.

(cherry picked from commit bf1281ae7f)
2024-03-14 22:09:57 +01:00
Felix Fontein
5cddffa8bb
[stable-2] Fix/improve inventory integration tests (#819)
* Improve inventory integration tests. (#817)

(cherry picked from commit 14e2f92974)

* Fix Python deps setup in callback/inventory tests. (#816)

(cherry picked from commit 6600f501ae)
2024-03-14 21:14:33 +01:00
Felix Fontein
9b131399ce
Docker inventory plugin (#61)
* Began with docker inventory plugin.

* Linting.

* Improve plugin, add basic unit tests.

* Linting.

* Add integration test.

* Adjust tests to case that there are more containers.

* There can be stopped containers.

ci_coverage

* docker -> docker_containers
2020-12-30 08:44:24 +01:00