- [feature] support ``bootstrap-password`` option. - [feature] allow override of ``destroygeom`` via ``bootstrap-destroygeom``. - [feature] allow override of packages installed during bootstrap via ``bootstrap-packages``. - [fix] correct path to devfs device in mfsbsd boostrap script.
3.0.0b3
====================
- [feature] Python 3.x support with Ansible >= 2.4.x. - [feature] the sysrc module supports ``dst`` option to use another file then the default ``/etc/rc.conf``. - [change] renamed ``bootstrap-host-keys`` to ``bootstrap-ssh-host-keys``. - [change] reintroduce ``bootstrap-ssh-fingerprints`` to allow overriding of ``ssh-fingerprints`` for bootstrapping.
3.0.0b2
====================
- [change] ask before automatically generating missing ssh host keys during bootstrap. - [change] the default location for ``bootstrap-files`` changed from ``[playbooks-directory]/bootstrap-files`` to ``[playbooks-directory]/[instance-uid]/bootstrap-files``. - [change] renamed ``firstboot-update`` to ``bootstrap-firstboot-update`` to match the other variables.
3.0.0b1
====================
- [change] switch to use ploy 2.0.0 and Ansible 2.4.x. - [feature] the ``fabfile`` option is set if ``[instance-name]/fabfile.py`` exists when the more specific ``[master-name]-[instance-name]/fabfile.py`` doesn't exist.
- [fix]: honour the ``boottrap-packages`` setting for mfsbsd.
2.3.0
==================
- [fix] fix pf round-robin lockups. thanks to igalic for reporting and fixing this issue - [feature] add ed25519 support in bootstrap needed for paramiko>=2. you should check whether you have ``ssh_host_ed25519_key*`` files on your host which you might want to copy to your bootstrap files directory alongside the other ``ssh_host_*_key*`` files - [change] removed local rsa1 host key generation