diff options
author | Peter Mikus <pmikus@cisco.com> | 2022-07-08 07:55:08 +0000 |
---|---|---|
committer | Peter Mikus <peter.mikus@protonmail.ch> | 2022-07-08 08:20:55 +0000 |
commit | 95fb2af4db9defbcb60bcd7d321dbd2ce277eac6 (patch) | |
tree | 1c9f1674548ae0104b2e7b4a9fc082a4ca537795 /fdio.infra.ansible/nomad.yaml | |
parent | ba25ef9fb58418e85d0eb34a183d6d9c2323886e (diff) |
feat(ansible): Migrate Ubuntu Jammy III.
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Change-Id: I0e2d2efbb4e4c9ab9d66198eb15bc9e49fb06eb6
Diffstat (limited to 'fdio.infra.ansible/nomad.yaml')
-rw-r--r-- | fdio.infra.ansible/nomad.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/fdio.infra.ansible/nomad.yaml b/fdio.infra.ansible/nomad.yaml index 8dbdac54fe..5a8c4ca4bc 100644 --- a/fdio.infra.ansible/nomad.yaml +++ b/fdio.infra.ansible/nomad.yaml @@ -22,9 +22,9 @@ tags: nomad - role: consul tags: consul -# - role: prometheus_exporter -# tags: prometheus_exporter -# - role: jenkins_job_health_exporter -# tags: jenkins_job_health_exporter -# - role: cleanup -# tags: cleanup + - role: prometheus_exporter + tags: prometheus_exporter + - role: jenkins_job_health_exporter + tags: jenkins_job_health_exporter + - role: cleanup + tags: cleanup |