Move to new secret

This commit is contained in:
SebClem 2023-04-15 13:32:32 +02:00
parent 4f0e477dbf
commit 6523ec202e
Signed by: sebclem
GPG Key ID: 5A4308F6A359EA50
6 changed files with 3 additions and 29 deletions

View File

@ -1,2 +1,2 @@
README.md
sites.yml
playbooks/install.yml

View File

@ -1,6 +1,4 @@
---
all:
children:
nodes:
hosts:
victoria.home:
hosts:
victoria.home:

View File

@ -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}}",
},
],
}

View File

@ -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: []