mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
590 B
YAML
20 lines
590 B
YAML
5 years ago
|
# Test code for the vmware_guest module.
|
||
|
# Copyright: (c) 2017, James Tanner <tanner.jc@gmail.com>
|
||
|
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||
|
|
||
|
- import_role:
|
||
|
name: incidental_vmware_prepare_tests
|
||
|
vars:
|
||
|
setup_attach_host: true
|
||
|
setup_datacenter: true
|
||
|
setup_datastore: true
|
||
|
setup_dvswitch: true
|
||
|
setup_resource_pool: true
|
||
|
setup_virtualmachines: true
|
||
|
setup_dvs_portgroup: true
|
||
|
|
||
|
- include_tasks: run_test_playbook.yml
|
||
|
with_items: '{{ vmware_guest_test_playbooks }}'
|
||
|
loop_control:
|
||
|
loop_var: test_playbook
|