mirror of
https://github.com/fscotto/infra.git
synced 2026-05-31 07:49:57 +00:00
Reorganize OpenCode context initialization
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# Ansible Role Pattern
|
||||
|
||||
- Create roles for reusable logic
|
||||
- Keep structure clean
|
||||
- Use handlers for services
|
||||
@@ -0,0 +1,5 @@
|
||||
# Dotfiles Layering Pattern
|
||||
|
||||
common → profile → host
|
||||
|
||||
Avoid duplication and keep overrides minimal
|
||||
@@ -0,0 +1,8 @@
|
||||
# Project Structure Pattern
|
||||
|
||||
infra/
|
||||
ansible/
|
||||
dotfiles/
|
||||
scripts/
|
||||
|
||||
Keep structure predictable
|
||||
@@ -0,0 +1,5 @@
|
||||
# Service Setup Pattern
|
||||
|
||||
- Define service
|
||||
- Enable via init system
|
||||
- Use handler for restart
|
||||
Reference in New Issue
Block a user