Projet

Général

Profil

Wiki » Historique » Version 2

Geoffroy Desvernay, 07/06/2018 20:17

1 1 Geoffroy Desvernay
# Wiki
2
3 2 Geoffroy Desvernay
## depoiement via ansible
4
* fichiers joints ci-dessous pour le playbook
5
* 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)
6
* des variables dans l'inventory:
7
8
~~~ yaml
9
calginfo:
10
  dbhost: db.host.mynet
11
  dbuser: calginfo
12
  dbname: calginfo
13
  dbpass: '…'
14
  ldapuser: ginfo
15
  ldappass: '…'
16
  konohost: konotest.mynet
17
  konouser: edt
18
  konopass: '…'
19
  konodb: 'konosys_ecm'
20
  secret: …
21
  webhost: my.web.host.name
22
23
php_version: 7.2
24
25
# reverse-proxies to allow
26
proxified_by:
27
  - 192.0.2.1/32
28
  - 192.0.2.8/32
29
~~~