Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 413 Bytes

File metadata and controls

25 lines (18 loc) · 413 Bytes

stehessel.server.rsync

Ansible role to deploy a minimal rsync service. Sets up ufw rules for rsync port (873).

Example Playbook

- hosts: servers
  tasks:
    - name: "Set up rsync"
      include_role:
        name: "stehessel.server.rsync"

License

BSD-3-Clause

Author Information

hesselmann.dev