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']

View File

@@ -1,16 +0,0 @@
---
- name: Check if vault is reachable for dynamic config
hosts: all
connection: local
gather_facts: false
pre_tasks:
- name: Check for vault env variables
set_fact:
has_vault: "{{ lookup('env', 'VAULT_ADDR') and lookup('env', 'VAULT_TOKEN') and lookup('env', 'HAS_VAULT') != 'FALSE' }}"
roles:
- { role: roles/vault-config, when: has_vault }
- name: Install all bind9 service and transfer zone files
hosts: all
roles:
- role: roles/bind9

View File

@@ -1,5 +0,0 @@
---
- name: Consul
hosts: all
roles:
- role: roles/consul

View File

@@ -1,5 +0,0 @@
---
- name: Provision git server with gitea
hosts: all
roles:
- role: roles/gitea

View File

@@ -1,7 +0,0 @@
---
- name: Install and setup immich backup service
hosts: all
roles:
# - role: roles/docker
- role: roles/immich

View File

@@ -1,7 +0,0 @@
---
- name: Setup minecraft requirements w/ latest server jar
hosts: all
roles:
- role: roles/apt
- role: roles/minecraft

View File

@@ -1,19 +0,0 @@
---
- name: Check if vault is reachable for dynamic config
hosts: all
connection: local
gather_facts: false
pre_tasks:
- name: Check for vault env variables
set_fact:
has_vault: "{{ lookup('env', 'VAULT_ADDR') and lookup('env', 'VAULT_TOKEN') }}"
TELEGRAF_TOKEN: "{{ lookup('env', 'TELEGRAF_TOKEN') }}"
roles:
- { role: roles/vault-config, when: has_vault }
- name: Basic setup for proxmox vm clients
hosts: proxmox_nodes
roles:
# - role: roles/prox-telegraf-metrics
- role: roles/prox-templates

View File

@@ -1,5 +0,0 @@
---
- name: Install & configure syncthing
hosts: all
roles:
- role: roles/syncthing

View File

@@ -1,6 +0,0 @@
---
- name: Install traefik binary & config
hosts: all
roles:
- role: roles/traefik

View File

@@ -1,7 +0,0 @@
---
- name: Install all required packages, built and start service for vault
hosts: all
roles:
- role: roles/vault
- role: roles/firewall
enable_vault_ufw_port: true

View File

@@ -1,5 +0,0 @@
---
- name: Install all required packages, built and start service for vinlottis
hosts: all
roles:
- role: roles/vinlottis

View File

@@ -1,6 +0,0 @@
- name: Setup wireguard
hosts: all
roles:
- role: roles/docker
- role: roles/firewall
- role: roles/wireguard

View File

@@ -1,21 +0,0 @@
---
- name: Check if vault is reachable for dynamic config
hosts: all
connection: local
gather_facts: false
pre_tasks:
- name: Check for vault env variables
set_fact:
has_vault: "{{ lookup('env', 'VAULT_ADDR') and lookup('env', 'VAULT_TOKEN') }}"
XWIKI_DB_USER: "{{ lookup('env', 'XWIKI_DB_USER') }}"
XWIKI_DB_PASSWORD: "{{ lookup('env', 'XWIKI_DB_PASSWORD') }}"
XWIKI_DB_ROOT_PASSWORD: "{{ lookup('env', 'XWIKI_DB_ROOT_PASSWORD') }}"
roles:
- { role: roles/vault-config, when: has_vault }
- name: Setup xwiki working directory and move docker-compose file
hosts: all
roles:
- role: roles/docker
- role: roles/firewall
- role: roles/xwiki