Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pâquerette
Infrastructure
Ansible Pâquerette
Commits
d842b02e
Commit
d842b02e
authored
Jul 11, 2022
by
Pâquerette Instance
Browse files
Ajouter en paramètre la clé d'API sendinblue pour gest contacts
parent
21bdb634
Changes
2
Hide whitespace changes
Inline
Side-by-side
roles/adm_instance/readme.md
View file @
d842b02e
...
...
@@ -18,6 +18,7 @@ app_instances:
database_password
:
mercanet_merchant_id
:
mercanet_key
:
sendinblue_apikey
:
app_user
:
mindfulness
app_user_password
:
# encrypted password (see the _webapp rôle)
app_version
:
# Git tag
...
...
@@ -111,4 +112,4 @@ mv var_files.tar.gz /tmp/restore_app_php_adm/app_php_adm/
./play.py
-y
vpstest app_php_adm reinstall
"
```
3.
Restart php-fpm to recreate a fpm sock with the new user :
`systemctl restart php5.6-fpm`
4.
if everything is ok, delete old user and its configs :
`deluser --remove-all-files`
\ No newline at end of file
4.
if everything is ok, delete old user and its configs :
`deluser --remove-all-files`
roles/adm_instance/templates/env.j2
View file @
d842b02e
...
...
@@ -8,3 +8,5 @@ DB_PASS={{ database_password }}
MERCHANT_ID={{ mercanet_merchant_id }}
SECRET_KEY={{ mercanet_key }}
MERCANET_URL={{ mercanet_url }}
# SENDINBLUE
SENDINBLUE_APIKEY={{ sendinblue_apikey }}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment