11 lines
315 B
YAML
11 lines
315 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_user: "{{ dotfiles_user }}" ,
|
|
become: true,
|
|
tags: "dotfiles" }
|