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

Add xrandr role

This commit is contained in:
Lilian Roller 2019-04-26 09:27:35 +02:00
parent b0477436f7
commit b12970e78e
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B
5 changed files with 15 additions and 1 deletions

3
.gitmodules vendored
View file

@ -34,3 +34,6 @@
[submodule "roles/install-firefox"] [submodule "roles/install-firefox"]
path = roles/install-firefox path = roles/install-firefox
url = https://github.com/DO1JLR/role-firefox-installation.git url = https://github.com/DO1JLR/role-firefox-installation.git
[submodule "roles/xrandr"]
path = roles/xrandr
url = https://github.com/DO1JLR/role-xrandr.git

1
roles/xrandr Submodule

@ -0,0 +1 @@
Subproject commit d8e871501a5b09f184c619001689ea07ba2f9c56

View file

@ -53,7 +53,7 @@
- copy_files - copy_files
- i3wm - i3wm
- ntp - ntp
- xrandr
- name: install some arch fonts - name: install some arch fonts
hosts: desk_minni hosts: desk_minni
tags: tags:
@ -82,4 +82,12 @@
roles: roles:
- arch-fonts - arch-fonts
- name: install openvpn
hosts: desk_minni
tags:
- vpn
- openvpn
roles:
- openvpn

View file

@ -63,6 +63,7 @@
- copy_files - copy_files
- i3wm - i3wm
- ntp - ntp
- xrandr
- name: install nextcloud-client - name: install nextcloud-client
hosts: l460 hosts: l460

View file

@ -63,6 +63,7 @@
- copy_files - copy_files
- i3wm - i3wm
- ntp - ntp
- xrandr
- name: install nextcloud-client - name: install nextcloud-client
hosts: t460p hosts: t460p