Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
uib-ub
Drift
roller-ansible
worker
Commits
830c2bc9
Commit
830c2bc9
authored
Jan 30, 2020
by
Oyvind.Gjesdal
Browse files
add repeatable
parent
ff370d53
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
830c2bc9
...
...
@@ -8,6 +8,8 @@ Is used for setting up access by deploy keys for servers using git repos, and to
*
(Optional) Adds a private key for user.
*
Adds known hosts (uib git server) to known hosts.
Role is repeatable to add multiple system users.
Requirements
------------
...
...
@@ -33,10 +35,10 @@ Example Playbook
roles:
- { role: worker, worker_name: "protege", worker_keyfile: private_key, worker_git_email: "ubbdst@gmail.com"
}
- { role: worker, worker_name: "cron_worker" ...}
- task:
crontab:
user: "
{{
worker
_name}}
"
user: "
cron_
worker"
...
```
License
...
...
meta/main.yml
View file @
830c2bc9
...
...
@@ -17,7 +17,7 @@ galaxy_info:
license
:
BSD
min_ansible_version
:
1.2
allow_duplicates
:
true
# If this a Container Enabled role, provide the minimum Ansible Container version.
# min_ansible_container_version:
...
...
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