From 2473626c2fb21d45849a957e4bc2df12ea218ed3 Mon Sep 17 00:00:00 2001 From: rene Date: Thu, 21 Apr 2022 17:51:44 +0200 Subject: [PATCH] changed ip --- host_vars/mewitoot.de.yml | 2 +- roles/base/tasks/users/all.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/host_vars/mewitoot.de.yml b/host_vars/mewitoot.de.yml index 82b163d..f47f039 100644 --- a/host_vars/mewitoot.de.yml +++ b/host_vars/mewitoot.de.yml @@ -20,7 +20,7 @@ netdata: true # VPN wireguard: true -wg_local_ip: 192.168.3.12/24 +wg_local_ip: 192.168.3.11/24 # Application migration: true \ No newline at end of file diff --git a/roles/base/tasks/users/all.yml b/roles/base/tasks/users/all.yml index 34bc023..f399999 100644 --- a/roles/base/tasks/users/all.yml +++ b/roles/base/tasks/users/all.yml @@ -74,7 +74,8 @@ state: link force: True src: "{{ getent_passwd[user][4] }}/dotfiles/{{ item.src }}" - path: "{{ getent_passwd[user][4] }}/{{ item.dest }}" + path: "{{ getent_passwd[user][4] }}/{{ item.dest }}/.ssh/" + follow: False with_items: - { src: 'vim/vimrc', dest: '.vimrc' } - { src: 'bash/bashrc', dest: '.bashrc' }