diff --git a/roles/bootstrap/vars/main/software.yml b/roles/bootstrap/vars/main/software.yml index 7a43df8..785d1b3 100644 --- a/roles/bootstrap/vars/main/software.yml +++ b/roles/bootstrap/vars/main/software.yml @@ -104,6 +104,9 @@ software: php-pkg: name: apt: composer + php-ldap: + name: + apt: php-ldap html-linter: name: apt: tidy @@ -217,6 +220,19 @@ software: # caddy: # name: # apt: caddy + snaps: + nextcloud: + name: nextcloud + channel: ~ + opts: + - "nextcloud:php.memory-limit=512M" + - "nextcloud:nextcloud.cron-interval=10m" + - "nextcloud:http.compression=true" + # @TODO commented opts use 'connect' snapd subcommand--look into how to use in Ansible + # - "nextcloud:removable-media" + # - "nextcloud:network-observe" + # @TODO see how to set these options: https://help.nextcloud.com/t/how-to-configure-nextcloud-snap/216036#p-649442-trusted-domains-configuration-8 + # @TODO see how to set these options: https://help.nextcloud.com/t/how-to-configure-nextcloud-snap/216036#p-649442-trusted-proxy-configuration-9 config: git: sys: