Skip to content

Commit

Permalink
Merge pull request #237 from vmware/readme-updates-and-other-cleanup
Browse files Browse the repository at this point in the history
Readme updates and other cleanup
  • Loading branch information
freddyfeelgood authored May 8, 2024
2 parents 3c4c9de + 3905736 commit ff2cec2
Show file tree
Hide file tree
Showing 27 changed files with 67 additions and 817 deletions.
11 changes: 6 additions & 5 deletions aria/automation/8.x/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
## Compatibility
The table below provides supported interoperability between product and STIG versioning. Application of STIG content outside interoperable versions is not supported.

| | V1R3* | V1R4* | V1R5* | V1R6* |
| Version | V1R3* | V1R4* | V1R5* | V1R6* |
|:-------------------:|:------------------:|:------------------:|:------------------:|:------------------:|
| `8.11.x` | :heavy_check_mark: | :x: | :x: | :x: |
| `8.12.x` | :x: | :heavy_check_mark: | :x: | :x: |
| `8.13.1` | :x: | :x: | :heavy_check_mark: | :x: |
| `8.16.1` | :x: | :x: | :x: | :heavy_check_mark: |
| `8.11.x` | :heavy_check_mark: | :x: | :x: | :x: |
| `8.12.x` | :x: | :heavy_check_mark: | :x: | :x: |
| `8.13.0` | :x: | :heavy_check_mark: | :x: | :x: |
| `8.13.1`-`8.16.0` | :x: | :x: | :heavy_check_mark: | :x: |
| `8.16.1`-`8.16.2` | :x: | :x: | :x: | :heavy_check_mark: |

> [!NOTE]
> - \* Denotes STIG Readiness Guide
Expand Down
8 changes: 4 additions & 4 deletions aria/lifecycle/8.x/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
## Compatibility
The table below provides supported interoperability between product and STIG versioning. Application of STIG content outside interoperable versions is not supported.

| | V1R1* | V1R2* |
| Version | V1R1* | V1R2* |
|:-------------------:|:------------------:|:------------------:|
| `8.2 - 8.12` | :heavy_check_mark: | :x: |
| `8.14.x` | :x: | :heavy_check_mark: |
| `8.16.x` | :x: | :heavy_check_mark: |
| `8.12.x` | :heavy_check_mark: | :x: |
| `8.14.x` | :x: | :heavy_check_mark: |
| `8.16.x` | :x: | :heavy_check_mark: |

> [!NOTE]
> - \* Denotes STIG Readiness Guide
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ This is a hardening playbook that utilizes Ansible to perform automated remediat

## Playbook Structure
- playbook.yml - Main playbook to run
- /roles/<role name>/defaults/main.yml - Default variables to use during the run of the playbook
- /roles/<role name>/tasks/main.yml - Default role task file
- /roles/<role name>/handlers/main.yml - Dependencies for service restarts
- /roles/<role name>/<role name>.yml - Task definitions for the role
- /roles/\<role name>/defaults/main.yml - Default variables to use during the run of the playbook
- /roles/\<role name>/tasks/main.yml - Default role task file
- /roles/\<role name>/handlers/main.yml - Dependencies for service restarts
- /roles/\<role name>/\<role name>.yml - Task definitions for the role

## How to run

Expand Down
45 changes: 0 additions & 45 deletions aria/lifecycle/ansible/README.md

This file was deleted.

7 changes: 0 additions & 7 deletions aria/lifecycle/ansible/playbook.yml

This file was deleted.

10 changes: 0 additions & 10 deletions aria/lifecycle/ansible/roles/nginx/defaults/main.yml

This file was deleted.

5 changes: 0 additions & 5 deletions aria/lifecycle/ansible/roles/nginx/handlers/main.yml

This file was deleted.

11 changes: 0 additions & 11 deletions aria/lifecycle/ansible/roles/nginx/tasks/main.yml

This file was deleted.

230 changes: 0 additions & 230 deletions aria/lifecycle/ansible/roles/nginx/tasks/nginx.yml

This file was deleted.

12 changes: 0 additions & 12 deletions aria/lifecycle/ansible/roles/postgres/defaults/main.yml

This file was deleted.

5 changes: 0 additions & 5 deletions aria/lifecycle/ansible/roles/postgres/handlers/main.yml

This file was deleted.

11 changes: 0 additions & 11 deletions aria/lifecycle/ansible/roles/postgres/tasks/main.yml

This file was deleted.

Loading

0 comments on commit ff2cec2

Please sign in to comment.