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/*
**/.terraform **/.terraform
ansible/collections/**
# .tfstate files # .tfstate files
*.tfstate *.tfstate
*.tfstate.* *.tfstate.*

View File

@ -23,5 +23,5 @@
"checkForMinikubeUpgrade": true, "checkForMinikubeUpgrade": true,
"imageBuildTool": "Docker" "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: roles:
# - role: sshd # - role: sshd
# - role: ufw # - role: ufw
- role: nginx # - role: nginx
- role: aur_repo_client # - role: aur_repo_client
- role: arr # - role: arr
- role: sonarr