ci: add ci templates and deps

!1
This commit is contained in:
2024-02-19 03:25:28 +09:30
parent 972ff70053
commit 12c404ca94
8 changed files with 40 additions and 0 deletions

8
.cz.yaml Normal file
View File

@ -0,0 +1,8 @@
---
commitizen:
name: cz_conventional_commits
prerelease_offset: 1
tag_format: $version
update_changelog_on_bump: false
version: 0.0.1
version_scheme: semver

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
artifacts/*
cache/*

12
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,12 @@
variables:
GIT_SUBMODULE_PATHS: gitlab-ci
ANSIBLE_GALAXY_PACKAGE_NAME: phpipam_scanagent
##JOB_ROOT_DIR: gitlab-ci
include:
- project: nofusscomputing/projects/gitlab-ci
ref: ansible-collections
file:
- .gitlab-ci_common.yaml
- template/ansible-collection.gitlab-ci.yaml

8
.gitmodules vendored Normal file
View File

@ -0,0 +1,8 @@
[submodule "gitlab-ci"]
path = gitlab-ci
url = https://gitlab.com/nofusscomputing/projects/gitlab-ci.git
branch = development
[submodule "website-template"]
path = website-template
url = https://gitlab.com/nofusscomputing/infrastructure/website-template.git
branch = development

8
.nfc_automation.yaml Normal file
View File

@ -0,0 +1,8 @@
---
role_git_conf:
gitlab:
submodule_branch: "development"
default_branch: development
mr_labels: ~"type::automation" ~"impact::0" ~"priority::0"
auto_merge: true

0
CHANGELOG.md Normal file
View File

1
gitlab-ci Submodule

Submodule gitlab-ci added at d29064f149

1
website-template Submodule

Submodule website-template added at f5a82d3604