summaryrefslogtreecommitdiffstats
path: root/lib/ansible/galaxy/data/apb/apb.yml.j2
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/galaxy/data/apb/apb.yml.j2')
-rw-r--r--lib/ansible/galaxy/data/apb/apb.yml.j213
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/ansible/galaxy/data/apb/apb.yml.j2 b/lib/ansible/galaxy/data/apb/apb.yml.j2
new file mode 100644
index 0000000..f968801
--- /dev/null
+++ b/lib/ansible/galaxy/data/apb/apb.yml.j2
@@ -0,0 +1,13 @@
+version: '1.0.0'
+name: {{ role_name }}
+description: {{ description }}
+bindable: False
+async: optional
+metadata:
+ displayName: {{ role_name }}
+plans:
+ - name: default
+ description: This default plan deploys {{ role_name }}
+ free: True
+ metadata: {}
+ parameters: []