Skip to content

Releases: CSCfi/ansible-role-provision-vm

2019-10-30

30 Oct 05:11
58e243c
Compare
Choose a tag to compare
Add possibility to add extra post commands to ks (#35)

2019-08-06

06 Aug 10:24
Compare
Choose a tag to compare
Increase image based default pause to 20s (#32)

Because for me it always takes longer than 10s
 - #CCCP-2838

2019-03-25

25 Mar 07:00
Compare
Choose a tag to compare
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

21 Mar 11:17
Compare
Choose a tag to compare
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

09 May 12:52
Compare
Choose a tag to compare
Ansible 2.5 "is failed" (#29)

2018-03-08

08 Mar 09:56
Compare
Choose a tag to compare
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".