Wiki » Historique » Révision 2
Révision 1 (Geoffroy Desvernay, 07/06/2018 16:30) → Révision 2/7 (Geoffroy Desvernay, 07/06/2018 20:17)
# Wiki ## depoiement via ansible * 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 ~~~