update meta

This commit is contained in:
Sergey Malyuk
2025-12-18 17:23:30 +03:00
parent 6a77bc6d56
commit 8165039ed2
3 changed files with 3 additions and 5 deletions

View File

@@ -19,6 +19,7 @@
- [mkfs](roles/mkfs/README.md)
- [mount_device](roles/mount_device/README.md)
- [nginx](roles/nginx/README.md)
- [nginx_docker](roles/nginx_docker/README.md)
- [node_exporter](roles/node_exporter/README.md)
- [prometheus](roles/prometheus/README.md)
- [promtail](roles/promtail/README.md)

View File

@@ -1,7 +1,7 @@
---
namespace: genlab
name: common
version: 0.28.0
version: 0.29.0
readme: README.md
authors:
- Alexander Gorelyshev (corvus-migratorius@proton.me)

View File

@@ -21,10 +21,7 @@ Soft dependency on `genlab.docker_ubuntu` (any means of installing Docker on the
Example Playbook
----------------
```yaml
roles:
- role: genlab.nginx_docker
```
see [converge.yml](molecule/default/converge.yml)
License
-------