ReinerNippes
ReinerNippes
Similar problem here. (Windows 2019, Ansible 2.9 & 2.12, VMware 7.0U1, VMware collection 2.7) No customization is done at all. Also when `existing_vm: true` is set. We don't use templates....
So if you want to replace docker with podman with your collection in ansible playbooks: How to port my playbook? https://github.com/ReinerNippes/selfhosted_on_docker Just pulling and starting a container isn't enough. You...
> I never had any difficulty selecting the Elasticsearch platform from the app configuration page I was talking about using the occ command. My playbooks fails doing so.
I just checked with an AWS CentOS7 Ami. `/etc/ImageMagick` seems to be correct. Could you please provide more info which version of CentOS7 did you use?
I changed the path /etc/ImageMagick-6 to with commit f8efb46.
Next try. @Hybrice @WaZaK There is a newer version of ImageMagick in the remi php repos. During the installation of the php modules ImageMagick become updated as well and this...
@daleosm Do you have the output of the playbook run? Maybe you have to add a `> /var/log/nextcloud-playbook.log` to the ansible-pull command and `> /var/log/ansible-setup.sh` to the bash command to...
I have seen problems downloading the nextcloud tgz. Nevertheless rather seldom. But I'm afraid it's not related to the playbook. I just tried with the ami you mentioned. In the...
For Ubuntu and Debian better use the "reoaded" branch. I didn't push it to master yet, because CentOS/AWS Linux support is not yet finished. https://github.com/ReinerNippes/nextcloud/tree/nextcloud-reloaded
The playbook is not meant to update Nextcloud. It's one is only used for installation. OS and Nextcloud updates have to be done the "normal" way. (apt update && apt...