Add script for installing OnlyOffice.

This commit is contained in:
2021-02-19 08:00:20 -06:00
parent 3265dc3cfa
commit 6e48c25e9c
2 changed files with 60 additions and 0 deletions

View File

@ -37,6 +37,7 @@
when: ansible_system == "FreeBSD"
# Additional setup for systems with GUI.
- name: Main | Workstation UI Setup
hosts: workstation
@ -67,6 +68,7 @@
- include: tasks/workstation/settings/gnome.yml
# Additional setup for miners!
- name: Main | Miner Setup
hosts: miner
@ -109,6 +111,19 @@
- include: tasks/miner/cron/mfn.yml
# Easy to deploy server configurations.
- name: Main | Server Setup
hosts: server
connection: local
become: true
tasks:
- include: tasks/server/onlyoffice.yml
when: onlyoffice is defined and ansible_pkg_mgr == "apt"
# Create reports to analyze security.
- name: Main | Hardness Tests
hosts: localhost