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
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -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