mirror of
https://git.local.zernis.ch/simon/homeserver.zernis.ch.git
synced 2025-12-15 17:59:41 +01:00
21 lines
317 B
YAML
21 lines
317 B
YAML
---
|
|
- name: Setup Debian / Ubuntu defaults
|
|
hosts: all
|
|
become: true
|
|
roles:
|
|
- defaults
|
|
tags: defaults
|
|
|
|
- name: Docker hosts setup
|
|
hosts: docker_hosts
|
|
become: true
|
|
roles:
|
|
- docker
|
|
tags: docker
|
|
|
|
- name: Configure Nginx Proxy Manager
|
|
hosts: npm_hosts
|
|
become: true
|
|
roles:
|
|
- npm
|
|
tags: npm |