Skip to content

Commit

Permalink
update ansible role import and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
seanlongcc committed Jul 10, 2024
1 parent da7374b commit ef07c4a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
reports/**
inputs.yml
inspec.lock
spec/ansible/roles/mongo-stig
spec/ansible/roles/mitre.mongo-stig
spec/ansible/roles/mitre.yedit
variables.pkrvar.hcl
*.zip
Expand Down
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,13 @@ mongo_superusers:

## Notes

### InSpec
### Certificates

For the full `README`, refer to the `certificates` folder.

- If you encounter connection errors, ensure you have the latest OpenSSL version (last tested with OpenSSL 3.3.0).

### InSpec Profile

Full repository [here](https://github.com/mitre/mongodb-enterprise-advanced-4-stig-baseline).

Expand All @@ -158,11 +164,9 @@ Full repository [here](https://github.com/mitre/mongodb-enterprise-advanced-4-st

- You can add additional types of scanning beyond InSpec (or get InSpec to run more than one testing profile) by modifying the `scripts/scan.sh` file. See the [MITRE SAF(c) Validation Library] (https://saf.mitre.org/#/validate) for more InSpec profiles, or use your favorite image scanning tool.

### Certificates
### Ansible Role

For the full `README`, refer to the `certificates` folder.

- If you encounter connection errors, ensure you have the latest OpenSSL version (last tested with OpenSSL 3.3.0).
Full repository [here](https://github.com/mitre/ansible-mongodb-enterprise-advanced-4-stig-hardening).

## Authors

Expand Down
2 changes: 1 addition & 1 deletion spec/ansible/mongo-stig-hardening-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
roles:
- role: roles/prep
- role: mitre.yedit
- role: mongo-stig
- role: mitre.mongo-stig
vars:
fips_mode: true
enterprise_edition: true
Expand Down
8 changes: 1 addition & 7 deletions spec/ansible/requirements.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
---
roles:
- name: mongo-stig
src: https://github.com/mitre/ansible-mongodb-enterprise-advanced-4-stig-hardening
version: main

- src: mitre.mongo-stig
- src: mitre.yedit

collections:
- name: community.mongodb

0 comments on commit ef07c4a

Please sign in to comment.