Skip to content

Feature/cleanup old vm stuff #501

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions roles/apachefpm/files/stepuplogging.conf

This file was deleted.

10 changes: 0 additions & 10 deletions roles/apachefpm/handlers/main.yml

This file was deleted.

41 changes: 0 additions & 41 deletions roles/apachefpm/tasks/main.yml

This file was deleted.

43 changes: 0 additions & 43 deletions roles/apachefpm/templates/apachevhost.j2

This file was deleted.

22 changes: 0 additions & 22 deletions roles/apachefpm/templates/phpfpm.j2

This file was deleted.

4 changes: 2 additions & 2 deletions roles/haproxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ haproxy_applications:

- name: engine
vhost_name: engine.{{ base_domain }}
port: "{{ loadbalancing.engine.port }}"
port: "443"
ha_method: "GET"
ha_url: "/health"
servers: "{{ php_servers }}"
Expand All @@ -25,7 +25,7 @@ haproxy_applications:
vhost_name: manage.{{ base_domain }}
ha_method: "GET"
ha_url: "/health"
port: "{{ loadbalancing.manage.port }}"
port: "443"
servers: "{{ php_servers }}"
stagingservers: "{{ staging_servers }}"
sslbackend: yes
Expand Down
43 changes: 0 additions & 43 deletions roles/metadata/templates/metadata.conf.j2

This file was deleted.

35 changes: 0 additions & 35 deletions roles/mujina-idp/templates/mujina_idp.conf.j2

This file was deleted.

34 changes: 0 additions & 34 deletions roles/oidcng/templates/oidcng.conf.j2

This file was deleted.

33 changes: 0 additions & 33 deletions roles/static/templates/static.conf.j2

This file was deleted.

1 change: 0 additions & 1 deletion roles/stepupazuremfa/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
appname: "azuremfa"
vhost_name: "{{ appname }}.{{ base_domain }}"
loadbalancingport: "411"
appversion: "{{ azuremfa_version }}"
appversion_sha: "{{ azuremfa_version_sha }}"
stepup_gh_appname: "Azure-MFA"
Expand Down
1 change: 0 additions & 1 deletion roles/stepupgateway/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
appname: "gateway"
vhost_name: "sa-gw.{{ base_domain }}"
loadbalancingport: "414"
appversion: "{{ gateway_version }}"
appversion_sha: "{{ gateway_version_sha }}"
stepup_gh_appname: "Gateway"
Expand Down
9 changes: 0 additions & 9 deletions roles/stepupmiddleware/tasks/main.yml
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the when clause on import_tasks: docker.yml can be removed now as well.

Those when clauses were added to make the vm.yml / docker.yml switching work with the push_* tags.

Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,3 @@
or 'push_mw_whitelist' in ansible_run_tags
or 'stepupmiddleware' in ansible_run_tags
or 'stepup' in ansible_run_tags)"

- name: Include vm tasks when running on a vm
import_tasks: vm.yml
when: "'docker' not in group_names
and ('push_mw_config' in ansible_run_tags
or 'push_mw_institution' in ansible_run_tags
or 'push_mw_whitelist' in ansible_run_tags
or 'stepupmiddleware' in ansible_run_tags
or 'stepup' in ansible_run_tags)"
Loading
Loading