add copy file

main
Badanin Maksim 3 years ago
parent 2ec558b934
commit 0157e06aff

@ -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

Loading…
Cancel
Save