-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-host1 ansible_host=147.191.214.121
ned-host2 ansible_host=192.168.88.217 #ned-host2 ansible_host=192.168.88.217
ned-host3 ansible_host=192.168.88.230 #ned-host3 ansible_host=192.168.88.230
[ansible-hosts] [ansible-hosts]
ned-host1 ned-host1
[pi] [pi]
ned-host1 ned-host1
ned-host2 #ned-host2
ned-host3 #ned-host3
[samba-server] [samba-server]
ned-host1 #ned-host1
[smbclient] [smbclient]
ned-host2 #ned-host2
ned-host3 #ned-host3
[public] [public]
@@ -24,19 +24,19 @@ ned-host3
[netflows] [netflows]
[facebook] [facebook]
ned-host1 #ned-host1
[salesforce] [salesforce]
ned-host2 #ned-host2
[youtube] [youtube]
ned-host3 #ned-host3
[ftpclient] [ftpclient]
[sipclient] [sipclient]
ned-host2 #ned-host2
ned-host3 #ned-host3
[sipserver] [sipserver]
ned-host1 #ned-host1

View File

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