mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-07 00:57:00 +02:00
Update to 2022-09-22 16:00
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user