Skip to content

Commit

Permalink
adds public key for Tower to pulsys SSH template and to keys dir (#4597)
Browse files Browse the repository at this point in the history
Co-authored-by: Alicia Cozine <[email protected]>
  • Loading branch information
acozine and acozine authored Jan 29, 2024
1 parent 5f6f8ab commit 24fcee8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions keys/TowerKey.pub
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIP+lnexM16ZDOV113XlSHO2cgiGiO4bE3/IdFYkbv0RL [email protected]
3 changes: 3 additions & 0 deletions roles/common/templates/pulsys_keys.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{{ ansible_managed | comment }}
## Tower key goes on all machines
# Key for our Tower instance
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIP+lnexM16ZDOV113XlSHO2cgiGiO4bE3/IdFYkbv0RL [email protected]
## ops staff keys go on all machines
# Keys for Operations Staff
{% for item in ops_keys_from_github.results %}
Expand Down

0 comments on commit 24fcee8

Please sign in to comment.