diff --git a/.yamllint b/.yamllint new file mode 100644 index 0000000..db314f2 --- /dev/null +++ b/.yamllint @@ -0,0 +1,11 @@ +--- +extends: default + +rules: + # 80 chars should be enough, but don't fail if a line is longer + line-length: + max: 110 + level: warning + + # don't bother me with this rule + indentation: enable diff --git a/profiles/ansiblerun-workflow.yaml b/profiles/ansiblerun-workflow.yaml index dd473af..f1c7290 100644 --- a/profiles/ansiblerun-workflow.yaml +++ b/profiles/ansiblerun-workflow.yaml @@ -16,9 +16,8 @@ preQuestions: questions: - /home/sthings/projects/crossplane/surveys/ansiblerun.yaml - templates: - - /home/sthings/projects/crossplane/templates/ansiblerun.yaml.tpl:{{ .targets }}-{{ .provisioning }}.yaml + - /home/sthings/projects/crossplane/templates/ansiblerun-{{ .provisioning }}.yaml.tpl:{{ .targets }}-{{ .provisioning }}.yaml # GENERAL technology: crossplane diff --git a/templates/ansiblerun.yaml.tpl b/templates/ansiblerun-baseos.yaml.tpl similarity index 100% rename from templates/ansiblerun.yaml.tpl rename to templates/ansiblerun-baseos.yaml.tpl