Sync 11-19

This commit is contained in:
2025-11-19 09:36:59 -08:00
parent 702c71fcff
commit 510da9c2a4
39 changed files with 17 additions and 23 deletions

0
ansible/DNS_MANAGEMENT_REFACTOR.md Normal file → Executable file
View File

0
ansible/FASTPASS_DEPLOYMENT_GUIDE.md Normal file → Executable file
View File

0
ansible/FASTPASS_README.md Normal file → Executable file
View File

0
ansible/KUBECONFIG_MANAGEMENT.md Normal file → Executable file
View File

0
ansible/inventory.yml Normal file → Executable file
View File

0
ansible/mk Normal file → Executable file
View File

0
ansible/playbooks/add_dhcp_reservation.yml Normal file → Executable file
View File

0
ansible/playbooks/add_dns_entry.yml Normal file → Executable file
View File

0
ansible/playbooks/add_technitium_dns_entry.yml.backup Normal file → Executable file
View File

0
ansible/playbooks/configure_openshift_cluster.yml Normal file → Executable file
View File

0
ansible/playbooks/configure_openshift_hub.yml Normal file → Executable file
View File

0
ansible/playbooks/configure_openshift_internal.yml Normal file → Executable file
View File

0
ansible/playbooks/configure_unbound.yml Normal file → Executable file
View File

0
ansible/playbooks/create_vm_from_clone.yml Normal file → Executable file
View File

0
ansible/playbooks/del_dns_entry.yml Normal file → Executable file
View File

0
ansible/playbooks/deploy-fastpass-4step.yml Normal file → Executable file
View File

0
ansible/playbooks/deploy-fastpass-cluster.yml Normal file → Executable file
View File

0
ansible/playbooks/deploy_k8s.yml Normal file → Executable file
View File

40
ansible/playbooks/deploy_minecraft.yml Normal file → Executable file
View File

@@ -1,28 +1,22 @@
--- ---
# - name: Install additional packages
# hosts: papermc_server
# become: true
# tasks:
# - name: Install python-apt packages
# ansible.builtin.package:
# name: "libapt-pkg"
# state: latest
# update_cache: true
- name: 1. Deploy Paper Minecraft server - name: 1. Deploy Paper Minecraft server
hosts: papermc_server hosts: papermc_server
vars:
papermc_mem: 2G
papermc_server_port: 25565
papermc_motd: "MK-Labs Minecraft Server"
papermc_broadcast_console_to_ops: false
papermc_version: 1.21.8
papermc_dir_main: /app/minecraft
papermc_dir_data: /app/minecraft/data
papermc_dir_logs: /app/minecraft/logs
papermc_dir_plugins: /app/minecraft/plugins
papermc_dir_worlds: /app/minecraft/worlds
papermc_dir_worlds_nether: /app/minecraft/worlds/nether
papermc_dir_worlds_the_end: /app/minecraft/worlds/the_end
papermc_dir_worlds_world: /app/minecraft/worlds/world
papermc_jar_url: https://papermc.io/api/v2/projects/paper/versions/{{ papermc_version }}/builds/latest/downloads/paper-{{ papermc_version }}-{{ papermc_build }}.jar
papermc_jar_path: /opt/papermc/paper-{{ papermc_version }}-{{ papermc_build }}.jar
papermc_jar_checksum_type: sha256
papermc_jar_checksum_path: /opt/papermc/paper-{{ papermc_version }}-{{ papermc_build }}.jar.sha256
papermc_whitelist:
- ryansrailroad
papermc_white_list: "true"
papermc_enforce_whitelist: "true"
roles: roles:
- role: engonzal.papermc
vars:
user:
home_dir: /opt/minecraft
name: wed
roles:
- role: apigban.papermc_role
become: yes become: yes

0
ansible/playbooks/deploy_n8n_server.yml Normal file → Executable file
View File

0
ansible/playbooks/deploy_ntp_servers.yml Normal file → Executable file
View File

0
ansible/playbooks/idm-servers.yml Normal file → Executable file
View File

0
ansible/playbooks/install_monitoring.yml Normal file → Executable file
View File

0
ansible/playbooks/monitoring.yml Normal file → Executable file
View File

0
ansible/playbooks/node_explorer.yml Normal file → Executable file
View File

0
ansible/playbooks/populate_cloud_init.yml Normal file → Executable file
View File

0
ansible/playbooks/prometheus_grafana_server.yml Normal file → Executable file
View File

0
ansible/playbooks/proxmox_clone_vm.yml Normal file → Executable file
View File

0
ansible/playbooks/proxmox_start_vm.yml Normal file → Executable file
View File

0
ansible/playbooks/reset-fastpass-cluster.yml Normal file → Executable file
View File

0
ansible/playbooks/set_hostname.yml Normal file → Executable file
View File

0
ansible/playbooks/test-control-plane.yml Normal file → Executable file
View File

0
ansible/playbooks/test-dns-cname.yml Normal file → Executable file
View File

0
ansible/playbooks/test-kubernetes-role.yml Normal file → Executable file
View File

0
ansible/playbooks/test-prerequisites.yml Normal file → Executable file
View File

0
ansible/playbooks/test.yml Normal file → Executable file
View File

0
ansible/playbooks/update-linux-os.yml Normal file → Executable file
View File

0
ansible/requirements.yml Normal file → Executable file
View File

0
ansible/test-fastpass-role.yml Normal file → Executable file
View File