diff --git a/artifacts/geoserver_compose.yml b/artifacts/geoserver_compose.yml index 52af1eb..d89d923 100644 --- a/artifacts/geoserver_compose.yml +++ b/artifacts/geoserver_compose.yml @@ -3,8 +3,8 @@ connection: local vars: INSTALL_EXTENSIONS: 'true' - STABLE_EXTENSIONS: 'ysld,h2' - COMMUNITY_EXTENSIONS: 'colormap' + STABLE_EXTENSIONS: "{{ geoserver_stable_extensions | default('ysld,h2') }}" + COMMUNITY_EXTENSIONS: "{{ geoserver_community_extensions | default('colormap') }}" admin_password: "{{ geoserver_admin_password | default('geoserver') }}" roles: - role: 'grycap.docker'