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:
commit
8ee563c18d
2 changed files with 15 additions and 5 deletions
|
@ -80,5 +80,6 @@ git_typo_alias: true
|
||||||
# debug f00
|
# debug f00
|
||||||
print_os_vars: true
|
print_os_vars: true
|
||||||
|
|
||||||
|
install_pass_as_password_manager: true
|
||||||
extra_bashrc: "alias dd='dd bs=4M status=progress oflag=dsync'"
|
extra_bashrc: "alias dd='dd bs=4M status=progress oflag=dsync'"
|
||||||
temporarily_disable_screensaver: false
|
temporarily_disable_screensaver: false
|
||||||
|
|
|
@ -75,6 +75,15 @@
|
||||||
- ntp
|
- ntp
|
||||||
- xrandr
|
- xrandr
|
||||||
|
|
||||||
|
- name: OVPN
|
||||||
|
hosts: t460p
|
||||||
|
tags:
|
||||||
|
- vpn
|
||||||
|
- ovpn
|
||||||
|
- openvpn
|
||||||
|
roles:
|
||||||
|
- openvpn
|
||||||
|
|
||||||
- name: install nextcloud-client
|
- name: install nextcloud-client
|
||||||
hosts: t460p
|
hosts: t460p
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Reference in a new issue