Add script for installing OnlyOffice.
This commit is contained in:
15
local.yml
15
local.yml
@ -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
|
||||
|
Reference in New Issue
Block a user