Update to 2022-09-22 16:00

This commit is contained in:
Daniel Berteaud
2022-09-22 16:00:09 +02:00
parent 8b40e52ebe
commit 529151748a
4 changed files with 58 additions and 5 deletions

View File

@@ -11,3 +11,9 @@
state: "{{ (nomad_vault_secrets.pki.enabled or nomad_vault_secrets.consul_pki.enabled or nomad_vault_secrets.tokens.enabled) | ternary('started', 'stopped') }}"
enabled: "{{ (nomad_vault_secrets.pki.enabled or nomad_vault_secrets.consul_pki.enabled or nomad_vault_secrets.tokens.enabled) | ternary(True, False) }}"
tags: nomad
- name: Handle iptables-nomad-cleanup service
service:
name: iptables-nomad-cleanup
enabled: "{{ (nomad_conf.client.enabled and iptables_manage | default(True)) | ternary(True, False) }}"
tags: nomad