Your IP : 18.118.142.90


Current Path : /proc/9789/cwd/etc/ansible/
Upload File :
Current File : //proc/9789/cwd/etc/ansible/monitor.yml

---
# This playbook Enable or disable monitoring for hosts
- hosts: bitrix-hosts

  roles:
    - common
    - monitor

- hosts: bitrix-hosts
  vars:
    cache_directory: /opt/webdir/tmp

  roles:
    - cleaner