- ---
- - import_tasks: setup.yaml
-
- - import_tasks: database.yaml
-
- - import_tasks: pre-install-config.yaml
-
- - name: onlyoffice documentserver debian package
- apt:
- pkg: onlyoffice-documentserver
-
- - import_tasks: license.yaml
-
- - import_tasks: config.yaml
-
- - import_role:
- name: nginx
-
- - import_tasks: certificate.yaml
- - import_tasks: nginx.yaml
|