-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add provision keys for jump user on jump.yml
- Loading branch information
1 parent
f3db1e5
commit bb02dd6
Showing
1 changed file
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|