6 lines
227 B
YAML
6 lines
227 B
YAML
---
|
|
- hosts: all
|
|
roles:
|
|
- { role: mgrote.motd, tags: "motd" }
|
|
- { role: mgrote.tmux, tags: "tmux", when: "not 'proxmox' in group_names" }
|
|
- { role: geerlingguy.dotfiles, become: true, tags: "dotfiles" }
|