Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User name shoumik added for ssh #1152

Merged
merged 2 commits into from
Nov 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions infrastructure/server-setup/inventory/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,16 @@ all:
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINMSNTIIsM0C3uJg3V/Fqh2gi4lvl2y6nenrb2Ft1JlX [email protected]
state: present
sudoer: true
- name: ashwin
ssh_keys:
- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDD+XVbhu1otffgnbMQzi+qwRhIjRdj9F2Sc7hxS/LzTiMhvj+0CrAw+Uw3dgvv+yDHaKPN1JJfsDpxtMqEldmv3DoEdfGHvfsRf+Q7kIycOBv31q2PLtMNH3/Jx6377SttB/g06zLWotHhpfw4rDZeBrJaCY+ZUXaFa8c7C723Rt8kUeS8wuiNNS17dijYNa/PxG2v3Clfp3suW/IWe8iPFkPY/6/BnGHlZ1mOgzoxCHshWureBlLWXyIEX/484vf6Q/N7nVpFpDjiCJeKGoDNVlbDuh/E/HPyx3tmv5GJceAzA3nVoifwp2x147Me1yGp5mm6SqZPCIroKeyJKbFOrnxX6hVGcZH9Kta8a1aPhk7Up9xJMvtrsS0TscHHL50IFKs3xu9Y1PvB2qu8G/T9q+Z7B+15qz9oW9ohhE6K06awWFpt8jqHiAUSn6T7rY1G/77c0lR0WngcgQxd3jQ0GtoPNPLCAfHZ6rHAer8ulGPwdGmDmSOjS0dyOliRABY+GA6VCEnOlpE51XjHTw/dPtQeDm8Pgg9tH4Q5DeXxHEto7PAk68SdlC7CcpzEBBD4zGzmptToppjrww37AsjnX/vkkRW2Yoaclk56iz7zEuK5AwIsZODucOVKoVwRH1A9DZrtB4yf+FpBuwKcFVup4Jauu2fLoeMGhviApRxvFQ== [email protected]
state: present
sudoer: true
- name: shoumik
ssh_keys:
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINRSRTqm3vOfjyTutISEtbVp7ZddoWa9NZDZLeWZGzLy dsi@dsi-Inspiron-15-3511
state: present
sudoer: true
enable_backups: false
docker-manager-first:
hosts:
Expand Down
Loading