Projet

Général

Profil

Wiki » Historique » Version 3

Geoffroy Desvernay, 07/06/2018 20:20

1 3 Geoffroy Desvernay
# Calendrier ECM by Ginfo
2
3
Application développée par Pierre-Olivier Nahoum, élève ECM, rejoint depuis par d'autres pour proposer à l'ensemble de l'ECM un calendrier utilisable.
4 1 Geoffroy Desvernay
5 2 Geoffroy Desvernay
## depoiement via ansible
6
* fichiers joints ci-dessous pour le playbook
7
* les roles [criecm.php-fpm](https://galaxy.ansible.com/criecm/php-fpm),[criecm.common](https://galaxy.ansible.com/criecm/common/) ,[criecm.nginx](https://galaxy.ansible.com/criecm/nginx)
8
* des variables dans l'inventory:
9
10
~~~ yaml
11
calginfo:
12
  dbhost: db.host.mynet
13
  dbuser: calginfo
14
  dbname: calginfo
15
  dbpass: '…'
16
  ldapuser: ginfo
17
  ldappass: '…'
18
  konohost: konotest.mynet
19
  konouser: edt
20
  konopass: '…'
21
  konodb: 'konosys_ecm'
22
  secret: …
23
  webhost: my.web.host.name
24
25
php_version: 7.2
26
27
# reverse-proxies to allow
28
proxified_by:
29
  - 192.0.2.1/32
30
  - 192.0.2.8/32
31
~~~