Skip to content

Instantly share code, notes, and snippets.

@jackbravo
Last active January 30, 2017 19:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jackbravo/4664278bbfaadff11c2f5444d84ce9c5 to your computer and use it in GitHub Desktop.
Save jackbravo/4664278bbfaadff11c2f5444d84ce9c5 to your computer and use it in GitHub Desktop.
---
- name: Install Drupal and Drush with MariaDB, Nginx, and PHP-FPM
hosts: 127.0.0.1
connection: local
remote_user: vagrant
become: yes
vars:
memcached_listen_ip: 127.0.0.1
memcached_memory_limit: 1024
roles:
- { role: common, tags: [common] }
- { role: geerlingguy.memcached, tags: [memcached] }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment