project-config/gerrit/acls/openstack-infra/ansible-system.config
Monty Taylor 66eaf7473b Add ansible role for running puppet
Rather than embedding ansible roles inside of puppet modules (which is
mildly more than passing strange) make the ansible role a standalone
role that can be published to ansible galaxy.

Change-Id: I79a5a21278a1268e0e0011a874ff29c6980fd334
2015-02-24 18:07:25 -05:00

14 lines
257 B
Plaintext

[access "refs/heads/*"]
abandon = group infra-core
label-Code-Review = -2..+2 group infra-core
label-Workflow = -1..+1 group infra-core
[access "refs/tags/*"]
pushSignedTag = group infra-core
[receive]
requireChangeId = true
[submit]
mergeContent = true