Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.package
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ivan Tyagov
slapos.package
Commits
e55ef3a3
Commit
e55ef3a3
authored
Aug 26, 2024
by
Rafael Monnerat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
playbook: Remove KW SSH Key from the team
parent
c6cd6bd5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
playbook/roles/vifib-team-ssh-key/files/remove_key_13
playbook/roles/vifib-team-ssh-key/files/remove_key_13
+0
-0
playbook/roles/vifib-team-ssh-key/tasks/main.yml
playbook/roles/vifib-team-ssh-key/tasks/main.yml
+3
-3
No files found.
playbook/roles/vifib-team-ssh-key/files/
klaus_key
→
playbook/roles/vifib-team-ssh-key/files/
remove_key_13
View file @
e55ef3a3
File moved
playbook/roles/vifib-team-ssh-key/tasks/main.yml
View file @
e55ef3a3
...
@@ -29,9 +29,6 @@
...
@@ -29,9 +29,6 @@
-
name
:
Add Xiaowu Zhang SSH Key
-
name
:
Add Xiaowu Zhang SSH Key
authorized_key
:
user=root key="{{ lookup('file', 'xiaowu_zhang_key') }}"
authorized_key
:
user=root key="{{ lookup('file', 'xiaowu_zhang_key') }}"
-
name
:
Add KW SSH Key
authorized_key
:
user=root key="{{ lookup('file', 'klaus_key') }}"
-
name
:
Add KS SSH Key
-
name
:
Add KS SSH Key
authorized_key
:
user=root key="{{ lookup('file', 'kazuhiko_key') }}"
authorized_key
:
user=root key="{{ lookup('file', 'kazuhiko_key') }}"
...
@@ -44,6 +41,9 @@
...
@@ -44,6 +41,9 @@
-
name
:
Add LX SSH Key
-
name
:
Add LX SSH Key
authorized_key
:
user=root key="{{ lookup('file', 'lu_key') }}"
authorized_key
:
user=root key="{{ lookup('file', 'lu_key') }}"
-
name
:
Remove old Klaus Woelfel SSH Key
authorized_key
:
user=root key="{{ lookup('file', 'remove_key_13') }}" state=absent
-
name
:
Remove old Romain Courteaud SSH Key
-
name
:
Remove old Romain Courteaud SSH Key
authorized_key
:
user=root key="{{ lookup('file', 'remove_key_12') }}" state=absent
authorized_key
:
user=root key="{{ lookup('file', 'remove_key_12') }}" state=absent
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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