morgan.mcmillian.dev/main.yaml

12 lines
258 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:
src: public/html/
dest: "{{ html_location }}/"