morgan.mcmillian.dev/main.yaml

13 lines
274 B
YAML
Raw Permalink Normal View History

2023-02-10 01:36:29 +00:00
---
- name: Deploy morgan.mcmillian.dev site
hosts: web
vars:
html_location: /var/www/html/morgan.mcmillian.dev
tasks:
- name: Sync html directory
ansible.posix.synchronize:
2023-02-12 14:17:07 +00:00
src: public/
2023-03-14 00:09:59 +00:00
delete: true
2023-02-10 01:36:29 +00:00
dest: "{{ html_location }}/"