- Create standardized group_vars directory structure - Add domains.yml with centralized subdomain mappings - Add infrastructure.yml with network, SMTP, and path config - Reorganize vault.yml secrets by service with consistent naming - Update 15+ Docker compose templates to use new variable structure - Simplify playbook commands by removing --extra-vars requirement - Replace hardcoded domains/IPs with template variables - Standardize secret references across all services 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
10 lines
209 B
YAML
10 lines
209 B
YAML
---
|
|
- hosts: bootstrap
|
|
become: true
|
|
vars:
|
|
created_username: phil
|
|
roles:
|
|
- bootstrap
|
|
- role: artis3n.tailscale
|
|
vars:
|
|
tailscale_authkey: "{{ vault_infrastructure.tailscale_key }}" |