Working FramaDate
parent
af9d904ea3
commit
628d4d08ad
|
@ -100,6 +100,7 @@
|
|||
- {from: autoconfig.crans.org, to: 10.231.136.46}
|
||||
- {from: grafana.crans.org, to: 10.231.136.102}
|
||||
- {from: webirc.crans.org, to: "10.231.136.1:9000"}
|
||||
- {from: framadate.crans.org, to: 185.230.79.194}
|
||||
|
||||
# Zamok
|
||||
- {from: install-party.crans.org, to: 10.231.136.1}
|
||||
|
|
|
@ -44,6 +44,11 @@
|
|||
state: touch
|
||||
mode: 0600
|
||||
|
||||
- name: Configure admin password
|
||||
copy:
|
||||
content: "{{ framadate.admin_username }}:{{ framadate.admin_password_hash }}\n"
|
||||
dest: /etc/nginx/.htpasswd
|
||||
|
||||
- name: Configure nginx site
|
||||
template:
|
||||
src: nginx-site.j2
|
||||
|
|
|
@ -11,6 +11,8 @@
|
|||
repo: https://framagit.org/framasoft/framadate/framadate.git
|
||||
version: "77bf2aaa0c344fd25535e2d0543d9a76bf35b5fd"
|
||||
path: /var/www/framadate
|
||||
admin_username: framadate
|
||||
admin_password_hash: "{{ vault_framadate_password_hash }}"
|
||||
roles:
|
||||
- framadate
|
||||
|
||||
|
|
Loading…
Reference in New Issue