Clean up and migrate Azure tests. (#28103)

* Remove placeholder Azure test.
* Migrate Azure tests to ansible-test.
* Initial cleanup on remaining legacy Azure tests.
This commit is contained in:
Matt Clay
2017-08-12 01:03:42 -07:00
committed by GitHub
parent ac56a2f138
commit 3631163329
23 changed files with 264 additions and 638 deletions

View File

@@ -11,12 +11,8 @@
value: testvm9910001
ubuntuOSVersion:
value: "14.04.2-LTS"
# debug: "{{ playbook_debug }}"
register: output
- debug: var=output
when: playbook_debug
- name: Add new instance to host group
add_host:
hostname: "{{ item.vm_name }}"