synowebapi

Synology API modules

Modules that poke Synology APIs via synowebapi executable, as well as a helper library for implementing your own modules.

Example Playbook

---
- hosts: all
  roles:
    - role: gelraen.synowebapi
  tasks:
    - name: Add reverse proxy entries
      become: yes
      syno_reverse_proxy:
        name: 'DSM'
        backend:
          fqdn: localhost
          port: 5000
        frontend:
          fqdn: 'dsm.lan'

License

MIT

About

Adds modules for invoking Synology API via `synowebapi` executable.

Install
ansible-galaxy install gelraen/ansible-synowebapi
GitHub repository
License
Unknown
Downloads
22
Owner