diff options
Diffstat (limited to 'molecule/default/converge.yml')
| -rw-r--r-- | molecule/default/converge.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/molecule/default/converge.yml b/molecule/default/converge.yml index e96fb81..9346988 100644 --- a/molecule/default/converge.yml +++ b/molecule/default/converge.yml @@ -17,6 +17,7 @@ - /opt/simple_target1.yml - /opt/simple_target2.yml - /opt/simple_target3.yml + - /opt/simple_target4.yml vars: prometheus_target_host: prometheus @@ -34,6 +35,7 @@ - id: node_exporter - { id: blackbox_exporter, host: test1 } - { id: blackbox_exporter, host: test2 } + - { host: exporter_without_id, path: /opt/simple_target4.yml } - role: kliwniloc.prometheus_target prometheus_target_exporter: - id: blackbox_exporter |