added base code for plugin system

This commit is contained in:
2021-07-13 23:18:54 +04:00
parent ae2500ed4b
commit 02f72209dc
8 changed files with 67 additions and 9 deletions

View File

@@ -15,8 +15,8 @@
state: started
when: inventory_hostname == rsync.master
# Synchronize the data folder across hosts
- name: synchronize the data folder
# Synchronize the data deploy across hosts
- name: synchronize the data deploy
delegate_to: "{{ rsync.master }}"
synchronize:
src: "{{ sync.source }}"