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