Revert "Install meson for Buildroot"

This reverts commit b124717cb7c4aa1424d29349e2ca29362516a213.

Reason for revert: buildroot builds its own stuff, anyway, so make sure we don't install a package that is not needed. A PEBKAC happened during merge, really.

Change-Id: I79625763ecdfced51f5c40eeb13805a955190d31
1 file changed
tree: f7032ae2ce89b90f12b18e7706a943330ed0510c
  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