-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please allow us to specify the ansible-playbook options when running remotely using ssh #107
Comments
@tchia04 thanks for reporting the issue, we're looking at it. Customizing command by configuration is good suggestion. We'll evaluate it and update later. |
PR #125 |
Any updates on this issue? The PR has been merged |
@rkrdo we're working on testing the new release now , which contains lots of new features. Will release new version of extension in next 2 weeks. Will update here. |
thank you for the fast response @yungezz! |
Any updates on this issue? |
sorry for delay, we bundle features to release together. stay tuned. |
released in v0.3.0. pls try it and let us know if any feedback! |
Environment
Summary
Currently when you use the "Run Ansible Playbook remotely using ssh" on a playbook, it execute the following on the target host
ansible-playbook Some_playbook.yml
However I would like to be able to specify some parameters such as -i ./inventory, --module-path, --extra -vars etc.
Reproduce steps
Expected Results
Actual Results
Perhaps we can store these in the servers.json ?
The text was updated successfully, but these errors were encountered: