Skip to content

Commit

Permalink
add provision keys for jump user on jump.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
makelicious committed Jun 28, 2024
1 parent f3db1e5 commit bb02dd6
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions infrastructure/server-setup/inventory/jump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@ all:
users:
# @todo this is where you define which development team members have access to the server.
# If you need to remove access from someone, do not remove them from this list, but instead set their state: absent
- name: my-user
ssh_keys:
- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABg...Z/rhU= [email protected]
- name: jump
state: present
sudoer: true

sudoer: false
two_factor: false
ssh_keys:
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJmpDp0r7Q/wwPFbZrEjTI8Uut3jgqvwieZdidHnZBod provision@markusland-staging
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBGF7lgpoHefssr5rLCzTSE63jgBXm2IlyiadYv6hhs0 provision@markusland-prod
jump-host:
hosts:
markusland-qa: # @todo set this to be the hostname of your jump server
Expand Down

0 comments on commit bb02dd6

Please sign in to comment.