--- # Webservers group configuration webserver_type: nginx http_port: 80 https_port: 443 health_check_path: /health # Application configuration app_name: "{{ group_names[0] | default('app') }}" app_user: "{{ admin_user }}" app_group: "{{ admin_user }}"