+ probes to use env vars for lxc projects

This commit is contained in:
2025-03-09 20:06:12 +03:00
parent db847c8710
commit d9232999ca
5 changed files with 48 additions and 37 deletions

View File

@ -8,6 +8,5 @@ keyring__keyserver: hkp://keyserver.ubuntu.com:80
secret__levels: '.'
site_name: '{{ initial_site_name | d(lxc_host) }}'
home_user: '{{ (ansible_user != "root") | ternary(ansible_user, site_name) }}'
...