(no title)
jdoss | 1 year ago
On a side note, one of the most hacky things I came up with to get Ansible working on Fedora CoreOS was to bind mount a container rootfs that had python 3 and then symlink it into the right spots. You can of course add Python in with rpm-ostree if you want but I wanted to avoid layering packages at the time. I wasn't proud of it. But it worked.
https://github.com/forem/selfhost/blob/main/playbooks/templa...
shoggouth|1 year ago
movedx|1 year ago
And you can do this with Ansible, too. Check out the raw module/command.
jdoss|1 year ago