Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects

Draft: Netbox password rotation service

Open Arkadiusz SZCZECINSKI requested to merge v3_password-rotation into develop
Files
3
+ 2
2
@@ -21,7 +21,7 @@ stages:
include:
- project: 'digit-c4/digitc4-template-cicd'
file: 'gitlab-ci-ansible.yml'
ref: main
ref: asible-lint_exclude_gitmodules
lint-job:
stage: lint
@@ -56,7 +56,7 @@ deliver-image-job:
IMAGE_TAG: "testing-${CI_COMMIT_BRANCH}"
IMAGE_TAG_POSTGRES: "15-alpine"
IMAGE_TAG_REDIS: "7-alpine"
IMAGE_TAG_PSW_ROTATION: "PSW-rotation-${CI_COMMIT_BRANCH}"
IMAGE_TAG_PSW_ROTATION: "psw-rotation"
script:
- ansible-playbook ansible/deliver.yml
rules:
Loading