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 # 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

View file

@ -9,7 +9,7 @@
- name: Install useful packages - name: Install useful packages
hosts: t460p hosts: t460p
tags: tags:
- packages - packages
- updates - updates
- setup - setup
@ -18,7 +18,7 @@
- name: enable and secure sshd - name: enable and secure sshd
hosts: t460p hosts: t460p
tags: tags:
- secure - secure
- ssh - ssh
- setup - setup
@ -29,7 +29,7 @@
- name: Install useful dotfiles - name: Install useful dotfiles
hosts: t460p hosts: t460p
tags: tags:
- setup - setup
- dotfiles - dotfiles
roles: roles:
@ -37,7 +37,7 @@
- name: set akku warning - name: set akku warning
hosts: t460p hosts: t460p
tags: tags:
- setup - setup
- akku - akku
- akku-warning - akku-warning
@ -66,7 +66,7 @@
- name: Install useful packages - name: Install useful packages
hosts: t460p hosts: t460p
tags: tags:
- packages - packages
- i3wm - i3wm
roles: roles:
@ -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: