1
0
Fork 0
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:
Mumshad Mannambeth 2017-07-13 15:04:38 -04:00
parent 2fc2040882
commit f06bd10330
9 changed files with 95 additions and 54 deletions

View file

@ -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
};