25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
278B

  1. ---
  2. # FIXME: the installation of memcached should probably be moved to a diferent role.
  3. - name: install memcached
  4. apt:
  5. name: memcached
  6. - name: enable memcached
  7. service:
  8. name: memcached
  9. state: started
  10. enabled: yes
  11. # FIXME: configure memcached ports etc...