Skip to content

Instantly share code, notes, and snippets.

@jctanner
Created July 25, 2019 18:29
Show Gist options
  • Save jctanner/1a11c691c7323b3f92a0255b94e0376d to your computer and use it in GitHub Desktop.
Save jctanner/1a11c691c7323b3f92a0255b94e0376d to your computer and use it in GitHub Desktop.
# collection tree
ansible_collections
ansible_cloud
vmware
plugins
modules
soap
vmware_guest.py
rest
vmware_guest.py
# long form playbook
- hosts: all
tasks:
- ansible_cloud.vmware.soap.vmware_guest:
- ansible_cloud.vmware.rest.vmware_guest:
# short form playbook
- hosts: all
collections:
ansible_cloud.vmware
tasks:
- vmware_guest:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment