Merge branch 'framadate' into 'newinfra'
[framadate] Moving to version 1.1.11 See merge request nounous/ansible!205certbot_on_virtu
commit
764c37b2bd
|
@ -4,7 +4,7 @@ glob_framadate:
|
||||||
smtp_server: smtp.crans.org
|
smtp_server: smtp.crans.org
|
||||||
hostname: framadate.crans.org
|
hostname: framadate.crans.org
|
||||||
repo: https://framagit.org/framasoft/framadate/framadate.git
|
repo: https://framagit.org/framasoft/framadate/framadate.git
|
||||||
version: "e8747ffef6f64372785dd9da7c18c20112eba9bf"
|
version: "1.1.11"
|
||||||
admin_username: framadate
|
admin_username: framadate
|
||||||
admin_password: "{{ vault_framadate_password }}"
|
admin_password: "{{ vault_framadate_password }}"
|
||||||
db_password: "{{ vault_framadate_password_db }}"
|
db_password: "{{ vault_framadate_password_db }}"
|
||||||
|
|
|
@ -48,6 +48,7 @@
|
||||||
path: "{{ loc_framadate.path }}/admin/stdout.log"
|
path: "{{ loc_framadate.path }}/admin/stdout.log"
|
||||||
owner: www-data
|
owner: www-data
|
||||||
mode: 0600
|
mode: 0600
|
||||||
|
state: touch
|
||||||
|
|
||||||
- name: Configure framadate
|
- name: Configure framadate
|
||||||
template:
|
template:
|
||||||
|
|
Loading…
Reference in New Issue