Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
The Samba Team
gitlab-runner
samba-cloud-autobuild
Commits
15cbe2f0
Commit
15cbe2f0
authored
May 10, 2022
by
Stefan Metzmacher
Browse files
gitlab-ci/osu-osl-samba_team.yml also setup ssh keys for root
parent
5a7008ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
gitlab-ci/osu-osl-samba_team.yml
View file @
15cbe2f0
...
...
@@ -52,6 +52,15 @@
key
:
"
{{
item
}}"
loop
:
"
{{
samba_team_authorized_keys
}}"
-
name
:
show authorized keys user root
command
:
cat /root/.ssh/authorized_keys
-
name
:
show authorized keys user ubuntu
command
:
cat /home/ubuntu/.ssh/authorized_keys
-
name
:
sync authorized keys user to ubuntu to root
command
:
sh -c "cat /home/ubuntu/.ssh/authorized_keys > /root/.ssh/authorized_keys"
-
name
:
remove ephemeral SSH key from OSU OSL cloud
hosts
:
localhost
tasks
:
...
...
Andrew Bartlett
@abartlet
mentioned in commit
b330a354
·
May 16, 2022
mentioned in commit
b330a354
mentioned in commit b330a354b5fde91c954f6c14082b7f60a25665c1
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment