Releases: CSCfi/ansible-role-provision-vm
Releases · CSCfi/ansible-role-provision-vm
2019-10-30
Add possibility to add extra post commands to ks (#35)
2019-08-06
Increase image based default pause to 20s (#32) Because for me it always takes longer than 10s - #CCCP-2838
2019-03-25
Allow defining custom parameters to virt-install (#31) - Remove unused virt_install_cpu_model - it was deprecated in 3a54a8e - New variable to define if one should remove the runtimedir or not, this is mostly for testing so one can print the resulting kickstart and virt-install scripts. To confirm that they look like after one makes changes to them. - Make the jinja2 template about --cpu also apply to RHEL derivatives later than >= EL7 - Improved the testing.
2019-03-21
Exclude - (hyphen) from password (#30) * Exclude - from root_password * _ is also OK in the beginning of a kickstart pw * Removed superfluous hexdigits It's part of digits and ascii_letters (which are functions in the python strings library)
2018-05-09
Ansible 2.5 "is failed" (#29)
2018-03-08
Enable Testing and Add {{ os_variant }} variable (#28) * Get rid of some deprecation warnings by using import_tasks instead of include * Enable testing * Actually run the playbook, but not spawning a VM, so a bunch of hacks in tests/test.yml to do that. * Run it twice (and second time makes sure nothing changes). * Add a new variable: {{ os_variant }} - which one can specify to change it from the default "rhel6" to for example "rhel7".