9ffc65f8f3
* Lint everything in the repository with yamllint * yamllint fixes: syntax fixes only * yamllint fixes: move comments to play names * yamllint fixes: indent comments in .gitlab-ci.yml file
15 lines
330 B
YAML
15 lines
330 B
YAML
---
|
|
- 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
|