fix: move volume opts to config
This commit is contained in:
parent
c285f18308
commit
a26e568e8a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user