diff --git a/hosts b/hosts index 090bf92..1011a47 100644 --- a/hosts +++ b/hosts @@ -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 diff --git a/roles/vnc/tasks/main.yaml b/roles/vnc/tasks/main.yaml index e71251a..766ed67 100644 --- a/roles/vnc/tasks/main.yaml +++ b/roles/vnc/tasks/main.yaml @@ -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