Passbolt: Done but still some issues in the role.

This commit is contained in:
Julien Palard 2019-12-17 14:04:50 +01:00
parent 6a2dc8b996
commit 772ae1b0ad
3 changed files with 4 additions and 1 deletions

View File

@ -19,6 +19,7 @@ Puis pour jouer les *playbooks* :
- Pour tout relancer : `ansible-playbook site.yml`
- Pour configurer les PyCons : `ansible-playbook pycons.yml`
- Pour configurer Passbolt : `ansible-playbook passbolt.yml`
(attention voir [#15](https://github.com/laxathom/ansible-role-passbolt/issues/15)).
## Faire, ne pas faire

View File

@ -37,6 +37,8 @@
passbolt_php_fpm_listen: /var/run/php/fpm.sock
passbolt_php_fpm_user: passbolt
passbolt_php_fpm_group: passbolt
passbolt_php_fpm_listen_owner: www-data
passbolt_php_fpm_listen_group: www-data
passbolt_dbport: 3306
mysql_root_username: root

View File

@ -1,5 +1,5 @@
---
- import_playbook: pycon.yml
- import_playbook: passbolt.yml
# - import_playbook: passbolt.yml # See https://github.com/laxathom/ansible-role-passbolt/issues/15
- import_playbook: backup.yml