-lxsession no longer needed

This commit is contained in:
mpelle426
2019-07-10 15:21:10 +01:00
parent ed7eabd399
commit 07b955bac7
2 changed files with 19 additions and 19 deletions

28
hosts
View File

@@ -1,21 +1,21 @@
ned-host1 ansible_host=192.168.88.248
ned-host2 ansible_host=192.168.88.217
ned-host3 ansible_host=192.168.88.230
ned-host1 ansible_host=147.191.214.121
#ned-host2 ansible_host=192.168.88.217
#ned-host3 ansible_host=192.168.88.230
[ansible-hosts]
ned-host1
[pi]
ned-host1
ned-host2
ned-host3
#ned-host2
#ned-host3
[samba-server]
ned-host1
#ned-host1
[smbclient]
ned-host2
ned-host3
#ned-host2
#ned-host3
[public]
@@ -24,19 +24,19 @@ ned-host3
[netflows]
[facebook]
ned-host1
#ned-host1
[salesforce]
ned-host2
#ned-host2
[youtube]
ned-host3
#ned-host3
[ftpclient]
[sipclient]
ned-host2
ned-host3
#ned-host2
#ned-host3
[sipserver]
ned-host1
#ned-host1

View File

@@ -15,9 +15,9 @@
owner: root
group: root
tags: vnc_config
- name: set lxde in .xsession
lineinfile:
path: /home/pi/.xsession
line: lxsession -s Lubuntu -e LXDE
create: yes
#- name: set lxde in .xsession
# lineinfile:
# path: /home/pi/.xsession
# line: "lxsession -s Lubuntu -e LXDE"
# create: yes