1
0

temp comment out roles

This commit is contained in:
michael 2024-05-12 21:55:37 +12:00
parent afc0b57cfb
commit 84930795b6
4 changed files with 10 additions and 4 deletions

2
.gitignore vendored
View File

@ -2,6 +2,8 @@
**/.terraform/*
**/.terraform
ansible/collections/**
# .tfstate files
*.tfstate
*.tfstate.*

View File

@ -23,5 +23,5 @@
"checkForMinikubeUpgrade": true,
"imageBuildTool": "Docker"
},
"ansible.python.interpreterPath": "/usr/bin/python3"
"ansible.python.interpreterPath": "/usr/bin/python"
}

View File

@ -0,0 +1,3 @@
---
sonarr_var: "sonarr_value"

View File

@ -8,6 +8,7 @@
roles:
# - role: sshd
# - role: ufw
- role: nginx
- role: aur_repo_client
- role: arr
# - role: nginx
# - role: aur_repo_client
# - role: arr
- role: sonarr