as22323
as22323
@mmiklavc. One potential solution is to use changeAnsibleControlPath() to set the ["ANSIBLE_SSH_CONTROL_PATH"](https://docs.ansible.com/ansible/2.4/config.html#envvar-ANSIBLE_SSH_CONTROL_PATH) environment variable before running the playbook. With this PR's existing code the only change that would need to...
Another approach I just tried (failed so far) was updating the playbook.yml directly with the following: ``` tasks: -name: OSX Execution Check shell: "echo $ANSIBLE_SSH_CONTROL_PATH" environment: ANSIBLE_SSH_CONTROL_PATH: ~/.ssh/ansible-ssh-%%C when: ansible_distribution...
I have taken down the AMI (ami-93cb4ff7) from the AWS Community marketplace. The AMI id was listed in the README.md. The AMI was originally created to be a test/proof-of-concept for...
Thanks. If needed here is the deployment script that worked with Metron 0.4.1. https://github.com/LTW-GCR-CSOC/csoc-installation-scripts/blob/master/amazon-deploy/Metron/aws-vagrant_0.4.1/Vagrantfile
Thanks for the great feedback! Although I was hoping this would make it into the main build, I understand what you mean by the "Support Burden". I found a place...
Hello, Just wondering what the the /contrib is folder for? If the files in /contrib is not part of the core maintenance(continuous update for n+1) then perhaps we can make...
@mmiklavc I created a function in run.sh that checks the os and updates the control_path in ansible.cfg. the pull request is here https://github.com/apache/metron/pull/1046