Skip to content
Snippets Groups Projects
Commit d6bc2506 authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

remove http passwd file completely during deploy

Former-commit-id: 70287e5ec9eccc2d74d78858f26106431a9caf54
parent ba4c44be
No related branches found
No related tags found
No related merge requests found
...@@ -94,10 +94,9 @@ ...@@ -94,10 +94,9 @@
# FIXME: this should obviously be removed before switching to prod. env. # FIXME: this should obviously be removed before switching to prod. env.
- name: install passlib for htpasswd in ansible - name: install passlib for htpasswd in ansible
yum: name=python-passlib state=installed yum: name=python-passlib state=installed
- htpasswd: - file:
path: /etc/ippidb-80/passwdfile path: /etc/ippidb-80/passwdfile
name: ippidb state: absent
state: absent
- htpasswd: - htpasswd:
path: /etc/ippidb-80/passwdfile path: /etc/ippidb-80/passwdfile
name: ippidb name: ippidb
......
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