diff options
| author | Colin Wilk <colin@wilk.cx> | 2026-08-11 00:54:41 +0200 |
|---|---|---|
| committer | Colin Wilk <colin@wilk.cx> | 2026-08-11 00:54:41 +0200 |
| commit | c267536ecfbcf37e68226ade2ed29c3b1f356a98 (patch) | |
| tree | 0fb9728b0095dd34b873fa6c137b75c60734940d /molecule/default/molecule.yml | |
| parent | c33948c219032977779a7ef6d82c16e84f37b81a (diff) | |
| download | ansible-role-prometheus-target-c267536ecfbcf37e68226ade2ed29c3b1f356a98.tar.gz ansible-role-prometheus-target-c267536ecfbcf37e68226ade2ed29c3b1f356a98.zip | |
Add `state` option for removing exporters
Diffstat (limited to 'molecule/default/molecule.yml')
| -rw-r--r-- | molecule/default/molecule.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index 04d4391..bdc5df7 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -43,6 +43,13 @@ platforms: - name: molecule-container-net groups: [application_group] + - name: application_remove + image: ${MOLECULE_DISTRO:-debian:12} + dockerfile: Dockerfile.j2 + pre_build_image: false + networks: + - name: molecule-container-net + - name: prometheus image: ${MOLECULE_DISTRO:-debian:12} dockerfile: Dockerfile.j2 |