ansible-collection-nextcloud-admin
ansible-collection-nextcloud-admin copied to clipboard
The ansible galaxy for your nextcloud administrative needs.
Bumps [ansible](https://github.com/ansible-community/ansible-build-data) from 9.4.0 to 9.5.1. Commits c75dddb Ansible 9.5.1: Dependencies, changelog and porting guide (#393) 811a727 Add constraint to avoid breaking change. (#389) 90a272d Ansible 10.0.0a1: Dependencies, changelog and...
Hi According to [README](https://github.com/nextcloud/ansible-collection-nextcloud-admin/tree/main/roles/install_nextcloud#applications-installation) - it should be possible to declare the conf: without the source: ``` nextcloud_apps: app_name_3: # Download from nextcloud official app-store conf: parameter1: ldap:\/\/ldapsrv parameter2: another_value...
**Expected behavior:** After installing the webpage shows the Nextcloud login. **Actual behavior:** When installing with ``` nextcloud_install_websrv: true nextcloud_websrv: "nginx" nextcloud_disable_websrv_default_site: true nextcloud_install_tls: false nextcloud_tls_enforce: false ``` nginx always shows...
Hi If we add (or remove) some parameters after the installation in "nextcloud_config_settings", it has only an effect on the 1st installation process, but not on a run after the...
Add a simple module to get application informations (status, update, etc) This is intended to be a foundation for the next module for app management
Trying to understand ( and fix) why we have so much more CI failures now.
User may just want to install a nextcloud instance as a subfolder of another website /domain
By default, Nextcloud uses SQLite as its database. It has two benefits: * It's the only DB backend that allows you to [switch to a different one](https://docs.nextcloud.com/server/stable/admin_manual/configuration_database/db_conversion.html) later * It's...