Compare commits

..

2 Commits

2 changed files with 6 additions and 1 deletions

2
.env
View File

@ -3,7 +3,7 @@ MAIN_DOMAIN=neah.local
# Keycloak # Keycloak
KEYCLOAK_USER=admin KEYCLOAK_USER=admin
KEYCLOAK_PASSWORD="A5w3@77r!jpS&sPY2$$mu#F3#K2LC7@u" KEYCLOAK_PASSWORD=0aff634a5aab66c4cddc0fe9221e4d02defc87c98d2cd81ce6e8e04271f6c189
KEYCLOAK_HOST_IP=172.16.32.134 KEYCLOAK_HOST_IP=172.16.32.134
KEYCLOAK_HOST=connect KEYCLOAK_HOST=connect

View File

@ -16,3 +16,8 @@
command: "docker compose up -d --build --remove-orphans {{ portainer_service_name }}" command: "docker compose up -d --build --remove-orphans {{ portainer_service_name }}"
args: args:
chdir: "{{ git_dest }}" chdir: "{{ git_dest }}"
- name: Supprimer le fichier temporaire contenant le mot de passe Portainer
file:
path: "{{ git_dest }}/portainer_password"
state: absent