You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
645B

  1. ---
  2. - include_tasks: setup_{{ansible_os_family}}.yml
  3. - import_tasks: gpg.yaml
  4. - import_tasks: php-opcache.yml
  5. - import_tasks: reset.yml
  6. when: nextcloud_state == "reinstalled"
  7. - import_tasks: core.yml
  8. - import_tasks: access.yml
  9. - import_tasks: mysql.yml
  10. when: nextcloud_database_type == "mysql"
  11. - import_tasks: install.yml
  12. when:
  13. nextcloud_state == "installed" or
  14. nextcloud_state == "reinstalled"
  15. - import_tasks: configure.yml
  16. - import_tasks: apps.yml
  17. #- import_tasks: check.yaml
  18. - import_tasks: upgrade.yml
  19. - import_tasks: certificate.yml
  20. - import_tasks: apache2.yml
  21. - import_tasks: cron.yml
  22. - import_tasks: occ.yaml