Skip to content

ONLYOFFICE/ansible-role-desktopeditors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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, 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.

Example Playbook

- hosts: desktopeditors
  roles:
    - role: ONLYOFFICE.desktopeditors
      become: "{{ ansible_os_family != 'Windows' }}"

Dependencies

None.

License

GNU AGPL v3.0

Author Information

This role was created by ONLYOFFICE.

Packages

No packages published

Contributors 6