Azure REST API for AnsibleThis is an experimental extension, it makes it easy calling Azure REST API with ansible. How to use?Press F1 and select ansible: Use Azure REST API. Select required provider, for instance compute: Select required operation, for instance VirtualMachines_CreateOrUpdate: And finally select one of the samples, or full definition : Extension will create a new file with your playbook, which looks as follows: RequirementsClone Azure REST API specifications from here:
You will be asked to provide the path when running extension for the first time. Playbooks generated by this extension can be used with Ansible 2.6. Known IssuesRelease Notes0.0.14Changed flow, now user selects API are first, then operation, and finally API Version and sample. 0.0.3Added reference to the role in Ansible Galaxy. 0.0.2Fixed fundamental problems of first release. 0.0.1Initial release |