Try using the users-from-fas script to list users having a shell access

This commit is contained in:
Pierre-Yves Chibon 2015-01-22 16:19:37 +01:00
parent 1fbbefe117
commit b7851f4b49

View file

@ -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.