morgan.mcmillian.dev/main.yaml

12 lines
253 B
YAML
Raw 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-02-10 01:36:29 +00:00
dest: "{{ html_location }}/"