Packages required for Ansible and Zuul

- python2-libselinux looks like another name for that package
- python-unversioned-command, because apparently that's what Zuul
sopmehow triggers
- rsync for the prepare-workspace playbook

Change-Id: I698c7a38a6c22f62377f2bcc5a722b73f94d19b1
1 file changed
tree: 97d270d36d83e941f110c348a8e91859c068eb86
  1. README.md
  2. ansible.cfg
  3. files/
  4. production
  5. requirements.yml
  6. roles/
  7. site.yml
README.md

Continuous Integration (CI) Setup via Ansible

This is what is currently powering the CI infrastructure tied to our Gerrit. It's mostly about Zuul v3 with Nodepool, log storage, etc.

Note that some pieces (Gerrit itself in particular) are still deployed via Puppet for legacy reasons. That configuration is internal.

# Example: provision the Zuul server
ansible-playbook -i production site.yml -l zuul-server