ozoneplatform / owf-framework

OZONE Widget Framework
http://ozoneplatform.org
Apache License 2.0
329 stars 143 forks source link

Vagrant Ansible Script Not Found #90

Open mannyrivera2010 opened 7 years ago

mannyrivera2010 commented 7 years ago

It seems like https://github.com/rob-szew/ozoneops.git does not exist anymore

ansible-pull -d /home/vagrant/ozone-build-pull -U https://github.com/rob-szew/ozoneops.git ansible/playbooks-pull/ozone_build_box.yml

Cesmith2 commented 5 years ago

It seems like https://github.com/rob-szew/ozoneops.git does not exist anymore

ansible-pull -d /home/vagrant/ozone-build-pull -U https://github.com/rob-szew/ozoneops.git ansible/playbooks-pull/ozone_build_box.yml

I've run into this same issue. Think I found where the ansible pulls live (https://github.com/aml-development/ozp-ansible), but even still the ansible/playbooks-pull directory doesn't exist there.

I'm using an older version (7.16.1) and also found in the README (https://github.com/aml-development/ozp-ansible/blob/master/README.md), "NOTE: ozp-ansible requires Ansible >=2.0". This might open an entirely different can of worms but might be the way to go.

Did you ever find a way around this?