--- - name: Setup everything hosts: localhost connection: local roles: - {role: git, tags: git} - {role: base, tags: base} - {role: bash, tags: bash} - {role: zsh, tags: zsh} - {role: i3, tags: i3} - {role: kitty, tags: kitty} - {role: pass, tags: pass} - {role: keepass, tags: keepass} - {role: terminator, tags: terminator} - {role: tmux, tags: tmux} - {role: neovim, tags: [neovim, nvim]} - {role: ssh-agent, tags: ssh-agent} - {role: pacman, tags: [pacman, pacman.conf]} - {role: grub, tags: grub} - {role: firefox, tags: firefox} - {role: librewolf, tags: librewolf} - {role: markdown, tags: markdown} - {role: tor, tags: tor} - {role: sudoers, tags: sudoers} - {role: java, tags: java} - {role: lilypond, tags: lilypond} - {role: latex, tags: latex} - {role: powershell, tags: powershell} - {role: protonvpn, tags: protonvpn} - {role: repos, tags: repos} - {role: libvirt, tags: libvirt} - {role: mariadb, tags: mariadb} - {role: rsync-backup, tags: rsync-backup} - {role: gitea-backup, tags: gitea-backup} - {role: gaming, tags: gaming} - {role: etckeeper, tags: etckeeper} - {role: neomutt, tags: neomutt} - {role: profanity, tags: profanity} - {role: vagrant, tags: vagrant} - {role: zathura, tags: zathura} - {role: smart, tags: smart} - {role: taskwarrior, tags: task,taskwarrior}