From a26e568e8af7398e8d9632d0876e9db34e26d54c Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 31 Jul 2023 20:23:12 +0000 Subject: [PATCH] fix: move volume opts to config --- _docs/index.md | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/_docs/index.md b/_docs/index.md index 7fdc4af..7f67ada 100644 --- a/_docs/index.md +++ b/_docs/index.md @@ -31,8 +31,6 @@ Setup HashiCorp Vaul secrets manager. - [vault_network_ipv6_gateway](#vault_network_ipv6_gateway) - [vault_network_ipv6_subnet](#vault_network_ipv6_subnet) - [vault_podman_args](#vault_podman_args) - - [vault_restart_policy](#vault_restart_policy) - - [vault_service_stopped](#vault_service_stopped) - [vault_ui](#vault_ui) - [vault_unseal_keys](#vault_unseal_keys) - [vault_url](#vault_url) @@ -218,22 +216,6 @@ vault_podman_args: - --health-on-failure=kill ``` -### vault_restart_policy - -#### Default value - -```YAML -vault_restart_policy: always -``` - -### vault_service_stopped - -#### Default value - -```YAML -vault_service_stopped: false -``` - ### vault_ui #### Default value @@ -268,8 +250,10 @@ vault_url: http://localhost:8200 vault_volumes: - name: '{{ vault_config_volume }}' dest: /vault/config + opts: Z - name: '{{ vault_data_volume }}' dest: /vault/file + opts: Z ``` #### Example usage