apatel762 / home-infra

A repository containing all of the setup for my home infra (e.g. my laptop & soon, my server)
GNU Affero General Public License v3.0
0 stars 0 forks source link

Python libssl issues #68

Closed apatel762 closed 2 years ago

apatel762 commented 2 years ago

This will force me to have to use the toolboxes for everything.

It also makes it difficult to use Python on the host system, because you can't install anything via Pip without having the libssl libraries, because Python depends on them.

I've discovered that it is possible to configure the host system from a toolbox via Ansible^1 (although it is a bit fiddly).

It would also be good to work on #63 so that the pre-Ansible bootstrapping can be done more easily, but it will be difficult to test that I think, because I don't have clean system to try it out on. Will need to set up a VM.

apatel762 commented 2 years ago

Going to solve this by doing a pre-Ansible bootstrap with a script and then configuring the system from a toolbox