ansible-generator/tests/ansible-role-default/generate_config_no_gitlab.yml

27 lines
739 B
YAML

---
# Don't generate GitLab CI configuration file
generate_gitlab_ci: no
# The rest of the files generated are enabled by default.
# generate_gitignore: yes
# generate_yamllint: yes
# generate_pre_commit: yes
# generate_readme: yes
# generate_ansible_lint: yes
# generate_tox: yes
# generate_github_settings: yes
# generate_license: yes
# generate_security: yes
# generate_molecule: yes
# generate_contributing: yes
# generate_github_action_molecule: yes
# generate_github_action_galaxy: yes
# generate_github_action_todo: yes
# generate_requirements_txt: yes
# generate_requirements2png: yes
# generate_github_funding: yes
# generate_github_issue_template: yes
# generate_github_feature_template: yes
# generate_install_pre_commit: yes