Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Remove the nginx role (#5)
Browse files Browse the repository at this point in the history
- remove `mirsg.xnat.nginx`
- use `mirsg.infrastructure.nginx` instead (which is identical to
`mirsg.xnat.nginx`)
  • Loading branch information
p-j-smith authored Dec 13, 2023
1 parent 7dc36f9 commit 23c23a2
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 244 deletions.
2 changes: 1 addition & 1 deletion playbooks/install_xnat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
- role: mirsg.infrastructure.provision
- role: mirsg.infrastructure.install_python
- role: mirsg.infrastructure.tomcat
- role: nginx
- role: mirsg.infrastructure.nginx
- role: mirsg.infrastructure.ssl_certificates
vars:
ssl_certificate: "{{ postgresql_client_ssl_certificate }}" # noqa: var-naming[no-role-prefix]
Expand Down
19 changes: 0 additions & 19 deletions roles/nginx/defaults/main.yml

This file was deleted.

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

This file was deleted.

71 changes: 0 additions & 71 deletions roles/nginx/tasks/main.yml

This file was deleted.

143 changes: 0 additions & 143 deletions roles/nginx/templates/nginx.j2

This file was deleted.

0 comments on commit 23c23a2

Please sign in to comment.