Добавлены настройки и ssh ключи
This commit is contained in:
1
roles/profile_settings/files/.tmux.conf
Normal file
1
roles/profile_settings/files/.tmux.conf
Normal file
@ -0,0 +1 @@
|
||||
set -g default-terminal "screen-256color"
|
@ -104,11 +104,20 @@
|
||||
copy:
|
||||
src: .zshrc
|
||||
dest: "{{ ansible_env.HOME }}/.zshrc"
|
||||
- name: Copy .tmux.conf
|
||||
copy:
|
||||
src: .tmux.conf
|
||||
dest: "{{ ansible_env.HOME }}/.tmux.conf"
|
||||
- name: change user shell to zsh
|
||||
become: yes
|
||||
user:
|
||||
name: "vakhtang"
|
||||
shell: /bin/zsh
|
||||
- name: change user shell to zsh
|
||||
become: yes
|
||||
user:
|
||||
name: "vgvenetadze"
|
||||
shell: /bin/zsh
|
||||
- name: Copy krb5.conf
|
||||
copy:
|
||||
src: krb5.conf
|
||||
|
Reference in New Issue
Block a user