Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ippidb-web
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iPPIDB
ippidb-web
Commits
779b7bb4
Commit
779b7bb4
authored
7 years ago
by
Hervé MENAGER
Browse files
Options
Downloads
Patches
Plain Diff
add a new ippidb system user
Former-commit-id: 13b49caddee78b2d74d9a492b49ef474a98e686c
parent
73a2c371
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ansible/system.yaml
+3
-3
3 additions, 3 deletions
ansible/system.yaml
with
3 additions
and
3 deletions
ansible/system.yaml
+
3
−
3
View file @
779b7bb4
...
...
@@ -2,9 +2,9 @@
-
hosts
:
all
gather_facts
:
no
tasks
:
-
name
:
Create
ubuntu
user
user
:
name=
ubuntu
generate_ssh_key=yes ssh_key_bits=2048 ssh_key_file=.ssh/id_rsa
-
name
:
Create
ippidb
user
user
:
name=
ippidb
generate_ssh_key=yes ssh_key_bits=2048 ssh_key_file=.ssh/id_rsa
-
name
:
Read SSH public key
slurp
:
src=/home/
ubuntu
/.ssh/id_rsa.pub
slurp
:
src=/home/
ippidb
/.ssh/id_rsa.pub
register
:
public_key
-
debug
:
msg="{{ public_key['content'] | b64decode }}"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment