-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from remerge/CORE-15-update-template
Update template
- Loading branch information
Showing
15 changed files
with
645 additions
and
755 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
quiet: true | ||
compact: false | ||
|
||
skip-check: | ||
# https://github.com/bridgecrewio/checkov/issues/5286 | ||
- CKV_TF_1 | ||
# do not enforce Customer Supplied Encryption Keys (CSEK) | ||
- CKV_GCP_37 | ||
- CKV_GCP_38 | ||
- CKV_GCP_80 | ||
- CKV_GCP_81 | ||
- CKV_GCP_83 | ||
- CKV_GCP_84 | ||
- CKV_GCP_85 | ||
- CKV_GCP_90 | ||
- CKV_GCP_91 | ||
- CKV_GCP_93 | ||
# do not enforce vpc flow logs | ||
- CKV_GCP_26 | ||
- CKV_GCP_61 | ||
# restricted default service account is ok | ||
- CKV_GCP_30 | ||
# do not enforce bucket access log | ||
- CKV_GCP_62 | ||
# do not enforce bucket object versioning | ||
- CKV_GCP_78 | ||
# we want serial port console access | ||
- CKV_GCP_35 | ||
# base64 high entropy check causes too many false positives | ||
- CKV_SECRET_6 |
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 |
---|---|---|
@@ -1,23 +1,10 @@ | ||
--- | ||
# Changes here will be overwritten by Copier | ||
_commit: v1.12.2 | ||
_commit: v2.0.1 | ||
_src_path: gh:remerge/template | ||
deploy_branch: production | ||
google_cloud_gke_master_subnet: None | ||
google_cloud_project: ansible-role-zfs-[random_id] | ||
google_cloud_region: europe-west4 | ||
google_cloud_zone: europe-west4-a | ||
project_description: Install and configure ZFS kernel modules and pools with Ansible. | ||
project_id: ansible-role-zfs | ||
project_license: apache-2.0 | ||
project_name: Ansible Role for ZFS | ||
project_owner: sre | ||
project_owner: core | ||
project_type: ansible-role | ||
use_ansible: false | ||
use_docker: false | ||
use_golang: false | ||
use_google_cloud_compute: false | ||
use_google_cloud_gke: false | ||
use_python: true | ||
use_terraform: false | ||
use_terraform_google: false |
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
Validating CODEOWNERS rules …
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 |
---|---|---|
@@ -1,6 +1,2 @@ | ||
# By default all files are owned by the project owner | ||
* @remerge/sre | ||
|
||
# Terraform code is owned by the SRE team for required reviews | ||
*.tf @remerge/sre | ||
*.tfvars @remerge/sre | ||
* @remerge/core |
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
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
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 |
---|---|---|
@@ -1,5 +1,2 @@ | ||
# auto generated | ||
.copier-answers.yml | ||
|
||
# Dell server configuration profiles | ||
playbooks/files/*.rmge.net.json |
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
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.