1
0
Fork 0
mirror of https://github.com/mmumshad/ansible-playable.git synced 2025-03-09 23:38:54 +00:00

Implement disabling playbook execution based on environment variable

This commit is contained in:
Mumshad Mannambeth 2017-07-11 13:11:17 -04:00
parent 04a29ed2fe
commit babc1c5e6c
5 changed files with 32 additions and 10 deletions

View file

@ -25,5 +25,8 @@ exports = module.exports = {
ansible_project_library: '/library', // relative to project folder
ansible_project_roles: '/roles', // relative to project folder
}
},
disablePlayboookExecution: process.env.DISABLE_PLAYBOOK_EXECUTION || false
};