Move to new secret
This commit is contained in:
parent
4f0e477dbf
commit
6523ec202e
@ -1,2 +1,2 @@
|
|||||||
README.md
|
README.md
|
||||||
sites.yml
|
playbooks/install.yml
|
@ -1,6 +1,4 @@
|
|||||||
---
|
---
|
||||||
all:
|
all:
|
||||||
children:
|
hosts:
|
||||||
nodes:
|
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}
|
- name: ${REPO_NAME_TITLE}
|
||||||
hosts: nodes
|
hosts: nodes
|
||||||
|
|
||||||
pre_tasks:
|
|
||||||
- name: Load secrets
|
|
||||||
ansible.builtin.include_vars:
|
|
||||||
file: "{{ inventory_dir }}/secrets/{{ inventory_hostname }}.yml"
|
|
||||||
tags:
|
|
||||||
- always
|
|
||||||
|
|
||||||
roles: []
|
roles: []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user