diff --git a/infrastructure/server-setup/inventory/jump.yml b/infrastructure/server-setup/inventory/jump.yml index 5a0b38dc..c864ebca 100644 --- a/infrastructure/server-setup/inventory/jump.yml +++ b/infrastructure/server-setup/inventory/jump.yml @@ -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= user@example.com + - 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