remove unused ansible resources

This commit is contained in:
2025-12-31 15:11:08 +01:00
parent e65aead5f0
commit 1bb3e7e21a
19 changed files with 0 additions and 145 deletions

View File

@@ -1,6 +0,0 @@
---
# CI specific vars
users:
- root
ssh_keys_users: ['drone']

View File

@@ -1,5 +0,0 @@
---
# Consul server specific
consul_is_server: true
consul_is_ui: true
consul_bootstrap_expect: 1

View File

@@ -6,12 +6,3 @@ dns_nameservers:
- "2606:4700:4700::1001"
default_user: "kevin"
# Consul cluster
consul_datacenter: "schleppe"
consul_servers:
- "10.0.0.140"
- "10.0.0.141"
- "10.0.0.142"
consul_install_dnsmasq: false

View File

@@ -1,6 +0,0 @@
---
# python path
ansible_python_interpreter: /usr/local/bin/python3
users:
- kevin

View File

@@ -1,6 +0,0 @@
---
apt_packages:
- git
- build-essential
- openjdk-21-jdk
minecraft_version: 1.20.6

View File

@@ -1,2 +0,0 @@
---
proxmox_install_qemu_guest_agent: true

View File

@@ -1,2 +0,0 @@
---
ssh_keys_users: ['kevin', 'kasper']