docs: Add changelog and update role documentation

This commit is contained in:
Tuan-Dat Tran
2026-02-16 09:21:08 +01:00
parent 0a3171b9bc
commit 99f6876ce9
7 changed files with 184 additions and 19 deletions

View File

@@ -7,7 +7,7 @@ This role sets up a Docker host, installs Docker, and configures it according to
### General
- `docker_host_package_common_dependencies`: A list of common packages to be installed on the host.
- Default: `nfs-common`, `firmware-misc-nonfree`, `linux-image-amd64`
- Default: `nfs-common`
- `apt_lock_files`: A list of apt lock files to check.
- `arch`: The architecture of the host.
- Default: `arm64` if `ansible_architecture` is `aarch64`, otherwise `amd64`.
@@ -82,4 +82,4 @@ To use this role, include it in your playbook and set the required variables.
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.
MIT