Files
pet-project-server/roles/owner/defaults/main.yml
Anton Vakhrushev c2ea2cdb39
All checks were successful
Linting / YAML Lint (push) Successful in 9s
Linting / Ansible Lint (push) Successful in 16s
Fix app user and group uid and gid
Prepare for system upgrade
2025-12-11 10:52:27 +03:00

9 lines
149 B
YAML

---
owner_name: ""
owner_uid: 0
owner_group: "{{ owner_name }}"
owner_gid: "{{ owner_uid }}"
owner_extra_groups: []
owner_ssh_keys: []
owner_env: {}