homeserver/playbooks/base/5_personalisierung.yml

8 lines
237 B
YAML
Raw Normal View History

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