%PDF- %PDF-
| Direktori : /proc/self/root/proc/self/root/proc/self/root/etc/ansible/ |
| Current File : //proc/self/root/proc/self/root/proc/self/root/etc/ansible/memcached.yml |
---
# This playbook manage memcached service on bitrix-hosts
- hosts: bitrix-hosts
# you can modify role by setting mysql_manage to:
# remove => memcached remove from pool
# cerate => memcached service created in the pool
vars:
memcached_mange: update
memcached_server: NOT_DEFINED
ansible_playbook_file: NOT_DEFINED
ansible_playbook_debug: NOT_DEFINED
roles:
- memcached
- hosts: bitrix-hosts
vars:
cache_directory: /opt/webdir/tmp
roles:
- cleaner