Add Azure Resource Manager templates to contrib folder

This commit is contained in:
Alexander Block
2016-12-12 17:21:56 +01:00
parent f12e9fa22a
commit c87f4f613e
19 changed files with 816 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
- set_fact:
base_dir: "{{playbook_dir}}/.generated/"
- file: path={{base_dir}} state=directory recurse=true
- template: src={{item}} dest="{{base_dir}}/{{item}}"
with_items:
- network.json
- storage.json
- availability-sets.json
- bastion.json
- masters.json
- minions.json
- clear-rg.json