Support for FreeBSD
Closed this issue · 5 comments
alegrey91 commented
Could be really nice to have the support for FreeBSD.
alegrey91 commented
An important note to take in mind is that FreeBSD doesn't have python3
installed at first boot. For this reason could be reasonable to prevent this kind of problem installing this package (and eventually others) from the .tf
file, during the Terraform apply.
alegrey91 commented
An important note about the implementation of the support for FreeBSD:
The idea to solve the compatibility problems, due to the impossibility to previously know the OS (at terraform time), is to set another variable specifically for the ansible_os_family
. So for FreeBSD will be ansible_os_family: FreeBSD
.