--- # tasks file for sso-lqdn # We start by creating a keycloack user and home - include: install-users.yml # We're making sure Java and other deps are available on the system - include: install-dependencies.yml # Get the database running - include: install-database.yml # Download and install the service from archive - include: install-service.yml # Configuration of the SSL certificates - include: install-ssl.yml # Configure the service via configuration files - include: install-configuration.yml # Install NGINX as a reverse proxy - include: install-reverse-proxy.yml # Launch the service - include: install-run-service.yml # The part will only be executed in the case of an update - include: install-update.yml # This part will only be executed if we're restoring from a backup - include: reinstall-from-backup.yml