system-config/playbooks/configure-vault-plugins.yaml
2023-03-29 13:35:19 +02:00

13 lines
366 B
YAML

- hosts: "vault1.eco.tsi-dev.otc-service.com"
become: true
name: "Vault: configure vault plugins"
environment:
VAULT_ADDR: "https://vault1.eco.tsi-dev.otc-service.com:8200"
tasks:
- include_role:
name: "hashivault"
tasks_from: "configure_plugins.yaml"
loop: "{{ vault_plugins }}"
loop_control:
loop_var: "plugin"