mirror of
https://github.com/mmumshad/ansible-playable.git
synced 2025-03-09 23:38:54 +00:00
Move commands to config file
This commit is contained in:
parent
9c880c0bba
commit
ecad9eed3f
1 changed files with 17 additions and 0 deletions
17
server/config/commands.js
Normal file
17
server/config/commands.js
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
/**
|
||||||
|
* Created by mannam4 on 7/5/2017.
|
||||||
|
*/
|
||||||
|
|
||||||
|
module.exports = {
|
||||||
|
|
||||||
|
ansible:{
|
||||||
|
version : 'ansible --version',
|
||||||
|
doc: 'ansible-doc -l',
|
||||||
|
playbook: 'ansible-playbook %s -i %s',
|
||||||
|
export_ansible_library: 'export ANSIBLE_LIBRARY="%s";',
|
||||||
|
export_force_color: 'export ANSIBLE_FORCE_COLOR=%s;',
|
||||||
|
export_host_key_check: 'export ANSIBLE_HOST_KEY_CHECKING=%s;',
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
};
|
Loading…
Add table
Add a link
Reference in a new issue