project-config/gerrit/acls/openstack/ansible-role-ssh.config
Paul Belanger 969300f8d0 Create ansible-role-ssh
This is a role to manage the ssh client on a host. Everything from ssh
public / private keys to known_hosts.

We'll be adding this into windmill, so add the appropriate IRC channels
and voting / non-voting jobs.

Change-Id: Ia81937c001f121c31c2601060e6afb1efc7e0316
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2016-02-17 16:50:27 -05:00

15 lines
339 B
Plaintext

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