Your IP : 3.14.136.229


Current Path : /proc/9787/cwd/etc/ansible/
Upload File :
Current File : //proc/9787/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