-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcookiecutter.json
34 lines (34 loc) · 1.53 KB
/
cookiecutter.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"project_name": "Profile Example",
"project_slug": "{{ cookiecutter.project_name|slugify }}",
"optional_toml_linting": ["true", "false"],
"optional_workflow_linting": ["true", "false"],
"description": "An example Mac Maker profile.",
"github_handle": "osx-provisioner",
"author": "Niall Byrne",
"email": "[email protected]",
"_BRANCH_NAME_BASE": "main",
"_BRANCH_NAME_DEVELOPMENT": "dev",
"_CONFIG_DEFAULT_SHFMT_OPTIONS": "-i 2 -ci -sr",
"_CONFIG_DEFAULT_SHELLCHECK_OPTIONS": "-e SC2317 -P SCRIPTDIR",
"_DOCKER_DEFAULT_CONTAINER": "ghcr.io/cicd-tools-org/cicd-tools:main",
"_GITHUB_CI_ACTIONLINT_SCRIPT_URL": "https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash",
"_GITHUB_CI_DEFAULT_CONCURRENCY": 4,
"_GITHUB_CI_DEFAULT_PYTHON_VERSIONS": ["3.9"],
"_GITHUB_CI_DEFAULT_VERBOSE_NOTIFICATIONS": false,
"_GITHUB_CI_TEMPLATE_TEST_ARCHITECTURES": ["x86_64"],
"_GITHUB_CI_TEMPLATE_TEST_BINARY_VERSIONS": ["0.0.7"],
"_GITHUB_CI_TEMPLATE_TEST_OSX_VERSIONS": [13],
"_MAC_MAKER_ANSIBLE_VERSION": "7.2",
"_MAC_MAKER_MAX_VERSION": "1.0.0",
"_MAC_MAKER_MIN_VERSION": "0.0.6",
"_MAC_MAKER_PYTHON_VERSION": "3.9",
"_*DO_NOT_MODIFY_THIS_FILE*": "This file is created to assist with upgrading to future versions of this template.",
"_copy_without_render": [
".cicd-tools/boxes/bootstrap",
".github/actions",
"profile/handlers/*.yml",
"profile/tasks/post_install/*.yml",
"profile/vars/*.yml"
]
}