temp comment out roles
This commit is contained in:
parent
afc0b57cfb
commit
84930795b6
2
.gitignore
vendored
2
.gitignore
vendored
@ -2,6 +2,8 @@
|
||||
**/.terraform/*
|
||||
**/.terraform
|
||||
|
||||
ansible/collections/**
|
||||
|
||||
# .tfstate files
|
||||
*.tfstate
|
||||
*.tfstate.*
|
||||
|
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@ -23,5 +23,5 @@
|
||||
"checkForMinikubeUpgrade": true,
|
||||
"imageBuildTool": "Docker"
|
||||
},
|
||||
"ansible.python.interpreterPath": "/usr/bin/python3"
|
||||
"ansible.python.interpreterPath": "/usr/bin/python"
|
||||
}
|
@ -0,0 +1,3 @@
|
||||
---
|
||||
|
||||
sonarr_var: "sonarr_value"
|
@ -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
|
Loading…
Reference in New Issue
Block a user