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" }
|