webapps/nextcloud: Add condition for config tasks
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2656|9|2647|8|:-1: Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/423//ansiblelint">Evolix » ansible-roles » unstable #423</a>
gitea/ansible-roles/pipeline/head This commit looks good

And update CHANGELOG
This commit is contained in:
Alexis Ben Miloud--Josselin 2023-12-07 10:18:09 +01:00
parent c9e8b6c4e1
commit 4d7de89ad4
3 changed files with 6 additions and 0 deletions

View file

@ -18,6 +18,8 @@ The **patch** part changes is incremented if multiple releases happen the same m
* nagios-nrpe: add check_sentinel for monitoring Redis Sentinel
* webapps/nextcloud: Added var nextcloud_user_uid to enforce uid for nextcloud user
* etc-git: add /var/chroot-bind/etc/bind repo
* webapps/nextcloud: Set ownership and permissions of data directory
* webapps/nextcloud: Add condition for config tasks
### Changed
@ -35,6 +37,7 @@ The **patch** part changes is incremented if multiple releases happen the same m
* proftpd: in SFTP vhost, enable SSH keys login, enable ed25549 host key for Debian >= 11
* vrrpd: variable to force update the switch script (default: false)
* dovecot: Munin plugin conf path is now `/etc/munin/plugin-conf.d/zzz-dovecot` (instead of `z-evolinux-dovecot`)
* webapps/nextcloud: Add Ceph volume to fstab
### Fixed

View file

@ -17,3 +17,5 @@ nextcloud_db_name: "{{ nextcloud_instance_name }}"
nextcloud_admin_login: "admin"
nextcloud_admin_password: ""
nextcloud_do_config: True

View file

@ -54,3 +54,4 @@
- ansible.builtin.include: mysql-user.yml
- ansible.builtin.include: config.yml
when: nextcloud_do_config