From fca016ff034f43db75077549c15592033fa6fc42 Mon Sep 17 00:00:00 2001 From: Patrick Hermann Date: Thu, 2 Jan 2025 13:08:48 +0000 Subject: [PATCH] updated ansiblerun --- .yamllint | 11 +++++++++++ profiles/ansiblerun-workflow.yaml | 3 +-- ...ansiblerun.yaml.tpl => ansiblerun-baseos.yaml.tpl} | 0 3 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 .yamllint rename templates/{ansiblerun.yaml.tpl => ansiblerun-baseos.yaml.tpl} (100%) 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