From 84930795b6e795d99ce63214ad77574374d38e0f Mon Sep 17 00:00:00 2001 From: michael Date: Sun, 12 May 2024 21:55:37 +1200 Subject: [PATCH] temp comment out roles --- .gitignore | 2 ++ .vscode/settings.json | 2 +- .../inventory/host_vars/kodi00.balsillie.house/sonarr.yaml | 3 +++ ansible/playbooks/infra/kodi.yaml | 7 ++++--- 4 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 ansible/inventory/host_vars/kodi00.balsillie.house/sonarr.yaml diff --git a/.gitignore b/.gitignore index 2e1bf13..81fce7e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,8 @@ **/.terraform/* **/.terraform +ansible/collections/** + # .tfstate files *.tfstate *.tfstate.* diff --git a/.vscode/settings.json b/.vscode/settings.json index 6886c6a..ab4a4fd 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -23,5 +23,5 @@ "checkForMinikubeUpgrade": true, "imageBuildTool": "Docker" }, - "ansible.python.interpreterPath": "/usr/bin/python3" + "ansible.python.interpreterPath": "/usr/bin/python" } \ No newline at end of file diff --git a/ansible/inventory/host_vars/kodi00.balsillie.house/sonarr.yaml b/ansible/inventory/host_vars/kodi00.balsillie.house/sonarr.yaml new file mode 100644 index 0000000..1b47b13 --- /dev/null +++ b/ansible/inventory/host_vars/kodi00.balsillie.house/sonarr.yaml @@ -0,0 +1,3 @@ +--- + +sonarr_var: "sonarr_value" diff --git a/ansible/playbooks/infra/kodi.yaml b/ansible/playbooks/infra/kodi.yaml index 1b31824..6292858 100644 --- a/ansible/playbooks/infra/kodi.yaml +++ b/ansible/playbooks/infra/kodi.yaml @@ -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 \ No newline at end of file