Move to new secret
This commit is contained in:
parent
4f0e477dbf
commit
6523ec202e
@ -1,2 +1,2 @@
|
||||
README.md
|
||||
sites.yml
|
||||
playbooks/install.yml
|
@ -1,6 +1,4 @@
|
||||
---
|
||||
all:
|
||||
children:
|
||||
nodes:
|
||||
hosts:
|
||||
victoria.home:
|
||||
hosts:
|
||||
victoria.home:
|
||||
|
@ -1,17 +0,0 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["config:base"],
|
||||
"ignorePresets": [":prHourlyLimit2"],
|
||||
"commitMessagePrefix": ":arrow_up:",
|
||||
"regexManagers":
|
||||
[
|
||||
{
|
||||
"fileMatch": ["group_vars\\/.*\\.yml", "host_vars\\/.*\\.yml"],
|
||||
"matchStrings":
|
||||
[
|
||||
"datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\s.*?_version: \"(?<currentValue>.*)\"\\s",
|
||||
],
|
||||
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}",
|
||||
},
|
||||
],
|
||||
}
|
@ -2,11 +2,4 @@
|
||||
- name: ${REPO_NAME_TITLE}
|
||||
hosts: nodes
|
||||
|
||||
pre_tasks:
|
||||
- name: Load secrets
|
||||
ansible.builtin.include_vars:
|
||||
file: "{{ inventory_dir }}/secrets/{{ inventory_hostname }}.yml"
|
||||
tags:
|
||||
- always
|
||||
|
||||
roles: []
|
||||
|
Loading…
Reference in New Issue
Block a user