diff --git a/roles/profile_settings/files/.tmux.conf b/roles/profile_settings/files/.tmux.conf new file mode 100644 index 0000000..336925f --- /dev/null +++ b/roles/profile_settings/files/.tmux.conf @@ -0,0 +1 @@ +set -g default-terminal "screen-256color" diff --git a/roles/profile_settings/tasks/main.yml b/roles/profile_settings/tasks/main.yml index 41bcef1..e321155 100644 --- a/roles/profile_settings/tasks/main.yml +++ b/roles/profile_settings/tasks/main.yml @@ -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 diff --git a/roles/ssh_config/files/sliton b/roles/ssh_config/files/sliton new file mode 100644 index 0000000..04ec800 --- /dev/null +++ b/roles/ssh_config/files/sliton @@ -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 diff --git a/roles/ssh_config/files/sliton.pub b/roles/ssh_config/files/sliton.pub new file mode 100644 index 0000000..9b25838 --- /dev/null +++ b/roles/ssh_config/files/sliton.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOJOILMQov8f4xCrhHPxZB8e/1SnsFBlMaDFg1Ml+LHs vgvenetadze@380068 diff --git a/roles/ssh_config/files/users_config b/roles/ssh_config/files/users_config index 82ac604..2124400 100644 --- a/roles/ssh_config/files/users_config +++ b/roles/ssh_config/files/users_config @@ -22,3 +22,15 @@ Host 10.65.88.* Host 91.211.249.191 User root 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