projects
/
noc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1165b73
)
ansible-lint: fix base role
author
Christian Pointner
<equinox@realraum.at>
Sun, 23 Dec 2018 13:21:11 +0000
(14:21 +0100)
committer
Christian Pointner
<equinox@realraum.at>
Sun, 23 Dec 2018 13:21:11 +0000
(14:21 +0100)
ansible/roles/base/tasks/01ssh.yml
patch
|
blob
|
history
diff --git
a/ansible/roles/base/tasks/01ssh.yml
b/ansible/roles/base/tasks/01ssh.yml
index
7e9eab5
..
c7d1215
100644
(file)
--- a/
ansible/roles/base/tasks/01ssh.yml
+++ b/
ansible/roles/base/tasks/01ssh.yml
@@
-1,5
+1,6
@@
---
-- set_fact:
+- name: generate list of users allowed to login via ssh
+ set_fact:
sshd_allowusers: >-
{{ [ 'root' ] | union(user_groups.noc)
| union(sshd_allowusers_group | default([]))