Commit initial : infrastructure Ansible pour homeserver
- Playbooks Ansible avec rôles (common, cockpit, docker, services) - 30+ stacks Docker Compose avec reverse proxy Traefik - Ansible Vault pour gestion secrets - Intégration CrowdSec pour détection intrusions - Versions images Docker fixées pour reproductibilité
This commit is contained in:
commit
fd01ea59ee
125 changed files with 4768 additions and 0 deletions
9
inventory/hosts.yml.example
Normal file
9
inventory/hosts.yml.example
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Copy to hosts.yml and fill with your server details
|
||||
all:
|
||||
children:
|
||||
homeserver:
|
||||
hosts:
|
||||
192.168.x.x:
|
||||
ansible_user: your_username
|
||||
ansible_become: true
|
||||
ansible_ssh_private_key_file: ~/.ssh/your_key
|
||||
Loading…
Add table
Add a link
Reference in a new issue