Skip to content

📚Collections

To reduce the amount space needed on each of my containers, ansible-core installed and only the needed Ansible collections are used.

Collections may be installed by hand beforehand, or using the bootstrap.sh script, but it was just easier to package them with the repo itself.

An attempt to install the collections was made using Ansible pretasks, but ended up running into issues where Ansible would complain about not having the required collections installed before it even got to executing the pretasks.