Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.3 KB

README.md

File metadata and controls

39 lines (23 loc) · 1.3 KB

Ansible Role: ONLYOFFICE Desktop Editors

Test

Overview

Ansible Role is a set of tasks to configure a host to serve a certain purpose like configuring a service. A role structure contains such directories as defaults, vars, tasks, files, templates, meta, handlers. Ansible Role has to be used within Playbook that serves as a mapping between hosts and roles.

This Ansible Role installs and configures an open-source office suite ONLYOFFICE Desktop Editors on RHEL/CentOS or Debian/Ubuntu servers.

This Ansible Role is avaiable on Ansible Galaxy, a repository for Ansible Roles that are available to drop directly into your Playbooks to streamline your automation projects.

Example Playbook

- hosts: desktopeditors
  roles:
    - role: ONLYOFFICE.desktopeditors
      become: yes

Dependencies

None.

Note

If you use Windows like host use the value

become: false

License

GNU AGPL v3.0

Author Information

This role was created by ONLYOFFICE.