You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

setup.yaml 380B

1234567891011121314151617181920212223242526
  1. ---
  2. - import_role:
  3. name: apache
  4. - import_role:
  5. name: php
  6. vars:
  7. php_configure_opcache: true
  8. - name: debian packages
  9. apt:
  10. pkg:
  11. - git
  12. - php-pdo-sqlite
  13. - php-pdo-mysql
  14. - php-pdo-pgsql
  15. - php-gd
  16. - php-mbstring
  17. - php-json
  18. - php-ctype
  19. - php-xml
  20. - php-dom
  21. - php-zip
  22. - php-ldap
  23. - php-curl