|
|
|
|
@ -41,6 +41,12 @@
|
|
|
|
|
state: started
|
|
|
|
|
name: novnc.service
|
|
|
|
|
|
|
|
|
|
- name: copy file html
|
|
|
|
|
ansible.builtin.copy:
|
|
|
|
|
remote_src: yes
|
|
|
|
|
src: /opt/novnc/vnc.html
|
|
|
|
|
dest: /opt/novnc/index.html
|
|
|
|
|
|
|
|
|
|
- name: add user to vnc
|
|
|
|
|
ansible.builtin.lineinfile:
|
|
|
|
|
path: /etc/tigervnc/vncserver.users
|
|
|
|
|
|