dotfiles-ansible/playbooks/playbook.yml

25 lines
525 B
YAML

---
# This playbook should be run in trunks with tags
- name: Tasks unrelated to dotfiles management
hosts: all
gather_facts: yes
roles:
- role: chroot
tags: chroot
- role: podman
tags: podman
- role: flatpak
tags: flatpak
- role: packages
tags: packages
- role: soundtheme
tags: [ sound, theme ]
- role: system
tags: system
become: yes
- role: wallpapers
tags: [ wallpaper, theme ]
- role: chromium
tags: chromium
become: yes