1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_linux_desktop_setup.git synced 2024-09-14 19:54:51 +02:00
ansible_linux_desktop_setup/setup_desk_minni.yml
2019-05-17 11:15:21 +02:00

98 lines
1.3 KiB
YAML

---
- name: Install useful packages
hosts: desk_minni
tags:
- packages
- updates
- setup
- workstation_packages
roles:
- workstation_packages
- name: enable and secure sshd
hosts: desk_minni
tags:
- secure
- ssh
- setup
roles:
- authorized_keys
- sshd
- name: Install useful dotfiles
hosts: desk_minni
tags:
- setup
roles:
- dotfiles
- name: set akku warning
hosts: desk_minni
tags:
- setup
- akku
roles:
- akku-warning
- name: install modules for sound and bluetooth
hosts: desk_minni
tags:
- setup
- pulseaudio
- networkmanager
roles:
- pulseaudio
- networkmanager
- name: Install useful packages
hosts: desk_minni
tags:
- packages
- i3wm
- copy_files
- i3wm
- ntp
- xrandr
roles:
- copy_files
- i3wm
- ntp
- xrandr
- name: install some arch fonts
hosts: desk_minni
tags:
- arch
- firefox
- browser
- install-firefox
roles:
- install-firefox
- name: install nextcloud-client
hosts: desk_minni
tags:
- setup
- nextcloud
roles:
- nextcloud
- name: install some arch fonts
hosts: desk_minni
tags:
- arch
- font
- fonts
- schrift
roles:
- arch-fonts
- name: install openvpn
hosts: desk_minni
tags:
- vpn
- openvpn
roles:
- openvpn