Project structure
project/
group_vars/
development
inventory.development
playbook.yaml
These variables will be applied to hosts under the development group due to the filename.
---
## Application
app_name: app
app_url: app.io
web_url: cdn.io
app_friendly: New App
env_type: ...