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, Debian/Ubuntu, Windows or macOS workstations.
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.
- hosts: desktopeditors
roles:
- role: ONLYOFFICE.desktopeditors
become: "{{ ansible_os_family != 'Windows' }}"
None.
GNU AGPL v3.0
This role was created by ONLYOFFICE.