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

Skip to content
Snippets Groups Projects
Commit 29b84377 authored by Arkadiusz SZCZECINSKI's avatar Arkadiusz SZCZECINSKI
Browse files

:rotating_light: fix lint build warnings

parent b1da15ce
No related branches found
No related tags found
1 merge request!148Draft: Netbox password rotation service
Pipeline #272087 failed
......@@ -14,7 +14,7 @@
state: absent
name: "{{ lookup('ansible.builtin.env', 'CI_PROJECT_NAME') }}:{{ lookup('ansible.builtin.env', 'CI_COMMIT_SHORT_SHA') }}"
force_absent: true
- name: Remove image Postgres
community.docker.docker_image:
state: absent
......
......@@ -32,11 +32,11 @@ services:
- ./netbox_configuration/ansible.sh:/opt/netbox/ansible.sh
environment:
- ACTIVATE_WORKER_AND_HOUSEKEEPING=0
- VAULT_ADDR=https://sam-hcpvault.cec.eu.int
- VAULT_AUTHTYPE=token
- VAULT_NAMESPACE=EC/DIGIT_C4_SNET_ADMIN-PROD
- VAULT_SKIP_VERIFY=false
- VAULT_LOGIN_MOUNT_POINT=cmdb
- VAULT_ADDR=https://sam-hcpvault.cec.eu.int
- VAULT_AUTHTYPE=token
- VAULT_NAMESPACE=EC/DIGIT_C4_SNET_ADMIN-PROD
- VAULT_SKIP_VERIFY=false
- VAULT_LOGIN_MOUNT_POINT=cmdb
postgres:
image: code.europa.eu:4567/digit-c4/netbox-plugins/postgres:15-alpine
env_file: env/postgres.env
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment