Revert "diagnostics++"

This reverts commit b9daf28687e7a0b93cb3e551c747cad9caf8ecc2.

That one would need EPEL, so let's just screw it.
1 file changed
tree: 620e0aaed5d21c4bfdfa51b2b343fc597675b00c
  1. README.md
  2. ansible.cfg
  3. files/
  4. group_vars/
  5. production
  6. requirements.yml
  7. roles/
  8. 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