homeserver/playbooks/base/5_personalisierung.yml

7 lines
227 B
YAML
Raw Normal View History

2020-08-18 11:57:53 +02:00
---
- hosts: all
roles:
- { role: mgrote.motd, tags: "motd" }
2021-02-07 13:16:51 +01:00
- { role: mgrote.tmux, tags: "tmux", when: "not 'proxmox' in group_names" }
- { role: geerlingguy.dotfiles, become: true, tags: "dotfiles" }