mirror of
https://github.com/mmumshad/ansible-playable.git
synced 2025-03-09 23:38:54 +00:00
Move ansible projects folder to config directory
This commit is contained in:
parent
34a003c698
commit
95cd7370af
3 changed files with 7 additions and 3 deletions
|
@ -7,5 +7,9 @@ exports = module.exports = {
|
|||
'host' : process.env.SCRIPT_ENGINE_HOST || 'localhost',
|
||||
'user' : process.env.SCRIPT_ENGINE_USER || 'root',
|
||||
'password' : process.env.SCRIPT_ENGINE_PASSWORD || 'P@ssw0rd@123'
|
||||
},
|
||||
|
||||
paths: {
|
||||
ansible_projects: '/opt/ansible-projects'
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue