fix: modify vault endpoint for create nomad token
This commit is contained in:
parent
9756939f8e
commit
bfb3ec3d34
@ -32,7 +32,7 @@
|
|||||||
period: 72h
|
period: 72h
|
||||||
no_parent: true
|
no_parent: true
|
||||||
token: "{{ root_token.stdout }}"
|
token: "{{ root_token.stdout }}"
|
||||||
url: "{{ vault_api_addr }}"
|
url: "http://active.vault.service.consul:8200"
|
||||||
retries: 4
|
retries: 4
|
||||||
run_once: true
|
run_once: true
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
|
Loading…
Reference in New Issue
Block a user