fix: move volume opts to config

This commit is contained in:
Robert Kaussow 2023-07-31 20:23:12 +00:00
parent c285f18308
commit a26e568e8a
1 changed files with 2 additions and 18 deletions

View File

@ -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