From 48345583fa7af2cfc80a2b3862ec5cdd52bd9246 Mon Sep 17 00:00:00 2001 From: "Tobias J. Endres" Date: Tue, 2 Sep 2025 17:55:57 +0200 Subject: [PATCH] fix: Remove tree package from common role --- .gitignore | 8 ++------ inventory/hosts.yml | 4 ++-- playbooks/roles/common/defaults/main.yml | 1 - 3 files changed, 4 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 54c4a5b..b690bd0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,2 @@ -# ---> Ansible -*.retry -private -.vscode -.ansible -.git \ No newline at end of file + +secrets/ diff --git a/inventory/hosts.yml b/inventory/hosts.yml index 8125268..17a0dfb 100644 --- a/inventory/hosts.yml +++ b/inventory/hosts.yml @@ -3,8 +3,8 @@ all: Mulder: ansible_host: 130.162.234.190 ansible_user: ubuntu - ansible_ssh_private_key_file: secrets/sublime-key.key + ansible_ssh_private_key_file: "{{ inventory_dir }}/../secrets/sublime-key.key" Scully: ansible_host: 92.5.121.208 ansible_user: ubuntu - ansible_ssh_private_key_file: secrets/sublime-key.key \ No newline at end of file + ansible_ssh_private_key_file: "{{ inventory_dir }}/../secrets/sublime-key.key" \ No newline at end of file diff --git a/playbooks/roles/common/defaults/main.yml b/playbooks/roles/common/defaults/main.yml index 83e9052..0e5e4ac 100644 --- a/playbooks/roles/common/defaults/main.yml +++ b/playbooks/roles/common/defaults/main.yml @@ -2,7 +2,6 @@ common_packages: - git - nano - - tree - htop - iputils-ping - zsh