Paul Belanger 8d980572b7 Create config variables for zuul user
Remove hardcoded user settings and allow a user to override them.

Change-Id: I126b0bbd53e2fec63eb48c15762561ab757d27c6
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2015-11-25 17:07:05 -05:00
2015-09-10 16:50:05 -04:00
2015-11-20 17:06:40 -05:00
2015-11-20 17:06:40 -05:00
2015-11-24 14:23:42 -05:00
2015-11-21 17:42:26 -05:00
2015-09-10 16:50:05 -04:00
2015-11-24 21:23:49 -05:00

ansible-role-zuul

Ansible role to manage Zuul

Description

Zuul is a program that is used to gate the source code repository of a project so that changes are only merged if they pass tests.

Requirements

Packages

Package repository index files should be up to date before using this role, we do not manage them.

SSH

An SSH private key will need to be installed before you can use zuul. The contents of the private key will be used by zuul_config_gerrit_user and should be copied to zuul_config_gerrit_sshkey.

Role Variables

# Name of the user to be created.
# Default: zuul
zuul_user_name: zuul

# Name of the group to be created.
# Default: zuul
zuul_user_group: zuul

# Path of home directory to be created.
# Default: /var/lib/zuul
zuul_user_home: /var/lib/zuul

Dependencies

Example Playbook

- name: Install zuul
  hosts: zuul
  roles:
    - ansible-role-zuul
Description
Ansible role to manage Zuul
Readme 1.5 MiB
Languages
Shell 90.2%
Jinja 9.8%