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-10 01:51:21 +00:00
|
|
|
src: public/https/
|
2023-02-10 01:36:29 +00:00
|
|
|
dest: "{{ html_location }}/"
|