ottobackwards commented on a change in pull request #1261: METRON-1860 new developer option for ansible in docker to deploy to vagrant URL: https://github.com/apache/metron/pull/1261#discussion_r279702362
########## File path: metron-deployment/development/centos6/docker_run_ansible.sh ########## @@ -14,15 +16,25 @@ # See the License for the specific language governing permissions and # limitations under the License. # -[defaults] -host_key_checking = False -library = ../extra_modules -roles_path = ../roles -pipelining = True -remote_user = centos -forks = 20 -log_path = ./ansible.log - -# fix for "ssh throws 'unix domain socket too long' " problem -[ssh_connection] -control_path = ~/.ssh/ansible-ssh-%%h-%%r + + +# +# This script runs IN the docker container +# Review comment: Good idea, that is how I do it in the plugin, which I did after this, will do ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
