chore: complete update
This commit is contained in:
12
x_ansible/roles/setup/defaults/main.yml
Normal file
12
x_ansible/roles/setup/defaults/main.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
# Standardwerte für die Setup-Rolle
|
||||
|
||||
# Verzeichnisse
|
||||
deploy_root: /var/www/michaelschiemer
|
||||
deploy_public: "{{ deploy_root }}/public"
|
||||
|
||||
# Benutzer
|
||||
deploy_user: "{{ ansible_user | default('deploy') }}"
|
||||
|
||||
# Domain
|
||||
app_domain: "localhost"
|
||||
Reference in New Issue
Block a user