default.yaml 356 B

1234567891011121314151617181920212223
  1. ---
  2. enable_volumes: "{{ ENABLE_VOLUMES|default(true)|bool }}"
  3. deb_packages:
  4. - jq
  5. - tree
  6. - sysstat
  7. - iputils-ping
  8. - libcap2-bin
  9. - build-essential
  10. - autoconf
  11. - automake
  12. - libbsd-dev
  13. - libltdl-dev
  14. - libltdl7
  15. - libtool
  16. - libevent-openssl-2.1-6
  17. - libpcre3-dev
  18. - libevent-dev
  19. - pkg-config
  20. - zlib1g-dev
  21. - libssl-dev
  22. - ntp