Actually we need python-fedmsg-genacls and its config file
This commit is contained in:
parent
4c93ad1d0a
commit
3fb6322541
2 changed files with 8 additions and 8 deletions
|
@ -12,6 +12,7 @@
|
||||||
- httpd
|
- httpd
|
||||||
- mod_ssl
|
- mod_ssl
|
||||||
- mod_auth_gssapi
|
- mod_auth_gssapi
|
||||||
|
- python-fedmsg-genacls
|
||||||
- /usr/sbin/semanage
|
- /usr/sbin/semanage
|
||||||
tags:
|
tags:
|
||||||
- distgit
|
- distgit
|
||||||
|
@ -219,6 +220,12 @@
|
||||||
- config
|
- config
|
||||||
- distgit
|
- distgit
|
||||||
|
|
||||||
|
- name: install the fedmsg configuration
|
||||||
|
template: src=fedmsg-genacls-config.py dest=/etc/fedmsg.d/genacls.py
|
||||||
|
owner=root group=root mode=0644
|
||||||
|
tags:
|
||||||
|
- distgit
|
||||||
|
|
||||||
- name: remove file pre-dating pagure over dist-git
|
- name: remove file pre-dating pagure over dist-git
|
||||||
file: path={{ item }} state=absent
|
file: path={{ item }} state=absent
|
||||||
with_items:
|
with_items:
|
||||||
|
@ -230,13 +237,6 @@
|
||||||
- config
|
- config
|
||||||
- distgit
|
- distgit
|
||||||
|
|
||||||
- name: remove packages pre-dating pagure over dist-git
|
|
||||||
yum: pkg={{ item }} state=absent
|
|
||||||
with_items:
|
|
||||||
- python-fedmsg-genacls
|
|
||||||
tags:
|
|
||||||
- distgit
|
|
||||||
|
|
||||||
- name: Get admin users
|
- name: Get admin users
|
||||||
command: "/srv/web/infra/ansible/scripts/users-from-fas @sysadmin-main {{ admin_groups }}"
|
command: "/srv/web/infra/ansible/scripts/users-from-fas @sysadmin-main {{ admin_groups }}"
|
||||||
register: admin_user_list
|
register: admin_user_list
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
config = {
|
config = {
|
||||||
'genacls.consumer.enabled': True,
|
'genacls.consumer.enabled': False,
|
||||||
'genacls.consumer.delay': 5, # 5 seconds
|
'genacls.consumer.delay': 5, # 5 seconds
|
||||||
|
|
||||||
# New world
|
# New world
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue