1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_linux_desktop_setup.git synced 2024-09-14 19:54:51 +02:00
This commit is contained in:
L3D 2020-04-14 15:34:44 +02:00
parent 11c5a1969a
commit 4c739a3256
Signed by: l3d
GPG key ID: CD08445BFF4313D1

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: