Try using the users-from-fas script to list users having a shell access
This commit is contained in:
parent
1fbbefe117
commit
b7851f4b49
1 changed files with 8 additions and 0 deletions
|
@ -161,6 +161,14 @@
|
|||
- name: install the fedmsg configuration
|
||||
copy: src=fedmsg-genacls-config.py dest=/etc/fedmsg.d/genacls.py owner=root group=root mode=0644
|
||||
|
||||
- name: List the users having a shell access
|
||||
assemble: /etc/gitolite/admins, owner=gen-acls, group=packager, mode=660
|
||||
with_lines:
|
||||
- /srv/web/infra/ansible/scripts/users-from-fas @sysadmin-main {{ root_auth_users }}
|
||||
tags:
|
||||
- config
|
||||
ignore_errors: true
|
||||
|
||||
|
||||
# -- CGit ------------------------------------------------
|
||||
# This is the pretty web view of the repositories, using CGit.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue