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.
- hosts: desktopeditors
roles:
- role: ONLYOFFICE.desktopeditors
become: yes
None.
If you use Windows like host use the value
become: false
GNU AGPL v3.0
This role was created by ONLYOFFICE.