Добавлены настройки и ssh ключи

This commit is contained in:
Vakhtang Gvenetadze
2025-05-16 12:47:25 +03:00
parent e3df1e4b39
commit 5e98ba2671
5 changed files with 49 additions and 0 deletions

View File

@ -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