Wiki » Historique » Révision 3
Révision 2 (Geoffroy Desvernay, 07/06/2018 20:17) → Révision 3/7 (Geoffroy Desvernay, 07/06/2018 20:20)
# Calendrier ECM by Ginfo 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. Wiki ## depoiement via ansible * fichiers joints ci-dessous pour le playbook * 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) * des variables dans l'inventory: ~~~ yaml calginfo: dbhost: db.host.mynet dbuser: calginfo dbname: calginfo dbpass: '…' ldapuser: ginfo ldappass: '…' konohost: konotest.mynet konouser: edt konopass: '…' konodb: 'konosys_ecm' secret: … webhost: my.web.host.name php_version: 7.2 # reverse-proxies to allow proxified_by: - 192.0.2.1/32 - 192.0.2.8/32 ~~~