updated readme

This commit is contained in:
xpk
2019-01-22 17:15:28 +08:00
parent 7d75f4474f
commit 239ab69b34
2 changed files with 11 additions and 1 deletions
+7
View File
@@ -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