diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-09-22 17:47:51 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-09-22 17:47:51 +0200 |
| commit | 30fd2a0ecc6ffa7aa9d742e329ca51b3cf116b83 (patch) | |
| tree | d5977c97b78a8be5a9eced08b12cfc540d20cc7a /configure.yml | |
| parent | 11bf978318f74f6f7701e9f5d669bef5b9862107 (diff) | |
Add simple rsync role used to sync between hosts
Diffstat (limited to 'configure.yml')
| -rw-r--r-- | configure.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.yml b/configure.yml index 36c3ac58..6da938b5 100644 --- a/configure.yml +++ b/configure.yml @@ -13,6 +13,7 @@ - role: "docker" - role: "podman" - role: "ansible" + - role: "rsync" - name: "Ubuntu configure" gather_facts: true @@ -29,6 +30,7 @@ - role: "podman" - role: "ansible" - role: "gnome" + - role: "rsync" - name: "Raspberry Pi configure" gather_facts: true |
