Prettier

This commit is contained in:
SebClem 2022-03-04 14:02:21 +01:00
parent 2634945f53
commit 51d17584d3
No known key found for this signature in database
GPG Key ID: 3D8E353F900B1305
7 changed files with 24 additions and 31 deletions

View File

@ -37,13 +37,13 @@ steps:
- name: Notify - name: Notify
image: drillster/drone-email image: drillster/drone-email
settings: settings:
host: host:
from_secret: mail_host from_secret: mail_host
username: username:
from_secret: mail_username from_secret: mail_username
password: password:
from_secret: mail_password from_secret: mail_password
from: from:
from_secret: mail_from from_secret: mail_from
when: when:
status: [ changed, failure ] status: [changed, failure]

View File

@ -1 +1 @@
${REPO_NAME_TITLE} ${REPO_NAME_TITLE}

View File

@ -1 +1 @@
ansible_python_interpreter: /usr/bin/python3 ansible_python_interpreter: /usr/bin/python3

View File

@ -1,8 +1,6 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [ "extends": ["config:base"],
"config:base"
],
"commitMessagePrefix": ":arrow_up:", "commitMessagePrefix": ":arrow_up:",
"regexManagers": [ "regexManagers": [
{ {

View File

@ -1,3 +1,3 @@
roles: roles:
- src: https://git.sebclem.fr/ansible-roles/ansible-victoria-role.git - src: https://git.sebclem.fr/ansible-roles/ansible-victoria-role.git
scm: git scm: git

View File

@ -1,19 +1,17 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [ "extends": ["config:base"],
"config:base"
],
"ignorePresets": [":prHourlyLimit2"], "ignorePresets": [":prHourlyLimit2"],
"commitMessagePrefix": ":arrow_up:", "commitMessagePrefix": ":arrow_up:",
"regexManagers": [ "regexManagers":
{ [
"fileMatch": [ {
"group_vars\\/.*\\.yml", "fileMatch": ["group_vars\\/.*\\.yml", "host_vars\\/.*\\.yml"],
"host_vars\\/.*\\.yml"], "matchStrings":
"matchStrings": [ [
"datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\s.*?_version: \"(?<currentValue>.*)\"\\s" "datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\s.*?_version: \"(?<currentValue>.*)\"\\s",
], ],
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}" "versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}",
} },
] ],
} }

View File

@ -1,5 +1,4 @@
--- ---
- name: ${REPO_NAME_TITLE} - name: ${REPO_NAME_TITLE}
hosts: nodes hosts: nodes
@ -9,7 +8,5 @@
file: "secrets/{{ inventory_hostname }}.yml" file: "secrets/{{ inventory_hostname }}.yml"
tags: tags:
- always - always
roles: []
roles: []