diff --git a/.cz.yaml b/.cz.yaml new file mode 100644 index 0000000..54f4ce1 --- /dev/null +++ b/.cz.yaml @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8f22651 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +artifacts/* +cache/* diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..4a862d3 --- /dev/null +++ b/.gitlab-ci.yml @@ -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 diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..de6bfdd --- /dev/null +++ b/.gitmodules @@ -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 diff --git a/.nfc_automation.yaml b/.nfc_automation.yaml new file mode 100644 index 0000000..077d7f4 --- /dev/null +++ b/.nfc_automation.yaml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e69de29 diff --git a/gitlab-ci b/gitlab-ci new file mode 160000 index 0000000..d29064f --- /dev/null +++ b/gitlab-ci @@ -0,0 +1 @@ +Subproject commit d29064f1490073599518b629c7bf6585b48c8736 diff --git a/website-template b/website-template new file mode 160000 index 0000000..f5a82d3 --- /dev/null +++ b/website-template @@ -0,0 +1 @@ +Subproject commit f5a82d3604faca56756eec91acee28ff89defd1d