1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_linux_desktop_setup.git synced 2024-09-14 19:54:51 +02:00

Merge branch 'master' of github.com:DO1JLR/ansible_linux_desktop_setup into master

This commit is contained in:
L3D 2020-09-18 15:18:36 +02:00
commit 8ee563c18d
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B
2 changed files with 15 additions and 5 deletions

View file

@ -80,5 +80,6 @@ git_typo_alias: true
# debug f00
print_os_vars: true
install_pass_as_password_manager: true
extra_bashrc: "alias dd='dd bs=4M status=progress oflag=dsync'"
temporarily_disable_screensaver: false

View file

@ -9,7 +9,7 @@
- name: Install useful packages
hosts: t460p
tags:
tags:
- packages
- updates
- setup
@ -18,7 +18,7 @@
- name: enable and secure sshd
hosts: t460p
tags:
tags:
- secure
- ssh
- setup
@ -29,7 +29,7 @@
- name: Install useful dotfiles
hosts: t460p
tags:
tags:
- setup
- dotfiles
roles:
@ -37,7 +37,7 @@
- name: set akku warning
hosts: t460p
tags:
tags:
- setup
- akku
- akku-warning
@ -66,7 +66,7 @@
- name: Install useful packages
hosts: t460p
tags:
tags:
- packages
- i3wm
roles:
@ -75,6 +75,15 @@
- ntp
- xrandr
- name: OVPN
hosts: t460p
tags:
- vpn
- ovpn
- openvpn
roles:
- openvpn
- name: install nextcloud-client
hosts: t460p
tags: