Добавлены настройки и 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:
|
copy:
|
||||||
src: .zshrc
|
src: .zshrc
|
||||||
dest: "{{ ansible_env.HOME }}/.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
|
- name: change user shell to zsh
|
||||||
become: yes
|
become: yes
|
||||||
user:
|
user:
|
||||||
name: "vakhtang"
|
name: "vakhtang"
|
||||||
shell: /bin/zsh
|
shell: /bin/zsh
|
||||||
|
- name: change user shell to zsh
|
||||||
|
become: yes
|
||||||
|
user:
|
||||||
|
name: "vgvenetadze"
|
||||||
|
shell: /bin/zsh
|
||||||
- name: Copy krb5.conf
|
- name: Copy krb5.conf
|
||||||
copy:
|
copy:
|
||||||
src: krb5.conf
|
src: krb5.conf
|
||||||
|
26
roles/ssh_config/files/sliton
Normal file
26
roles/ssh_config/files/sliton
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
$ANSIBLE_VAULT;1.1;AES256
|
||||||
|
63346531616663386361383634336361313535643465613531643963646163626332336431623431
|
||||||
|
3962336132633963656235363633383931363832336461330a626232393564636637666564666532
|
||||||
|
62303664646532386231393831333763373262363438626339643831333734336331356231306532
|
||||||
|
3130626162663534350a333631333166613963616165306238393163353439316232323632653266
|
||||||
|
38613962303330343831363561613535366662623633393730363533353634663637646133376535
|
||||||
|
33613936346232323538373639343862393431616531396165383833363562313464616637373365
|
||||||
|
62323134343964306134346639396464386365316361666337306666393534653936346566653736
|
||||||
|
37386639376565353330333732623562623731363333326635363230303434366637323364353734
|
||||||
|
63343562326134626138383933376362656263396336323833626234376533653461326634336461
|
||||||
|
35616239386330326137663831353261303465316433616464333630396436383437663934393533
|
||||||
|
65306130656237313062373834616237633037333463336261363331306530393536336635613865
|
||||||
|
66303430363633666334626338326436333837643935343865356566373538363662366638326237
|
||||||
|
36653162383438316438353432613935646237313561643731386638653264373364653961343038
|
||||||
|
64633835643637653733383263323730663736653361643964626236646334373039336266663934
|
||||||
|
32646633653435393732653931393962373634663963383038653862613933623463316635393230
|
||||||
|
30396339613935363833616631666634633733323336333966613230663838663833313735393665
|
||||||
|
33356135383638313236663938326364393635326264343631353038613464666439383830636638
|
||||||
|
36386536363061613534366665646338633334353330363139646234636239363661656331323437
|
||||||
|
62346434383435396235336161343965356265356232633436386231396531303661333635626333
|
||||||
|
39393932613064666661316136613564643334376631343638353133643431353566383463653335
|
||||||
|
62656266373262636162663632393333396665356432353762643866346366333665663766393630
|
||||||
|
36323966313166653963383432343734616438353031383035323333323539313438363666356161
|
||||||
|
62663063356136373764623265333762333465383866383062316233323532613036313431633438
|
||||||
|
35633931323639316437346133323361373032336630333732343866653933656537316164613636
|
||||||
|
3133
|
1
roles/ssh_config/files/sliton.pub
Normal file
1
roles/ssh_config/files/sliton.pub
Normal file
@ -0,0 +1 @@
|
|||||||
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOJOILMQov8f4xCrhHPxZB8e/1SnsFBlMaDFg1Ml+LHs vgvenetadze@380068
|
@ -22,3 +22,15 @@ Host 10.65.88.*
|
|||||||
Host 91.211.249.191
|
Host 91.211.249.191
|
||||||
User root
|
User root
|
||||||
IdentityFile ~/.ssh/zomro
|
IdentityFile ~/.ssh/zomro
|
||||||
|
|
||||||
|
Host sliton.ru
|
||||||
|
user vakhtang
|
||||||
|
stricthostkeychecking no
|
||||||
|
userknownhostsfile /dev/null
|
||||||
|
IdentityFile ~/.ssh/sliton
|
||||||
|
|
||||||
|
Host wg4.sliton.ru
|
||||||
|
user root
|
||||||
|
stricthostkeychecking no
|
||||||
|
userknownhostsfile /dev/null
|
||||||
|
IdentityFile ~/.ssh/id_rsa
|
||||||
|
Reference in New Issue
Block a user