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.

24 lines
431B

  1. nextcloud_state: installed
  2. nextcloud_archive_directory: /opt/nextcloud
  3. nextcloud_directory: /var/www/nextcloud
  4. nextcloud_data_directory: "{{nextcloud_directory}}/data"
  5. nextcloud_version: 14.0.2
  6. nextcloud_apps:
  7. - contacts
  8. - calendar
  9. - tasks
  10. nextcloud_default_language: en
  11. nextcloud_force_language: false
  12. nextcloud_defaultapp: files
  13. nextcloud_database_type: mysql
  14. nextcloud_server_names:
  15. - "{{ inventory_hostname }}"