- File:
ansible-playbook.yaml
- Description: Contains the structure for an Ansible playbook with various components like
main.yml
,vars.yml
,tasks/main.yml
,handlers/main.yml
,templates/README.md
, andREADME.md
.
- File:
ci-cd-pipelines.yaml
- Description: Defines the structure for CI/CD pipelines including
.gitlab-ci.yml
,Jenkinsfile
,.github/workflows/ci.yml
, and.github/workflows/cd.yml
.
- File:
cloudformation-files.yaml
- Description: Contains the structure for AWS CloudFormation files including
template.yaml
,parameters.json
, anddeploy.sh
.
- File:
configs/codeowners.yaml
- Description: Defines the structure for a
CODEOWNERS
file.
- File:
configs/devcontainer.yaml
- Description: Contains the structure for a
.devcontainer/devcontainer.json
file.
- File:
configs/editor-config.yaml
- Description: Defines the structure for an
.editorconfig
file.
- File:
configs/eslint.yaml
- Description: Contains the structure for ESLint configuration files including
.eslintrc.json
and.eslintignore
.
- File:
configs/jshint.yaml
- Description: Defines the structure for JSHint configuration files including
.jshintrc
and.jshintignore
.
- File:
configs/prettier.yaml
- Description: Contains the structure for Prettier configuration files including
.prettierrc
and.prettierignore
.
- File:
docker-files.yaml
- Description: Defines the structure for Docker-related files including
Dockerfile
,.dockerignore
,docker-compose.yml
, and.env
.
- File:
documentation-template.yaml
- Description: Contains the structure for documentation files including
README.md
,CONTRIBUTING.md
,CODE_OF_CONDUCT.md
, andLICENSE.md
.
- File:
git-hooks.yaml
- Description: Defines the structure for Git hook scripts including
.git/hooks/pre-commit
,.git/hooks/pre-push
, and.git/hooks/commit-msg
.
- File:
github/workflows/execute-tf-workflow.yaml
- Description: Contains the structure for a GitHub Actions workflow to execute Terraform.
- File:
github/workflows/pre-commit.yaml
- Description: Defines the structure for a GitHub Actions workflow to run pre-commit hooks.
- File:
github/workflows/release-drafter.yaml
- Description: Contains the structure for a GitHub Actions workflow to draft releases.
- File:
github/workflows/run-struct.yaml
- Description: Defines the structure for a GitHub Actions workflow to run Struct.
- File:
helm-chart.yaml
- Description: Contains the structure for a Helm chart including
Chart.yaml
,values.yaml
, and various templates.
- File:
kubernetes-manifests.yaml
- Description: Defines the structure for Kubernetes manifests including
deployment.yaml
,service.yaml
,ingress.yaml
,configmap.yaml
,secrets.yaml
, andREADME.md
.
- File:
project/generic.yaml
- Description: Contains the structure for a generic project with various configuration files and folders.
- File:
project/go.yaml
- Description: Defines the structure for a Go project including
.editorconfig
,.env
,.gitignore
,LICENSE
,README.md
,main.go
, and various folders.
- File:
project/java.yaml
- Description: Contains the structure for a Java project including
.editorconfig
,.env
,.gitignore
,LICENSE
,README.md
,pom.xml
, and various folders.
- File:
project/nodejs.yaml
- Description: Defines the structure for a Node.js project.
- File:
project/python.yaml
- Description: Contains the structure for a Python project.
- File:
project/ruby.yaml
- Description: Defines the structure for a Ruby project.
- File:
project/rust.yaml
- Description: Contains the structure for a Rust project.
- File:
terraform/apps/aws-accounts.yaml
- Description: Defines the structure for AWS accounts Terraform configuration.
- File:
terraform/apps/environments.yaml
- Description: Contains the structure for environments Terraform configuration.
- File:
terraform/apps/generic.yaml
- Description: Defines the structure for generic Terraform configuration.
- File:
terraform/apps/github-organization.yaml
- Description: Contains the structure for GitHub organization Terraform configuration.
- File:
terraform/apps/init.yaml
- Description: Defines the structure for init Terraform configuration.
- File:
terraform/modules/generic.yaml
- Description: Contains the structure for a generic Terraform module.
- File:
vagrant-files.yaml
- Description: Defines the structure for Vagrant files.