changed ip
This commit is contained in:
@@ -20,7 +20,7 @@ netdata: true
|
|||||||
|
|
||||||
# VPN
|
# VPN
|
||||||
wireguard: true
|
wireguard: true
|
||||||
wg_local_ip: 192.168.3.12/24
|
wg_local_ip: 192.168.3.11/24
|
||||||
|
|
||||||
# Application
|
# Application
|
||||||
migration: true
|
migration: true
|
||||||
@@ -74,7 +74,8 @@
|
|||||||
state: link
|
state: link
|
||||||
force: True
|
force: True
|
||||||
src: "{{ getent_passwd[user][4] }}/dotfiles/{{ item.src }}"
|
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:
|
with_items:
|
||||||
- { src: 'vim/vimrc', dest: '.vimrc' }
|
- { src: 'vim/vimrc', dest: '.vimrc' }
|
||||||
- { src: 'bash/bashrc', dest: '.bashrc' }
|
- { src: 'bash/bashrc', dest: '.bashrc' }
|
||||||
|
|||||||
Reference in New Issue
Block a user