mirror of
https://github.com/dredx/prole.git
synced 2026-09-24 19:54:32 +00:00
- Removed the `no_swap` role and replaced it with the new `swap` role for managing swap configurations. - Updated the K3s role to dynamically detect the first available wired interface IP and validate it. - Enhanced K3s installation by adding support for disabling SELinux RPM. - Adjusted inventory and `site.yml` to align with the updated roles. - Added `.vault_pass` to `.gitignore`. - Updated Ansible configuration with result format compatibility for different versions.
49 lines
697 B
Plaintext
49 lines
697 B
Plaintext
/.DS_Store
|
|
/.gitignore
|
|
/__pycache__/
|
|
/bin/*
|
|
!/bin/prole-env.sh
|
|
!/bin/prole-kpf.sh
|
|
/lib/
|
|
/include/
|
|
/.idea/
|
|
/.vagrant/
|
|
/.vscode/
|
|
/.venv/
|
|
/prole-tools-app/dist/
|
|
/prole-tools-app/.build/
|
|
/prole-tools-app/.build-cli/
|
|
|
|
# Secrets and local config
|
|
*-password.txt
|
|
*secret.yaml
|
|
.vault_pass
|
|
/secrets/
|
|
/conf/
|
|
/data/
|
|
/logs/
|
|
/storage/
|
|
/target/
|
|
/pyvenv.cfg
|
|
.output.txt
|
|
deploy/gcp/terraform-setup.txt
|
|
.terraform/
|
|
.terraform.lock.hcl
|
|
|
|
# Large binaries
|
|
*.zip
|
|
*.tar.gz
|
|
|
|
# Coverage and testing
|
|
.coverage
|
|
htmlcov/
|
|
.pytest_cache/
|
|
|
|
# Unreal Engine artifacts
|
|
/workstation/Prole/Binaries/
|
|
/workstation/Prole/Intermediate/
|
|
/workstation/Prole/Saved/
|
|
/workstation/Prole/DerivedDataCache/
|
|
/workstation/Prole/Build/
|
|
/ssh-keys/
|