chore: initial release #22

Merged
jon_nfc merged 54 commits from development into master 2024-02-21 09:07:13 +00:00
11 changed files with 57 additions and 1 deletions
Showing only changes of commit 12c404ca94 - Show all commits

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