Added desktop tools

master
mandlm 2021-01-30 12:56:15 +01:00
parent 83ce1e4c65
commit e04b2b37be
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 17 additions and 0 deletions

View File

@ -1,10 +1,13 @@
---
- hosts: arch
vars:
username: mandlm
password: $6$hfdjshdfkajdsh$DRgmUOQfm9DnvSv.l.WuQJpextzBpX5BCbSncXTts5dHazvKRxj8qUYAjju2/AGZqKOt8PTLC7w9yRR68ZHCG1
dotfiles: "~/.dotfiles"
become: yes
roles:
- user-account
- sudo
@ -17,3 +20,17 @@
- tools
- acpid
- wayland
tasks:
- name: Install common user applications
package:
name: "{{ item }}"
state: latest
loop:
- element-desktop
- firefox
- keepassxc
- nextcloud-client
- signal-desktop
- telegram-desktop
- thunderbird