diff --git a/sn06.yml b/sn06.yml index 6698a5b8d..7ed830eb5 100644 --- a/sn06.yml +++ b/sn06.yml @@ -238,7 +238,7 @@ galaxy_manage_static_setup: true galaxy_manage_mutable_setup: true galaxy_manage_database: true - galaxy_manage_subdomain_static: false + galaxy_manage_subdomain_static: true galaxy_manage_host_filters: false # test when themes work galaxy_manage_systemd: false # switch to gravity(?) galaxy_manage_gravity: false diff --git a/subdomains.yml b/subdomains.yml deleted file mode 100644 index ee2205f9c..000000000 --- a/subdomains.yml +++ /dev/null @@ -1,49 +0,0 @@ ---- -- name: UseGalaxy.eu - hosts: sn06 - become: true - become_user: root - vars: - hostname: sn06.galaxyproject.eu - - vars_files: - # Just keep the same as sn06, so nothing gets messed up ;) - - group_vars/sn06/sn06.yml - - group_vars/sn06/themes_conf.yml - - group_vars/sn06/subdomains.yml - - group_vars/tiaas.yml # All of the training infrastructure - - group_vars/gxconfig.yml # The base galaxy configuration - - group_vars/toolbox.yml # User controlled toolbox - - secret_group_vars/sentry.yml # Sentry SDK init url - - secret_group_vars/aws.yml # AWS creds - - secret_group_vars/pulsar.yml # Pulsar + MQ Connections - - secret_group_vars/oidc.yml # OIDC credentials (ELIXIR, keycloak) - - secret_group_vars/object_store.yml # Object Store credentils (S3 etc ...) - - secret_group_vars/db-main.yml # DB URL + some postgres stuff - - secret_group_vars/file_sources.yml # file_sources_conf.yml creds - - secret_group_vars/all.yml # All of the other assorted secrets... - - secret_group_vars/keys.yml # SSH keys - - templates/galaxy/config/job_conf.yml - - mounts/dest/all.yml - - mounts/mountpoints.yml - handlers: - - name: Restart Galaxy - shell: | - cd /opt/galaxy/ && source /opt/galaxy/.bashrc && /usr/bin/gxadmin gunicorn handler-restart && sudo -u galaxy /usr/bin/galaxy-sync-to-nfs - roles: - - role: galaxyproject.galaxy - vars: - galaxy_create_user: false - galaxy_manage_clone: false - galaxy_manage_cleanup: false # we should use this - galaxy_manage_download: false - galaxy_manage_existing: false - galaxy_manage_paths: false - galaxy_manage_static_setup: false - galaxy_manage_mutable_setup: false - galaxy_manage_database: false - galaxy_manage_subdomain_static: true - galaxy_fetch_dependencies: false - galaxy_build_client: false - galaxy_manage_systemd: false # switch to gravity(?) - galaxy_manage_gravity: false