Compare commits
3 Commits
f068c9710b
...
2d31a5524f
Author | SHA1 | Date | |
---|---|---|---|
2d31a5524f | |||
2981bdb22f | |||
84930795b6 |
2
.gitignore
vendored
2
.gitignore
vendored
@ -2,6 +2,8 @@
|
|||||||
**/.terraform/*
|
**/.terraform/*
|
||||||
**/.terraform
|
**/.terraform
|
||||||
|
|
||||||
|
ansible/collections/**
|
||||||
|
|
||||||
# .tfstate files
|
# .tfstate files
|
||||||
*.tfstate
|
*.tfstate
|
||||||
*.tfstate.*
|
*.tfstate.*
|
||||||
|
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@ -23,5 +23,5 @@
|
|||||||
"checkForMinikubeUpgrade": true,
|
"checkForMinikubeUpgrade": true,
|
||||||
"imageBuildTool": "Docker"
|
"imageBuildTool": "Docker"
|
||||||
},
|
},
|
||||||
"ansible.python.interpreterPath": "/usr/bin/python3"
|
"ansible.python.interpreterPath": "/usr/bin/python"
|
||||||
}
|
}
|
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
sonarr_var: "sonarr_value"
|
@ -12,3 +12,4 @@
|
|||||||
# - role: aur_repo_client
|
# - role: aur_repo_client
|
||||||
# - role: arr
|
# - role: arr
|
||||||
- role: torrent
|
- role: torrent
|
||||||
|
- role: sonarr
|
Loading…
Reference in New Issue
Block a user