printer added
This commit is contained in:
parent
8620ff31ac
commit
393ea0d190
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"ansible.python.interpreterPath": "/usr/bin/python"
|
||||
}
|
||||
Binary file not shown.
|
|
@ -48,3 +48,6 @@ base_packages:
|
|||
- arandr
|
||||
- autorandr
|
||||
- numlockx
|
||||
- cups
|
||||
- system-config-printer
|
||||
- xfce4-settings
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
[rdp_clients]
|
||||
thin-client-01 ansible_host=192.168.0.13
|
||||
thin-client-02 ansible_host=192.168.0.29
|
||||
thin-client-03 ansible_host=192.168.0.23
|
||||
thin-client-01 ansible_host=192.168.178.241
|
||||
#thin-client-02 ansible_host=192.168.0.29
|
||||
#thin-client-03 ansible_host=192.168.0.23
|
||||
|
||||
[rdp_clients:vars]
|
||||
ansible_user=root
|
||||
|
|
|
|||
|
|
@ -235,6 +235,14 @@
|
|||
<command>pavucontrol</command>
|
||||
</action>
|
||||
</item>
|
||||
<item id="drucker" label="Drucker">
|
||||
<action name="Execute"><execute>system-config-printer</execute>
|
||||
</action>
|
||||
</item>
|
||||
<item id="mouse" label="Maus">
|
||||
<action name="Execute"><execute>system-config-printer</execute>
|
||||
</action>
|
||||
</item>
|
||||
<menu id="display-menu" label="Anzeigeeinstellungen">
|
||||
<item label="Anzeige konfigurieren">
|
||||
<action name="Execute">
|
||||
|
|
|
|||
Loading…
Reference in New Issue