feat(vmagent): add ansible role with docker support

This commit is contained in:
2024-10-10 20:30:00 +02:00
parent 7080d5fd24
commit 0165a03a89
12 changed files with 235 additions and 0 deletions

View File

@ -0,0 +1,7 @@
---
vmagent_user_groups: ~
vmagent_run_user_id: >-2
{{ vmagent_user_info.uid | default(vmagent_user) }}
vmagent_run_group_id: >-2
{{ vmagent_user_info.group | default(vmagent_user) }}