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

Update deploy.yaml

Former-commit-id: 1f9362e797767c5a6b2619d8932bbc764ce6c800
parent c06e55cf
No related branches found
No related tags found
No related merge requests found
......@@ -91,6 +91,12 @@
command: "migrate"
app_path: "/home/{{ deploy_user_name }}/iPPIDB/ippisite"
settings: "ippisite.{{ ansible_hostname }}_settings"
- htpasswd:
path: /etc/nginx/passwdfile
name: ippidb
password: ''
owner: root
mode: 0640
# FIXME: this should obviously be removed before switching to prod. env.
- name: restrict access to the web server to specific IPs
lineinfile: dest=/etc/ippidb-80/httpd.conf
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment