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

Commit

Permalink
firewalld var name prefix (#19)
Browse files Browse the repository at this point in the history
Changes:

- Update variable names for the `firewalld` role in the molecule tests
- Update some details in `galaxy.yml`

After UCL-MIRSG/ansible-collection-infra#35 is
merged I propose creating a new release of the `mirsg.infrastructure`
collection (`1.3.0`) and pinning the version number in
[meta/requirements.yml](https://github.com/UCL-MIRSG/ansible-collection-xnat/blob/33413301671dcca18388f13a91ec363c9ce07539/meta/requirements.yml#L10)
in this PR.
  • Loading branch information
drmatthews authored Jan 5, 2024
1 parent 3e296d9 commit 38d48ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ readme: README.md
# A list of the collection's content authors. Can be just the name or in the format 'Full Name <email> (url)
# @nicks:irc/im.site#channel'
authors:
- Daniel Matthews <[email protected]>
- MIRSG (github.com/UCL-MIRSG)

### OPTIONAL but strongly recommended
Expand Down Expand Up @@ -48,10 +47,10 @@ dependencies:
"community.crypto": ">=2.14.1"

# The URL of the originating SCM repository
repository: https://github.com/UCL-MIRSG/ansible-collection-xnatinstaller
repository: https://github.com/UCL-MIRSG/ansible-collection-xnat

# The URL to the collection issue tracker
issues: https://github.com/UCL-MIRSG/ansible-collection-xnatinstaller/issues
issues: https://github.com/UCL-MIRSG/ansible-collection-xnat/issues

# A list of file glob-like patterns used to filter any files or directories that should not be included in the build
# artifact. A pattern is matched from the relative path of the file or directory of the collection directory. This
Expand Down
4 changes: 2 additions & 2 deletions tests/molecule/resources/inventory/group_vars/db.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# mirsg.infrastructure.firewalld
internal_zone_sources:
firewalld_internal_zone_sources:
- "{{ xnat_web_server.subnet | default(xnat_web_server.ip + '/32') }}"

internal_zone_open_services:
firewalld_internal_zone_open_services:
- "postgresql"

0 comments on commit 38d48ce

Please sign in to comment.