updated readme
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
- name: Create xstartup file
|
||||
copy:
|
||||
dest: "~{{vncuser}}/.vnc/xstartup"
|
||||
mode: 0755
|
||||
content: |
|
||||
#!/bin/bash
|
||||
# Uncomment the following two lines for normal desktop:
|
||||
@@ -82,6 +83,12 @@
|
||||
state: started
|
||||
enabled: yes
|
||||
|
||||
- name: Disable firewalld
|
||||
service:
|
||||
name: firewalld
|
||||
state: stopped
|
||||
enabled: no
|
||||
|
||||
- name: Display vncpass
|
||||
debug:
|
||||
var: vncpass
|
||||
|
||||
Reference in New Issue
Block a user