ansible-docker-mailcow/install-mailcow.yml
Jesko Anschütz e3394ccf17 readme
2025-03-20 15:55:04 +01:00

14 lines
263 B
YAML

- hosts: all
name: Dockerhost installieren
remote_user: root
gather_facts: yes
vars:
with_starship: false
copy_dot_files: false
mailcow__timezone: Europe/Berlin
roles:
- install_docker
- install_oh-my-zsh
- mailcow-ansiblerole