Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Accelerators public code
infra
ansible
cs8_common
Commits
ac52b13e
Commit
ac52b13e
authored
Feb 02, 2022
by
Jean-Michel Elyn
Browse files
graphics: Don't define xorg.conf when standard
parent
8a9f194a
Pipeline
#3519196
passed with stage
in 14 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
graphics/defaults/main.yml
View file @
ac52b13e
...
...
@@ -27,5 +27,3 @@ required_packages:
xorg-x11-server-Xorg
:
acc-sysadm
xdmcp_enabled
:
false
xorg_template
:
xorg_2mon.conf.j2
graphics/tasks/main.yml
View file @
ac52b13e
...
...
@@ -6,15 +6,19 @@
# CONFIGURE X SERVER
-
name
:
Get PCI port of screens
shell
:
lspci | awk '/VGA/ {sub("[.]", ":", $1); print $1}'
changed_when
:
false
register
:
r_graphical_pci_port
block
:
-
name
:
Configure X
template
:
src
:
'
{{
xorg_template
}}'
dest
:
/etc/X11/xorg.conf
-
name
:
Get PCI port of screens
shell
:
lspci | awk '/VGA/ {sub("[.]", ":", $1); print $1}'
changed_when
:
false
register
:
r_graphical_pci_port
-
name
:
Configure X
template
:
src
:
'
{{
xorg_template
}}'
dest
:
/etc/X11/xorg.conf
when
:
xorg_template is defined
# CONFIGURE LIGHTDM
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment