Releases Tags
-
9.2.0
released this 2 months ago | 2 commits to main since this release
Release Summary
This is the minor release of the
markuman.nextcloud
collection.
This release affects only the installation rolemarkuman.nextcloud.nextcloud
.Minor Changes
- bump caddy version to 2.5.0
- bump nextcloud version to 23.0.4
- make coturn/talk installation controllable via boolean
install_talk
variable.
Bugfixes
- coturn config location was wrong and results in error.
Downloads
-
9.1.1
released this 3 months ago | 11 commits to main since this release
Release Summary
This release of the
markuman.nextcloud
collection includes a turnkey-ready install role for Ubuntu 20.04 LTS.Minor Changes
- add install role
markuman.nextcloud
to distribute a turnkey nextcloud on Ubuntu 20.04 LTS.
Downloads
- add install role
-
9.0.2
released this 5 months ago | 40 commits to main since this release
Minor Changes
- file - replace md5 with sha256 when comparing files.
- passwords - Set no_log for
update_password
parameter. - remove unused variables and imports
Bugfixes
- Multiple ansible sanity fixes.
Downloads
-
9.0.1
released this 5 months ago | 60 commits to main since this release
Minor Changes
- passwords - Set no_log for
update_password
parameter.
Bugfixes
- Multiple ansible sanity fixes.
Downloads
- passwords - Set no_log for
-
9.0.0
released this 11 months ago | 62 commits to main since this release
Integration test passes for
- Nextcloud 20
- Nextcloud 21
- Nextcloud 22
using ansible >= 2.9.6
new features
- ansible callback plugin for talk
- Benefits: You can instantly create issues from Talk conversation of failing tasks in Nextcloud Deck or Nextcloud Tasks.
markuman.nextcloud.user_info
- new optional
username
parameter
- new optional
markuman.nextcloud.info
module, to receive informations about nextcloud server installation
minor improvments
- internal improvements
- argument spec basics
- doc fragments
- hundrets of sanity fixes
Downloads
-
8.0.1
released this 11 months ago | 85 commits to main since this release
bugfixes in
markuman.nextcloud.user_info
Downloads
-
8.0.0
released this 11 months ago | 90 commits to main since this release
???????????? Big nextcloud files update ????????????
file
module can detect remote files now. So thefile
usage becomes immutable (with the correctoverwrite
parameter!).Possible overwrite parameter values
always
(default)never
different
(md5-based, only available withmode: get
)different_size
Breaking Changes:
markuman.nextcloud.file
inmode: delete
will not delete recursively automatically when it points to a folder. Therefor a new parameter is addeddelete_recurively: yes
.overwritten
parameter has changes tooverwrite
. Butoverwritten
is still an alias value.- Documentation has moved from
README.md
into the Wiki - exclusive atm.
New Modules:
markuman.nextcloud.file_info
Downloads
-
7.0.0
released this 12 months ago | 102 commits to main since this release
New Modules
- password
- password_info
Downloads