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:
parent
b0477436f7
commit
b12970e78e
5 changed files with 15 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -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
1
roles/xrandr
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit d8e871501a5b09f184c619001689ea07ba2f9c56
|
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue