legacy-server-config/website/update.yml

15 lines
289 B
YAML
Raw Permalink Normal View History

2021-01-31 19:52:24 +00:00
---
- name: Update nginx configs
hosts: teier.eu
gather_facts: yes
tasks:
- name: Remove old website files
shell: "rm -rf /var/www/html/website/*"
- name: Copy website
copy:
src: html/
dest: /var/www/html/website/
owner: www-data
group: www-data