-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d5e1f81
commit a838d85
Showing
2 changed files
with
18 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
playbooks/molecule/resources/xnat/inventory/group_vars/xnat.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
# mirsg.infrastructure.firewalld | ||
firewalld_allow_public_access: true | ||
|
||
firewalld_public_zone_sources: | ||
- "0.0.0.0/0" | ||
|
||
# mirsg.xnat.xnat | ||
# Some times the default admin account hasn't finished creating even after tomcat has started | ||
# Add a delay here to give the admin account a chance to be created | ||
# Note, this issue only seems to happen in CI | ||
xnat_wait_for_tomcat: 15 | ||
|
||
# nginx config | ||
nginx_add_default_server: false # set Tomcat as default server to allow access to XNAT web UI through localhost:8000 |