7 lines
237 B
YAML
7 lines
237 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" }
|