Closed rchincholkar closed 3 years ago
Hello Rahul,
Thanks for taking time to contribute this repo was abandoned for almost a year right now I am planning to review the old structure and may then do some refactoring to make more user friendly by creating a pre-backed vagrant boxes to relief the user from the long process of provisioning while the content of this repository will be used to create these boxes using hashicorp packer I have already created a sample project on how to use packer to create Vagrant boxes you may check it on this link
@AnwarYagoub Ohh Okay! Thanks for your reply :) I will do some research on packer.
Hey guys,
Tried to setup lab environment as per instructions and came accross following error at ansible task - labipa : Install FreeIPA packages.
Figured out that the issue was there for installing python-urllib3 on labipa.
Tried installing python-urllib3 manually on labipa VM,
Found the workaround as follows - uninstall urllib2 on labipa using pip
And then did
and it worked.
Just wanted to, is this recommended? Also if it is recommended please add it in ansible playbook.
Thanks,
Rahul C.