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_t460p.yml

102 lines
1.3 KiB
YAML
Raw Normal View History

2018-11-17 21:23:15 +01:00
---
- name: Install useful packages
2019-04-24 09:19:13 +02:00
hosts: t460p
2018-11-17 21:23:15 +01:00
tags:
- packages
2018-11-17 22:57:33 +01:00
- updates
2018-11-18 00:08:50 +01:00
- setup
2018-11-17 21:23:15 +01:00
roles:
- workstation_packages
- name: enable and secure sshd
2019-04-24 09:19:13 +02:00
hosts: t460p
tags:
- secure
- ssh
- setup
roles:
- authorized_keys
- sshd
2018-11-18 00:08:50 +01:00
- name: Install useful dotfiles
2019-04-24 09:19:13 +02:00
hosts: t460p
2018-11-18 00:08:50 +01:00
tags:
- setup
roles:
- dotfiles
2019-03-11 20:22:44 +01:00
- name: set akku warning
2019-04-24 09:19:13 +02:00
hosts: t460p
2019-03-11 20:22:44 +01:00
tags:
- setup
- akku
2019-10-22 20:37:43 +02:00
- akku-warning
2019-03-11 20:22:44 +01:00
roles:
- akku-warning
2019-02-19 19:03:40 +01:00
- name: install modules for sound and bluetooth
2019-04-24 09:19:13 +02:00
hosts: t460p
2019-02-18 22:15:36 +01:00
tags:
- setup
2019-02-19 19:03:40 +01:00
- pulseaudio
2019-02-21 14:26:35 +01:00
- networkmanager
2019-02-18 22:15:36 +01:00
roles:
2019-02-19 19:03:40 +01:00
- pulseaudio
2019-02-21 14:26:35 +01:00
- networkmanager
2019-02-19 19:03:40 +01:00
2019-04-25 10:16:58 +02:00
- name: install some arch fonts
2019-07-11 18:52:01 +02:00
hosts: t460p
2019-04-25 10:16:58 +02:00
tags:
- arch
- firefox
- browser
- install-firefox
roles:
- install-firefox
2018-11-17 22:57:33 +01:00
- name: Install useful packages
2019-04-24 09:19:13 +02:00
hosts: t460p
2018-11-17 22:57:33 +01:00
tags:
- packages
- i3wm
roles:
- copy_files
- i3wm
2019-03-15 22:18:51 +01:00
- ntp
2019-04-26 09:27:35 +02:00
- xrandr
2018-11-17 22:57:33 +01:00
2019-02-20 13:00:21 +01:00
- name: install nextcloud-client
2019-04-24 09:19:13 +02:00
hosts: t460p
2019-02-20 13:00:21 +01:00
tags:
- setup
- nextcloud
roles:
- nextcloud
2019-03-15 22:18:51 +01:00
- name: install some arch fonts
2019-04-24 09:19:13 +02:00
hosts: t460p
2019-03-15 22:18:51 +01:00
tags:
- arch
- font
- fonts
- schrift
roles:
- arch-fonts
2019-02-20 13:00:21 +01:00
2019-06-17 09:59:49 +02:00
- name: install winehq
hosts: t460p
tags:
- wine
- winehq
roles:
- winehq
2018-11-17 21:23:15 +01:00
2019-06-22 18:46:31 +02:00
- name: disable sleeping
hosts: t460p
tags:
- sleep
- suspend
- no-sleep
roles:
- no-sleep