outsourcing
This commit is contained in:
@@ -28,6 +28,14 @@
|
||||
group: root
|
||||
mode: '0644'
|
||||
|
||||
- name: Copy html content
|
||||
ansible.builtin.copy:
|
||||
src: www/
|
||||
dest: /var/www
|
||||
owner: www-data
|
||||
group: www-data
|
||||
mode: '0644'
|
||||
|
||||
- name: Restart nginx
|
||||
ansible.builtin.service:
|
||||
name: nginx
|
||||
|
||||
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Reference in New Issue
Block a user