mirror of
https://github.com/mmumshad/ansible-playable.git
synced 2025-03-09 23:38:54 +00:00
Add option to disable adding custom ansible host engine
This commit is contained in:
parent
2fc2040882
commit
f06bd10330
9 changed files with 95 additions and 54 deletions
|
@ -24,5 +24,11 @@ module.exports = {
|
|||
|
||||
MONGODB_URI_DEV: 'mongodb://localhost/dev',
|
||||
|
||||
DISABLE_PLAYBOOK_EXECUTION: true
|
||||
DISABLE_PLAYBOOK_EXECUTION: true,
|
||||
DISABLE_ANSIBLE_HOST_ADDITION: true,
|
||||
|
||||
PASSWORD_TEST: 'test',
|
||||
PASSWORD_ADMIN: 'admin',
|
||||
|
||||
SEED_DB: false
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue