From ef07c4a19fb77110d12b959ce4ec81b7596531d5 Mon Sep 17 00:00:00 2001 From: seanlongcc Date: Wed, 10 Jul 2024 15:22:16 -0400 Subject: [PATCH] update ansible role import and readme --- .gitignore | 2 +- README.md | 14 +++++++++----- spec/ansible/mongo-stig-hardening-playbook.yml | 2 +- spec/ansible/requirements.yml | 8 +------- 4 files changed, 12 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index 9f4a578..222b312 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/README.md b/README.md index 59831a8..045b87e 100644 --- a/README.md +++ b/README.md @@ -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). @@ -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 diff --git a/spec/ansible/mongo-stig-hardening-playbook.yml b/spec/ansible/mongo-stig-hardening-playbook.yml index 7e0bf93..d5bad19 100644 --- a/spec/ansible/mongo-stig-hardening-playbook.yml +++ b/spec/ansible/mongo-stig-hardening-playbook.yml @@ -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 diff --git a/spec/ansible/requirements.yml b/spec/ansible/requirements.yml index 7fff2e7..2e22343 100644 --- a/spec/ansible/requirements.yml +++ b/spec/ansible/requirements.yml @@ -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