mirror of
https://github.com/mmumshad/ansible-playable.git
synced 2025-03-09 23:38:54 +00:00
Provide additional parameters to seed default user accounts
Update Readme file
This commit is contained in:
parent
f06bd10330
commit
de41ae22e8
3 changed files with 85 additions and 6 deletions
|
@ -27,7 +27,9 @@ module.exports = {
|
|||
DISABLE_PLAYBOOK_EXECUTION: true,
|
||||
DISABLE_ANSIBLE_HOST_ADDITION: true,
|
||||
|
||||
EMAIL_USER_TEST: 'test@playable.com',
|
||||
PASSWORD_TEST: 'test',
|
||||
EMAIL_USER_ADMIN: 'admin@playable.com',
|
||||
PASSWORD_ADMIN: 'admin',
|
||||
|
||||
SEED_DB: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue