Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. ---
  2. - name: Install Drupal and Drush with MariaDB, Nginx, and PHP-FPM
  3. hosts: 127.0.0.1
  4. connection: local
  5. remote_user: vagrant
  6. become: yes
  7.  
  8. vars:
  9. memcached_memory_limit: 1024
  10.  
  11. roles:
  12. - { role: common, tags: [common] }
  13. - { role: geerlingguy.memcached, tags: [memcached] }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement