summaryrefslogtreecommitdiffstats
path: root/tasks/virt_instance_create.yml
Commit message (Collapse)AuthorAgeFilesLines
* for initial installs use gathered ssh host key, then remove and use signed onesKevin Fenzi2017-09-041-0/+14
|
* Do not clean or anything with known_hostsPatrick Uiterwijk2017-08-151-16/+0
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* fix up virt instance create autostartKevin Fenzi2017-05-141-7/+2
|
* do not use trueKevin Fenzi2017-04-271-6/+6
|
* try and set things so we can force armv7 kernel updatesKevin Fenzi2017-04-271-6/+6
|
* Apparently this changed in ansible-2.3 ↵Ralph Bean2017-04-251-1/+1
| | | | http://docs.ansible.com/ansible/virt_module.html
* Use the state value preferred by ansible here.Ralph Bean2017-04-251-1/+1
| | | | | | Ansible tells me: value of state must be one of: running,shutdown,destroyed,paused, got: started
* virt: adjust the pause for ARMv7Peter Robinson2017-04-171-5/+5
|
* virt: add a pause for ARMv7 virt installsPeter Robinson2017-04-171-0/+6
|
* builders: ARMv7, make the kernel/initrd args more genericPeter Robinson2017-04-171-1/+17
|
* builders: armv7 VM: copy kernel only when VM is shutdownPeter Robinson2017-04-171-4/+4
|
* builder vm: add tag for armv7 kernelPeter Robinson2017-04-141-0/+6
|
* builders: ARMv7 tweak virt_boot cmdlinePeter Robinson2017-04-131-2/+2
|
* builders: ARMv7 virt_boot needs domainPeter Robinson2017-04-131-1/+1
|
* builders: some ARMv7 bits need shell, not commandPeter Robinson2017-04-131-2/+2
|
* builders: some ARMv7 commands need quotesPeter Robinson2017-04-131-2/+2
|
* builders: some ARMv7 bits need delegate_toPeter Robinson2017-04-131-0/+3
|
* builders: initial pass at a ARMv7 virt builderPeter Robinson2017-04-131-0/+13
|
* change state=running to start=started as the old one is going away in ↵Kevin Fenzi2017-04-131-1/+1
| | | | ansible 2.7
* strike that, reverse itKevin Fenzi2016-12-111-2/+0
|
* lets try and set serial one on lvm and virt-install startingKevin Fenzi2016-12-111-0/+2
|
* In ansible 2.2 always_run is depreciated. Switch to check_mode.Kevin Fenzi2016-11-011-1/+1
|
* add handling of host keys for osbs-control/osbs-cluster hostsAdam Miller2016-10-251-0/+36
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* Fix all tasks to not use old action: statements.Kevin Fenzi2016-01-061-2/+2
|
* Duh. Need to quote this because it's multilineKevin Fenzi2015-05-281-1/+1
|
* Try |stringKevin Fenzi2015-05-281-1/+1
|
* ok, lets try |str filter here.Kevin Fenzi2015-05-281-1/+1
|
* I'm sure it can't be this easy, but will try adding a join filter here.Kevin Fenzi2015-05-281-1/+1
|
* Need this local keyscan action to be a command.Kevin Fenzi2015-05-281-1/+1
|
* This is an attempt to gather initial ssh_host_key from new vms when they are ↵Kevin Fenzi2015-05-281-0/+15
| | | | | | | | made. This avoids having to accept the key manually and allows playbooks making new instances to complete without human intervention. (If it works as desired)
* Drop this known_hosts thing from virt_host_create for now, it has no where ↵Kevin Fenzi2015-05-051-7/+0
| | | | to look up the host key.
* When installing a new vm remove old and add new ssh host keysKevin Fenzi2015-04-221-0/+15
|
* Bump this timeout way up.Kevin Fenzi2014-07-191-1/+1
|
* Drop this tooKevin Fenzi2014-07-071-2/+0
|
* ok, just do this for now.Kevin Fenzi2014-07-071-9/+11
|
* Revert "Revert "That doesn't work, lets try this.""Kevin Fenzi2014-07-071-5/+5
| | | | This reverts commit 362710ffa84c03a5be88ce28a39bd3a92b50802c.
* Revert "That doesn't work, lets try this."Kevin Fenzi2014-07-071-5/+5
| | | | This reverts commit 0a33ecd4e340f30d4ee14b17c5067a0e62222342.
* That doesn't work, lets try this.Kevin Fenzi2014-07-071-5/+5
|
* Make virt-instance-create more clear on where it's doing things.Kevin Fenzi2014-07-071-6/+6
|
* Lets see if this is a bit cleaner and more ansibleyKevin Fenzi2014-07-031-5/+6
|
* Set vms to autostart when installed. Tweak timeouts.Kevin Fenzi2014-06-271-5/+7
|
* See if this gets check mode happy with the libvirt callKevin Fenzi2013-11-251-0/+1
|
* And of course it needs to be quoted.Kevin Fenzi2013-11-251-5/+5
|
* vhost is a variable tooKevin Fenzi2013-11-251-6/+6
|
* Update syntaxKevin Fenzi2013-11-251-10/+10
|
* remove repetition of virt_install_commandSeth Vidal2013-06-121-1/+1
|
* make all the when_string be whenSeth Vidal2013-06-111-3/+3
|
* change a bunch of when_strings to when's and fix up variablesSeth Vidal2013-06-111-5/+6
|
* make the lv be fqdnSeth Vidal2013-06-061-1/+1
|
* fixme not for the virt instance task listSeth Vidal2013-05-031-0/+3
|