diff --git a/install_docker.yml b/tasks/install_docker.yml similarity index 100% rename from install_docker.yml rename to tasks/install_docker.yml diff --git a/install_vuls.yml b/tasks/install_vuls.yml similarity index 100% rename from install_vuls.yml rename to tasks/install_vuls.yml diff --git a/setup_ssh.yml b/tasks/setup_ssh.yml similarity index 96% rename from setup_ssh.yml rename to tasks/setup_ssh.yml index 75af3ee..cf94500 100644 --- a/setup_ssh.yml +++ b/tasks/setup_ssh.yml @@ -21,7 +21,7 @@ - name: Copy new SSH configuration ansible.builtin.template: - src: "templates/sshd_config.j2" + src: "~/ansible/templates/sshd_config.j2" dest: "/etc/ssh/sshd_config" - name: Create new user