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