From f074fbc5ed00fc6afc35494d48523a54f3358bc0 Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Tue, 11 Apr 2023 22:20:57 +0200 Subject: [PATCH] cleanup --- inventory/{group_vars/all.yml => host_vars/lewis.yml} | 0 playbooks/all.yml => lewis.yml | 0 roles/common/tasks/main.yml | 3 --- roles/system/tasks/main.yml | 3 +++ 4 files changed, 3 insertions(+), 3 deletions(-) rename inventory/{group_vars/all.yml => host_vars/lewis.yml} (100%) rename playbooks/all.yml => lewis.yml (100%) diff --git a/inventory/group_vars/all.yml b/inventory/host_vars/lewis.yml similarity index 100% rename from inventory/group_vars/all.yml rename to inventory/host_vars/lewis.yml diff --git a/playbooks/all.yml b/lewis.yml similarity index 100% rename from playbooks/all.yml rename to lewis.yml diff --git a/roles/common/tasks/main.yml b/roles/common/tasks/main.yml index 8410bbb..7a8f229 100644 --- a/roles/common/tasks/main.yml +++ b/roles/common/tasks/main.yml @@ -5,6 +5,3 @@ state: latest update_cache: yes cache_valid_time: 86400 # One day -- name: Install packages - apt: - pkg: sshfs diff --git a/roles/system/tasks/main.yml b/roles/system/tasks/main.yml index a94a78e..d5f421f 100644 --- a/roles/system/tasks/main.yml +++ b/roles/system/tasks/main.yml @@ -1,3 +1,6 @@ +- name: Install sshfs + apt: + name: sshfs - name: Add admins' authorized keys authorized_key: key: "{{ item }}"