[skip ci] automated docs update

This commit is contained in:
CI Bot 2024-02-14 07:48:42 +00:00
parent 07b8ce7d9d
commit 529b4bbb26
1 changed files with 18 additions and 0 deletions

View File

@ -9,7 +9,9 @@ Setup Podman container manager.
- [Requirements](#requirements)
- [Default Variables](#default-variables)
- [podman_containers_label](#podman_containers_label)
- [podman_containers_logger](#podman_containers_logger)
- [podman_containers_userns](#podman_containers_userns)
- [podman_engine_event_logger](#podman_engine_event_logger)
- [podman_nsremap_range_length](#podman_nsremap_range_length)
- [podman_nsremap_range_start](#podman_nsremap_range_start)
@ -28,6 +30,14 @@ Setup Podman container manager.
## Default Variables
### podman_containers_label
#### Default value
```YAML
podman_containers_label: true
```
### podman_containers_logger
#### Default value
@ -36,6 +46,14 @@ Setup Podman container manager.
podman_containers_logger: journald
```
### podman_containers_userns
#### Default value
```YAML
podman_containers_userns: auto
```
### podman_engine_event_logger
#### Default value